Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 23/03/2014, à 11:38

GP974

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

ok
essaie

sudo echo "blacklist vmware" >> /etc/modprobe.d/blacklist.conf

edit il est normal que unity 3d n'est pas supporté car le drivers vmware ne fournis pas d’accélération suffisante pour gérer convenablement de la 3D
d'ou le besoin de virer ce maudit drivers qui s'accroche a ton proc intel roll

Dernière modification par GP974 (Le 23/03/2014, à 11:42)


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#27 Le 23/03/2014, à 11:39

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

clairek@clairek-Aspire:~$ sudo echo "blacklist vmware" >> /etc/modprobe.d/blacklist.conf
bash: /etc/modprobe.d/blacklist.conf: Permission non accordée
clairek@clairek-Aspire:~$

Hors ligne

#28 Le 23/03/2014, à 11:42

GP974

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

heu il ne te demande même pas de mot de passe ?
ton compte clairek est le compte crée a l'instalation ?
sinon

groups
sudo -s
echo "blacklist vmware" >> /etc/modprobe.d/blacklist.conf

Dernière modification par GP974 (Le 23/03/2014, à 11:45)


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#29 Le 23/03/2014, à 11:43

Compte anonymisé

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

As tu essayé ma solution ? Ce n'est pas un pb de vmware mais de mauvaise librairie utilisée pour l'openGL.

#30 Le 23/03/2014, à 11:52

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Toujours pareil....
clairek@clairek-Aspire:~$ /usr/lib/nux/unity_support_test -p
OpenGL vendor string:   VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
OpenGL version string:  2.1 Mesa 10.2.0-devel (git-011569b saucy-oibaf-ppa)

Not software rendered:    no
Not blacklisted:          yes
GLX fbconfig:             yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes
GL vertex program:        yes
GL fragment program:      yes
GL vertex buffer object:  yes
GL framebuffer object:    yes
GL version is 1.4+:       yes

Unity 3D supported:       no
clairek@clairek-Aspire:~$

Hors ligne

#31 Le 23/03/2014, à 11:56

GP974

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

plus d'idée moi donne le retour de

groups
cat /etc/modprobe.d/blacklist.conf

Met le resultat entre balise code le <> bleu dans les icones

@alx
si c'est pa un probleme de vmware d'ou vient le vmware de unity test ?


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#32 Le 23/03/2014, à 11:59

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Merci de votre aide...

clairek@clairek-Aspire:~$ groups
clairek adm lp cdrom sudo dip video plugdev lpadmin sambashare libvirtd
clairek@clairek-Aspire:~$ cat /etc/modprobe.d/blacklist.conf
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
blacklist vmware
blacklist vmware
blacklist vmware
clairek@clairek-Aspire:~$ 

Hors ligne

#33 Le 23/03/2014, à 12:01

GP974

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

je sèche
n'oublie pas les balises codes pour le rendus des resultats le <> bleu dans les outils ok c'est fait

@alx son compte fais bien partie du groupe vidéo (cf le groups) donc ta solution ne fonctionne pas non plus

a moins qu'un autre trouve une solution moi je vois que la reinstallation

Dernière modification par GP974 (Le 23/03/2014, à 12:02)


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#34 Le 23/03/2014, à 12:05

Compte anonymisé

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

si c'est pa un probleme de vmware d'ou vient le vmware de unity test ?

Un problème de LIBRAIRIE et pas de driver. J'avais le même problème avec le même message de la part de unity_support_test. D'ailleurs un

lshw -c video

aurait permis de voir le driver utilisé. Qui pour une carte intel est i915.

#35 Le 23/03/2014, à 12:05

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

OK mais si je réinstalle, ce vmware ne risque-t-il pas de revenir squatter sans invitation ?

Parce que le manque d'effets sur ce laptop existe depuis le début, je ne pense pas avoir bidouillé beaucoup avant de me rendre compte que rien ne fonctionnait.
Autre pépin qui peut peut-être donner un indice: quand je rabats mon écran pour le mettre en veille, impossible de relancer la machine, il faut à chaque fois éteindre en appuyant sur le bouton d'alimentation et redémarrer.

Hors ligne

#36 Le 23/03/2014, à 12:06

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

clairek@clairek-Aspire:~$ lshw -c video
ATTENTION: ce programme devrait être lancé en tant que super-utilisateur.
  *-display NON-RÉCLAMÉ   
       description: VGA compatible controller
       produit: 3rd Gen Core processor Graphics Controller
       fabriquant: Intel Corporation
       identifiant matériel: 2
       information bus: pci@0000:00:02.0
       version: 09
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: vga_controller cap_list
       configuration: latency=0
       ressources: mémoire:c2000000-c23fffff mémoire:b0000000-bfffffff portE/S:4000(taille=64)
ATTENTION: les informations sont potentiellement incomplètes ou erronées, vous devriez lancer ce programme en tant que super-utilisateur.
clairek@clairek-Aspire:~$ 

Hors ligne

#37 Le 23/03/2014, à 12:10

Compte anonymisé

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Poste le retour de

cat /var/log/Xorg.0.log

#38 Le 23/03/2014, à 12:13

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Bonne lecture....

