[Xorg] Tri-screen avec deux cartes graphiques, problème

Questions et astuces concernant l'installation et la configuration d'archlinux
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

[Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

Bonjour,
J'ai un chipset intégré Intel et une carte graphique Nvidia, j'ai un écran de branché sur le chipset et deux écrans branchés sur la Nvidia.
J'ai installé les 2 pilotes xf86-video-intel et xf86-video-nouveau. Les seuls écrans activés sont ceux de la carte graphique, comme si le chipset ne se lançait pas alors que j'ai bien paramétré dans le bios de laisser activé le chipset même si une carte graphique était insérée et qu'il est bien détecté dans un lspci :

" 00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 9300 GE] (rev a1) "

La seuls fois où l'écran du chipset s'est activé c'est quand il n'y avait aucun pilote d'installé mais il est resté bloqué sur :

" [drm:pch_irq_handler] *ERROR* PCH poison interrupt
[drm] nouveau 0000:01:00.0 : Regiset 0x00004030 not found in PLL limits table"

L'écran du chipset n'est pas détecté dans arandr.
J'ai modifié mon 10-monitor.conf en suivant ce tuto (https://wiki.archlinux.org/index.php/Xo ... phics_card ) mais ça n'a rien changé.

Quelle est le soucis ?

Merci d'avance
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par FoolEcho »

C'est de l'optimus ? Si oui, regarde peut-être du côté de bumblebee (si non, n'ayant jamais fait mumuse avec ce type de configuration, je ne sais pas).
«The following statement is not true. The previous statement is true.» :nage:
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

Non non c'est pas de l'optimus, c'est une carte graphique Nvidia Geforce 9300 GE et pour le chipset intégré, c'est une plateforme i3
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

Personne n'a d'idée ?
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par FoolEcho »

... 'sais pas. Poste toujours comment tu as configuré X ainsi que le log obtenu (/var/log/Xorg.0.log).
«The following statement is not true. The previous statement is true.» :nage:
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

On dirait que le driver nouveau n'est pas lancé car il y a une interruption juste après le chargement du driver intel.

Code : Tout sélectionner

Section "Device"
    Identifier             "Device0"
    Driver                 "intel"
    BusID                  "PCI:00:02.0"
EndSection

Section "Device"
    Identifier             "Device1"
    Driver                 "nouveau"
    BusID                  "PCI:01:00.0"
    Screen                  1
EndSection

Section "Device"
    Identifier             "Device2"
    Driver                 "nouveau"
    BusID                  "PCI:01:00.0"
    Screen                  2
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG Electronics W2234"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "LG Electronics W2234"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "LG Electronics L222W"
    HorizSync       28.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Et le log obtenu :

Code : Tout sélectionner

[  2322.593] 
X.Org X Server 1.12.0
Release Date: 2012-03-04
[  2322.595] X Protocol Version 11, Revision 0
[  2322.595] Build Operating System: Linux 3.2.9-1-ARCH x86_64 
[  2322.596] Current Operating System: Linux itx 3.2.11-1-ARCH #1 SMP PREEMPT Thu Mar 15 09:19:02 CET 2012 x86_64
[  2322.597] Kernel command line: root=/dev/disk/by-uuid/f91cde89-50ff-4280-8c04-b85d925345a4 ro
[  2322.597] Build Date: 05 March 2012  05:59:48AM
[  2322.598]  
[  2322.598] Current version of pixman: 0.24.4
[  2322.599] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2322.600] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2322.602] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 20 20:26:50 2012
[  2322.603] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2322.603] (==) No Layout section.  Using the first Screen section.
[  2322.603] (**) |-->Screen "Screen0" (0)
[  2322.603] (**) |   |-->Monitor "Monitor0"
[  2322.603] (**) |   |-->Device "Device0"
[  2322.603] (==) Automatically adding devices
[  2322.603] (==) Automatically enabling devices
[  2322.603] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  2322.603] 	Entry deleted from font path.
[  2322.603] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  2322.603] 	Entry deleted from font path.
[  2322.603] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  2322.604] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  2322.604] 	Entry deleted from font path.
[  2322.604] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  2322.604] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[  2322.604] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2322.604] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2322.604] (II) Loader magic: 0x7cef60
[  2322.604] (II) Module ABI versions:
[  2322.604] 	X.Org ANSI C Emulation: 0.4
[  2322.604] 	X.Org Video Driver: 12.0
[  2322.604] 	X.Org XInput driver : 16.0
[  2322.604] 	X.Org Server Extension : 6.0
[  2322.604] (--) PCI: (0:0:2:0) 8086:0102:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64
[  2322.604] (--) PCI:*(0:1:0:0) 10de:06e0:174b:9830 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
[  2322.604] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2322.604] (II) LoadModule: "extmod"
[  2322.604] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  2322.604] (II) Module extmod: vendor="X.Org Foundation"
[  2322.604] 	compiled for 1.12.0, module version = 1.0.0
[  2322.604] 	Module class: X.Org Server Extension
[  2322.604] 	ABI class: X.Org Server Extension, version 6.0
[  2322.604] (II) Loading extension MIT-SCREEN-SAVER
[  2322.604] (II) Loading extension XFree86-VidModeExtension
[  2322.604] (II) Loading extension XFree86-DGA
[  2322.604] (II) Loading extension DPMS
[  2322.604] (II) Loading extension XVideo
[  2322.604] (II) Loading extension XVideo-MotionCompensation
[  2322.604] (II) Loading extension X-Resource
[  2322.604] (II) LoadModule: "dbe"
[  2322.604] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  2322.604] (II) Module dbe: vendor="X.Org Foundation"
[  2322.604] 	compiled for 1.12.0, module version = 1.0.0
[  2322.604] 	Module class: X.Org Server Extension
[  2322.604] 	ABI class: X.Org Server Extension, version 6.0
[  2322.604] (II) Loading extension DOUBLE-BUFFER
[  2322.604] (II) LoadModule: "glx"
[  2322.604] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2322.604] (II) Module glx: vendor="X.Org Foundation"
[  2322.604] 	compiled for 1.12.0, module version = 1.0.0
[  2322.605] 	ABI class: X.Org Server Extension, version 6.0
[  2322.605] (==) AIGLX enabled
[  2322.605] (II) Loading extension GLX
[  2322.605] (II) LoadModule: "record"
[  2322.605] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  2322.605] (II) Module record: vendor="X.Org Foundation"
[  2322.605] 	compiled for 1.12.0, module version = 1.13.0
[  2322.605] 	Module class: X.Org Server Extension
[  2322.605] 	ABI class: X.Org Server Extension, version 6.0
[  2322.605] (II) Loading extension RECORD
[  2322.605] (II) LoadModule: "dri"
[  2322.605] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  2322.605] (II) Module dri: vendor="X.Org Foundation"
[  2322.605] 	compiled for 1.12.0, module version = 1.0.0
[  2322.605] 	ABI class: X.Org Server Extension, version 6.0
[  2322.605] (II) Loading extension XFree86-DRI
[  2322.605] (II) LoadModule: "dri2"
[  2322.605] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2322.605] (II) Module dri2: vendor="X.Org Foundation"
[  2322.605] 	compiled for 1.12.0, module version = 1.2.0
[  2322.605] 	ABI class: X.Org Server Extension, version 6.0
[  2322.605] (II) Loading extension DRI2
[  2322.605] (II) LoadModule: "intel"
[  2322.605] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  2322.605] (II) Module intel: vendor="X.Org Foundation"
[  2322.605] 	compiled for 1.11.99.903, module version = 2.18.0
[  2322.605] 	Module class: X.Org Video Driver
[  2322.605] 	ABI class: X.Org Video Driver, version 12.0
[  2322.605] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[  2322.605] (--) using VT number 7

[  2322.607] (EE) No devices detected.
[  2322.607] 
Fatal server error:
[  2322.607] no screens found
[  2322.607] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  2322.607] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  2322.607] 
Dernière modification par darch le mar. 20 mars 2012, 21:27, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17606
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par benjarobin »

Tu n’aurais pas ajouté/modifié un fichier de configuration de Xorg ? Car il y a cette ligne qui ne devrait pas apparaître : "Screen "Screen0""
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

J'ai juste modifié 10-monitor.conf que je donne au-dessus du log.

Je viens d'essayer autre chose, j'ai installé les pilotes propriétaires nvidia donc j'ai du désinstaller libgl. Lors de l'allumage, j'ai l'écran du chipset qui est bien activé mais 1 seul écran de la carte graphique est activé mais il bloque sur le démarraged'archlinux (juste après grub).
Après quand je lance un startx (sans 10-monitor.conf), les 2 écrans de la carte graphique sont bien activés et il y a une nouveauté : l'écran du chipset est activé mais il a seulement le curseur qui clignote, comme si il était resté en ttyX.
Après si j'essaye de démarrer avec le fichier 10-monitor.Conf en l'ayant modifié, il bloque sur "no screen found" comme avec le pilote "nouveau"
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17606
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par benjarobin »

Si tu veux faire fonctionner les 2 cartes tu es obligé d'utiliser les drivers libres (De plus pacman interdit l'installation de nvidia et du driver intel)

Sinon ton problème vient bien de ton monitor.conf.
Je te conseil de lancer X comme tu l'as déjà essayé puis de lancer arandr pour essayer de faire fonctionner les 2 écrans
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

