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

Questions et astuces concernant l'installation et la configuration d'archlinux
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 »

Ah, j'avais cru que c'était de l'hybride quand même, notamment à cause du dernier log:
darch a écrit :

Code : Tout sélectionner

[    30.281] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Desktop (GT1)
[    30.281] (--) intel(0): Chipset: "Sandybridge Desktop (GT1)"
Mais c'est probablement un gros raccourci de ma part. :(

(... mais bon, j'avais prévenu:
FoolEcho a écrit :(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 »

D'accord ^^
Donc j'ai pas besoin de tester ?
darch
Hankyu
Messages : 17
Inscription : dim. 18 mars 2012, 10:48

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

Message par darch »

Faut-il que je repasse à windows pour que ça marche ?? :cry:
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 »

Je viens de remarquer que pour BusID, tu as mis "PCI:00:02.0" et "PCI:01:00.0"... Il faut deux points partout, déjà !

Code : Tout sélectionner

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

Section "Device"
    Identifier             "Device1"
    Driver                 "nouveau"
    BusID                  "PCI:01:00:00"
EndSection
Puis voir si ça améliore côté log et jouer avec arandr comme te l'a dit benjarobin.
«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 »

Merci, tu es mon sauveur, ça marche !!!!! Satané points ^^

Maintenant j'ai juste un autre petit soucis, xrandr ne veut plus démarrer et mes deux écrans de la carte graphique sont en mode clone ,le code d'erreur est :

Code : Tout sélectionner

RandR extension missing
Fichier 10-monitor.conf :

Code : Tout sélectionner

Section "Device"
    Identifier             "Device0"
    Driver                 "intel"
    BusID                  "PCI:00:02:0"
    Option                 "MonitorLayout" "CRT,LFP"
EndSection

Section "Device"
    Identifier             "Device1"
    Driver                 "nouveau"
    BusID                  "PCI:01:00:0"
   
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
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device1"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" LeftOf "Screen1" 
    Screen      1  "Screen1" LeftOf "Screen2"  
    Screen     2  "Screen2"
    Option         "Xinerama" "1"
EndSection
Log :

Code : Tout sélectionner

[  1265.432] 
X.Org X Server 1.12.0
Release Date: 2012-03-04
[  1265.433] X Protocol Version 11, Revision 0
[  1265.433] Build Operating System: Linux 3.2.9-1-ARCH x86_64 
[  1265.433] Current Operating System: Linux itx 3.3.0-1-ARCH #1 SMP PREEMPT Mon Mar 19 10:03:33 CET 2012 x86_64
[  1265.433] Kernel command line: root=/dev/disk/by-uuid/f91cde89-50ff-4280-8c04-b85d925345a4 ro 
[  1265.434] Build Date: 05 March 2012  05:59:48AM
[  1265.434]  
[  1265.434] Current version of pixman: 0.24.4
[  1265.434] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1265.435] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1265.436] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 25 13:48:54 2012
[  1265.436] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1265.436] (==) ServerLayout "Layout0"
[  1265.436] (**) |-->Screen "Screen0" (0)
[  1265.436] (**) |   |-->Monitor "Monitor0"
[  1265.436] (**) |   |-->Device "Device0"
[  1265.436] (**) |-->Screen "Screen1" (1)
[  1265.436] (**) |   |-->Monitor "Monitor1"
[  1265.437] (**) |   |-->Device "Device1"
[  1265.437] (**) |-->Screen "Screen2" (2)
[  1265.437] (**) |   |-->Monitor "Monitor2"
[  1265.437] (**) |   |-->Device "Device1"
[  1265.437] (**) Option "Xinerama" "1"
[  1265.437] (==) Automatically adding devices
[  1265.437] (==) Automatically enabling devices
[  1265.437] (**) Xinerama: enabled
[  1265.437] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1265.437] 	Entry deleted from font path.
[  1265.437] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  1265.437] 	Entry deleted from font path.
[  1265.437] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  1265.437] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  1265.437] 	Entry deleted from font path.
[  1265.437] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  1265.437] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[  1265.437] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1265.437] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1265.437] (II) Loader magic: 0x7cef60
[  1265.437] (II) Module ABI versions:
[  1265.437] 	X.Org ANSI C Emulation: 0.4
[  1265.437] 	X.Org Video Driver: 12.0
[  1265.437] 	X.Org XInput driver : 16.0
[  1265.437] 	X.Org Server Extension : 6.0
[  1265.437] (--) PCI: (0:0:2:0) 8086:0102:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64
[  1265.437] (--) 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
[  1265.437] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1265.437] (II) LoadModule: "extmod"
[  1265.437] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1265.437] (II) Module extmod: vendor="X.Org Foundation"
[  1265.437] 	compiled for 1.12.0, module version = 1.0.0
[  1265.437] 	Module class: X.Org Server Extension
[  1265.437] 	ABI class: X.Org Server Extension, version 6.0
[  1265.437] (II) Loading extension MIT-SCREEN-SAVER
[  1265.437] (II) Loading extension XFree86-VidModeExtension
[  1265.437] (II) Loading extension XFree86-DGA
[  1265.437] (II) Loading extension DPMS
[  1265.437] (II) Loading extension XVideo
[  1265.437] (II) Loading extension XVideo-MotionCompensation
[  1265.437] (II) Loading extension X-Resource
[  1265.437] (II) LoadModule: "dbe"
[  1265.437] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  1265.438] (II) Module dbe: vendor="X.Org Foundation"
[  1265.438] 	compiled for 1.12.0, module version = 1.0.0
[  1265.438] 	Module class: X.Org Server Extension
[  1265.438] 	ABI class: X.Org Server Extension, version 6.0
[  1265.438] (II) Loading extension DOUBLE-BUFFER
[  1265.438] (II) LoadModule: "glx"
[  1265.438] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1265.438] (II) Module glx: vendor="X.Org Foundation"
[  1265.438] 	compiled for 1.12.0, module version = 1.0.0
[  1265.438] 	ABI class: X.Org Server Extension, version 6.0
[  1265.438] (==) AIGLX enabled
[  1265.438] (II) Loading extension GLX
[  1265.438] (II) LoadModule: "record"
[  1265.438] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  1265.438] (II) Module record: vendor="X.Org Foundation"
[  1265.438] 	compiled for 1.12.0, module version = 1.13.0
[  1265.438] 	Module class: X.Org Server Extension
[  1265.438] 	ABI class: X.Org Server Extension, version 6.0
[  1265.438] (II) Loading extension RECORD
[  1265.438] (II) LoadModule: "dri"
[  1265.438] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1265.438] (II) Module dri: vendor="X.Org Foundation"
[  1265.438] 	compiled for 1.12.0, module version = 1.0.0
[  1265.438] 	ABI class: X.Org Server Extension, version 6.0
[  1265.438] (II) Loading extension XFree86-DRI
[  1265.438] (II) LoadModule: "dri2"
[  1265.438] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1265.438] (II) Module dri2: vendor="X.Org Foundation"
[  1265.438] 	compiled for 1.12.0, module version = 1.2.0
[  1265.438] 	ABI class: X.Org Server Extension, version 6.0
[  1265.438] (II) Loading extension DRI2
[  1265.438] (II) LoadModule: "intel"
[  1265.438] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1265.438] (II) Module intel: vendor="X.Org Foundation"
[  1265.438] 	compiled for 1.11.99.903, module version = 2.18.0
[  1265.438] 	Module class: X.Org Video Driver
[  1265.438] 	ABI class: X.Org Video Driver, version 12.0
[  1265.438] (II) LoadModule: "nouveau"
[  1265.438] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  1265.438] (II) Module nouveau: vendor="X.Org Foundation"
[  1265.438] 	compiled for 1.11.99.902, module version = 0.0.16
[  1265.438] 	Module class: X.Org Video Driver
[  1265.438] 	ABI class: X.Org Video Driver, version 12.0
[  1265.438] (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
[  1265.439] (II) NOUVEAU driver 
[  1265.439] (II) NOUVEAU driver for NVIDIA chipset families :
[  1265.439] 	RIVA TNT        (NV04)
[  1265.439] 	RIVA TNT2       (NV05)
[  1265.439] 	GeForce 256     (NV10)
[  1265.439] 	GeForce 2       (NV11, NV15)
[  1265.439] 	GeForce 4MX     (NV17, NV18)
[  1265.439] 	GeForce 3       (NV20)
[  1265.439] 	GeForce 4Ti     (NV25, NV28)
[  1265.439] 	GeForce FX      (NV3x)
[  1265.439] 	GeForce 6       (NV4x)
[  1265.439] 	GeForce 7       (G7x)
[  1265.439] 	GeForce 8       (G8x)
[  1265.439] 	GeForce GTX 200 (NVA0)
[  1265.439] 	GeForce GTX 400 (NVC0)
[  1265.439] (--) using VT number 7

[  1265.442] drmOpenDevice: node name is /dev/dri/card0
[  1265.442] drmOpenDevice: open result is 7, (OK)
[  1265.442] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[  1265.442] drmOpenDevice: node name is /dev/dri/card0
[  1265.442] drmOpenDevice: open result is 7, (OK)
[  1265.442] drmOpenByBusid: drmOpenMinor returns 7
[  1265.442] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[  1265.442] (II) [drm] nouveau interface version: 0.0.16
[  1265.442] drmOpenDevice: node name is /dev/dri/card0
[  1265.442] drmOpenDevice: open result is 8, (OK)
[  1265.442] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  1265.442] drmOpenDevice: node name is /dev/dri/card0
[  1265.442] drmOpenDevice: open result is 8, (OK)
[  1265.442] drmOpenByBusid: drmOpenMinor returns 8
[  1265.442] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[  1265.442] drmOpenDevice: node name is /dev/dri/card1
[  1265.442] drmOpenDevice: open result is 8, (OK)
[  1265.442] drmOpenByBusid: drmOpenMinor returns 8
[  1265.442] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  1265.442] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[  1265.442] (==) intel(0): RGB weight 888
[  1265.442] (==) intel(0): Default visual is TrueColor
[  1265.442] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Desktop (GT1)
[  1265.442] (--) intel(0): Chipset: "Sandybridge Desktop (GT1)"
[  1265.442] (**) intel(0): Relaxed fencing enabled
[  1265.442] (**) intel(0): Wait on SwapBuffers? enabled
[  1265.442] (**) intel(0): Triple buffering? enabled
[  1265.442] (**) intel(0): Framebuffer tiled
[  1265.442] (**) intel(0): Pixmaps tiled
[  1265.442] (**) intel(0): 3D buffers tiled
[  1265.442] (**) intel(0): SwapBuffers wait enabled
[  1265.442] (==) intel(0): video overlay key set to 0x101fe
[  1265.501] (II) intel(0): Output VGA2 using monitor section Monitor0
[  1265.523] (II) intel(0): Output HDMI2 has no monitor section
[  1265.563] (II) intel(0): Output DP1 has no monitor section
[  1265.585] (II) intel(0): Output HDMI3 has no monitor section
[  1265.607] (II) intel(0): Output HDMI4 has no monitor section
[  1265.646] (II) intel(0): Output DP2 has no monitor section
[  1265.686] (II) intel(0): Output DP3 has no monitor section
[  1265.745] (II) intel(0): EDID for output VGA2
[  1265.745] (II) intel(0): Manufacturer: GSM  Model: 56b8  Serial#: 36827
[  1265.745] (II) intel(0): Year: 2008  Week: 28
[  1265.745] (II) intel(0): EDID Version: 1.3
[  1265.745] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[  1265.745] (II) intel(0): Sync:  Separate  SyncOnGreen
[  1265.745] (II) intel(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[  1265.745] (II) intel(0): Gamma: 2.20
[  1265.745] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[  1265.745] (II) intel(0): First detailed timing is preferred mode
[  1265.745] (II) intel(0): redX: 0.640 redY: 0.349   greenX: 0.284 greenY: 0.617
[  1265.745] (II) intel(0): blueX: 0.142 blueY: 0.067   whiteX: 0.313 whiteY: 0.329
[  1265.745] (II) intel(0): Supported established timings:
[  1265.745] (II) intel(0): 720x400@70Hz
[  1265.745] (II) intel(0): 640x480@60Hz
[  1265.745] (II) intel(0): 640x480@75Hz
[  1265.745] (II) intel(0): 800x600@56Hz
[  1265.745] (II) intel(0): 800x600@60Hz
[  1265.745] (II) intel(0): 800x600@75Hz
[  1265.745] (II) intel(0): 832x624@75Hz
[  1265.745] (II) intel(0): 1024x768@60Hz
[  1265.746] (II) intel(0): 1024x768@75Hz
[  1265.746] (II) intel(0): 1280x1024@75Hz
[  1265.746] (II) intel(0): 1152x864@75Hz
[  1265.746] (II) intel(0): Manufacturer's mask: 0
[  1265.746] (II) intel(0): Supported standard timings:
[  1265.746] (II) intel(0): #0: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[  1265.746] (II) intel(0): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  1265.746] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1265.746] (II) intel(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1265.746] (II) intel(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  1265.746] (II) intel(0): Supported detailed timing:
[  1265.746] (II) intel(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
[  1265.746] (II) intel(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[  1265.746] (II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[  1265.746] (II) intel(0): Supported detailed timing:
[  1265.746] (II) intel(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[  1265.746] (II) intel(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[  1265.746] (II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[  1265.746] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[  1265.746] (II) intel(0): Monitor name: W2234
[  1265.746] (II) intel(0): EDID (in hex):
[  1265.746] (II) intel(0): 	00ffffffffffff001e6db856db8f0000
[  1265.746] (II) intel(0): 	1c1201036a2f1e78eadc55a359489e24
[  1265.746] (II) intel(0): 	115054a76b80950f950081808140714f
[  1265.746] (II) intel(0): 	0101010101017c2e90a0601a1e403020
[  1265.746] (II) intel(0): 	3600da281100001a21399030621a2740
[  1265.746] (II) intel(0): 	68b03600da281100001c000000fd0038
[  1265.746] (II) intel(0): 	4b1e530f000a202020202020000000fc
[  1265.746] (II) intel(0): 	0057323233340a2020202020202000c8
[  1265.746] (II) intel(0): EDID vendor "GSM", prod id 22200
[  1265.746] (II) intel(0): Using hsync ranges from config file
[  1265.746] (II) intel(0): Using vrefresh ranges from config file
[  1265.746] (II) intel(0): Printing DDC gathered Modelines:
[  1265.746] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[  1265.746] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  1265.746] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1265.746] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1265.746] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1265.746] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1265.746] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1265.746] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1265.746] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1265.746] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1265.746] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1265.746] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1265.746] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1265.746] (II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  1265.746] (II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  1265.746] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1265.746] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1265.746] (II) intel(0): Printing probed modes for output VGA2
[  1265.746] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[  1265.746] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  1265.746] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1265.746] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1265.746] (II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  1265.746] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  1265.746] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1265.746] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1265.746] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  1265.746] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1265.746] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1265.746] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1265.746] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1265.746] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1265.746] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1265.746] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1265.746] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1265.768] (II) intel(0): EDID for output HDMI2
[  1265.806] (II) intel(0): EDID for output DP1
[  1265.828] (II) intel(0): EDID for output HDMI3
[  1265.850] (II) intel(0): EDID for output HDMI4
[  1265.889] (II) intel(0): EDID for output DP2
[  1265.929] (II) intel(0): EDID for output DP3
[  1265.929] (II) intel(0): Output VGA2 connected
[  1265.929] (II) intel(0): Output HDMI2 disconnected
[  1265.929] (II) intel(0): Output DP1 disconnected
[  1265.929] (II) intel(0): Output HDMI3 disconnected
[  1265.929] (II) intel(0): Output HDMI4 disconnected
[  1265.929] (II) intel(0): Output DP2 disconnected
[  1265.929] (II) intel(0): Output DP3 disconnected
[  1265.929] (II) intel(0): Using exact sizes for initial modes
[  1265.929] (II) intel(0): Output VGA2 using initial mode 1680x1050
[  1265.929] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1265.929] (II) intel(0): Kernel page flipping support detected, enabling
[  1265.929] (**) intel(0): Display dimensions: (470, 300) mm
[  1265.930] (**) intel(0): DPI set to (90, 88)
[  1265.930] (II) Loading sub module "fb"
[  1265.930] (II) LoadModule: "fb"
[  1265.930] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1265.930] (II) Module fb: vendor="X.Org Foundation"
[  1265.930] 	compiled for 1.12.0, module version = 1.0.0
[  1265.930] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1265.930] (II) Loading sub module "dri2"
[  1265.930] (II) LoadModule: "dri2"
[  1265.930] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1265.930] (II) Module dri2: vendor="X.Org Foundation"
[  1265.930] 	compiled for 1.12.0, module version = 1.2.0
[  1265.930] 	ABI class: X.Org Server Extension, version 6.0
[  1265.930] (II) Loading sub module "dri"
[  1265.930] (II) LoadModule: "dri"
[  1265.930] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1265.930] (II) Module dri: vendor="X.Org Foundation"
[  1265.930] 	compiled for 1.12.0, module version = 1.0.0
[  1265.930] 	ABI class: X.Org Server Extension, version 6.0
[  1265.930] (II) NOUVEAU(1): Loaded DRI module
[  1265.930] drmOpenDevice: node name is /dev/dri/card0
[  1265.930] drmOpenDevice: open result is 9, (OK)
[  1265.930] drmOpenDevice: node name is /dev/dri/card0
[  1265.930] drmOpenDevice: open result is 9, (OK)
[  1265.930] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[  1265.930] drmOpenDevice: node name is /dev/dri/card0
[  1265.930] drmOpenDevice: open result is 9, (OK)
[  1265.930] drmOpenByBusid: drmOpenMinor returns 9
[  1265.930] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[  1265.930] (II) [drm] DRM interface version 1.4
[  1265.930] (II) [drm] DRM open master succeeded.
[  1265.930] (--) NOUVEAU(1): Chipset: "NVIDIA NV98"
[  1265.930] (**) NOUVEAU(1): Depth 24, (--) framebuffer bpp 32
[  1265.930] (==) NOUVEAU(1): RGB weight 888
[  1265.930] (==) NOUVEAU(1): Default visual is TrueColor
[  1265.930] (==) NOUVEAU(1): Using HW cursor
[  1265.930] (==) NOUVEAU(1): GLX sync to VBlank disabled.
[  1265.930] (==) NOUVEAU(1): Page flipping enabled
[  1265.959] (II) NOUVEAU(1): Output VGA-1 using monitor section Monitor1
[  1265.977] (II) NOUVEAU(1): Output DVI-I-1 has no monitor section
[  1265.977] (II) NOUVEAU(1): Output HDMI-1 has no monitor section
[  1265.995] (II) NOUVEAU(1): EDID for output VGA-1
[  1265.995] (II) NOUVEAU(1): Manufacturer: GSM  Model: 5664  Serial#: 362461
[  1265.995] (II) NOUVEAU(1): Year: 2007  Week: 7
[  1265.995] (II) NOUVEAU(1): EDID Version: 1.3
[  1265.995] (II) NOUVEAU(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[  1265.995] (II) NOUVEAU(1): Sync:  Separate  SyncOnGreen
[  1265.995] (II) NOUVEAU(1): Max Image Size [cm]: horiz.: 47  vert.: 30
[  1265.995] (II) NOUVEAU(1): Gamma: 2.20
[  1265.995] (II) NOUVEAU(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[  1265.995] (II) NOUVEAU(1): First detailed timing is preferred mode
[  1265.995] (II) NOUVEAU(1): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.605
[  1265.995] (II) NOUVEAU(1): blueX: 0.152 blueY: 0.076   whiteX: 0.313 whiteY: 0.329
[  1265.995] (II) NOUVEAU(1): Supported established timings:
[  1265.995] (II) NOUVEAU(1): 720x400@70Hz
[  1265.995] (II) NOUVEAU(1): 640x480@60Hz
[  1265.995] (II) NOUVEAU(1): 640x480@75Hz
[  1265.995] (II) NOUVEAU(1): 800x600@56Hz
[  1265.995] (II) NOUVEAU(1): 800x600@60Hz
[  1265.995] (II) NOUVEAU(1): 800x600@75Hz
[  1265.995] (II) NOUVEAU(1): 832x624@75Hz
[  1265.995] (II) NOUVEAU(1): 1024x768@60Hz
[  1265.995] (II) NOUVEAU(1): 1024x768@75Hz
[  1265.995] (II) NOUVEAU(1): 1280x1024@75Hz
[  1265.995] (II) NOUVEAU(1): 1152x864@75Hz
[  1265.995] (II) NOUVEAU(1): Manufacturer's mask: 0
[  1265.995] (II) NOUVEAU(1): Supported standard timings:
[  1265.995] (II) NOUVEAU(1): #0: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[  1265.995] (II) NOUVEAU(1): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  1265.995] (II) NOUVEAU(1): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1265.995] (II) NOUVEAU(1): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1265.995] (II) NOUVEAU(1): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  1265.995] (II) NOUVEAU(1): Supported detailed timing:
[  1265.995] (II) NOUVEAU(1): clock: 119.0 MHz   Image Size:  474 x 296 mm
[  1265.995] (II) NOUVEAU(1): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[  1265.995] (II) NOUVEAU(1): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[  1265.995] (II) NOUVEAU(1): Supported detailed timing:
[  1265.995] (II) NOUVEAU(1): clock: 146.2 MHz   Image Size:  474 x 296 mm
[  1265.995] (II) NOUVEAU(1): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[  1265.995] (II) NOUVEAU(1): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[  1265.995] (II) NOUVEAU(1): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz, PixClock max 155 MHz
[  1265.995] (II) NOUVEAU(1): Monitor name: L222W
[  1265.995] (II) NOUVEAU(1): EDID (in hex):
[  1265.995] (II) NOUVEAU(1): 	00ffffffffffff001e6d6456dd870500
[  1265.995] (II) NOUVEAU(1): 	071101036a2f1e78ead425a455499b27
[  1265.995] (II) NOUVEAU(1): 	135054a76b80950f950081808140714f
[  1265.995] (II) NOUVEAU(1): 	0101010101017c2e90a0601a1e403020
[  1265.995] (II) NOUVEAU(1): 	3600da281100001a21399030621a2740
[  1265.995] (II) NOUVEAU(1): 	68b03600da281100001c000000fd0038
[  1265.995] (II) NOUVEAU(1): 	4b1c530f000a202020202020000000fc
[  1265.995] (II) NOUVEAU(1): 	004c32323257000a2020202020200076
[  1265.995] (II) NOUVEAU(1): EDID vendor "GSM", prod id 22116
[  1265.995] (II) NOUVEAU(1): Using hsync ranges from config file
[  1265.995] (II) NOUVEAU(1): Using vrefresh ranges from config file
[  1265.995] (II) NOUVEAU(1): Printing DDC gathered Modelines:
[  1265.995] (II) NOUVEAU(1): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[  1265.995] (II) NOUVEAU(1): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1265.995] (II) NOUVEAU(1): Printing probed modes for output VGA-1
[  1265.995] (II) NOUVEAU(1): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[  1265.995] (II) NOUVEAU(1): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1265.995] (II) NOUVEAU(1): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1265.996] (II) NOUVEAU(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1265.996] (II) NOUVEAU(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1265.996] (II) NOUVEAU(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1265.996] (II) NOUVEAU(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1265.996] (II) NOUVEAU(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1265.996] (II) NOUVEAU(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1266.013] (II) NOUVEAU(1): EDID for output DVI-I-1
[  1266.013] (II) NOUVEAU(1): Manufacturer: GSM  Model: 56b8  Serial#: 36191
[  1266.013] (II) NOUVEAU(1): Year: 2008  Week: 28
[  1266.013] (II) NOUVEAU(1): EDID Version: 1.3
[  1266.013] (II) NOUVEAU(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[  1266.013] (II) NOUVEAU(1): Sync:  Separate  SyncOnGreen
[  1266.013] (II) NOUVEAU(1): Max Image Size [cm]: horiz.: 47  vert.: 30
[  1266.013] (II) NOUVEAU(1): Gamma: 2.20
[  1266.013] (II) NOUVEAU(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[  1266.013] (II) NOUVEAU(1): First detailed timing is preferred mode
[  1266.013] (II) NOUVEAU(1): redX: 0.640 redY: 0.349   greenX: 0.284 greenY: 0.617
[  1266.013] (II) NOUVEAU(1): blueX: 0.142 blueY: 0.067   whiteX: 0.313 whiteY: 0.329
[  1266.013] (II) NOUVEAU(1): Supported established timings:
[  1266.013] (II) NOUVEAU(1): 720x400@70Hz
[  1266.013] (II) NOUVEAU(1): 640x480@60Hz
[  1266.013] (II) NOUVEAU(1): 640x480@75Hz
[  1266.013] (II) NOUVEAU(1): 800x600@56Hz
[  1266.013] (II) NOUVEAU(1): 800x600@60Hz
[  1266.013] (II) NOUVEAU(1): 800x600@75Hz
[  1266.013] (II) NOUVEAU(1): 832x624@75Hz
[  1266.013] (II) NOUVEAU(1): 1024x768@60Hz
[  1266.013] (II) NOUVEAU(1): 1024x768@75Hz
[  1266.013] (II) NOUVEAU(1): 1280x1024@75Hz
[  1266.013] (II) NOUVEAU(1): 1152x864@75Hz
[  1266.013] (II) NOUVEAU(1): Manufacturer's mask: 0
[  1266.013] (II) NOUVEAU(1): Supported standard timings:
[  1266.013] (II) NOUVEAU(1): #0: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[  1266.013] (II) NOUVEAU(1): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  1266.013] (II) NOUVEAU(1): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1266.013] (II) NOUVEAU(1): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[  1266.013] (II) NOUVEAU(1): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  1266.013] (II) NOUVEAU(1): Supported detailed timing:
[  1266.013] (II) NOUVEAU(1): clock: 119.0 MHz   Image Size:  474 x 296 mm
[  1266.013] (II) NOUVEAU(1): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[  1266.013] (II) NOUVEAU(1): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[  1266.013] (II) NOUVEAU(1): Supported detailed timing:
[  1266.013] (II) NOUVEAU(1): clock: 146.2 MHz   Image Size:  474 x 296 mm
[  1266.013] (II) NOUVEAU(1): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[  1266.013] (II) NOUVEAU(1): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[  1266.013] (II) NOUVEAU(1): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[  1266.013] (II) NOUVEAU(1): Monitor name: W2234
[  1266.013] (II) NOUVEAU(1): EDID (in hex):
[  1266.013] (II) NOUVEAU(1): 	00ffffffffffff001e6db8565f8d0000
[  1266.013] (II) NOUVEAU(1): 	1c1201036a2f1e78eadc55a359489e24
[  1266.013] (II) NOUVEAU(1): 	115054a76b80950f950081808140714f
[  1266.013] (II) NOUVEAU(1): 	0101010101017c2e90a0601a1e403020
[  1266.013] (II) NOUVEAU(1): 	3600da281100001a21399030621a2740
[  1266.013] (II) NOUVEAU(1): 	68b03600da281100001c000000fd0038
[  1266.013] (II) NOUVEAU(1): 	4b1e530f000a202020202020000000fc
[  1266.013] (II) NOUVEAU(1): 	0057323233340a202020202020200046
[  1266.013] (II) NOUVEAU(1): Printing probed modes for output DVI-I-1
[  1266.013] (II) NOUVEAU(1): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[  1266.013] (II) NOUVEAU(1): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1266.014] (II) NOUVEAU(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1266.014] (II) NOUVEAU(1): EDID for output HDMI-1
[  1266.014] (II) NOUVEAU(1): Output VGA-1 connected
[  1266.014] (II) NOUVEAU(1): Output DVI-I-1 connected
[  1266.014] (II) NOUVEAU(1): Output HDMI-1 disconnected
[  1266.014] (II) NOUVEAU(1): Using exact sizes for initial modes
[  1266.014] (II) NOUVEAU(1): Output VGA-1 using initial mode 1680x1050
[  1266.014] (II) NOUVEAU(1): Output DVI-I-1 using initial mode 1680x1050
[  1266.014] (II) NOUVEAU(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1266.014] (--) NOUVEAU(1): Virtual size is 1680x1050 (pitch 0)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1440x900": 136.8 MHz (scaled from 0.0 MHz), 70.6 kHz, 75.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1266.014] (**) NOUVEAU(1):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[  1266.014] (II) NOUVEAU(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1266.014] (**) NOUVEAU(1): Display dimensions: (470, 300) mm
[  1266.014] (**) NOUVEAU(1): DPI set to (90, 88)
[  1266.014] (II) Loading sub module "fb"
[  1266.014] (II) LoadModule: "fb"
[  1266.014] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1266.014] (II) Module fb: vendor="X.Org Foundation"
[  1266.014] 	compiled for 1.12.0, module version = 1.0.0
[  1266.014] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1266.014] (II) Loading sub module "exa"
[  1266.014] (II) LoadModule: "exa"
[  1266.014] (II) Loading /usr/lib/xorg/modules/libexa.so
[  1266.014] (II) Module exa: vendor="X.Org Foundation"
[  1266.014] 	compiled for 1.12.0, module version = 2.5.0
[  1266.014] 	ABI class: X.Org Video Driver, version 12.0
[  1266.014] (II) Loading sub module "shadowfb"
[  1266.014] (II) LoadModule: "shadowfb"
[  1266.014] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[  1266.014] (II) Module shadowfb: vendor="X.Org Foundation"
[  1266.014] 	compiled for 1.12.0, module version = 1.0.0
[  1266.014] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1266.014] (--) Depth 24 pixmap format is 32 bpp
[  1266.015] (II) intel(0): [DRI2] Setup complete
[  1266.015] (II) intel(0): [DRI2]   DRI driver: i965
[  1266.015] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
[  1266.015] (II) UXA(0): Driver registered support for the following operations:
[  1266.015] (II)         solid
[  1266.015] (II)         copy
[  1266.015] (II)         composite (RENDER acceleration)
[  1266.015] (II)         put_image
[  1266.015] (II)         get_image
[  1266.015] (==) intel(0): Backing store disabled
[  1266.015] (==) intel(0): Silken mouse enabled
[  1266.015] (II) intel(0): Initializing HW Cursor
[  1266.073] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1266.073] (**) intel(0): DPMS enabled
[  1266.073] (==) intel(0): Intel XvMC decoder enabled
[  1266.073] (II) intel(0): Set up textured video
[  1266.073] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  1266.073] (II) intel(0): direct rendering: DRI2 Enabled
[  1266.073] (WW) intel(0): Option "MonitorLayout" is not used
[  1266.073] (==) intel(0): hotplug detection: "enabled"
[  1266.073] (--) RandR disabled
[  1266.078] (II) NOUVEAU(1): Opened GPU channel 2
[  1266.078] (II) NOUVEAU(1): [DRI2] Setup complete
[  1266.078] (II) NOUVEAU(1): [DRI2]   DRI driver: nouveau
[  1266.078] (II) NOUVEAU(1): [DRI2]   VDPAU driver: nouveau
[  1266.079] (II) NOUVEAU(1): GART: 512MiB available
[  1266.082] (II) NOUVEAU(1): GART: Allocated 16MiB as a scratch buffer
[  1266.082] (II) EXA(1): Driver allocated offscreen pixmaps
[  1266.082] (II) EXA(1): Driver registered support for the following operations:
[  1266.082] (II)         Solid
[  1266.082] (II)         Copy
[  1266.082] (II)         Composite (RENDER acceleration)
[  1266.082] (II)         UploadToScreen
[  1266.082] (II)         DownloadFromScreen
[  1266.082] (==) NOUVEAU(1): Backing store disabled
[  1266.082] (==) NOUVEAU(1): Silken mouse enabled
[  1266.082] (II) NOUVEAU(1): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[  1266.082] (II) NOUVEAU(1): [XvMC] Extension initialized.
[  1266.082] (**) NOUVEAU(1): DPMS enabled
[  1266.082] (II) NOUVEAU(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1266.082] (WW) NOUVEAU(1): Option "TwinView" is not used
[  1266.082] (WW) NOUVEAU(1): Option "metamodes" is not used
[  1266.082] (--) RandR disabled
[  1266.082] (WW) Not including screen "Screen1" in origins calculation.
[  1266.082] (II) Initializing built-in extension Generic Event Extension
[  1266.082] (II) Initializing built-in extension SHAPE
[  1266.082] (II) Initializing built-in extension MIT-SHM
[  1266.082] (II) Initializing built-in extension XInputExtension
[  1266.082] (II) Initializing built-in extension XTEST
[  1266.082] (II) Initializing built-in extension BIG-REQUESTS
[  1266.082] (II) Initializing built-in extension SYNC
[  1266.082] (II) Initializing built-in extension XKEYBOARD
[  1266.083] (II) Initializing built-in extension XC-MISC
[  1266.083] (II) Initializing built-in extension SECURITY
[  1266.083] (II) Initializing built-in extension XINERAMA
[  1266.083] (II) Initializing built-in extension XFIXES
[  1266.083] (II) Initializing built-in extension RENDER
[  1266.083] (II) Initializing built-in extension RANDR
[  1266.083] (II) Initializing built-in extension COMPOSITE
[  1266.083] (II) Initializing built-in extension DAMAGE
[  1266.087] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1266.087] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1266.087] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1266.087] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1266.088] (II) AIGLX: Loaded and initialized i965
[  1266.088] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1266.094] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1266.094] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1266.094] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1266.094] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1266.095] (II) AIGLX: Loaded and initialized nouveau
[  1266.095] (II) GLX: Initialized DRI2 GL provider for screen 1
[  1266.098] (II) NOUVEAU(1): NVEnterVT is called.
[  1266.143] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1266.143] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1266.143] (II) LoadModule: "evdev"
[  1266.143] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1266.143] (II) Module evdev: vendor="X.Org Foundation"
[  1266.143] 	compiled for 1.12.0, module version = 2.7.0
[  1266.143] 	Module class: X.Org XInput Driver
[  1266.143] 	ABI class: X.Org XInput driver, version 16.0
[  1266.143] (II) Using input driver 'evdev' for 'Power Button'
[  1266.143] (**) Power Button: always reports core events
[  1266.143] (**) evdev: Power Button: Device: "/dev/input/event4"
[  1266.143] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1266.143] (--) evdev: Power Button: Found keys
[  1266.144] (II) evdev: Power Button: Configuring as keyboard
[  1266.144] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[  1266.144] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1266.144] (**) Option "xkb_rules" "evdev"
[  1266.144] (**) Option "xkb_model" "evdev"
[  1266.144] (**) Option "xkb_layout" "fr"
[  1266.159] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1266.159] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1266.159] (II) Using input driver 'evdev' for 'Power Button'
[  1266.159] (**) Power Button: always reports core events
[  1266.159] (**) evdev: Power Button: Device: "/dev/input/event3"
[  1266.159] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1266.159] (--) evdev: Power Button: Found keys
[  1266.159] (II) evdev: Power Button: Configuring as keyboard
[  1266.159] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[  1266.159] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1266.159] (**) Option "xkb_rules" "evdev"
[  1266.159] (**) Option "xkb_model" "evdev"
[  1266.159] (**) Option "xkb_layout" "fr"
[  1266.160] (II) config/udev: Adding input device Razer DeathAdder (/dev/input/event0)
[  1266.160] (**) Razer DeathAdder: Applying InputClass "evdev pointer catchall"
[  1266.160] (II) Using input driver 'evdev' for 'Razer DeathAdder'
[  1266.160] (**) Razer DeathAdder: always reports core events
[  1266.160] (**) evdev: Razer DeathAdder: Device: "/dev/input/event0"
[  1266.160] (--) evdev: Razer DeathAdder: Vendor 0x1532 Product 0x7
[  1266.160] (--) evdev: Razer DeathAdder: Found 12 mouse buttons
[  1266.160] (--) evdev: Razer DeathAdder: Found scroll wheel(s)
[  1266.160] (--) evdev: Razer DeathAdder: Found relative axes
[  1266.160] (--) evdev: Razer DeathAdder: Found x and y relative axes
[  1266.160] (II) evdev: Razer DeathAdder: Configuring as mouse
[  1266.160] (II) evdev: Razer DeathAdder: Adding scrollwheel support
[  1266.160] (**) evdev: Razer DeathAdder: YAxisMapping: buttons 4 and 5
[  1266.160] (**) evdev: Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1266.160] (**) 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"
[  1266.160] (II) XINPUT: Adding extended input device "Razer DeathAdder" (type: MOUSE, id 8)
[  1266.160] (II) evdev: Razer DeathAdder: initialized for relative axes.
[  1266.160] (**) Razer DeathAdder: (accel) keeping acceleration scheme 1
[  1266.160] (**) Razer DeathAdder: (accel) acceleration profile 0
[  1266.160] (**) Razer DeathAdder: (accel) acceleration factor: 2.000
[  1266.160] (**) Razer DeathAdder: (accel) acceleration threshold: 4
[  1266.160] (II) config/udev: Adding input device Razer DeathAdder (/dev/input/mouse0)
[  1266.160] (II) No input driver specified, ignoring this device.
[  1266.160] (II) This device may have been added with another device file.
[  1266.160] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event1)
[  1266.160] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1266.160] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[  1266.160] (**) Logitech Logitech USB Keyboard: always reports core events
[  1266.160] (**) evdev: Logitech Logitech USB Keyboard: Device: "/dev/input/event1"
[  1266.160] (--) evdev: Logitech Logitech USB Keyboard: Vendor 0x46d Product 0xc31b
[  1266.160] (--) evdev: Logitech Logitech USB Keyboard: Found keys
[  1266.160] (II) evdev: Logitech Logitech USB Keyboard: Configuring as keyboard
[  1266.160] (**) 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"
[  1266.160] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 9)
[  1266.160] (**) Option "xkb_rules" "evdev"
[  1266.160] (**) Option "xkb_model" "evdev"
[  1266.160] (**) Option "xkb_layout" "fr"
[  1266.161] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event2)
[  1266.161] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  1266.161] (II) Using input driver 'evdev' for 'Logitech Logitech USB Keyboard'
[  1266.161] (**) Logitech Logitech USB Keyboard: always reports core events
[  1266.161] (**) evdev: Logitech Logitech USB Keyboard: Device: "/dev/input/event2"
[  1266.161] (--) evdev: Logitech Logitech USB Keyboard: Vendor 0x46d Product 0xc31b
[  1266.161] (--) evdev: Logitech Logitech USB Keyboard: Found 1 mouse buttons
[  1266.161] (--) evdev: Logitech Logitech USB Keyboard: Found scroll wheel(s)
[  1266.161] (--) evdev: Logitech Logitech USB Keyboard: Found relative axes
[  1266.161] (II) evdev: Logitech Logitech USB Keyboard: Forcing relative x/y axes to exist.
[  1266.161] (--) evdev: Logitech Logitech USB Keyboard: Found absolute axes
[  1266.161] (II) evdev: Logitech Logitech USB Keyboard: Forcing absolute x/y axes to exist.
[  1266.161] (--) evdev: Logitech Logitech USB Keyboard: Found keys
[  1266.161] (II) evdev: Logitech Logitech USB Keyboard: Configuring as mouse
[  1266.161] (II) evdev: Logitech Logitech USB Keyboard: Configuring as keyboard
[  1266.161] (II) evdev: Logitech Logitech USB Keyboard: Adding scrollwheel support
[  1266.161] (**) evdev: Logitech Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
[  1266.161] (**) evdev: Logitech Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1266.161] (**) 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"
[  1266.161] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 10)
[  1266.161] (**) Option "xkb_rules" "evdev"
[  1266.161] (**) Option "xkb_model" "evdev"
[  1266.161] (**) Option "xkb_layout" "fr"
[  1266.161] (II) evdev: Logitech Logitech USB Keyboard: initialized for relative axes.
[  1266.161] (WW) evdev: Logitech Logitech USB Keyboard: ignoring absolute axes.
[  1266.161] (**) Logitech Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[  1266.161] (**) Logitech Logitech USB Keyboard: (accel) acceleration profile 0
[  1266.161] (**) Logitech Logitech USB Keyboard: (accel) acceleration factor: 2.000
[  1266.161] (**) Logitech Logitech USB Keyboard: (accel) acceleration threshold: 4
[  1266.161] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[  1266.161] (II) No input driver specified, ignoring this device.
[  1266.161] (II) This device may have been added with another device file.
[  1266.161] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[  1266.161] (II) No input driver specified, ignoring this device.
[  1266.161] (II) This device may have been added with another device file.
[  1266.162] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
[  1266.162] (II) No input driver specified, ignoring this device.
[  1266.162] (II) This device may have been added with another device file.
[  1266.162] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event13)
[  1266.162] (II) No input driver specified, ignoring this device.
[  1266.162] (II) This device may have been added with another device file.
[  1266.162] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[  1266.162] (II) No input driver specified, ignoring this device.
[  1266.162] (II) This device may have been added with another device file.
[  1266.162] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event15)
[  1266.162] (II) No input driver specified, ignoring this device.
[  1266.162] (II) This device may have been added with another device file.
[  1266.162] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event6)
[  1266.162] (II) No input driver specified, ignoring this device.
[  1266.162] (II) This device may have been added with another device file.
[  1266.162] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event7)
[  1266.162] (II) No input driver specified, ignoring this device.
[  1266.162] (II) This device may have been added with another device file.
[  1266.162] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[  1266.162] (II) No input driver specified, ignoring this device.
[  1266.162] (II) This device may have been added with another device file.
[  1266.163] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[  1266.163] (II) No input driver specified, ignoring this device.
[  1266.163] (II) This device may have been added with another device file.
[  1266.163] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  1266.163] (II) No input driver specified, ignoring this device.
[  1266.163] (II) This device may have been added with another device file.
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 crois que c'est que quand Twinview est activé, Xrandr se désactive.
Dernière modification par darch le dim. 25 mars 2012, 14:11, modifié 2 fois.
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 »