[    27.344]    YResolution: 0
[    27.344]    XCharSize: 0
[    27.344]    YCharSize: 0
[    27.344]    NumberOfPlanes: 0
[    27.344]    BitsPerPixel: 0
[    27.344]    NumberOfBanks: 0
[    27.344]    MemoryModel: 0
[    27.344]    BankSize: 0
[    27.344]    NumberOfImages: 0
[    27.344]    RedMaskSize: 0
[    27.344]    RedFieldPosition: 0
[    27.344]    GreenMaskSize: 0
[    27.344]    GreenFieldPosition: 0
[    27.344]    BlueMaskSize: 0
[    27.344]    BlueFieldPosition: 0
[    27.344]    RsvdMaskSize: 0
[    27.344]    RsvdFieldPosition: 0
[    27.344]    DirectColorModeInfo: 0
[    27.344]    PhysBasePtr: 0x0
[    27.344]    LinBytesPerScanLine: 0
[    27.344]    BnkNumberOfImagePages: 0
[    27.344]    LinNumberOfImagePages: 0
[    27.344]    LinRedMaskSize: 0
[    27.344]    LinRedFieldPosition: 0
[    27.344]    LinGreenMaskSize: 0
[    27.344]    LinGreenFieldPosition: 0
[    27.344]    LinBlueMaskSize: 0
[    27.344]    LinBlueFieldPosition: 0
[    27.344]    LinRsvdMaskSize: 0
[    27.344]    LinRsvdFieldPosition: 0
[    27.344]    MaxPixelClock: 0
[    27.344] Mode: 14b (0x0)
[    27.344]    ModeAttributes: 0x0
[    27.344]    WinAAttributes: 0x0
[    27.344]    WinBAttributes: 0x0
[    27.344]    WinGranularity: 0
[    27.344]    WinSize: 0
[    27.344]    WinASegment: 0x0
[    27.344]    WinBSegment: 0x0
[    27.344]    WinFuncPtr: 0x0
[    27.344]    BytesPerScanline: 0
[    27.344]    XResolution: 0
[    27.344]    YResolution: 0
[    27.344]    XCharSize: 0
[    27.344]    YCharSize: 0
[    27.344]    NumberOfPlanes: 0
[    27.344]    BitsPerPixel: 0
[    27.344]    NumberOfBanks: 0
[    27.345]    MemoryModel: 0
[    27.345]    BankSize: 0
[    27.345]    NumberOfImages: 0
[    27.345]    RedMaskSize: 0
[    27.345]    RedFieldPosition: 0
[    27.345]    GreenMaskSize: 0
[    27.345]    GreenFieldPosition: 0
[    27.345]    BlueMaskSize: 0
[    27.345]    BlueFieldPosition: 0
[    27.345]    RsvdMaskSize: 0
[    27.345]    RsvdFieldPosition: 0
[    27.345]    DirectColorModeInfo: 0
[    27.345]    PhysBasePtr: 0x0
[    27.345]    LinBytesPerScanLine: 0
[    27.345]    BnkNumberOfImagePages: 0
[    27.345]    LinNumberOfImagePages: 0
[    27.345]    LinRedMaskSize: 0
[    27.345]    LinRedFieldPosition: 0
[    27.345]    LinGreenMaskSize: 0
[    27.345]    LinGreenFieldPosition: 0
[    27.345]    LinBlueMaskSize: 0
[    27.345]    LinBlueFieldPosition: 0
[    27.345]    LinRsvdMaskSize: 0
[    27.345]    LinRsvdFieldPosition: 0
[    27.345]    MaxPixelClock: 0
[    27.345] Mode: 15a (0x0)
[    27.345]    ModeAttributes: 0x0
[    27.345]    WinAAttributes: 0x0
[    27.345]    WinBAttributes: 0x0
[    27.345]    WinGranularity: 0
[    27.345]    WinSize: 0
[    27.345]    WinASegment: 0x0
[    27.345]    WinBSegment: 0x0
[    27.345]    WinFuncPtr: 0x0
[    27.345]    BytesPerScanline: 0
[    27.345]    XResolution: 0
[    27.345]    YResolution: 0
[    27.345]    XCharSize: 0
[    27.345]    YCharSize: 0
[    27.345]    NumberOfPlanes: 0
[    27.345]    BitsPerPixel: 0
[    27.345]    NumberOfBanks: 0
[    27.345]    MemoryModel: 0
[    27.345]    BankSize: 0
[    27.345]    NumberOfImages: 0
[    27.345]    RedMaskSize: 0
[    27.345]    RedFieldPosition: 0
[    27.345]    GreenMaskSize: 0
[    27.345]    GreenFieldPosition: 0
[    27.345]    BlueMaskSize: 0
[    27.345]    BlueFieldPosition: 0
[    27.345]    RsvdMaskSize: 0
[    27.345]    RsvdFieldPosition: 0
[    27.345]    DirectColorModeInfo: 0
[    27.345]    PhysBasePtr: 0x0
[    27.345]    LinBytesPerScanLine: 0
[    27.345]    BnkNumberOfImagePages: 0
[    27.345]    LinNumberOfImagePages: 0
[    27.345]    LinRedMaskSize: 0
[    27.345]    LinRedFieldPosition: 0
[    27.345]    LinGreenMaskSize: 0
[    27.345]    LinGreenFieldPosition: 0
[    27.345]    LinBlueMaskSize: 0
[    27.345]    LinBlueFieldPosition: 0
[    27.345]    LinRsvdMaskSize: 0
[    27.345]    LinRsvdFieldPosition: 0
[    27.345]    MaxPixelClock: 0
[    27.345] Mode: 107 (0x0)
[    27.345]    ModeAttributes: 0x0
[    27.345]    WinAAttributes: 0x0
[    27.345]    WinBAttributes: 0x0
[    27.345]    WinGranularity: 0
[    27.345]    WinSize: 0
[    27.345]    WinASegment: 0x0
[    27.345]    WinBSegment: 0x0
[    27.345]    WinFuncPtr: 0x0
[    27.345]    BytesPerScanline: 0
[    27.345]    XResolution: 0
[    27.345]    YResolution: 0
[    27.345]    XCharSize: 0
[    27.345]    YCharSize: 0
[    27.345]    NumberOfPlanes: 0
[    27.345]    BitsPerPixel: 0
[    27.345]    NumberOfBanks: 0
[    27.345]    MemoryModel: 0
[    27.345]    BankSize: 0
[    27.345]    NumberOfImages: 0
[    27.345]    RedMaskSize: 0
[    27.345]    RedFieldPosition: 0
[    27.345]    GreenMaskSize: 0
[    27.345]    GreenFieldPosition: 0
[    27.345]    BlueMaskSize: 0
[    27.345]    BlueFieldPosition: 0
[    27.345]    RsvdMaskSize: 0
[    27.345]    RsvdFieldPosition: 0
[    27.345]    DirectColorModeInfo: 0
[    27.345]    PhysBasePtr: 0x0
[    27.345]    LinBytesPerScanLine: 0
[    27.345]    BnkNumberOfImagePages: 0
[    27.345]    LinNumberOfImagePages: 0
[    27.345]    LinRedMaskSize: 0
[    27.345]    LinRedFieldPosition: 0
[    27.345]    LinGreenMaskSize: 0
[    27.345]    LinGreenFieldPosition: 0
[    27.345]    LinBlueMaskSize: 0
[    27.345]    LinBlueFieldPosition: 0
[    27.345]    LinRsvdMaskSize: 0
[    27.345]    LinRsvdFieldPosition: 0
[    27.345]    MaxPixelClock: 0
[    27.345] Mode: 11a (0x0)
[    27.345]    ModeAttributes: 0x0
[    27.345]    WinAAttributes: 0x0
[    27.345]    WinBAttributes: 0x0
[    27.345]    WinGranularity: 0
[    27.345]    WinSize: 0
[    27.345]    WinASegment: 0x0
[    27.345]    WinBSegment: 0x0
[    27.345]    WinFuncPtr: 0x0
[    27.345]    BytesPerScanline: 0
[    27.345]    XResolution: 0
[    27.345]    YResolution: 0
[    27.345]    XCharSize: 0
[    27.345]    YCharSize: 0
[    27.345]    NumberOfPlanes: 0
[    27.345]    BitsPerPixel: 0
[    27.345]    NumberOfBanks: 0
[    27.346]    MemoryModel: 0
[    27.346]    BankSize: 0
[    27.346]    NumberOfImages: 0
[    27.346]    RedMaskSize: 0
[    27.346]    RedFieldPosition: 0
[    27.346]    GreenMaskSize: 0
[    27.346]    GreenFieldPosition: 0
[    27.346]    BlueMaskSize: 0
[    27.346]    BlueFieldPosition: 0
[    27.346]    RsvdMaskSize: 0
[    27.346]    RsvdFieldPosition: 0
[    27.346]    DirectColorModeInfo: 0
[    27.346]    PhysBasePtr: 0x0
[    27.346]    LinBytesPerScanLine: 0
[    27.346]    BnkNumberOfImagePages: 0
[    27.346]    LinNumberOfImagePages: 0
[    27.346]    LinRedMaskSize: 0
[    27.346]    LinRedFieldPosition: 0
[    27.346]    LinGreenMaskSize: 0
[    27.346]    LinGreenFieldPosition: 0
[    27.346]    LinBlueMaskSize: 0
[    27.346]    LinBlueFieldPosition: 0
[    27.346]    LinRsvdMaskSize: 0
[    27.346]    LinRsvdFieldPosition: 0
[    27.346]    MaxPixelClock: 0
[    27.346] Mode: 11b (0x0)
[    27.346]    ModeAttributes: 0x0
[    27.346]    WinAAttributes: 0x0
[    27.346]    WinBAttributes: 0x0
[    27.346]    WinGranularity: 0
[    27.346]    WinSize: 0
[    27.346]    WinASegment: 0x0
[    27.346]    WinBSegment: 0x0
[    27.346]    WinFuncPtr: 0x0
[    27.346]    BytesPerScanline: 0
[    27.346]    XResolution: 0
[    27.346]    YResolution: 0
[    27.346]    XCharSize: 0
[    27.346]    YCharSize: 0
[    27.346]    NumberOfPlanes: 0
[    27.346]    BitsPerPixel: 0
[    27.346]    NumberOfBanks: 0
[    27.346]    MemoryModel: 0
[    27.346]    BankSize: 0
[    27.346]    NumberOfImages: 0
[    27.346]    RedMaskSize: 0
[    27.346]    RedFieldPosition: 0
[    27.346]    GreenMaskSize: 0
[    27.346]    GreenFieldPosition: 0
[    27.346]    BlueMaskSize: 0
[    27.346]    BlueFieldPosition: 0
[    27.346]    RsvdMaskSize: 0
[    27.346]    RsvdFieldPosition: 0
[    27.346]    DirectColorModeInfo: 0
[    27.346]    PhysBasePtr: 0x0
[    27.346]    LinBytesPerScanLine: 0
[    27.346]    BnkNumberOfImagePages: 0
[    27.346]    LinNumberOfImagePages: 0
[    27.346]    LinRedMaskSize: 0
[    27.346]    LinRedFieldPosition: 0
[    27.346]    LinGreenMaskSize: 0
[    27.346]    LinGreenFieldPosition: 0
[    27.346]    LinBlueMaskSize: 0
[    27.346]    LinBlueFieldPosition: 0
[    27.346]    LinRsvdMaskSize: 0
[    27.346]    LinRsvdFieldPosition: 0
[    27.346]    MaxPixelClock: 0
[    27.346] Mode: 105 (1024x768)
[    27.346]    ModeAttributes: 0x9b
[    27.346]    WinAAttributes: 0x7
[    27.346]    WinBAttributes: 0x0
[    27.346]    WinGranularity: 64
[    27.346]    WinSize: 64
[    27.346]    WinASegment: 0xa000
[    27.346]    WinBSegment: 0x0
[    27.346]    WinFuncPtr: 0xc0008e75
[    27.346]    BytesPerScanline: 1024
[    27.346]    XResolution: 1024
[    27.346]    YResolution: 768
[    27.346]    XCharSize: 8
[    27.346]    YCharSize: 16
[    27.346]    NumberOfPlanes: 1
[    27.346]    BitsPerPixel: 8
[    27.346]    NumberOfBanks: 1
[    27.346]    MemoryModel: 4
[    27.346]    BankSize: 0
[    27.346]    NumberOfImages: 169
[    27.346]    RedMaskSize: 0
[    27.346]    RedFieldPosition: 0
[    27.346]    GreenMaskSize: 0
[    27.346]    GreenFieldPosition: 0
[    27.346]    BlueMaskSize: 0
[    27.346]    BlueFieldPosition: 0
[    27.346]    RsvdMaskSize: 0
[    27.346]    RsvdFieldPosition: 0
[    27.346]    DirectColorModeInfo: 0
[    27.346]    PhysBasePtr: 0xb0000000
[    27.346]    LinBytesPerScanLine: 1024
[    27.346]    BnkNumberOfImagePages: 169
[    27.346]    LinNumberOfImagePages: 169
[    27.346]    LinRedMaskSize: 0
[    27.346]    LinRedFieldPosition: 0
[    27.346]    LinGreenMaskSize: 0
[    27.346]    LinGreenFieldPosition: 0
[    27.346]    LinBlueMaskSize: 0
[    27.346]    LinBlueFieldPosition: 0
[    27.346]    LinRsvdMaskSize: 0
[    27.346]    LinRsvdFieldPosition: 0
[    27.346]    MaxPixelClock: 230000000
[    27.347] Mode: 117 (1024x768)
[    27.347]    ModeAttributes: 0x9b
[    27.347]    WinAAttributes: 0x7
[    27.347]    WinBAttributes: 0x0
[    27.347]    WinGranularity: 64
[    27.347]    WinSize: 64
[    27.347]    WinASegment: 0xa000
[    27.347]    WinBSegment: 0x0
[    27.347]    WinFuncPtr: 0xc0008e75
[    27.347]    BytesPerScanline: 2048
[    27.347]    XResolution: 1024
[    27.347]    YResolution: 768
[    27.347]    XCharSize: 8
[    27.347]    YCharSize: 16
[    27.347]    NumberOfPlanes: 1
[    27.347]    BitsPerPixel: 16
[    27.347]    NumberOfBanks: 1
[    27.347]    MemoryModel: 6
[    27.347]    BankSize: 0
[    27.347]    NumberOfImages: 84
[    27.347]    RedMaskSize: 5
[    27.347]    RedFieldPosition: 11
[    27.347]    GreenMaskSize: 6
[    27.347]    GreenFieldPosition: 5
[    27.347]    BlueMaskSize: 5
[    27.347]    BlueFieldPosition: 0
[    27.347]    RsvdMaskSize: 0
[    27.347]    RsvdFieldPosition: 0
[    27.347]    DirectColorModeInfo: 0
[    27.347]    PhysBasePtr: 0xb0000000
[    27.347]    LinBytesPerScanLine: 2048
[    27.347]    BnkNumberOfImagePages: 84
[    27.347]    LinNumberOfImagePages: 84
[    27.347]    LinRedMaskSize: 5
[    27.347]    LinRedFieldPosition: 11
[    27.347]    LinGreenMaskSize: 6
[    27.347]    LinGreenFieldPosition: 5
[    27.347]    LinBlueMaskSize: 5
[    27.347]    LinBlueFieldPosition: 0
[    27.347]    LinRsvdMaskSize: 0
[    27.347]    LinRsvdFieldPosition: 0
[    27.347]    MaxPixelClock: 230000000
[    27.347] *Mode: 118 (1024x768)
[    27.347]    ModeAttributes: 0x9b
[    27.347]    WinAAttributes: 0x7
[    27.347]    WinBAttributes: 0x0
[    27.347]    WinGranularity: 64
[    27.347]    WinSize: 64
[    27.347]    WinASegment: 0xa000
[    27.347]    WinBSegment: 0x0
[    27.347]    WinFuncPtr: 0xc0008e75
[    27.347]    BytesPerScanline: 4096
[    27.347]    XResolution: 1024
[    27.347]    YResolution: 768
[    27.347]    XCharSize: 8
[    27.347]    YCharSize: 16
[    27.347]    NumberOfPlanes: 1
[    27.347]    BitsPerPixel: 32
[    27.347]    NumberOfBanks: 1
[    27.347]    MemoryModel: 6
[    27.347]    BankSize: 0
[    27.347]    NumberOfImages: 41
[    27.347]    RedMaskSize: 8
[    27.347]    RedFieldPosition: 16
[    27.347]    GreenMaskSize: 8
[    27.347]    GreenFieldPosition: 8
[    27.347]    BlueMaskSize: 8
[    27.347]    BlueFieldPosition: 0
[    27.347]    RsvdMaskSize: 8
[    27.347]    RsvdFieldPosition: 24
[    27.347]    DirectColorModeInfo: 0
[    27.347]    PhysBasePtr: 0xb0000000
[    27.347]    LinBytesPerScanLine: 4096
[    27.347]    BnkNumberOfImagePages: 41
[    27.347]    LinNumberOfImagePages: 41
[    27.347]    LinRedMaskSize: 8
[    27.347]    LinRedFieldPosition: 16
[    27.347]    LinGreenMaskSize: 8
[    27.347]    LinGreenFieldPosition: 8
[    27.347]    LinBlueMaskSize: 8
[    27.347]    LinBlueFieldPosition: 0
[    27.347]    LinRsvdMaskSize: 8
[    27.347]    LinRsvdFieldPosition: 24
[    27.347]    MaxPixelClock: 230000000
[    27.348] *Mode: 112 (640x480)
[    27.348]    ModeAttributes: 0x9b
[    27.348]    WinAAttributes: 0x7
[    27.348]    WinBAttributes: 0x0
[    27.348]    WinGranularity: 64
[    27.348]    WinSize: 64
[    27.348]    WinASegment: 0xa000
[    27.348]    WinBSegment: 0x0
[    27.348]    WinFuncPtr: 0xc0008e75
[    27.348]    BytesPerScanline: 2560
[    27.348]    XResolution: 640
[    27.348]    YResolution: 480
[    27.348]    XCharSize: 8
[    27.348]    YCharSize: 16
[    27.348]    NumberOfPlanes: 1
[    27.348]    BitsPerPixel: 32
[    27.348]    NumberOfBanks: 1
[    27.348]    MemoryModel: 6
[    27.348]    BankSize: 0
[    27.348]    NumberOfImages: 106
[    27.348]    RedMaskSize: 8
[    27.348]    RedFieldPosition: 16
[    27.348]    GreenMaskSize: 8
[    27.348]    GreenFieldPosition: 8
[    27.348]    BlueMaskSize: 8
[    27.348]    BlueFieldPosition: 0
[    27.348]    RsvdMaskSize: 8
[    27.348]    RsvdFieldPosition: 24
[    27.348]    DirectColorModeInfo: 0
[    27.348]    PhysBasePtr: 0xb0000000
[    27.348]    LinBytesPerScanLine: 2560
[    27.348]    BnkNumberOfImagePages: 106
[    27.348]    LinNumberOfImagePages: 106
[    27.348]    LinRedMaskSize: 8
[    27.348]    LinRedFieldPosition: 16
[    27.348]    LinGreenMaskSize: 8
[    27.348]    LinGreenFieldPosition: 8
[    27.348]    LinBlueMaskSize: 8
[    27.348]    LinBlueFieldPosition: 0
[    27.348]    LinRsvdMaskSize: 8
[    27.348]    LinRsvdFieldPosition: 24
[    27.348]    MaxPixelClock: 230000000
[    27.348] Mode: 114 (800x600)
[    27.348]    ModeAttributes: 0x9b
[    27.348]    WinAAttributes: 0x7
[    27.348]    WinBAttributes: 0x0
[    27.348]    WinGranularity: 64
[    27.348]    WinSize: 64
[    27.348]    WinASegment: 0xa000
[    27.348]    WinBSegment: 0x0
[    27.348]    WinFuncPtr: 0xc0008e75
[    27.348]    BytesPerScanline: 1600
[    27.348]    XResolution: 800
[    27.348]    YResolution: 600
[    27.348]    XCharSize: 8
[    27.348]    YCharSize: 16
[    27.348]    NumberOfPlanes: 1
[    27.348]    BitsPerPixel: 16
[    27.348]    NumberOfBanks: 1
[    27.348]    MemoryModel: 6
[    27.348]    BankSize: 0
[    27.348]    NumberOfImages: 135
[    27.348]    RedMaskSize: 5
[    27.348]    RedFieldPosition: 11
[    27.348]    GreenMaskSize: 6
[    27.348]    GreenFieldPosition: 5
[    27.348]    BlueMaskSize: 5
[    27.348]    BlueFieldPosition: 0
[    27.348]    RsvdMaskSize: 0
[    27.348]    RsvdFieldPosition: 0
[    27.348]    DirectColorModeInfo: 0
[    27.348]    PhysBasePtr: 0xb0000000
[    27.348]    LinBytesPerScanLine: 1600
[    27.348]    BnkNumberOfImagePages: 135
[    27.348]    LinNumberOfImagePages: 135
[    27.348]    LinRedMaskSize: 5
[    27.348]    LinRedFieldPosition: 11
[    27.348]    LinGreenMaskSize: 6
[    27.348]    LinGreenFieldPosition: 5
[    27.348]    LinBlueMaskSize: 5
[    27.348]    LinBlueFieldPosition: 0
[    27.348]    LinRsvdMaskSize: 0
[    27.348]    LinRsvdFieldPosition: 0
[    27.348]    MaxPixelClock: 230000000
[    27.349] *Mode: 115 (800x600)
[    27.349]    ModeAttributes: 0x9b
[    27.349]    WinAAttributes: 0x7
[    27.349]    WinBAttributes: 0x0
[    27.349]    WinGranularity: 64
[    27.349]    WinSize: 64
[    27.349]    WinASegment: 0xa000
[    27.349]    WinBSegment: 0x0
[    27.349]    WinFuncPtr: 0xc0008e75
[    27.349]    BytesPerScanline: 3200
[    27.349]    XResolution: 800
[    27.349]    YResolution: 600
[    27.349]    XCharSize: 8
[    27.349]    YCharSize: 16
[    27.349]    NumberOfPlanes: 1
[    27.349]    BitsPerPixel: 32
[    27.349]    NumberOfBanks: 1
[    27.349]    MemoryModel: 6
[    27.349]    BankSize: 0
[    27.349]    NumberOfImages: 67
[    27.349]    RedMaskSize: 8
[    27.349]    RedFieldPosition: 16
[    27.349]    GreenMaskSize: 8
[    27.349]    GreenFieldPosition: 8
[    27.349]    BlueMaskSize: 8
[    27.349]    BlueFieldPosition: 0
[    27.349]    RsvdMaskSize: 8
[    27.349]    RsvdFieldPosition: 24
[    27.349]    DirectColorModeInfo: 0
[    27.349]    PhysBasePtr: 0xb0000000
[    27.349]    LinBytesPerScanLine: 3200
[    27.349]    BnkNumberOfImagePages: 67
[    27.349]    LinNumberOfImagePages: 67
[    27.349]    LinRedMaskSize: 8
[    27.349]    LinRedFieldPosition: 16
[    27.349]    LinGreenMaskSize: 8
[    27.349]    LinGreenFieldPosition: 8
[    27.349]    LinBlueMaskSize: 8
[    27.349]    LinBlueFieldPosition: 0
[    27.349]    LinRsvdMaskSize: 8
[    27.349]    LinRsvdFieldPosition: 24
[    27.349]    MaxPixelClock: 230000000
[    27.349] Mode: 101 (640x480)
[    27.349]    ModeAttributes: 0x9b
[    27.349]    WinAAttributes: 0x7
[    27.349]    WinBAttributes: 0x0
[    27.349]    WinGranularity: 64
[    27.349]    WinSize: 64
[    27.349]    WinASegment: 0xa000
[    27.349]    WinBSegment: 0x0
[    27.349]    WinFuncPtr: 0xc0008e75
[    27.349]    BytesPerScanline: 640
[    27.349]    XResolution: 640
[    27.349]    YResolution: 480
[    27.349]    XCharSize: 8
[    27.349]    YCharSize: 16
[    27.349]    NumberOfPlanes: 1
[    27.349]    BitsPerPixel: 8
[    27.349]    NumberOfBanks: 1
[    27.349]    MemoryModel: 4
[    27.349]    BankSize: 0
[    27.349]    NumberOfImages: 152
[    27.349]    RedMaskSize: 0
[    27.349]    RedFieldPosition: 0
[    27.349]    GreenMaskSize: 0
[    27.349]    GreenFieldPosition: 0
[    27.349]    BlueMaskSize: 0
[    27.349]    BlueFieldPosition: 0
[    27.349]    RsvdMaskSize: 0
[    27.349]    RsvdFieldPosition: 0
[    27.349]    DirectColorModeInfo: 0
[    27.349]    PhysBasePtr: 0xb0000000
[    27.349]    LinBytesPerScanLine: 640
[    27.349]    BnkNumberOfImagePages: 152
[    27.349]    LinNumberOfImagePages: 152
[    27.349]    LinRedMaskSize: 0
[    27.349]    LinRedFieldPosition: 0
[    27.349]    LinGreenMaskSize: 0
[    27.349]    LinGreenFieldPosition: 0
[    27.349]    LinBlueMaskSize: 0
[    27.349]    LinBlueFieldPosition: 0
[    27.349]    LinRsvdMaskSize: 0
[    27.349]    LinRsvdFieldPosition: 0
[    27.349]    MaxPixelClock: 230000000
[    27.350] Mode: 103 (800x600)
[    27.350]    ModeAttributes: 0x9b
[    27.350]    WinAAttributes: 0x7
[    27.350]    WinBAttributes: 0x0
[    27.350]    WinGranularity: 64
[    27.350]    WinSize: 64
[    27.350]    WinASegment: 0xa000
[    27.350]    WinBSegment: 0x0
[    27.350]    WinFuncPtr: 0xc0008e75
[    27.350]    BytesPerScanline: 832
[    27.350]    XResolution: 800
[    27.350]    YResolution: 600
[    27.350]    XCharSize: 8
[    27.350]    YCharSize: 16
[    27.350]    NumberOfPlanes: 1
[    27.350]    BitsPerPixel: 8
[    27.350]    NumberOfBanks: 1
[    27.350]    MemoryModel: 4
[    27.350]    BankSize: 0
[    27.350]    NumberOfImages: 254
[    27.350]    RedMaskSize: 0
[    27.350]    RedFieldPosition: 0
[    27.350]    GreenMaskSize: 0
[    27.350]    GreenFieldPosition: 0
[    27.350]    BlueMaskSize: 0
[    27.350]    BlueFieldPosition: 0
[    27.350]    RsvdMaskSize: 0
[    27.350]    RsvdFieldPosition: 0
[    27.350]    DirectColorModeInfo: 0
[    27.350]    PhysBasePtr: 0xb0000000
[    27.350]    LinBytesPerScanLine: 832
[    27.350]    BnkNumberOfImagePages: 254
[    27.350]    LinNumberOfImagePages: 254
[    27.350]    LinRedMaskSize: 0
[    27.350]    LinRedFieldPosition: 0
[    27.350]    LinGreenMaskSize: 0
[    27.350]    LinGreenFieldPosition: 0
[    27.350]    LinBlueMaskSize: 0
[    27.350]    LinBlueFieldPosition: 0
[    27.350]    LinRsvdMaskSize: 0
[    27.350]    LinRsvdFieldPosition: 0
[    27.350]    MaxPixelClock: 230000000
[    27.350] Mode: 111 (640x480)
[    27.350]    ModeAttributes: 0x9b
[    27.350]    WinAAttributes: 0x7
[    27.350]    WinBAttributes: 0x0
[    27.350]    WinGranularity: 64
[    27.350]    WinSize: 64
[    27.350]    WinASegment: 0xa000
[    27.350]    WinBSegment: 0x0
[    27.350]    WinFuncPtr: 0xc0008e75
[    27.350]    BytesPerScanline: 1280
[    27.350]    XResolution: 640
[    27.350]    YResolution: 480
[    27.350]    XCharSize: 8
[    27.350]    YCharSize: 16
[    27.350]    NumberOfPlanes: 1
[    27.350]    BitsPerPixel: 16
[    27.350]    NumberOfBanks: 1
[    27.350]    MemoryModel: 6
[    27.350]    BankSize: 0
[    27.350]    NumberOfImages: 203
[    27.350]    RedMaskSize: 5
[    27.350]    RedFieldPosition: 11
[    27.350]    GreenMaskSize: 6
[    27.350]    GreenFieldPosition: 5
[    27.350]    BlueMaskSize: 5
[    27.350]    BlueFieldPosition: 0
[    27.350]    RsvdMaskSize: 0
[    27.350]    RsvdFieldPosition: 0
[    27.350]    DirectColorModeInfo: 0
[    27.350]    PhysBasePtr: 0xb0000000
[    27.350]    LinBytesPerScanLine: 1280
[    27.350]    BnkNumberOfImagePages: 203
[    27.350]    LinNumberOfImagePages: 203
[    27.350]    LinRedMaskSize: 5
[    27.350]    LinRedFieldPosition: 11
[    27.350]    LinGreenMaskSize: 6
[    27.350]    LinGreenFieldPosition: 5
[    27.350]    LinBlueMaskSize: 5
[    27.350]    LinBlueFieldPosition: 0
[    27.350]    LinRsvdMaskSize: 0
[    27.350]    LinRsvdFieldPosition: 0
[    27.350]    MaxPixelClock: 230000000
[    27.350] Mode: 17d (1600x900)
[    27.350]    ModeAttributes: 0x9b
[    27.350]    WinAAttributes: 0x7
[    27.350]    WinBAttributes: 0x0
[    27.350]    WinGranularity: 64
[    27.350]    WinSize: 64
[    27.350]    WinASegment: 0xa000
[    27.350]    WinBSegment: 0x0
[    27.350]    WinFuncPtr: 0xc0008e75
[    27.351]    BytesPerScanline: 1600
[    27.351]    XResolution: 1600
[    27.351]    YResolution: 900
[    27.351]    XCharSize: 8
[    27.351]    YCharSize: 16
[    27.351]    NumberOfPlanes: 1
[    27.351]    BitsPerPixel: 8
[    27.351]    NumberOfBanks: 1
[    27.351]    MemoryModel: 4
[    27.351]    BankSize: 0
[    27.351]    NumberOfImages: 92
[    27.351]    RedMaskSize: 0
[    27.351]    RedFieldPosition: 0
[    27.351]    GreenMaskSize: 0
[    27.351]    GreenFieldPosition: 0
[    27.351]    BlueMaskSize: 0
[    27.351]    BlueFieldPosition: 0
[    27.351]    RsvdMaskSize: 0
[    27.351]    RsvdFieldPosition: 0
[    27.351]    DirectColorModeInfo: 0
[    27.351]    PhysBasePtr: 0xb0000000
[    27.351]    LinBytesPerScanLine: 1600
[    27.351]    BnkNumberOfImagePages: 92
[    27.351]    LinNumberOfImagePages: 92
[    27.351]    LinRedMaskSize: 0
[    27.351]    LinRedFieldPosition: 0
[    27.351]    LinGreenMaskSize: 0
[    27.351]    LinGreenFieldPosition: 0
[    27.351]    LinBlueMaskSize: 0
[    27.351]    LinBlueFieldPosition: 0
[    27.351]    LinRsvdMaskSize: 0
[    27.351]    LinRsvdFieldPosition: 0
[    27.351]    MaxPixelClock: 230000000
[    27.351] Mode: 17e (1600x900)
[    27.351]    ModeAttributes: 0x9b
[    27.351]    WinAAttributes: 0x7
[    27.351]    WinBAttributes: 0x0
[    27.351]    WinGranularity: 64
[    27.351]    WinSize: 64
[    27.351]    WinASegment: 0xa000
[    27.351]    WinBSegment: 0x0
[    27.351]    WinFuncPtr: 0xc0008e75
[    27.351]    BytesPerScanline: 3200
[    27.351]    XResolution: 1600
[    27.351]    YResolution: 900
[    27.351]    XCharSize: 8
[    27.351]    YCharSize: 16
[    27.351]    NumberOfPlanes: 1
[    27.351]    BitsPerPixel: 16
[    27.351]    NumberOfBanks: 1
[    27.351]    MemoryModel: 6
[    27.351]    BankSize: 0
[    27.351]    NumberOfImages: 45
[    27.351]    RedMaskSize: 5
[    27.351]    RedFieldPosition: 11
[    27.351]    GreenMaskSize: 6
[    27.351]    GreenFieldPosition: 5
[    27.351]    BlueMaskSize: 5
[    27.351]    BlueFieldPosition: 0
[    27.351]    RsvdMaskSize: 0
[    27.351]    RsvdFieldPosition: 0
[    27.351]    DirectColorModeInfo: 0
[    27.351]    PhysBasePtr: 0xb0000000
[    27.351]    LinBytesPerScanLine: 3200
[    27.351]    BnkNumberOfImagePages: 45
[    27.351]    LinNumberOfImagePages: 45
[    27.351]    LinRedMaskSize: 5
[    27.351]    LinRedFieldPosition: 11
[    27.351]    LinGreenMaskSize: 6
[    27.351]    LinGreenFieldPosition: 5
[    27.351]    LinBlueMaskSize: 5
[    27.351]    LinBlueFieldPosition: 0
[    27.351]    LinRsvdMaskSize: 0
[    27.351]    LinRsvdFieldPosition: 0
[    27.351]    MaxPixelClock: 230000000
[    27.351] *Mode: 17f (1600x900)
[    27.351]    ModeAttributes: 0x9b
[    27.351]    WinAAttributes: 0x7
[    27.352]    WinBAttributes: 0x0
[    27.352]    WinGranularity: 64
[    27.352]    WinSize: 64
[    27.352]    WinASegment: 0xa000
[    27.352]    WinBSegment: 0x0
[    27.352]    WinFuncPtr: 0xc0008e75
[    27.352]    BytesPerScanline: 6400
[    27.352]    XResolution: 1600
[    27.352]    YResolution: 900
[    27.352]    XCharSize: 8
[    27.352]    YCharSize: 16
[    27.352]    NumberOfPlanes: 1
[    27.352]    BitsPerPixel: 32
[    27.352]    NumberOfBanks: 1
[    27.352]    MemoryModel: 6
[    27.352]    BankSize: 0
[    27.352]    NumberOfImages: 22
[    27.352]    RedMaskSize: 8
[    27.352]    RedFieldPosition: 16
[    27.352]    GreenMaskSize: 8
[    27.352]    GreenFieldPosition: 8
[    27.352]    BlueMaskSize: 8
[    27.352]    BlueFieldPosition: 0
[    27.352]    RsvdMaskSize: 8
[    27.352]    RsvdFieldPosition: 24
[    27.352]    DirectColorModeInfo: 0
[    27.352]    PhysBasePtr: 0xb0000000
[    27.352]    LinBytesPerScanLine: 6400
[    27.352]    BnkNumberOfImagePages: 22
[    27.352]    LinNumberOfImagePages: 22
[    27.352]    LinRedMaskSize: 8
[    27.352]    LinRedFieldPosition: 16
[    27.352]    LinGreenMaskSize: 8
[    27.352]    LinGreenFieldPosition: 8
[    27.352]    LinBlueMaskSize: 8
[    27.352]    LinBlueFieldPosition: 0
[    27.352]    LinRsvdMaskSize: 8
[    27.352]    LinRsvdFieldPosition: 24
[    27.352]    MaxPixelClock: 230000000
[    27.352] 
[    27.352] (II) VESA(0): Total Memory: 2047 64KB banks (131008kB)
[    27.352] (II) VESA(0): <default monitor>: Using hsync value of 55.76 kHz
[    27.352] (II) VESA(0): <default monitor>: Using vrefresh value of 60.08 Hz
[    27.352] (WW) VESA(0): Unable to estimate virtual size
[    27.352] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    27.352] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    27.352] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    27.352] (--) VESA(0): Virtual size is 1600x900 (pitch 1600)
[    27.352] (**) VESA(0): *Built-in mode "1600x900"
[    27.352] (**) VESA(0): Display dimensions: (380, 210) mm
[    27.352] (**) VESA(0): DPI set to (106, 108)
[    27.352] (**) VESA(0): Using "Shadow Framebuffer"
[    27.352] (II) Loading sub module "shadow"
[    27.352] (II) LoadModule: "shadow"
[    27.353] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    27.353] (II) Module shadow: vendor="X.Org Foundation"
[    27.353]    compiled for 1.14.5, module version = 1.1.0
[    27.353]    ABI class: X.Org ANSI C Emulation, version 0.4
[    27.353] (II) Loading sub module "fb"
[    27.353] (II) LoadModule: "fb"
[    27.353] (II) Loading /usr/lib/xorg/modules/libfb.so
[    27.353] (II) Module fb: vendor="X.Org Foundation"
[    27.353]    compiled for 1.14.5, module version = 1.0.0
[    27.353]    ABI class: X.Org ANSI C Emulation, version 0.4
[    27.353] (II) UnloadModule: "modesetting"
[    27.353] (II) Unloading modesetting
[    27.353] (II) UnloadModule: "fbdev"
[    27.353] (II) Unloading fbdev
[    27.353] (II) UnloadSubModule: "fbdevhw"
[    27.353] (II) Unloading fbdevhw
[    27.353] (==) Depth 24 pixmap format is 32 bpp
[    27.353] (II) Loading sub module "int10"
[    27.353] (II) LoadModule: "int10"
[    27.353] (II) Loading /usr/lib/xorg/modules/libint10.so
[    27.353] (II) Module int10: vendor="X.Org Foundation"
[    27.353]    compiled for 1.14.5, module version = 1.0.0
[    27.353]    ABI class: X.Org Video Driver, version 14.1
[    27.353] (II) VESA(0): initializing int10
[    27.353] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    27.354] (II) VESA(0): VESA BIOS detected
[    27.354] (II) VESA(0): VESA VBE Version 3.0
[    27.354] (II) VESA(0): VESA VBE Total Mem: 131008 kB
[    27.354] (II) VESA(0): VESA VBE OEM: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS
[    27.354] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    27.354] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    27.354] (II) VESA(0): VESA VBE OEM Product: Intel(R) Sandybridge/Ivybridge Graphics Controller
[    27.354] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    27.354] (II) VESA(0): virtual address = 0x7fccb4ee7000,
        physical address = 0xb0000000, size = 134152192