J'ai lu sur sur le forum d'ubuntu-fr que le gars arrivait à faire marcher 3 écrans sur 2 cartes graphiques avec xineram donc avec le pilote propriétaire donc je pensais qu'il fallait utiliser celui-là. Oui c'est vrai qu'il y a un conflit avec libgl et nvidia-utils mais j'avais supprimé libgl en faisant pacman -Rdd libgl.

J'arrive à faire fonctionner mes 2 écras sous arandr avec les 2 pilotes libres seulement quand il n'y a pas de monitor.conf donc faut que je trouve comment bien le configurer.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17606
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par benjarobin »

Donne nous donc la sortie de ton log Xorg une fois que cela fonctionne, ainsi la sortie (depuis X) de xrandr -q
Sinon xinerama n'est clairement pas une bonne idée car aucun effet graphique ne peut être utilisé, pas de transparence...
Ton problème est "simple" c'est juste une question de fichier de configuration :D
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

Je viens de désinstaller "nvidia" et de réinstaller "nouveau" et "libgl".
J'ai que les deux écrans de la carte graphique qui marchent. Et le fichier monitor.conf n'est pas présent car s'il est présent Xorg ne démarre pas du tout.

La sortie de xrandr -q où on voit clairement que le chipset n'est pas détecté :

Code : Tout sélectionner

[dack@itx ~]$ xrandr -q
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
VGA-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
   1680x1050      59.9*+   60.0  
   1280x1024      75.0     60.0  
   1440x900       75.0     59.9  
   1280x960       60.0  
   1152x864       75.0  
   1024x768       75.1     60.0  
   832x624        74.6  
   800x600        75.0     60.3     56.2  
   640x480        75.0     60.0  
   720x400        70.1  
DVI-I-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
   1680x1050      59.9*+   60.0  
   1280x1024      75.0     60.0  
   1440x900       75.0     59.9  
   1280x960       60.0  
   1152x864       75.0  
   1024x768       75.1     60.0  
   832x624        74.6  
   800x600        75.0     60.3     56.2  
   640x480        75.0     60.0  
   720x400        70.1  
HDMI-1 disconnected (normal left inverted right x axis y axis)
[dack@itx ~]$ 
Et le log Xorg :

Code : Tout sélectionner

[   128.692] 
X.Org X Server 1.12.0
Release Date: 2012-03-04
[   128.694] X Protocol Version 11, Revision 0
[   128.695] Build Operating System: Linux 3.2.9-1-ARCH x86_64 
[   128.695] Current Operating System: Linux itx 3.2.11-1-ARCH #1 SMP PREEMPT Thu Mar 15 09:19:02 CET 2012 x86_64
[   128.696] Kernel command line: root=/dev/disk/by-uuid/f91cde89-50ff-4280-8c04-b85d925345a4 ro
[   128.696] Build Date: 05 March 2012  05:59:48AM
[   128.697]  
[   128.698] Current version of pixman: 0.24.4
[   128.698] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   128.700] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   128.702] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 13:46:26 2012
[   128.702] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   128.703] (==) No Layout section.  Using the first Screen section.
[   128.703] (==) No screen section available. Using defaults.
[   128.703] (**) |-->Screen "Default Screen Section" (0)
[   128.703] (**) |   |-->Monitor "<default monitor>"
[   128.703] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   128.703] (==) Automatically adding devices
[   128.703] (==) Automatically enabling devices
[   128.703] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   128.703] 	Entry deleted from font path.
[   128.703] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   128.703] 	Entry deleted from font path.
[   128.703] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   128.703] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   128.703] 	Entry deleted from font path.
[   128.703] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   128.703] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[   128.703] (==) ModulePath set to "/usr/lib/xorg/modules"
[   128.703] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   128.703] (II) Loader magic: 0x7cef60
[   128.703] (II) Module ABI versions:
[   128.703] 	X.Org ANSI C Emulation: 0.4
[   128.703] 	X.Org Video Driver: 12.0
[   128.703] 	X.Org XInput driver : 16.0
[   128.703] 	X.Org Server Extension : 6.0
[   128.704] (--) PCI: (0:0:2:0) 8086:0102:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64
[   128.704] (--) PCI:*(0:1:0:0) 10de:06e0:174b:9830 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
[   128.704] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   128.704] (II) LoadModule: "extmod"
[   128.704] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   128.704] (II) Module extmod: vendor="X.Org Foundation"
[   128.704] 	compiled for 1.12.0, module version = 1.0.0
[   128.704] 	Module class: X.Org Server Extension
[   128.704] 	ABI class: X.Org Server Extension, version 6.0
[   128.704] (II) Loading extension MIT-SCREEN-SAVER
[   128.704] (II) Loading extension XFree86-VidModeExtension
[   128.704] (II) Loading extension XFree86-DGA
[   128.704] (II) Loading extension DPMS
[   128.704] (II) Loading extension XVideo
[   128.704] (II) Loading extension XVideo-MotionCompensation
[   128.704] (II) Loading extension X-Resource
[   128.704] (II) LoadModule: "dbe"
[   128.704] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   128.704] (II) Module dbe: vendor="X.Org Foundation"
[   128.704] 	compiled for 1.12.0, module version = 1.0.0
[   128.704] 	Module class: X.Org Server Extension
[   128.704] 	ABI class: X.Org Server Extension, version 6.0
[   128.704] (II) Loading extension DOUBLE-BUFFER
[   128.704] (II) LoadModule: "glx"
[   128.704] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   128.704] (II) Module glx: vendor="X.Org Foundation"
[   128.704] 	compiled for 1.12.0, module version = 1.0.0
[   128.704] 	ABI class: X.Org Server Extension, version 6.0
[   128.704] (==) AIGLX enabled
[   128.704] (II) Loading extension GLX
[   128.704] (II) LoadModule: "record"
[   128.704] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   128.704] (II) Module record: vendor="X.Org Foundation"
[   128.704] 	compiled for 1.12.0, module version = 1.13.0
[   128.704] 	Module class: X.Org Server Extension
[   128.704] 	ABI class: X.Org Server Extension, version 6.0
[   128.704] (II) Loading extension RECORD
[   128.704] (II) LoadModule: "dri"
[   128.704] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   128.704] (II) Module dri: vendor="X.Org Foundation"
[   128.704] 	compiled for 1.12.0, module version = 1.0.0
[   128.704] 	ABI class: X.Org Server Extension, version 6.0
[   128.704] (II) Loading extension XFree86-DRI
[   128.704] (II) LoadModule: "dri2"
[   128.704] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   128.704] (II) Module dri2: vendor="X.Org Foundation"
[   128.704] 	compiled for 1.12.0, module version = 1.2.0
[   128.704] 	ABI class: X.Org Server Extension, version 6.0
[   128.705] (II) Loading extension DRI2
[   128.705] (==) Matched nouveau as autoconfigured driver 0
[   128.705] (==) Matched nvidia as autoconfigured driver 1
[   128.705] (==) Matched nv as autoconfigured driver 2
[   128.705] (==) Matched vesa as autoconfigured driver 3
[   128.705] (==) Matched fbdev as autoconfigured driver 4
[   128.705] (==) Assigned the driver to the xf86ConfigLayout
[   128.705] (II) LoadModule: "nouveau"
[   128.705] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   128.705] (II) Module nouveau: vendor="X.Org Foundation"
[   128.705] 	compiled for 1.11.99.902, module version = 0.0.16
[   128.705] 	Module class: X.Org Video Driver
[   128.705] 	ABI class: X.Org Video Driver, version 12.0
[   128.705] (II) LoadModule: "nvidia"
[   128.705] (WW) Warning, couldn't open module nvidia
[   128.705] (II) UnloadModule: "nvidia"
[   128.705] (II) Unloading nvidia
[   128.705] (EE) Failed to load module "nvidia" (module does not exist, 0)
[   128.705] (II) LoadModule: "nv"
[   128.705] (WW) Warning, couldn't open module nv
[   128.705] (II) UnloadModule: "nv"
[   128.705] (II) Unloading nv
[   128.705] (EE) Failed to load module "nv" (module does not exist, 0)
[   128.705] (II) LoadModule: "vesa"
[   128.705] (WW) Warning, couldn't open module vesa
[   128.705] (II) UnloadModule: "vesa"
[   128.705] (II) Unloading vesa
[   128.705] (EE) Failed to load module "vesa" (module does not exist, 0)
[   128.705] (II) LoadModule: "fbdev"
[   128.705] (WW) Warning, couldn't open module fbdev
[   128.705] (II) UnloadModule: "fbdev"
[   128.705] (II) Unloading fbdev
[   128.705] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   128.705] (II) NOUVEAU driver 
[   128.705] (II) NOUVEAU driver for NVIDIA chipset families :
[   128.705] 	RIVA TNT        (NV04)
[   128.705] 	RIVA TNT2       (NV05)
[   128.705] 	GeForce 256     (NV10)
[   128.705] 	GeForce 2       (NV11, NV15)
[   128.705] 	GeForce 4MX     (NV17, NV18)
[   128.705] 	GeForce 3       (NV20)
[   128.705] 	GeForce 4Ti     (NV25, NV28)
[   128.705] 	GeForce FX      (NV3x)
[   128.705] 	GeForce 6       (NV4x)
[   128.705] 	GeForce 7       (G7x)
[   128.705] 	GeForce 8       (G8x)
[   128.705] 	GeForce GTX 200 (NVA0)
[   128.705] 	GeForce GTX 400 (NVC0)
[   128.705] (--) using VT number 7