darch a écrit :Merci, tu es mon sauveur, ça marche !!!!! Satané points ^^
On aurait du le voir bien avant. :roll: :mrgreen:

Sinon, tu as de toutes manières des options qui ne vont pas (il y a du nvidia-auto-select qui traîne). Pars du plus simple avec juste les pilotes puis rajoute au besoin les sections monitor/screen, tout en jouant avec arandr/xrandr, etc..
«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 »

Ok je vais le faire ;)

Si je désactive twinview et xinerama, Xrandr se lance, les écrans de la carte graphiques sont activés mais je ne peux pas déplacer les fenêtres dessus comme si openbox n'était ouvert sur eux. Quand je passe le curseur dessus, ca me met la croix comme quand je n'avais pas encore installé Openbox
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 »

twinview n'existe pas avec les drivers propriétaires ! Et il ne faut pas que tu les utilises sinon tu ne pourras pas utiliser les drivers intel ni xrandr
De plus je te déconseille formellement xinerama !
Sinon je suis désolé je n'avais pas vu le point "."...
Il ne faut pas que tu es 3 sections screen. Je te conseil donc de mettre juste les 2 Section "Device" et rien de plus puis de jouer avec arandr
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 »

Ok. Mais si je laisse juste les 2 sections "Device", j'ai juste l'écran du chipset utilisable, les 2 autres bloquent sur le curseur
Répondre