[    27.359] (II) VESA(0): Setting up VESA Mode 0x17F (1600x900)
[    27.442] (==) VESA(0): Default visual is TrueColor
[    27.442] (==) VESA(0): Backing store disabled
[    27.442] (==) VESA(0): DPMS enabled
[    27.442] (==) RandR enabled
[    27.446] (II) SELinux: Disabled on system
[    27.447] (II) AIGLX: Screen 0 is not DRI2 capable
[    27.447] (II) AIGLX: Screen 0 is not DRI capable
[    27.605] (II) AIGLX: Loaded and initialized swrast
[    27.605] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    27.618] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    27.620] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    27.620] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    27.620] (II) LoadModule: "evdev"
[    27.672] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    27.694] (II) Module evdev: vendor="X.Org Foundation"
[    27.694]    compiled for 1.14.1, module version = 2.7.3
[    27.694]    Module class: X.Org XInput Driver
[    27.694]    ABI class: X.Org XInput driver, version 19.1
[    27.694] (II) Using input driver 'evdev' for 'Power Button'
[    27.694] (**) Power Button: always reports core events
[    27.694] (**) evdev: Power Button: Device: "/dev/input/event3"
[    27.694] (--) evdev: Power Button: Vendor 0 Product 0x1
[    27.694] (--) evdev: Power Button: Found keys
[    27.694] (II) evdev: Power Button: Configuring as keyboard
[    27.694] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    27.694] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    27.694] (**) Option "xkb_rules" "evdev"
[    27.694] (**) Option "xkb_model" "pc105"
[    27.694] (**) Option "xkb_layout" "fr"
[    27.694] (**) Option "xkb_variant" "oss"
[    27.697] (II) XKB: reuse xkmfile /var/lib/xkb/server-6CCE7350BC740BB33D520367F4A10E64192A358C.xkm
[    27.698] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    27.698] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    27.698] (II) Using input driver 'evdev' for 'Power Button'
[    27.698] (**) Power Button: always reports core events
[    27.698] (**) evdev: Power Button: Device: "/dev/input/event0"
[    27.698] (--) evdev: Power Button: Vendor 0 Product 0x1
[    27.698] (--) evdev: Power Button: Found keys
[    27.698] (II) evdev: Power Button: Configuring as keyboard
[    27.698] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0C:00/input/input0/event0"
[    27.698] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    27.698] (**) Option "xkb_rules" "evdev"
[    27.698] (**) Option "xkb_model" "pc105"
[    27.698] (**) Option "xkb_layout" "fr"
[    27.698] (**) Option "xkb_variant" "oss"
[    27.699] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    27.699] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    27.699] (II) Using input driver 'evdev' for 'Sleep Button'
[    27.699] (**) Sleep Button: always reports core events
[    27.699] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[    27.699] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    27.699] (--) evdev: Sleep Button: Found keys
[    27.699] (II) evdev: Sleep Button: Configuring as keyboard
[    27.699] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0E:00/input/input1/event1"
[    27.699] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    27.699] (**) Option "xkb_rules" "evdev"
[    27.699] (**) Option "xkb_model" "pc105"
[    27.699] (**) Option "xkb_layout" "fr"
[    27.699] (**) Option "xkb_variant" "oss"
[    27.700] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    27.700] (II) No input driver specified, ignoring this device.
[    27.700] (II) This device may have been added with another device file.
[    27.700] (II) config/udev: Adding input device HD WebCam (/dev/input/event8)
[    27.700] (**) HD WebCam: Applying InputClass "evdev keyboard catchall"
[    27.700] (II) Using input driver 'evdev' for 'HD WebCam'
[    27.700] (**) HD WebCam: always reports core events
[    27.700] (**) evdev: HD WebCam: Device: "/dev/input/event8"
[    27.700] (--) evdev: HD WebCam: Vendor 0x4f2 Product 0xb374
[    27.700] (--) evdev: HD WebCam: Found keys
[    27.700] (II) evdev: HD WebCam: Configuring as keyboard
[    27.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input8/event8"
[    27.700] (II) XINPUT: Adding extended input device "HD WebCam" (type: KEYBOARD, id 9)
[    27.700] (**) Option "xkb_rules" "evdev"
[    27.700] (**) Option "xkb_model" "pc105"
[    27.700] (**) Option "xkb_layout" "fr"
[    27.700] (**) Option "xkb_variant" "oss"
[    27.700] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
[    27.700] (II) No input driver specified, ignoring this device.
[    27.700] (II) This device may have been added with another device file.
[    27.700] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
[    27.700] (II) No input driver specified, ignoring this device.
[    27.700] (II) This device may have been added with another device file.
[    27.701] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[    27.701] (II) No input driver specified, ignoring this device.
[    27.701] (II) This device may have been added with another device file.
[    27.701] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    27.701] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    27.701] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    27.701] (**) AT Translated Set 2 keyboard: always reports core events
[    27.701] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    27.701] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    27.701] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    27.701] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    27.701] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    27.701] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    27.701] (**) Option "xkb_rules" "evdev"
[    27.701] (**) Option "xkb_model" "pc105"
[    27.701] (**) Option "xkb_layout" "fr"
[    27.701] (**) Option "xkb_variant" "oss"
[    27.701] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[    27.701] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    27.701] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    27.701] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[    27.701] (II) LoadModule: "synaptics"
[    27.702] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    27.702] (II) Module synaptics: vendor="X.Org Foundation"
[    27.702]    compiled for 1.14.2, module version = 1.7.1
[    27.702]    Module class: X.Org XInput Driver
[    27.702]    ABI class: X.Org XInput driver, version 19.1
[    27.702] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[    27.702] (**) ETPS/2 Elantech Touchpad: always reports core events
[    27.702] (**) Option "Device" "/dev/input/event11"
[    27.728] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2964 (res 0)
[    27.728] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1560 (res 0)
[    27.728] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[    27.728] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[    27.728] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[    27.728] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    27.728] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    27.728] (**) ETPS/2 Elantech Touchpad: always reports core events
[    27.752] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[    27.752] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 11)
[    27.752] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    27.752] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[    27.752] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.060
[    27.752] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    27.752] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[    27.752] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    27.752] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    27.752] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    27.753] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[    27.753] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    27.755] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event10)
[    27.755] (II) No input driver specified, ignoring this device.
[    27.755] (II) This device may have been added with another device file.
[    27.755] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
[    27.755] (II) No input driver specified, ignoring this device.
[    27.755] (II) This device may have been added with another device file.
[    27.756] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event9)
[    27.756] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    27.756] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
[    27.756] (**) Acer WMI hotkeys: always reports core events
[    27.756] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event9"
[    27.756] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
[    27.756] (--) evdev: Acer WMI hotkeys: Found keys
[    27.756] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
[    27.756] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
[    27.756] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 12)
[    27.756] (**) Option "xkb_rules" "evdev"
[    27.756] (**) Option "xkb_model" "pc105"
[    27.756] (**) Option "xkb_layout" "fr"
[    27.756] (**) Option "xkb_variant" "oss"
[    27.764] (WW) config/udev: device ETPS/2 Elantech Touchpad already added. Ignoring.
[    27.764] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[    27.764] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    47.439] (II) XKB: reuse xkmfile /var/lib/xkb/server-8EEF43A744FA45DEDF11D51859425B082E3F2FF4.xkm
clairek@clairek-Aspire:~$ 