[   128.707] drmOpenDevice: node name is /dev/dri/card0
[   128.707] drmOpenDevice: open result is 7, (OK)
[   128.708] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[   128.708] drmOpenDevice: node name is /dev/dri/card0
[   128.708] drmOpenDevice: open result is 7, (OK)
[   128.708] drmOpenByBusid: drmOpenMinor returns 7
[   128.708] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[   128.708] (II) [drm] nouveau interface version: 0.0.16
[   128.708] (II) Loading sub module "dri"
[   128.708] (II) LoadModule: "dri"
[   128.708] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   128.708] (II) Module dri: vendor="X.Org Foundation"
[   128.708] 	compiled for 1.12.0, module version = 1.0.0
[   128.708] 	ABI class: X.Org Server Extension, version 6.0
[   128.708] (II) NOUVEAU(0): Loaded DRI module
[   128.708] drmOpenDevice: node name is /dev/dri/card0
[   128.708] drmOpenDevice: open result is 8, (OK)
[   128.708] drmOpenDevice: node name is /dev/dri/card0
[   128.708] drmOpenDevice: open result is 8, (OK)
[   128.708] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[   128.708] drmOpenDevice: node name is /dev/dri/card0
[   128.708] drmOpenDevice: open result is 8, (OK)
[   128.708] drmOpenByBusid: drmOpenMinor returns 8
[   128.708] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[   128.708] (II) [drm] DRM interface version 1.4
[   128.708] (II) [drm] DRM open master succeeded.
[   128.708] (--) NOUVEAU(0): Chipset: "NVIDIA NV98"
[   128.708] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   128.708] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[   128.708] (==) NOUVEAU(0): RGB weight 888
[   128.708] (==) NOUVEAU(0): Default visual is TrueColor
[   128.708] (==) NOUVEAU(0): Using HW cursor
[   128.708] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[   128.708] (==) NOUVEAU(0): Page flipping enabled
[   128.824] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[   128.929] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[   128.936] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[   129.041] (II) NOUVEAU(0): EDID for output VGA-1
[   129.041] (II) NOUVEAU(0): Manufacturer: GSM  Model: 56b8  Serial#: 36191
[   129.041] (II) NOUVEAU(0): Year: 2008  Week: 28
[   129.041] (II) NOUVEAU(0): EDID Version: 1.3
[   129.041] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[   129.041] (II) NOUVEAU(0): Sync:  Separate  SyncOnGreen
[   129.041] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[   129.041] (II) NOUVEAU(0): Gamma: 2.20
[   129.041] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[   129.041] (II) NOUVEAU(0): First detailed timing is preferred mode
[   129.041] (II) NOUVEAU(0): redX: 0.640 redY: 0.349   greenX: 0.284 greenY: 0.617
[   129.041] (II) NOUVEAU(0): blueX: 0.142 blueY: 0.067   whiteX: 0.313 whiteY: 0.329
[   129.041] (II) NOUVEAU(0): Supported established timings:
[   129.041] (II) NOUVEAU(0): 720x400@70Hz
[   129.041] (II) NOUVEAU(0): 640x480@60Hz
[   129.041] (II) NOUVEAU(0): 640x480@75Hz
[   129.041] (II) NOUVEAU(0): 800x600@56Hz
[   129.041] (II) NOUVEAU(0): 800x600@60Hz
[   129.041] (II) NOUVEAU(0): 800x600@75Hz
[   129.041] (II) NOUVEAU(0): 832x624@75Hz
[   129.041] (II) NOUVEAU(0): 1024x768@60Hz
[   129.041] (II) NOUVEAU(0): 1024x768@75Hz
[   129.041] (II) NOUVEAU(0): 1280x1024@75Hz
[   129.041] (II) NOUVEAU(0): 1152x864@75Hz
[   129.041] (II) NOUVEAU(0): Manufacturer's mask: 0
[   129.041] (II) NOUVEAU(0): Supported standard timings:
[   129.041] (II) NOUVEAU(0): #0: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[   129.041] (II) NOUVEAU(0): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   129.041] (II) NOUVEAU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   129.041] (II) NOUVEAU(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   129.041] (II) NOUVEAU(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   129.041] (II) NOUVEAU(0): Supported detailed timing:
[   129.041] (II) NOUVEAU(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
[   129.041] (II) NOUVEAU(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[   129.041] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[   129.041] (II) NOUVEAU(0): Supported detailed timing:
[   129.041] (II) NOUVEAU(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[   129.041] (II) NOUVEAU(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[   129.041] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[   129.041] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[   129.041] (II) NOUVEAU(0): Monitor name: W2234
[   129.041] (II) NOUVEAU(0): EDID (in hex):
[   129.041] (II) NOUVEAU(0): 	00ffffffffffff001e6db8565f8d0000
[   129.041] (II) NOUVEAU(0): 	1c1201036a2f1e78eadc55a359489e24
[   129.041] (II) NOUVEAU(0): 	115054a76b80950f950081808140714f
[   129.041] (II) NOUVEAU(0): 	0101010101017c2e90a0601a1e403020
[   129.041] (II) NOUVEAU(0): 	3600da281100001a21399030621a2740
[   129.041] (II) NOUVEAU(0): 	68b03600da281100001c000000fd0038
[   129.041] (II) NOUVEAU(0): 	4b1e530f000a202020202020000000fc
[   129.041] (II) NOUVEAU(0): 	0057323233340a202020202020200046
[   129.041] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22200
[   129.041] (II) NOUVEAU(0): Using EDID range info for horizontal sync
[   129.041] (II) NOUVEAU(0): Using EDID range info for vertical refresh
[   129.041] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   129.041] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[   129.041] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   129.041] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[   129.041] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[   129.041] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   129.041] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   129.146] (II) NOUVEAU(0): EDID for output DVI-I-1
[   129.146] (II) NOUVEAU(0): Manufacturer: GSM  Model: 5664  Serial#: 362461
[   129.146] (II) NOUVEAU(0): Year: 2007  Week: 7
[   129.146] (II) NOUVEAU(0): EDID Version: 1.3
[   129.146] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[   129.146] (II) NOUVEAU(0): Sync:  Separate  SyncOnGreen
[   129.146] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[   129.146] (II) NOUVEAU(0): Gamma: 2.20
[   129.146] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[   129.146] (II) NOUVEAU(0): First detailed timing is preferred mode
[   129.146] (II) NOUVEAU(0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.605
[   129.146] (II) NOUVEAU(0): blueX: 0.152 blueY: 0.076   whiteX: 0.313 whiteY: 0.329
[   129.146] (II) NOUVEAU(0): Supported established timings:
[   129.146] (II) NOUVEAU(0): 720x400@70Hz
[   129.146] (II) NOUVEAU(0): 640x480@60Hz
[   129.146] (II) NOUVEAU(0): 640x480@75Hz
[   129.146] (II) NOUVEAU(0): 800x600@56Hz
[   129.146] (II) NOUVEAU(0): 800x600@60Hz
[   129.146] (II) NOUVEAU(0): 800x600@75Hz
[   129.146] (II) NOUVEAU(0): 832x624@75Hz
[   129.146] (II) NOUVEAU(0): 1024x768@60Hz
[   129.146] (II) NOUVEAU(0): 1024x768@75Hz
[   129.146] (II) NOUVEAU(0): 1280x1024@75Hz
[   129.146] (II) NOUVEAU(0): 1152x864@75Hz
[   129.146] (II) NOUVEAU(0): Manufacturer's mask: 0
[   129.146] (II) NOUVEAU(0): Supported standard timings:
[   129.146] (II) NOUVEAU(0): #0: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[   129.146] (II) NOUVEAU(0): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   129.146] (II) NOUVEAU(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   129.146] (II) NOUVEAU(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   129.146] (II) NOUVEAU(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   129.146] (II) NOUVEAU(0): Supported detailed timing:
[   129.146] (II) NOUVEAU(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
[   129.146] (II) NOUVEAU(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[   129.146] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[   129.146] (II) NOUVEAU(0): Supported detailed timing:
[   129.146] (II) NOUVEAU(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[   129.146] (II) NOUVEAU(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[   129.146] (II) NOUVEAU(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[   129.146] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz, PixClock max 155 MHz
[   129.146] (II) NOUVEAU(0): Monitor name: L222W
[   129.146] (II) NOUVEAU(0): EDID (in hex):
[   129.146] (II) NOUVEAU(0): 	00ffffffffffff001e6d6456dd870500
[   129.146] (II) NOUVEAU(0): 	071101036a2f1e78ead425a455499b27
[   129.146] (II) NOUVEAU(0): 	135054a76b80950f950081808140714f
[   129.146] (II) NOUVEAU(0): 	0101010101017c2e90a0601a1e403020
[   129.146] (II) NOUVEAU(0): 	3600da281100001a21399030621a2740
[   129.146] (II) NOUVEAU(0): 	68b03600da281100001c000000fd0038
[   129.146] (II) NOUVEAU(0): 	4b1c530f000a202020202020000000fc
[   129.146] (II) NOUVEAU(0): 	004c32323257000a2020202020200076
[   129.146] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[   129.146] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[   129.146] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   129.146] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   129.153] (II) NOUVEAU(0): EDID for output HDMI-1
[   129.153] (II) NOUVEAU(0): Output VGA-1 connected
[   129.153] (II) NOUVEAU(0): Output DVI-I-1 connected
[   129.153] (II) NOUVEAU(0): Output HDMI-1 disconnected
[   129.153] (II) NOUVEAU(0): Using exact sizes for initial modes
[   129.153] (II) NOUVEAU(0): Output VGA-1 using initial mode 1680x1050
[   129.153] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1680x1050
[   129.153] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   129.153] (--) NOUVEAU(0): Virtual size is 1680x1050 (pitch 0)
[   129.153] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[   129.153] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[   129.154] (**) NOUVEAU(0):  Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "1440x900": 136.8 MHz (scaled from 0.0 MHz), 70.6 kHz, 75.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[   129.154] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[   129.154] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[   129.154] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[   129.154] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   129.154] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[   129.154] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   129.154] (**) NOUVEAU(0): Display dimensions: (470, 300) mm
[   129.154] (**) NOUVEAU(0): DPI set to (90, 88)
[   129.154] (II) Loading sub module "fb"
[   129.154] (II) LoadModule: "fb"
[   129.154] (II) Loading /usr/lib/xorg/modules/libfb.so
[   129.154] (II) Module fb: vendor="X.Org Foundation"
[   129.154] 	compiled for 1.12.0, module version = 1.0.0
[   129.154] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   129.154] (II) Loading sub module "exa"
[   129.154] (II) LoadModule: "exa"
[   129.154] (II) Loading /usr/lib/xorg/modules/libexa.so
[   129.154] (II) Module exa: vendor="X.Org Foundation"
[   129.154] 	compiled for 1.12.0, module version = 2.5.0
[   129.154] 	ABI class: X.Org Video Driver, version 12.0
[   129.154] (II) Loading sub module "shadowfb"
[   129.154] (II) LoadModule: "shadowfb"
[   129.154] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   129.154] (II) Module shadowfb: vendor="X.Org Foundation"
[   129.154] 	compiled for 1.12.0, module version = 1.0.0
[   129.154] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   129.154] (--) Depth 24 pixmap format is 32 bpp
[   129.159] (II) NOUVEAU(0): Opened GPU channel 2
[   129.159] (II) NOUVEAU(0): [DRI2] Setup complete
[   129.159] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[   129.159] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[   129.160] (II) NOUVEAU(0): GART: 512MiB available
[   129.163] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[   129.163] (II) EXA(0): Driver allocated offscreen pixmaps
[   129.163] (II) EXA(0): Driver registered support for the following operations:
[   129.163] (II)         Solid
[   129.163] (II)         Copy
[   129.163] (II)         Composite (RENDER acceleration)
[   129.163] (II)         UploadToScreen
[   129.163] (II)         DownloadFromScreen
[   129.163] (==) NOUVEAU(0): Backing store disabled
[   129.163] (==) NOUVEAU(0): Silken mouse enabled
[   129.163] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[   129.163] (II) NOUVEAU(0): [XvMC] Extension initialized.
[   129.163] (==) NOUVEAU(0): DPMS enabled
[   129.163] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   129.163] (--) RandR disabled
[   129.163] (II) Initializing built-in extension Generic Event Extension
[   129.163] (II) Initializing built-in extension SHAPE
[   129.163] (II) Initializing built-in extension MIT-SHM
[   129.163] (II) Initializing built-in extension XInputExtension
[   129.163] (II) Initializing built-in extension XTEST
[   129.163] (II) Initializing built-in extension BIG-REQUESTS
[   129.163] (II) Initializing built-in extension SYNC
[   129.163] (II) Initializing built-in extension XKEYBOARD
[   129.163] (II) Initializing built-in extension XC-MISC
[   129.163] (II) Initializing built-in extension SECURITY
[   129.163] (II) Initializing built-in extension XINERAMA
[   129.163] (II) Initializing built-in extension XFIXES
[   129.163] (II) Initializing built-in extension RENDER
[   129.163] (II) Initializing built-in extension RANDR
[   129.163] (II) Initializing built-in extension COMPOSITE
[   129.163] (II) Initializing built-in extension DAMAGE
[   129.174] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   129.174] (II) AIGLX: enabled GLX_INTEL_swap_event
[   129.174] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   129.174] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   129.175] (II) AIGLX: Loaded and initialized nouveau
[   129.175] (II) GLX: Initialized DRI2 GL provider for screen 0
[   129.178] (II) NOUVEAU(0): NVEnterVT is called.
[   129.211] (II) NOUVEAU(0): Setting screen physical size to 444 x 277
[   129.211] resize called 1680 1050
[   129.235] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   129.235] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   129.235] (II) LoadModule: "evdev"
[   129.235] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   129.235] (II) Module evdev: vendor="X.Org Foundation"
[   129.235] 	compiled for 1.12.0, module version = 2.7.0
[   129.235] 	Module class: X.Org XInput Driver
[   129.235] 	ABI class: X.Org XInput driver, version 16.0
[   129.235] (II) Using input driver 'evdev' for 'Power Button'
[   129.235] (**) Power Button: always reports core events
[   129.235] (**) evdev: Power Button: Device: "/dev/input/event4"
[   129.235] (--) evdev: Power Button: Vendor 0 Product 0x1
[   129.235] (--) evdev: Power Button: Found keys
[   129.235] (II) evdev: Power Button: Configuring as keyboard
[   129.235] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[   129.235] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   129.235] (**) Option "xkb_rules" "evdev"
[   129.235] (**) Option "xkb_model" "evdev"
[   129.235] (**) Option "xkb_layout" "fr"
[   129.250] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   129.250] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   129.250] (II) Using input driver 'evdev' for 'Power Button'
[   129.250] (**) Power Button: always reports core events
[   129.250] (**) evdev: Power Button: Device: "/dev/input/event3"
[   129.250] (--) evdev: Power Button: Vendor 0 Product 0x1
[   129.250] (--) evdev: Power Button: Found keys
[   129.250] (II) evdev: Power Button: Configuring as keyboard
[   129.250] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[   129.250] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   129.250] (**) Option "xkb_rules" "evdev"
[   129.250] (**) Option "xkb_model" "evdev"
[   129.250] (**) Option "xkb_layout" "fr"
[   129.251] (II) config/udev: Adding input device Razer DeathAdder (/dev/input/event0)
[   129.251] (**) Razer DeathAdder: Applying InputClass "evdev pointer catchall"
[   129.251] (II) Using input driver 'evdev' for 'Razer DeathAdder'
[   129.251] (**) Razer DeathAdder: always reports core events
[   129.251] (**) evdev: Razer DeathAdder: Device: "/dev/input/event0"
[   129.251] (--) evdev: Razer DeathAdder: Vendor 0x1532 Product 0x7
[   129.251] (--) evdev: Razer DeathAdder: Found 12 mouse buttons
[   129.251] (--) evdev: Razer DeathAdder: Found scroll wheel(s)
[   129.251] (--) evdev: Razer DeathAdder: Found relative axes
[   129.251] (--) evdev: Razer DeathAdder: Found x and y relative axes
[   129.251] (II) evdev: Razer DeathAdder: Configuring as mouse
[   129.251] (II) evdev: Razer DeathAdder: Adding scrollwheel support
[   129.251] (**) evdev: Razer DeathAdder: YAxisMapping: buttons 4 and 5
[   129.251] (**) evdev: Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   129.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input0/event0"
[   129.251] (II) XINPUT: Adding extended input device "Razer DeathAdder" (type: MOUSE, id 8)
[   129.251] (II) evdev: Razer DeathAdder: initialized for relative axes.
[   129.251] (**) Razer DeathAdder: (accel) keeping acceleration scheme 1
[   129.251] (**) Razer DeathAdder: (accel) acceleration profile 0
[   129.251] (**) Razer DeathAdder: (accel) acceleration factor: 2.000
[   129.251] (**) Razer DeathAdder: (accel) acceleration threshold: 4
[   129.251] (II) config/udev: Adding input device Razer DeathAdder (/dev/input/mouse0)
[   129.251] (II) No input driver specified, ignoring this device.
[   129.251] (II) This device may have been added with another device file.
[   129.251] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event1)
[   129.251] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[   129.251] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[   129.251] (**) Logitech Logitech USB Keyboard: always reports core events
[   129.251] (**) evdev: Logitech Logitech USB Keyboard: Device: "/dev/input/event1"
[   129.251] (--) evdev: Logitech Logitech USB Keyboard: Vendor 0x46d Product 0xc31b
[   129.251] (--) evdev: Logitech Logitech USB Keyboard: Found keys
[   129.251] (II) evdev: Logitech Logitech USB Keyboard: Configuring as keyboard
[   129.252] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
[   129.252] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 9)
[   129.252] (**) Option "xkb_rules" "evdev"
[   129.252] (**) Option "xkb_model" "evdev"
[   129.252] (**) Option "xkb_layout" "fr"
[   129.252] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event2)
[   129.252] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[   129.252] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[   129.252] (**) Logitech Logitech USB Keyboard: always reports core events
[   129.252] (**) evdev: Logitech Logitech USB Keyboard: Device: "/dev/input/event2"
[   129.252] (--) evdev: Logitech Logitech USB Keyboard: Vendor 0x46d Product 0xc31b
[   129.252] (--) evdev: Logitech Logitech USB Keyboard: Found 1 mouse buttons
[   129.252] (--) evdev: Logitech Logitech USB Keyboard: Found scroll wheel(s)
[   129.252] (--) evdev: Logitech Logitech USB Keyboard: Found relative axes
[   129.252] (II) evdev: Logitech Logitech USB Keyboard: Forcing relative x/y axes to exist.
[   129.252] (--) evdev: Logitech Logitech USB Keyboard: Found absolute axes
[   129.252] (II) evdev: Logitech Logitech USB Keyboard: Forcing absolute x/y axes to exist.
[   129.252] (--) evdev: Logitech Logitech USB Keyboard: Found keys
[   129.252] (II) evdev: Logitech Logitech USB Keyboard: Configuring as mouse
[   129.252] (II) evdev: Logitech Logitech USB Keyboard: Configuring as keyboard
[   129.252] (II) evdev: Logitech Logitech USB Keyboard: Adding scrollwheel support
[   129.252] (**) evdev: Logitech Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
[   129.252] (**) evdev: Logitech Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   129.252] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2/event2"
[   129.252] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 10)
[   129.252] (**) Option "xkb_rules" "evdev"
[   129.252] (**) Option "xkb_model" "evdev"
[   129.252] (**) Option "xkb_layout" "fr"
[   129.252] (II) evdev: Logitech Logitech USB Keyboard: initialized for relative axes.
[   129.252] (WW) evdev: Logitech Logitech USB Keyboard: ignoring absolute axes.
[   129.252] (**) Logitech Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[   129.252] (**) Logitech Logitech USB Keyboard: (accel) acceleration profile 0
[   129.252] (**) Logitech Logitech USB Keyboard: (accel) acceleration factor: 2.000
[   129.252] (**) Logitech Logitech USB Keyboard: (accel) acceleration threshold: 4
[   129.252] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event6)
[   129.252] (II) No input driver specified, ignoring this device.
[   129.252] (II) This device may have been added with another device file.
[   129.253] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event7)
[   129.253] (II) No input driver specified, ignoring this device.
[   129.253] (II) This device may have been added with another device file.
[   129.253] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[   129.253] (II) No input driver specified, ignoring this device.
[   129.253] (II) This device may have been added with another device file.
[   129.253] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   129.253] (II) No input driver specified, ignoring this device.
[   129.253] (II) This device may have been added with another device file.
[   139.321] (II) NOUVEAU(0): EDID vendor "GSM", prod id 22116
[   139.321] (II) NOUVEAU(0): Using hsync ranges from config file
[   139.321] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   139.321] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   139.321] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[   139.321] (II) NOUVEAU(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   139.321] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   139.321] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   139.321] (II) NOUVEAU(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   139.321] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   139.321] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   139.322] (II) NOUVEAU(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17606
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par benjarobin »

Il y a encore des restes dans ton configuration de Xorg

Code : Tout sélectionner

[   128.703] (**) |-->Screen "Default Screen Section" (0)
[   128.703] (**) |   |-->Monitor "<default monitor>"
Merci de tout nettoyer et de ne garder que la configuration d'origine
De plus rajoute un fichier de configuration avec juste ceci

Code : Tout sélectionner

Section "Device"
    Identifier             "Device0"
    Driver                 "intel"
    BusID                  "PCI:00:02.0"
EndSection

Section "Device"
    Identifier             "Device1"
    Driver                 "nouveau"
    BusID                  "PCI:01:00.0"
EndSection
et de nous redonner les sorties demandées
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

Alors quand je supprime tout et que je demarre avec juste ton fichier, ca bloque au lancement

Code : Tout sélectionner

[    26.183] 
X.Org X Server 1.12.0
Release Date: 2012-03-04
[    26.183] X Protocol Version 11, Revision 0
[    26.183] Build Operating System: Linux 3.2.9-1-ARCH x86_64 
[    26.183] Current Operating System: Linux itx 3.2.11-1-ARCH #1 SMP PREEMPT Thu Mar 15 09:19:02 CET 2012 x86_64
[    26.183] Kernel command line: root=/dev/disk/by-uuid/f91cde89-50ff-4280-8c04-b85d925345a4 ro
[    26.183] Build Date: 05 March 2012  05:59:48AM
[    26.183]  
[    26.183] Current version of pixman: 0.24.4
[    26.183] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    26.183] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.183] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 14:02:03 2012
[    26.187] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    26.187] (==) No Layout section.  Using the first Screen section.
[    26.187] (==) No screen section available. Using defaults.
[    26.187] (**) |-->Screen "Default Screen Section" (0)
[    26.187] (**) |   |-->Monitor "<default monitor>"
[    26.187] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    26.187] (**) |   |-->Device "Device0"
[    26.187] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    26.187] (==) Automatically adding devices
[    26.187] (==) Automatically enabling devices
[    26.191] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    26.191] 	Entry deleted from font path.
[    26.193] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    26.193] 	Entry deleted from font path.
[    26.193] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    26.193] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    26.193] 	Entry deleted from font path.
[    26.193] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    26.193] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[    26.193] (==) ModulePath set to "/usr/lib/xorg/modules"
[    26.193] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.193] (II) Loader magic: 0x7cef60
[    26.193] (II) Module ABI versions:
[    26.193] 	X.Org ANSI C Emulation: 0.4
[    26.193] 	X.Org Video Driver: 12.0
[    26.193] 	X.Org XInput driver : 16.0
[    26.193] 	X.Org Server Extension : 6.0
[    26.194] (--) PCI: (0:0:2:0) 8086:0102:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64
[    26.194] (--) PCI:*(0:1:0:0) 10de:06e0:174b:9830 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
[    26.194] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    26.194] (II) LoadModule: "extmod"
[    26.194] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    26.196] (II) Module extmod: vendor="X.Org Foundation"
[    26.196] 	compiled for 1.12.0, module version = 1.0.0
[    26.196] 	Module class: X.Org Server Extension
[    26.196] 	ABI class: X.Org Server Extension, version 6.0
[    26.196] (II) Loading extension MIT-SCREEN-SAVER
[    26.196] (II) Loading extension XFree86-VidModeExtension
[    26.196] (II) Loading extension XFree86-DGA
[    26.196] (II) Loading extension DPMS
[    26.196] (II) Loading extension XVideo
[    26.196] (II) Loading extension XVideo-MotionCompensation
[    26.196] (II) Loading extension X-Resource
[    26.196] (II) LoadModule: "dbe"
[    26.196] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    26.196] (II) Module dbe: vendor="X.Org Foundation"
[    26.196] 	compiled for 1.12.0, module version = 1.0.0
[    26.196] 	Module class: X.Org Server Extension
[    26.196] 	ABI class: X.Org Server Extension, version 6.0
[    26.196] (II) Loading extension DOUBLE-BUFFER
[    26.196] (II) LoadModule: "glx"
[    26.196] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    26.199] (II) Module glx: vendor="X.Org Foundation"
[    26.199] 	compiled for 1.12.0, module version = 1.0.0
[    26.199] 	ABI class: X.Org Server Extension, version 6.0
[    26.199] (==) AIGLX enabled
[    26.199] (II) Loading extension GLX
[    26.200] (II) LoadModule: "record"
[    26.200] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    26.201] (II) Module record: vendor="X.Org Foundation"
[    26.201] 	compiled for 1.12.0, module version = 1.13.0
[    26.201] 	Module class: X.Org Server Extension
[    26.201] 	ABI class: X.Org Server Extension, version 6.0
[    26.201] (II) Loading extension RECORD
[    26.201] (II) LoadModule: "dri"
[    26.201] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    26.202] (II) Module dri: vendor="X.Org Foundation"
[    26.202] 	compiled for 1.12.0, module version = 1.0.0
[    26.202] 	ABI class: X.Org Server Extension, version 6.0
[    26.202] (II) Loading extension XFree86-DRI
[    26.202] (II) LoadModule: "dri2"
[    26.202] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    26.203] (II) Module dri2: vendor="X.Org Foundation"
[    26.203] 	compiled for 1.12.0, module version = 1.2.0
[    26.203] 	ABI class: X.Org Server Extension, version 6.0
[    26.203] (II) Loading extension DRI2
[    26.203] (II) LoadModule: "intel"
[    26.203] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    26.207] (II) Module intel: vendor="X.Org Foundation"
[    26.207] 	compiled for 1.11.99.903, module version = 2.18.0
[    26.207] 	Module class: X.Org Video Driver
[    26.207] 	ABI class: X.Org Video Driver, version 12.0
[    26.207] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[    26.207] (--) using VT number 7