Hors ligne

#39 Le 23/03/2014, à 12:17

Compte anonymisé

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

C'est pas le driver i915 qui est chargé. Que donne :

lspci -k | grep -A3 VGA

et

cat /etc/*release

#40 Le 23/03/2014, à 12:20

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

clairek@clairek-Aspire:~$ lspci -k | grep -A3 VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
        Subsystem: Acer Incorporated [ALI] Device 0685
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
        Subsystem: Acer Incorporated [ALI] Device 0685
clairek@clairek-Aspire:~$ 
clairek@clairek-Aspire:~$ cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu 13.10"
NAME="Ubuntu"
VERSION="13.10, Saucy Salamander"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 13.10"
VERSION_ID="13.10"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
clairek@clairek-Aspire:~$ 

Hors ligne

#41 Le 23/03/2014, à 12:31

Compte anonymisé

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

J'ai la même carte intel. Pas normal que le driver intel ne soit pas chargé.
Je ferais un test avec un liveUSB et dans un terminal je vérifierais ce que retourne :

lspci -k

Ça doit donner un truc du genre :

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
	Subsystem: ASUSTeK Computer Inc. Zenbook Prime UX31A
	Kernel driver in use: i915

#42 Le 23/03/2014, à 12:35

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Oui, j'ai à peu près la même réponse sans passer par un live USB.

clairek@clairek-Aspire:~$ lspci -k
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
        Subsystem: Acer Incorporated [ALI] Device 0685
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
        Subsystem: Acer Incorporated [ALI] Device 0685
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
        Subsystem: Acer Incorporated [ALI] Device 0685
        Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
        Subsystem: Acer Incorporated [ALI] Device 0685
        Kernel driver in use: mei_me
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
        Subsystem: Acer Incorporated [ALI] Device 0685
        Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
        Subsystem: Acer Incorporated [ALI] Device 0685
        Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)

Hors ligne

#43 Le 23/03/2014, à 12:39

GP974

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

ClaireK a écrit :

J'ai installé tous les paquets relatifs à l'accélération graphique (libgl, mesa, open gl), bref, la totale, tous les paquets remarqués au long des posts sur ce forum.

tu te rappelle quel paquets tu as installé ? il doit y avoir un des paquets qui a modifier le drivers i915 par le mauvais

Dernière modification par GP974 (Le 23/03/2014, à 12:42)


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#44 Le 23/03/2014, à 12:45

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Ben en fait, j'avais farfouillé sur le net et j'étais tombé sur un add-apt-repository concernant des drivers graphiques...

https://www.dropbox.com/s/g9e38zhw6jxyo … 9cran5.png

Hors ligne

#45 Le 23/03/2014, à 13:00

Compte anonymisé

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Il serait bon de faire un ppa-purge et de revenir à la config de base : http://doc.ubuntu-fr.org/ppa.

#46 Le 23/03/2014, à 13:01

GP974

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

et tu avais déjà des problème avant l'installation de ce ppa ?
si oui il n'est pas responsable sinon le ppa propose la méthode suivante pour le désinstaller

=== Revert to original drivers ===
To revert to standard Ubuntu drivers type the following in a prompt shell:
$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:oibaf/graphics-drivers

je vois aussi qu'il a des restes de migration raring (13.04) -> saucy(13.10)
sous raring les problèmes étais déjà present ?


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#47 Le 23/03/2014, à 13:14

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Oui, c'est pour cela que je cherchais d'autres listes de paquets.
Je vais malgré tout tenter la purge pour voir ce qu'il en ressort...
A très vite.

Hors ligne

#48 Le 23/03/2014, à 13:49

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Non, après purge, toujours pareil...

clairek@clairek-Aspire:~$ /usr/lib/nux/unity_support_test -p
OpenGL vendor string:   VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits)
OpenGL version string:  2.1 Mesa 9.2.1

Not software rendered:    no
Not blacklisted:          yes
GLX fbconfig:             yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes
GL vertex program:        yes
GL fragment program:      yes
GL vertex buffer object:  yes
GL framebuffer object:    yes
GL version is 1.4+:       yes

Unity 3D supported:       no
clairek@clairek-Aspire:~$ 

Bon, on se fait une pause ?
Vous êtes certains que cet appareil a la capacité d'obtenir les effets de bureau ?

Hors ligne

#49 Le 23/03/2014, à 13:54

Compte anonymisé

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Et en liveUSB ça donne quoi ?

#50 Le 23/03/2014, à 15:28

ClaireK

Re : AcerAspire V3-731 et carte graphique Intel no effects/RESOLU

Idem en live CD...Toujours....
clairek@clairek-Aspire:~$ /usr/lib/nux/unity_support_test -p
OpenGL vendor string:   VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
OpenGL version string:  2.1 Mesa 10.2.0-devel (git-4c79f08 saucy-oibaf-ppa)

Not software rendered:    no
Not blacklisted:          yes
GLX fbconfig:             yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes
GL vertex program:        yes
GL fragment program:      yes
GL vertex buffer object:  yes
GL framebuffer object:    yes
GL version is 1.4+:       yes

Unity 3D supported:       no
clairek@clairek-Aspire:~$

Hors ligne