[    26.209] (EE) No devices detected.
[    26.209] 
Fatal server error:
[    26.209] no screens found
[    26.209] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    26.209] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    26.209] 
Et si je demarre sans ton fichier et en ayant tout remis par defaut, j'ai le meme log que donne au post au-dessus.

J'ai essaye de faire un X -configure et voila le log

Code : Tout sélectionner

[   638.101] 
X.Org X Server 1.12.0
Release Date: 2012-03-04
[   638.102] X Protocol Version 11, Revision 0
[   638.103] Build Operating System: Linux 3.2.9-1-ARCH x86_64 
[   638.103] Current Operating System: Linux itx 3.2.11-1-ARCH #1 SMP PREEMPT Thu Mar 15 09:19:02 CET 2012 x86_64
[   638.103] Kernel command line: root=/dev/disk/by-uuid/f91cde89-50ff-4280-8c04-b85d925345a4 ro
[   638.104] Build Date: 05 March 2012  05:59:48AM
[   638.104]  
[   638.105] Current version of pixman: 0.24.4
[   638.105] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   638.106] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   638.107] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 13:54:55 2012
[   638.108] (II) Loader magic: 0x7cef60
[   638.108] (II) Module ABI versions:
[   638.108] 	X.Org ANSI C Emulation: 0.4
[   638.108] 	X.Org Video Driver: 12.0
[   638.108] 	X.Org XInput driver : 16.0
[   638.108] 	X.Org Server Extension : 6.0
[   638.108] (--) PCI: (0:0:2:0) 8086:0102:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64
[   638.108] (--) PCI:*(0:1:0:0) 10de:06e0:174b:9830 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
[   638.108] List of video drivers:
[   638.108] 	nouveau
[   638.109] 	intel
[   638.109] (II) LoadModule: "nouveau"
[   638.109] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   638.109] (II) Module nouveau: vendor="X.Org Foundation"
[   638.109] 	compiled for 1.11.99.902, module version = 0.0.16
[   638.109] 	Module class: X.Org Video Driver
[   638.109] 	ABI class: X.Org Video Driver, version 12.0
[   638.109] (II) LoadModule: "intel"
[   638.110] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   638.114] (II) Module intel: vendor="X.Org Foundation"
[   638.114] 	compiled for 1.11.99.903, module version = 2.18.0
[   638.114] 	Module class: X.Org Video Driver
[   638.114] 	ABI class: X.Org Video Driver, version 12.0
[   638.114] (II) NOUVEAU driver 
[   638.114] (II) NOUVEAU driver for NVIDIA chipset families :
[   638.114] 	RIVA TNT        (NV04)
[   638.114] 	RIVA TNT2       (NV05)
[   638.114] 	GeForce 256     (NV10)
[   638.114] 	GeForce 2       (NV11, NV15)
[   638.114] 	GeForce 4MX     (NV17, NV18)
[   638.114] 	GeForce 3       (NV20)
[   638.114] 	GeForce 4Ti     (NV25, NV28)
[   638.114] 	GeForce FX      (NV3x)
[   638.114] 	GeForce 6       (NV4x)
[   638.114] 	GeForce 7       (G7x)
[   638.114] 	GeForce 8       (G8x)
[   638.114] 	GeForce GTX 200 (NVA0)
[   638.114] 	GeForce GTX 400 (NVC0)
[   638.114] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[   638.210] (++) Using config file: "/root/xorg.conf.new"
[   638.210] (==) ServerLayout "X.org Configured"
[   638.210] (**) |-->Screen "Screen0" (0)
[   638.210] (**) |   |-->Monitor "Monitor0"
[   638.210] (**) |   |-->Device "Card0"
[   638.210] (**) |-->Screen "Screen1" (1)
[   638.210] (**) |   |-->Monitor "Monitor1"
[   638.210] (**) |   |-->Device "Card1"
[   638.210] (**) |-->Input Device "Mouse0"
[   638.210] (**) |-->Input Device "Keyboard0"
[   638.210] (==) Automatically adding devices
[   638.210] (==) Automatically enabling devices
[   638.210] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   638.210] 	Entry deleted from font path.
[   638.210] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   638.210] 	Entry deleted from font path.
[   638.210] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   638.210] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   638.210] 	Entry deleted from font path.
[   638.210] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   638.210] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   638.210] 	Entry deleted from font path.
[   638.210] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   638.210] 	Entry deleted from font path.
[   638.210] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   638.210] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   638.210] 	Entry deleted from font path.
[   638.210] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   638.210] (**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[   638.210] (**) ModulePath set to "/usr/lib/xorg/modules"
[   638.210] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   638.210] (WW) Disabling Mouse0
[   638.210] (WW) Disabling Keyboard0
[   638.210] (EE) [drm] No DRICreatePCIBusID symbol
[   638.211] Number of created screens does not match number of detected devices.
  Configuration failed.
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

J'ai modifié une option dans le bios qui fait démarrer l'affichage d'abord avec le chipset de la carte mère et la mise à jour du kernel, maintenant le seul écran utilisable est celui du chipset, les deux autres de la carte graphique sont bloqués sur :
" [drm] nouveau 0000:01:00.0 : Register 0x00004030 not found in PLL limits table "

Le log :

Code : Tout sélectionner

[    30.250] 
X.Org X Server 1.12.0
Release Date: 2012-03-04
[    30.250] X Protocol Version 11, Revision 0
[    30.251] Build Operating System: Linux 3.2.9-1-ARCH x86_64 
[    30.251] Current Operating System: Linux itx 3.2.12-1-ARCH #1 SMP PREEMPT Mon Mar 19 17:50:01 CET 2012 x86_64
[    30.251] Kernel command line: root=/dev/disk/by-uuid/f91cde89-50ff-4280-8c04-b85d925345a4 ro
[    30.251] Build Date: 05 March 2012  05:59:48AM
[    30.251]  
[    30.251] Current version of pixman: 0.24.4
[    30.251] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    30.251] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    30.251] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 21 20:00:01 2012
[    30.254] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    30.255] (==) No Layout section.  Using the first Screen section.
[    30.255] (==) No screen section available. Using defaults.
[    30.255] (**) |-->Screen "Default Screen Section" (0)
[    30.255] (**) |   |-->Monitor "<default monitor>"
[    30.255] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    30.255] (==) Automatically adding devices
[    30.255] (==) Automatically enabling devices
[    30.258] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    30.258] 	Entry deleted from font path.
[    30.260] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    30.260] 	Entry deleted from font path.
[    30.260] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    30.260] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    30.260] 	Entry deleted from font path.
[    30.260] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    30.260] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[    30.260] (==) ModulePath set to "/usr/lib/xorg/modules"
[    30.260] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    30.260] (II) Loader magic: 0x7cef60
[    30.260] (II) Module ABI versions:
[    30.260] 	X.Org ANSI C Emulation: 0.4
[    30.260] 	X.Org Video Driver: 12.0
[    30.260] 	X.Org XInput driver : 16.0
[    30.260] 	X.Org Server Extension : 6.0
[    30.260] (--) PCI:*(0:0:2:0) 8086:0102:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64
[    30.260] (--) PCI: (0:1:0:0) 10de:06e0:174b:9830 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
[    30.260] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    30.260] (II) LoadModule: "extmod"
[    30.262] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    30.263] (II) Module extmod: vendor="X.Org Foundation"
[    30.263] 	compiled for 1.12.0, module version = 1.0.0
[    30.263] 	Module class: X.Org Server Extension
[    30.263] 	ABI class: X.Org Server Extension, version 6.0
[    30.263] (II) Loading extension MIT-SCREEN-SAVER
[    30.263] (II) Loading extension XFree86-VidModeExtension
[    30.263] (II) Loading extension XFree86-DGA
[    30.263] (II) Loading extension DPMS
[    30.263] (II) Loading extension XVideo
[    30.263] (II) Loading extension XVideo-MotionCompensation
[    30.263] (II) Loading extension X-Resource
[    30.263] (II) LoadModule: "dbe"
[    30.263] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    30.264] (II) Module dbe: vendor="X.Org Foundation"
[    30.264] 	compiled for 1.12.0, module version = 1.0.0
[    30.264] 	Module class: X.Org Server Extension
[    30.264] 	ABI class: X.Org Server Extension, version 6.0
[    30.264] (II) Loading extension DOUBLE-BUFFER
[    30.264] (II) LoadModule: "glx"
[    30.264] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    30.267] (II) Module glx: vendor="X.Org Foundation"
[    30.267] 	compiled for 1.12.0, module version = 1.0.0
[    30.267] 	ABI class: X.Org Server Extension, version 6.0
[    30.267] (==) AIGLX enabled
[    30.267] (II) Loading extension GLX
[    30.268] (II) LoadModule: "record"
[    30.268] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    30.268] (II) Module record: vendor="X.Org Foundation"
[    30.268] 	compiled for 1.12.0, module version = 1.13.0
[    30.268] 	Module class: X.Org Server Extension
[    30.268] 	ABI class: X.Org Server Extension, version 6.0
[    30.268] (II) Loading extension RECORD
[    30.268] (II) LoadModule: "dri"
[    30.269] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    30.270] (II) Module dri: vendor="X.Org Foundation"
[    30.270] 	compiled for 1.12.0, module version = 1.0.0
[    30.270] 	ABI class: X.Org Server Extension, version 6.0
[    30.270] (II) Loading extension XFree86-DRI
[    30.270] (II) LoadModule: "dri2"
[    30.270] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    30.271] (II) Module dri2: vendor="X.Org Foundation"
[    30.271] 	compiled for 1.12.0, module version = 1.2.0
[    30.271] 	ABI class: X.Org Server Extension, version 6.0
[    30.271] (II) Loading extension DRI2
[    30.271] (==) Matched intel as autoconfigured driver 0
[    30.271] (==) Matched vesa as autoconfigured driver 1
[    30.271] (==) Matched fbdev as autoconfigured driver 2
[    30.271] (==) Assigned the driver to the xf86ConfigLayout
[    30.271] (II) LoadModule: "intel"
[    30.271] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    30.275] (II) Module intel: vendor="X.Org Foundation"
[    30.275] 	compiled for 1.11.99.903, module version = 2.18.0
[    30.275] 	Module class: X.Org Video Driver
[    30.275] 	ABI class: X.Org Video Driver, version 12.0
[    30.275] (II) LoadModule: "vesa"
[    30.276] (WW) Warning, couldn't open module vesa
[    30.276] (II) UnloadModule: "vesa"
[    30.276] (II) Unloading vesa
[    30.276] (EE) Failed to load module "vesa" (module does not exist, 0)
[    30.276] (II) LoadModule: "fbdev"
[    30.276] (WW) Warning, couldn't open module fbdev
[    30.276] (II) UnloadModule: "fbdev"
[    30.276] (II) Unloading fbdev
[    30.276] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    30.276] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[    30.276] (--) using VT number 7

[    30.280] drmOpenDevice: node name is /dev/dri/card0
[    30.280] drmOpenDevice: open result is 8, (OK)
[    30.280] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    30.280] drmOpenDevice: node name is /dev/dri/card0
[    30.280] drmOpenDevice: open result is 8, (OK)
[    30.280] drmOpenByBusid: drmOpenMinor returns 8
[    30.280] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    30.280] drmOpenDevice: node name is /dev/dri/card1
[    30.280] drmOpenDevice: open result is 8, (OK)
[    30.280] drmOpenByBusid: drmOpenMinor returns 8
[    30.280] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    30.281] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    30.281] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    30.281] (==) intel(0): RGB weight 888
[    30.281] (==) intel(0): Default visual is TrueColor
[    30.281] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Desktop (GT1)
[    30.281] (--) intel(0): Chipset: "Sandybridge Desktop (GT1)"
[    30.281] (**) intel(0): Relaxed fencing enabled
[    30.281] (**) intel(0): Wait on SwapBuffers? enabled
[    30.281] (**) intel(0): Triple buffering? enabled
[    30.281] (**) intel(0): Framebuffer tiled
[    30.281] (**) intel(0): Pixmaps tiled
[    30.281] (**) intel(0): 3D buffers tiled
[    30.281] (**) intel(0): SwapBuffers wait enabled
[    30.281] (==) intel(0): video overlay key set to 0x101fe
[    30.340] (II) intel(0): Output VGA2 has no monitor section
[    30.362] (II) intel(0): Output HDMI2 has no monitor section
[    30.400] (II) intel(0): Output DP1 has no monitor section
[    30.421] (II) intel(0): Output HDMI3 has no monitor section
[    30.443] (II) intel(0): Output HDMI4 has no monitor section
[    30.483] (II) intel(0): Output DP2 has no monitor section
[    30.523] (II) intel(0): Output DP3 has no monitor section
[    30.582] (II) intel(0): EDID for output VGA2
[    30.582] (II) intel(0): Manufacturer: GSM  Model: 56b8  Serial#: 36827
[    30.582] (II) intel(0): Year: 2008  Week: 28
[    30.582] (II) intel(0): EDID Version: 1.3
[    30.582] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    30.582] (II) intel(0): Sync:  Separate  SyncOnGreen
[    30.582] (II) intel(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[    30.582] (II) intel(0): Gamma: 2.20
[    30.582] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    30.582] (II) intel(0): First detailed timing is preferred mode
[    30.582] (II) intel(0): redX: 0.640 redY: 0.349   greenX: 0.284 greenY: 0.617
[    30.582] (II) intel(0): blueX: 0.142 blueY: 0.067   whiteX: 0.313 whiteY: 0.329
[    30.582] (II) intel(0): Supported established timings:
[    30.582] (II) intel(0): 720x400@70Hz
[    30.582] (II) intel(0): 640x480@60Hz
[    30.582] (II) intel(0): 640x480@75Hz
[    30.582] (II) intel(0): 800x600@56Hz
[    30.582] (II) intel(0): 800x600@60Hz
[    30.582] (II) intel(0): 800x600@75Hz
[    30.582] (II) intel(0): 832x624@75Hz
[    30.582] (II) intel(0): 1024x768@60Hz
[    30.582] (II) intel(0): 1024x768@75Hz
[    30.582] (II) intel(0): 1280x1024@75Hz
[    30.582] (II) intel(0): 1152x864@75Hz
[    30.582] (II) intel(0): Manufacturer's mask: 0
[    30.582] (II) intel(0): Supported standard timings:
[    30.582] (II) intel(0): #0: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[    30.582] (II) intel(0): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    30.582] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    30.582] (II) intel(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    30.582] (II) intel(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    30.582] (II) intel(0): Supported detailed timing:
[    30.582] (II) intel(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
[    30.582] (II) intel(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[    30.582] (II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[    30.582] (II) intel(0): Supported detailed timing:
[    30.582] (II) intel(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[    30.582] (II) intel(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[    30.582] (II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[    30.582] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[    30.582] (II) intel(0): Monitor name: W2234
[    30.582] (II) intel(0): EDID (in hex):
[    30.582] (II) intel(0): 	00ffffffffffff001e6db856db8f0000
[    30.582] (II) intel(0): 	1c1201036a2f1e78eadc55a359489e24
[    30.582] (II) intel(0): 	115054a76b80950f950081808140714f
[    30.582] (II) intel(0): 	0101010101017c2e90a0601a1e403020
[    30.582] (II) intel(0): 	3600da281100001a21399030621a2740
[    30.582] (II) intel(0): 	68b03600da281100001c000000fd0038
[    30.582] (II) intel(0): 	4b1e530f000a202020202020000000fc
[    30.582] (II) intel(0): 	0057323233340a2020202020202000c8
[    30.582] (II) intel(0): EDID vendor "GSM", prod id 22200
[    30.583] (II) intel(0): Using EDID range info for horizontal sync
[    30.583] (II) intel(0): Using EDID range info for vertical refresh
[    30.583] (II) intel(0): Printing DDC gathered Modelines:
[    30.583] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[    30.583] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    30.583] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    30.583] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    30.583] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    30.583] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    30.583] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    30.583] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    30.583] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    30.583] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    30.583] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    30.583] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    30.583] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    30.583] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    30.583] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    30.583] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    30.583] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    30.583] (II) intel(0): Printing probed modes for output VGA2
[    30.583] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[    30.583] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    30.583] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    30.583] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    30.583] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    30.583] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    30.583] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    30.583] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    30.583] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    30.583] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    30.583] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    30.583] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    30.583] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    30.583] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    30.583] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    30.583] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    30.583] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    30.605] (II) intel(0): EDID for output HDMI2
[    30.643] (II) intel(0): EDID for output DP1
[    30.665] (II) intel(0): EDID for output HDMI3
[    30.687] (II) intel(0): EDID for output HDMI4
[    30.726] (II) intel(0): EDID for output DP2
[    30.766] (II) intel(0): EDID for output DP3
[    30.766] (II) intel(0): Output VGA2 connected
[    30.766] (II) intel(0): Output HDMI2 disconnected
[    30.766] (II) intel(0): Output DP1 disconnected
[    30.766] (II) intel(0): Output HDMI3 disconnected
[    30.766] (II) intel(0): Output HDMI4 disconnected
[    30.766] (II) intel(0): Output DP2 disconnected
[    30.766] (II) intel(0): Output DP3 disconnected
[    30.766] (II) intel(0): Using exact sizes for initial modes
[    30.766] (II) intel(0): Output VGA2 using initial mode 1680x1050
[    30.766] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    30.766] (II) intel(0): Kernel page flipping support detected, enabling
[    30.766] (**) intel(0): Display dimensions: (470, 300) mm
[    30.766] (**) intel(0): DPI set to (90, 88)
[    30.766] (II) Loading sub module "fb"
[    30.766] (II) LoadModule: "fb"
[    30.766] (II) Loading /usr/lib/xorg/modules/libfb.so
[    30.768] (II) Module fb: vendor="X.Org Foundation"
[    30.768] 	compiled for 1.12.0, module version = 1.0.0
[    30.768] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.768] (II) Loading sub module "dri2"
[    30.768] (II) LoadModule: "dri2"
[    30.768] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    30.768] (II) Module dri2: vendor="X.Org Foundation"
[    30.768] 	compiled for 1.12.0, module version = 1.2.0
[    30.768] 	ABI class: X.Org Server Extension, version 6.0
[    30.768] (==) Depth 24 pixmap format is 32 bpp
[    30.768] (II) intel(0): [DRI2] Setup complete
[    30.768] (II) intel(0): [DRI2]   DRI driver: i965
[    30.768] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
[    30.771] (II) UXA(0): Driver registered support for the following operations:
[    30.771] (II)         solid
[    30.771] (II)         copy
[    30.771] (II)         composite (RENDER acceleration)
[    30.771] (II)         put_image
[    30.771] (II)         get_image
[    30.771] (==) intel(0): Backing store disabled
[    30.771] (==) intel(0): Silken mouse enabled
[    30.771] (II) intel(0): Initializing HW Cursor
[    30.826] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    30.826] (==) intel(0): DPMS enabled
[    30.826] (==) intel(0): Intel XvMC decoder enabled
[    30.826] (II) intel(0): Set up textured video
[    30.826] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    30.826] (II) intel(0): direct rendering: DRI2 Enabled
[    30.826] (==) intel(0): hotplug detection: "enabled"
[    30.827] (--) RandR disabled
[    30.827] (II) Initializing built-in extension Generic Event Extension
[    30.827] (II) Initializing built-in extension SHAPE
[    30.827] (II) Initializing built-in extension MIT-SHM
[    30.827] (II) Initializing built-in extension XInputExtension
[    30.827] (II) Initializing built-in extension XTEST
[    30.827] (II) Initializing built-in extension BIG-REQUESTS
[    30.827] (II) Initializing built-in extension SYNC
[    30.827] (II) Initializing built-in extension XKEYBOARD
[    30.827] (II) Initializing built-in extension XC-MISC
[    30.827] (II) Initializing built-in extension SECURITY
[    30.827] (II) Initializing built-in extension XINERAMA
[    30.827] (II) Initializing built-in extension XFIXES
[    30.827] (II) Initializing built-in extension RENDER
[    30.827] (II) Initializing built-in extension RANDR
[    30.827] (II) Initializing built-in extension COMPOSITE
[    30.827] (II) Initializing built-in extension DAMAGE
[    30.855] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    30.855] (II) AIGLX: enabled GLX_INTEL_swap_event
[    30.855] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    30.855] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    30.855] (II) AIGLX: Loaded and initialized i965
[    30.855] (II) GLX: Initialized DRI2 GL provider for screen 0
[    30.855] (II) intel(0): Setting screen physical size to 444 x 277
[    30.898] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    30.898] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.898] (II) LoadModule: "evdev"
[    30.898] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    30.899] (II) Module evdev: vendor="X.Org Foundation"
[    30.899] 	compiled for 1.12.0, module version = 2.7.0
[    30.899] 	Module class: X.Org XInput Driver
[    30.899] 	ABI class: X.Org XInput driver, version 16.0
[    30.899] (II) Using input driver 'evdev' for 'Power Button'
[    30.899] (**) Power Button: always reports core events
[    30.899] (**) evdev: Power Button: Device: "/dev/input/event4"
[    30.899] (--) evdev: Power Button: Vendor 0 Product 0x1
[    30.899] (--) evdev: Power Button: Found keys
[    30.899] (II) evdev: Power Button: Configuring as keyboard
[    30.899] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    30.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    30.899] (**) Option "xkb_rules" "evdev"
[    30.899] (**) Option "xkb_model" "evdev"
[    30.899] (**) Option "xkb_layout" "fr"
[    30.916] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    30.916] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.916] (II) Using input driver 'evdev' for 'Power Button'
[    30.916] (**) Power Button: always reports core events
[    30.916] (**) evdev: Power Button: Device: "/dev/input/event3"
[    30.916] (--) evdev: Power Button: Vendor 0 Product 0x1
[    30.916] (--) evdev: Power Button: Found keys
[    30.916] (II) evdev: Power Button: Configuring as keyboard
[    30.916] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[    30.916] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    30.916] (**) Option "xkb_rules" "evdev"
[    30.916] (**) Option "xkb_model" "evdev"
[    30.916] (**) Option "xkb_layout" "fr"
[    30.916] (II) config/udev: Adding input device Razer DeathAdder (/dev/input/event0)
[    30.916] (**) Razer DeathAdder: Applying InputClass "evdev pointer catchall"
[    30.916] (II) Using input driver 'evdev' for 'Razer DeathAdder'
[    30.916] (**) Razer DeathAdder: always reports core events
[    30.916] (**) evdev: Razer DeathAdder: Device: "/dev/input/event0"
[    30.916] (--) evdev: Razer DeathAdder: Vendor 0x1532 Product 0x7
[    30.916] (--) evdev: Razer DeathAdder: Found 12 mouse buttons
[    30.916] (--) evdev: Razer DeathAdder: Found scroll wheel(s)
[    30.916] (--) evdev: Razer DeathAdder: Found relative axes
[    30.916] (--) evdev: Razer DeathAdder: Found x and y relative axes
[    30.916] (II) evdev: Razer DeathAdder: Configuring as mouse
[    30.916] (II) evdev: Razer DeathAdder: Adding scrollwheel support
[    30.916] (**) evdev: Razer DeathAdder: YAxisMapping: buttons 4 and 5
[    30.916] (**) evdev: Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.916] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input0/event0"
[    30.916] (II) XINPUT: Adding extended input device "Razer DeathAdder" (type: MOUSE, id 8)
[    30.916] (II) evdev: Razer DeathAdder: initialized for relative axes.
[    30.916] (**) Razer DeathAdder: (accel) keeping acceleration scheme 1
[    30.916] (**) Razer DeathAdder: (accel) acceleration profile 0
[    30.916] (**) Razer DeathAdder: (accel) acceleration factor: 2.000
[    30.916] (**) Razer DeathAdder: (accel) acceleration threshold: 4
[    30.917] (II) config/udev: Adding input device Razer DeathAdder (/dev/input/mouse0)
[    30.917] (II) No input driver specified, ignoring this device.
[    30.917] (II) This device may have been added with another device file.
[    30.917] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event1)
[    30.917] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.917] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[    30.917] (**) Logitech Logitech USB Keyboard: always reports core events
[    30.917] (**) evdev: Logitech Logitech USB Keyboard: Device: "/dev/input/event1"
[    30.917] (--) evdev: Logitech Logitech USB Keyboard: Vendor 0x46d Product 0xc31b
[    30.917] (--) evdev: Logitech Logitech USB Keyboard: Found keys
[    30.917] (II) evdev: Logitech Logitech USB Keyboard: Configuring as keyboard
[    30.917] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
[    30.917] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 9)
[    30.917] (**) Option "xkb_rules" "evdev"
[    30.917] (**) Option "xkb_model" "evdev"
[    30.917] (**) Option "xkb_layout" "fr"
[    30.917] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event2)
[    30.917] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.917] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[    30.917] (**) Logitech Logitech USB Keyboard: always reports core events
[    30.917] (**) evdev: Logitech Logitech USB Keyboard: Device: "/dev/input/event2"
[    30.917] (--) evdev: Logitech Logitech USB Keyboard: Vendor 0x46d Product 0xc31b
[    30.917] (--) evdev: Logitech Logitech USB Keyboard: Found 1 mouse buttons
[    30.917] (--) evdev: Logitech Logitech USB Keyboard: Found scroll wheel(s)
[    30.917] (--) evdev: Logitech Logitech USB Keyboard: Found relative axes
[    30.917] (II) evdev: Logitech Logitech USB Keyboard: Forcing relative x/y axes to exist.
[    30.917] (--) evdev: Logitech Logitech USB Keyboard: Found absolute axes
[    30.917] (II) evdev: Logitech Logitech USB Keyboard: Forcing absolute x/y axes to exist.
[    30.917] (--) evdev: Logitech Logitech USB Keyboard: Found keys
[    30.917] (II) evdev: Logitech Logitech USB Keyboard: Configuring as mouse
[    30.917] (II) evdev: Logitech Logitech USB Keyboard: Configuring as keyboard
[    30.917] (II) evdev: Logitech Logitech USB Keyboard: Adding scrollwheel support
[    30.917] (**) evdev: Logitech Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
[    30.917] (**) evdev: Logitech Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.917] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2/event2"
[    30.917] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 10)
[    30.917] (**) Option "xkb_rules" "evdev"
[    30.917] (**) Option "xkb_model" "evdev"
[    30.917] (**) Option "xkb_layout" "fr"
[    30.917] (II) evdev: Logitech Logitech USB Keyboard: initialized for relative axes.
[    30.918] (WW) evdev: Logitech Logitech USB Keyboard: ignoring absolute axes.
[    30.918] (**) Logitech Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[    30.918] (**) Logitech Logitech USB Keyboard: (accel) acceleration profile 0
[    30.918] (**) Logitech Logitech USB Keyboard: (accel) acceleration factor: 2.000
[    30.918] (**) Logitech Logitech USB Keyboard: (accel) acceleration threshold: 4
[    30.918] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event6)
[    30.918] (II) No input driver specified, ignoring this device.
[    30.918] (II) This device may have been added with another device file.
[    30.918] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event7)
[    30.918] (II) No input driver specified, ignoring this device.
[    30.918] (II) This device may have been added with another device file.
[    30.918] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[    30.918] (II) No input driver specified, ignoring this device.
[    30.918] (II) This device may have been added with another device file.
[    30.918] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    30.918] (II) No input driver specified, ignoring this device.
[    30.918] (II) This device may have been added with another device file.
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par FoolEcho »

Une idée en l'air (enfin pas tout à fait): c'est peut-être à cause du kernel que tu ne peux avoir tes deux cartes en même temps ? (vu que ni la configuration simple avec les deux pilotes, ni le configure -- où là les deux se chargent quand même..., ne fonctionnent :? ) Le 3.3 (actuellement dans [testing]) serait peut-être à tester... :?:
«The following statement is not true. The previous statement is true.» :nage:
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

Alors je viens de faire la mise à jour du kernel comme tu l'as dit mais ça n'a rien changé, l'écran du chipset n'est pas utilisable, il bloque sur

Code : Tout sélectionner

[drm:pch_irq_handler] *ERROR* PCH poison interrupt
Aussi, le X -configure ne marche toujours pas (même log qu'au dessus).

Ah oui, j'ai oublié de préciser quelque chose, je suis en 64bits, je sais pas si ça va changer grand chose mais je le dit au cas où.

EDIT : J'ai modifié la ligne de boot du kernel (lien) mais ça n'a rien changé
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par darch »

Quelqu'un a une idée ???
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par FoolEcho »

Ce n'est pas ce que tu veux, mais est-ce que le script vgaswitcheroo (ou un autre) te permet au moins de basculer d'une carte à l'autre ? (ça peut peut-être donner d'autres indications sur ce qui coince)
https://wiki.archlinux.org/index.php/Hy ... hing_Model
«The following statement is not true. The previous statement is true.» :nage:
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17606
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Tri-screen avec deux cartes graphiques, problème

Message par benjarobin »

@FoolEcho Non tu es dans le faux, tu n'as pas compris l'architecture matériel de darch
Il possède 2 cartes graphiques indépendantes.

Dans les cartes hybrides tout le flux vidéo passe forcément par la carte intel (Le flux vidéo est copié depuis la carte dédié vers le buffer vidéo de la carte intel)
Dernière modification par benjarobin le ven. 23 mars 2012, 16:21, modifié 1 fois.
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre