[xorg] Dual Screen

Xorg, Compiz, KDE / Gnome / Xfce / Fluxbox / e17 / fvwm ... GDM/KDM/XDM...
Répondre
Trinita
Hankyu
Messages : 10
Inscription : lun. 15 juil. 2013, 14:26

[xorg] Dual Screen

Message par Trinita »

Bonjour à tous et à toutes,

J'essai depuis quelques jours de configurer un dual screen sur mon arch.
Bien évidement, je n'arrive pas à le faire fonctionner.
Après plusieurs tests infructueux j'obtiens deux résultats :
  • Soit mon écran 1 affiche correctement mon interface Awesome et mon écran 2 reste noir
  • Soit mes deux écrans restent noir.
Pour ce qui est de ma configuration :
  • L'installation est assez récente et date de quelques jours (en fait il s'agit d'une réinstallation complète vu que j'ai changé tout les composant de ma tour)
  • J'ai une carte graphique Radeon HD 7870
  • J'ai installé les pilote open-source xf86-video-ati
  • Pour la côté graphique,n j'utilise awesome 3
Côté matériel :
  • L'écran 1 situé à gauche est branché en HDMI sur HDMI-0 (ViewSonic 24" acceptant une résolution de 1920x1080_60)
  • L'écran 2 situé à droite est branche en DVI sur DVI-1 (Samsung 24" acceptant une résolution de 1920x1080_60)
Les deux écrans fonctionnent très bien en standalone.

Sur la multitude de test que j'ai fait, j'en ai selectionné 2 assez différents.

Test 1 :

Fichier 10-monitor.conf :

Code : Tout sélectionner

Section "ServerLayout"
	Identifier	"Main"
	Screen		0 "Screen0" 0 0
	Screen		1 "Screen1" RightOf "Screen0"
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"radeon"
	Option		"ZaphodHeads"	"HDMI-0"
	VendorName	"ATI"
	BusID		"PCI:1:0:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"Device1"
	Driver		"radeon"
	Option		"ZaphodHeads"	"DVI-1"
	VendorName	"ATI"
	BusID		"PCI:0:2:0"
	Screen		1
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	Monitor		"HDMI-0"
	DefaultDepth	24
	SubSection "Display"
		   Depth 24
		   Modes "1920x1080"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Device1"
	Monitor		"DVI-1"
EndSection

Section "Monitor"
	Identifier	"HDMI-0"
	Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
	Option	 "PreferredMode"    "1920x1080_60.00"
	Option	 "dpms"		    "true"
EndSection

Section "Monitor"
	Identifier	"DVI-1"
	Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
	Option	 "PreferredMode"    "1920x1080_60.00"
	Option	 "dpms"		    "true"
EndSection
Fichier Xorg.0.log :

Code : Tout sélectionner

[   621.716] 
[   621.716] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[   621.720] X Protocol Version 11, Revision 0
[   621.721] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[   621.723] Current Operating System: Linux TANTALE-ONE 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64
[   621.723] Kernel command line: root=/dev/sda3 ro radeon.modeset=1 initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[   621.726] Build Date: 01 July 2013  10:48:42AM
[   621.727]  
[   621.727] Current version of pixman: 0.30.0
[   621.729] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   621.729] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   621.732] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 21 13:36:53 2013
[   621.733] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   621.734] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   621.734] (==) ServerLayout "Main"
[   621.734] (**) |-->Screen "Screen0" (0)
[   621.734] (**) |   |-->Monitor "HDMI-0"
[   621.734] (**) |   |-->Device "Device0"
[   621.734] (**) |-->Screen "Screen1" (1)
[   621.734] (**) |   |-->Monitor "DVI-1"
[   621.734] (**) |   |-->Device "Device1"
[   621.734] (==) Automatically adding devices
[   621.734] (==) Automatically enabling devices
[   621.734] (==) Automatically adding GPU devices
[   621.734] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   621.734] 	Entry deleted from font path.
[   621.734] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   621.734] (==) ModulePath set to "/usr/lib/xorg/modules"
[   621.734] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   621.734] (II) Loader magic: 0x7fdc20
[   621.734] (II) Module ABI versions:
[   621.734] 	X.Org ANSI C Emulation: 0.4
[   621.734] 	X.Org Video Driver: 14.1
[   621.734] 	X.Org XInput driver : 19.1
[   621.734] 	X.Org Server Extension : 7.0
[   621.734] (II) xfree86: Adding drm device (/dev/dri/card0)
[   621.734] (II) xfree86: Adding drm device (/dev/dri/card1)
[   621.736] (--) PCI: (0:0:2:0) 8086:0162:1043:844d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   621.736] (--) PCI:*(0:1:0:0) 1002:6818:174b:e241 rev 0, Mem @ 0xe0000000/268435456, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[   621.736] Initializing built-in extension Generic Event Extension
[   621.737] Initializing built-in extension SHAPE
[   621.738] Initializing built-in extension MIT-SHM
[   621.739] Initializing built-in extension XInputExtension
[   621.739] Initializing built-in extension XTEST
[   621.740] Initializing built-in extension BIG-REQUESTS
[   621.741] Initializing built-in extension SYNC
[   621.742] Initializing built-in extension XKEYBOARD
[   621.742] Initializing built-in extension XC-MISC
[   621.743] Initializing built-in extension SECURITY
[   621.744] Initializing built-in extension XINERAMA
[   621.745] Initializing built-in extension XFIXES
[   621.745] Initializing built-in extension RENDER
[   621.746] Initializing built-in extension RANDR
[   621.747] Initializing built-in extension COMPOSITE
[   621.748] Initializing built-in extension DAMAGE
[   621.748] Initializing built-in extension MIT-SCREEN-SAVER
[   621.749] Initializing built-in extension DOUBLE-BUFFER
[   621.750] Initializing built-in extension RECORD
[   621.751] Initializing built-in extension DPMS
[   621.752] Initializing built-in extension X-Resource
[   621.752] Initializing built-in extension XVideo
[   621.753] Initializing built-in extension XVideo-MotionCompensation
[   621.754] Initializing built-in extension XFree86-VidModeExtension
[   621.755] Initializing built-in extension XFree86-DGA
[   621.755] Initializing built-in extension XFree86-DRI
[   621.756] Initializing built-in extension DRI2
[   621.756] (II) "glx" will be loaded by default.
[   621.756] (II) LoadModule: "dri2"
[   621.756] (II) Module "dri2" already built-in
[   621.756] (II) LoadModule: "glamoregl"
[   621.756] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   621.757] (II) Module glamoregl: vendor="X.Org Foundation"
[   621.757] 	compiled for 1.14.0, module version = 0.5.0
[   621.757] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   621.757] (II) LoadModule: "glx"
[   621.757] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   621.757] (II) Module glx: vendor="X.Org Foundation"
[   621.757] 	compiled for 1.14.2, module version = 1.0.0
[   621.757] 	ABI class: X.Org Server Extension, version 7.0
[   621.757] (==) AIGLX enabled
[   621.758] Loading extension GLX
[   621.758] (II) LoadModule: "radeon"
[   621.758] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   621.758] (II) Module radeon: vendor="X.Org Foundation"
[   621.758] 	compiled for 1.14.0, module version = 7.1.0
[   621.758] 	Module class: X.Org Video Driver
[   621.758] 	ABI class: X.Org Video Driver, version 14.1
[   621.758] (II) RADEON: Driver for ATI Radeon chipsets:

...

[   621.760] (++) using VT number 2

[   621.761] (II) [KMS] Kernel modesetting enabled.
[   621.761] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[   621.761] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   621.761] (==) RADEON(0): Default visual is TrueColor
[   621.761] (**) RADEON(0): Option "ZaphodHeads" "HDMI-0"
[   621.761] (==) RADEON(0): RGB weight 888
[   621.761] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[   621.761] (--) RADEON(0): Chipset: "PITCAIRN" (ChipID = 0x6818)
[   621.761] (II) Loading sub module "dri2"
[   621.761] (II) LoadModule: "dri2"
[   621.761] (II) Module "dri2" already built-in
[   621.761] (II) Loading sub module "shadow"
[   621.761] (II) LoadModule: "shadow"
[   621.761] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   621.761] (II) Module shadow: vendor="X.Org Foundation"
[   621.761] 	compiled for 1.14.2, module version = 1.1.0
[   621.761] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   621.761] (II) RADEON(0): KMS Color Tiling: disabled
[   621.761] (II) RADEON(0): KMS Color Tiling 2D: disabled
[   621.761] (II) RADEON(0): KMS Pageflipping: enabled
[   621.761] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[   621.773] (II) RADEON(0): Output DisplayPort-0 using monitor section HDMI-0
[   621.773] (**) RADEON(0): Option "PreferredMode" "1920x1080_60.00"
[   621.835] (II) RADEON(0): Output HDMI-0 using monitor section HDMI-0
[   621.838] (II) RADEON(0): Output DVI-0 has no monitor section
[   621.871] (II) RADEON(0): Output DVI-1 using monitor section DVI-1
[   621.871] (**) RADEON(0): Option "PreferredMode" "1920x1080_60.00"
[   621.883] (II) RADEON(0): EDID for output DisplayPort-0
[   621.945] (II) RADEON(0): EDID for output HDMI-0
[   621.945] (II) RADEON(0): Manufacturer: VSC  Model: 7d2a  Serial#: 16843009
[   621.945] (II) RADEON(0): Year: 2012  Week: 41
[   621.945] (II) RADEON(0): EDID Version: 1.3
[   621.945] (II) RADEON(0): Digital Display Input
[   621.945] (II) RADEON(0): Max Image Size [cm]: horiz.: 52  vert.: 29
[   621.945] (II) RADEON(0): Gamma: 2.20
[   621.945] (II) RADEON(0): DPMS capabilities: Off
[   621.945] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   621.945] (II) RADEON(0): Default color space is primary color space
[   621.945] (II) RADEON(0): First detailed timing is preferred mode
[   621.945] (II) RADEON(0): redX: 0.641 redY: 0.338   greenX: 0.311 greenY: 0.619
[   621.945] (II) RADEON(0): blueX: 0.159 blueY: 0.059   whiteX: 0.313 whiteY: 0.329
[   621.945] (II) RADEON(0): Supported established timings:
[   621.945] (II) RADEON(0): 720x400@70Hz
[   621.945] (II) RADEON(0): 640x480@60Hz
[   621.945] (II) RADEON(0): 640x480@67Hz
[   621.945] (II) RADEON(0): 640x480@72Hz
[   621.945] (II) RADEON(0): 640x480@75Hz
[   621.945] (II) RADEON(0): 800x600@56Hz
[   621.945] (II) RADEON(0): 800x600@60Hz
[   621.945] (II) RADEON(0): 800x600@72Hz
[   621.945] (II) RADEON(0): 800x600@75Hz
[   621.945] (II) RADEON(0): 832x624@75Hz
[   621.945] (II) RADEON(0): 1024x768@60Hz
[   621.945] (II) RADEON(0): 1024x768@70Hz
[   621.945] (II) RADEON(0): 1024x768@75Hz
[   621.945] (II) RADEON(0): 1280x1024@75Hz
[   621.945] (II) RADEON(0): 1152x864@75Hz
[   621.945] (II) RADEON(0): Manufacturer's mask: 0
[   621.945] (II) RADEON(0): Supported standard timings:
[   621.945] (II) RADEON(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   621.945] (II) RADEON(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   621.945] (II) RADEON(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   621.946] (II) RADEON(0): #3: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[   621.946] (II) RADEON(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   621.946] (II) RADEON(0): #5: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   621.946] (II) RADEON(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   621.946] (II) RADEON(0): Supported detailed timing:
[   621.946] (II) RADEON(0): clock: 148.5 MHz   Image Size:  520 x 290 mm
[   621.946] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   621.946] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   621.946] (II) RADEON(0): Serial No: SXH124100628
[   621.946] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 15 H max: 83 kHz, PixClock max 185 MHz
[   621.946] (II) RADEON(0): Monitor name: VX2460 SERIES
[   621.946] (II) RADEON(0): Supported detailed timing:
[   621.946] (II) RADEON(0): clock: 148.5 MHz   Image Size:  520 x 290 mm
[   621.946] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   621.946] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   621.946] (II) RADEON(0): Supported detailed timing:
[   621.946] (II) RADEON(0): clock: 74.2 MHz   Image Size:  520 x 290 mm
[   621.946] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   621.946] (II) RADEON(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   621.946] (II) RADEON(0): Supported detailed timing:
[   621.946] (II) RADEON(0): clock: 74.2 MHz   Image Size:  520 x 290 mm
[   621.946] (II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   621.946] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   621.946] (II) RADEON(0): Supported detailed timing:
[   621.946] (II) RADEON(0): clock: 27.0 MHz   Image Size:  520 x 290 mm
[   621.946] (II) RADEON(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   621.946] (II) RADEON(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   621.946] (II) RADEON(0): Supported detailed timing:
[   621.946] (II) RADEON(0): clock: 148.5 MHz   Image Size:  520 x 290 mm
[   621.946] (II) RADEON(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[   621.946] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   621.946] (II) RADEON(0): Number of EDID sections to follow: 1
[   621.946] (II) RADEON(0): EDID (in hex):
[   621.946] (II) RADEON(0): 	00ffffffffffff005a632a7d01010101
[   621.946] (II) RADEON(0): 	2916010380341d782e2ac5a4564f9e28
[   621.946] (II) RADEON(0): 	0f5054bfef80b300a940950090408180
[   621.946] (II) RADEON(0): 	8140714f0101023a801871382d40582c
[   621.946] (II) RADEON(0): 	450008222100001e000000ff00535848
[   621.946] (II) RADEON(0): 	3132343130303632380a000000fd0032
[   621.946] (II) RADEON(0): 	4c0f5312000a202020202020000000fc
[   621.946] (II) RADEON(0): 	00565832343630205345524945530185
[   621.946] (II) RADEON(0): 	020322f14f900504030207061f141312
[   621.946] (II) RADEON(0): 	1116150123091f078301000065030c00
[   621.946] (II) RADEON(0): 	1000023a801871382d40582c45000822
[   621.946] (II) RADEON(0): 	2100001e011d8018711c1620582c2500
[   621.946] (II) RADEON(0): 	08222100009e011d007251d01e206e28
[   621.946] (II) RADEON(0): 	550008222100001e8c0ad08a20e02d10
[   621.946] (II) RADEON(0): 	103e9600082221000018023a80d07238
[   621.946] (II) RADEON(0): 	2d40102c458008222100001e00000014
[   621.946] (II) RADEON(0): Printing probed modes for output HDMI-0
[   621.946] (II) RADEON(0): Modeline "1920x1080_60.00"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz UP)
[   621.946] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   621.946] (II) RADEON(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   621.946] (II) RADEON(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   621.946] (II) RADEON(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   621.946] (II) RADEON(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   621.946] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   621.946] (II) RADEON(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[   621.946] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   621.946] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   621.946] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   621.946] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   621.946] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   621.946] (II) RADEON(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   621.946] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   621.946] (II) RADEON(0): Modeline "1440x576i"x50.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[   621.946] (II) RADEON(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[   621.946] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   621.946] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   621.946] (II) RADEON(0): Modeline "1440x480i"x59.9   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[   621.946] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   621.946] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   621.946] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   621.946] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   621.946] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   621.946] (II) RADEON(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   621.946] (II) RADEON(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   621.946] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[   621.946] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   621.946] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   621.946] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   621.946] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   621.946] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   621.948] (II) RADEON(0): EDID for output DVI-0
[   621.982] (II) RADEON(0): EDID for output DVI-1
[   621.982] (II) RADEON(0): Manufacturer: SAM  Model: 5cb  Serial#: 1280455220
[   621.982] (II) RADEON(0): Year: 2010  Week: 7
[   621.982] (II) RADEON(0): EDID Version: 1.3
[   621.982] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[   621.982] (II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
[   621.982] (II) RADEON(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[   621.982] (II) RADEON(0): Gamma: 2.20
[   621.982] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
[   621.982] (II) RADEON(0): First detailed timing is preferred mode
[   621.982] (II) RADEON(0): redX: 0.649 redY: 0.338   greenX: 0.289 greenY: 0.609
[   621.982] (II) RADEON(0): blueX: 0.146 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
[   621.982] (II) RADEON(0): Supported established timings:
[   621.982] (II) RADEON(0): 640x480@60Hz
[   621.982] (II) RADEON(0): 800x600@56Hz
[   621.982] (II) RADEON(0): 800x600@60Hz
[   621.982] (II) RADEON(0): 1024x768@60Hz
[   621.982] (II) RADEON(0): Manufacturer's mask: 0
[   621.982] (II) RADEON(0): Supported standard timings:
[   621.982] (II) RADEON(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   621.982] (II) RADEON(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   621.982] (II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   621.982] (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   621.982] (II) RADEON(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[   621.982] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   621.982] (II) RADEON(0): Supported detailed timing:
[   621.982] (II) RADEON(0): clock: 148.5 MHz   Image Size:  530 x 300 mm
[   621.982] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   621.982] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   621.982] (II) RADEON(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[   621.982] (II) RADEON(0): Monitor name: SyncMaster
[   621.982] (II) RADEON(0): Serial No: H9MZ208483
[   621.982] (II) RADEON(0): EDID (in hex):
[   621.982] (II) RADEON(0): 	00ffffffffffff004c2dcb053432524c
[   621.982] (II) RADEON(0): 	071401030e351e782a6041a6564a9c25
[   621.982] (II) RADEON(0): 	1250542308008100814081809500a940
[   621.982] (II) RADEON(0): 	b30001010101023a801871382d40582c
[   621.982] (II) RADEON(0): 	4500122c2100001e000000fd00383c1e
[   621.982] (II) RADEON(0): 	5111000a202020202020000000fc0053
[   621.982] (II) RADEON(0): 	796e634d61737465720a2020000000ff
[   621.982] (II) RADEON(0): 	0048394d5a3230383438330a202000b2
[   621.982] (II) RADEON(0): Printing probed modes for output DVI-1
[   621.982] (II) RADEON(0): Modeline "1920x1080_60.00"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz UP)
[   621.982] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   621.982] (II) RADEON(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   621.982] (II) RADEON(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   621.982] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   621.982] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   621.982] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   621.982] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[   621.982] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   621.982] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   621.982] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   621.982] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   621.982] (II) RADEON(0): Output DisplayPort-0 disconnected
[   621.982] (II) RADEON(0): Output HDMI-0 connected
[   621.982] (II) RADEON(0): Output DVI-0 disconnected
[   621.982] (II) RADEON(0): Output DVI-1 connected
[   621.982] (II) RADEON(0): Using user preference for initial modes
[   621.982] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080_60.00
[   621.982] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080_60.00
[   621.982] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   621.982] (II) RADEON(0): mem size init: gart size :1fbdf000 vram size: s:80000000 visible:7f7d7000
[   621.982] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[   621.982] (==) RADEON(0): DPI set to (96, 96)
[   621.982] (II) Loading sub module "fb"
[   621.982] (II) LoadModule: "fb"
[   621.982] (II) Loading /usr/lib/xorg/modules/libfb.so
[   621.982] (II) Module fb: vendor="X.Org Foundation"
[   621.982] 	compiled for 1.14.2, module version = 1.0.0
[   621.982] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   621.982] (II) Loading sub module "ramdac"
[   621.982] (II) LoadModule: "ramdac"
[   621.982] (II) Module "ramdac" already built-in
[   621.982] (--) Depth 24 pixmap format is 32 bpp
[   621.982] (II) RADEON(0): Front buffer size: 8100K
[   621.982] (II) RADEON(0): VRAM usage limit set to 1872540K
[   621.982] (==) RADEON(0): Backing store disabled
[   621.982] (WW) RADEON(0): Direct rendering disabled
[   621.982] (II) RADEON(0): Acceleration disabled
[   621.982] (**) RADEON(0): DPMS enabled
[   621.982] (==) RADEON(0): Silken mouse enabled
[   621.982] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   621.982] (WW) RADEON(0): Option "PreferredMode" is not used
[   621.982] (--) RandR disabled
[   621.986] (II) AIGLX: Screen 0 is not DRI2 capable
[   621.986] (II) AIGLX: Screen 0 is not DRI capable
[   621.995] (II) AIGLX: Loaded and initialized swrast
[   621.995] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   622.100] (II) RADEON(0): Setting screen physical size to 508 x 285
[   622.125] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   622.125] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   622.125] (**) Power Button: Applying InputClass "Keyboard Layout"
[   622.125] (**) Power Button: Applying InputClass "Keyboard Terminate"
[   622.125] (II) LoadModule: "evdev"
[   622.125] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   622.125] (II) Module evdev: vendor="X.Org Foundation"
[   622.125] 	compiled for 1.14.2, module version = 2.8.1
[   622.125] 	Module class: X.Org XInput Driver
[   622.125] 	ABI class: X.Org XInput driver, version 19.1
[   622.125] (II) Using input driver 'evdev' for 'Power Button'
[   622.125] (**) Power Button: always reports core events
[   622.125] (**) evdev: Power Button: Device: "/dev/input/event2"
[   622.125] (--) evdev: Power Button: Vendor 0 Product 0x1
[   622.125] (--) evdev: Power Button: Found keys
[   622.125] (II) evdev: Power Button: Configuring as keyboard
[   622.125] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   622.125] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   622.125] (**) Option "xkb_rules" "evdev"
[   622.125] (**) Option "xkb_model" "pc104"
[   622.125] (**) Option "xkb_layout" "fr"
[   622.125] (**) Option "xkb_variant" "latin9"
[   622.125] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[   622.146] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
[   622.146] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   622.146] (**) Video Bus: Applying InputClass "Keyboard Layout"
[   622.146] (**) Video Bus: Applying InputClass "Keyboard Terminate"
[   622.146] (II) Using input driver 'evdev' for 'Video Bus'
[   622.146] (**) Video Bus: always reports core events
[   622.146] (**) evdev: Video Bus: Device: "/dev/input/event1"
[   622.146] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   622.146] (--) evdev: Video Bus: Found keys
[   622.146] (II) evdev: Video Bus: Configuring as keyboard
[   622.146] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1/event1"
[   622.146] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   622.146] (**) Option "xkb_rules" "evdev"
[   622.146] (**) Option "xkb_model" "pc104"
[   622.146] (**) Option "xkb_layout" "fr"
[   622.146] (**) Option "xkb_variant" "latin9"
[   622.146] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[   622.147] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   622.147] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   622.147] (**) Power Button: Applying InputClass "Keyboard Layout"
[   622.147] (**) Power Button: Applying InputClass "Keyboard Terminate"
[   622.147] (II) Using input driver 'evdev' for 'Power Button'
[   622.147] (**) Power Button: always reports core events
[   622.147] (**) evdev: Power Button: Device: "/dev/input/event0"
[   622.147] (--) evdev: Power Button: Vendor 0 Product 0x1
[   622.147] (--) evdev: Power Button: Found keys
[   622.147] (II) evdev: Power Button: Configuring as keyboard
[   622.147] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   622.147] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   622.147] (**) Option "xkb_rules" "evdev"
[   622.147] (**) Option "xkb_model" "pc104"
[   622.147] (**) Option "xkb_layout" "fr"
[   622.147] (**) Option "xkb_variant" "latin9"
[   622.147] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[   622.147] (II) config/udev: Adding drm device (/dev/dri/card0)
[   622.148] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event13)
[   622.148] (II) No input driver specified, ignoring this device.
[   622.148] (II) This device may have been added with another device file.
[   622.148] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event14)
[   622.148] (II) No input driver specified, ignoring this device.
[   622.148] (II) This device may have been added with another device file.
[   622.148] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event15)
[   622.148] (II) No input driver specified, ignoring this device.
[   622.148] (II) This device may have been added with another device file.
[   622.148] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event16)
[   622.148] (II) No input driver specified, ignoring this device.
[   622.148] (II) This device may have been added with another device file.
[   622.149] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event17)
[   622.149] (II) No input driver specified, ignoring this device.
[   622.149] (II) This device may have been added with another device file.
[   622.149] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event18)
[   622.149] (II) No input driver specified, ignoring this device.
[   622.149] (II) This device may have been added with another device file.
[   622.149] (II) config/udev: Adding drm device (/dev/dri/card1)
[   622.149] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/event19)
[   622.149] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "evdev pointer catchall"
[   622.149] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "evdev keyboard catchall"
[   622.149] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "Keyboard Layout"
[   622.149] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "Keyboard Terminate"
[   622.149] (II) Using input driver 'evdev' for 'Microsoft Microsoft® SideWinder™ X5 Mouse'
[   622.149] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: always reports core events
[   622.149] (**) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Device: "/dev/input/event19"
[   622.150] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Using mtdev for this device
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Vendor 0x45e Product 0x736
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found 9 mouse buttons
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found scroll wheel(s)
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found relative axes
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found x and y relative axes
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found absolute axes
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found absolute multitouch axes
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found x and y absolute axes
[   622.150] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found keys
[   622.150] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Configuring as mouse
[   622.150] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Configuring as keyboard
[   622.150] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Adding scrollwheel support
[   622.150] (**) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: YAxisMapping: buttons 4 and 5
[   622.150] (**) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   622.150] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.4/2-1.4.3/2-1.4.3:1.0/input/input19/event19"
[   622.150] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SideWinder™ X5 Mouse" (type: KEYBOARD, id 9)
[   622.150] (**) Option "xkb_rules" "evdev"
[   622.150] (**) Option "xkb_model" "pc104"
[   622.150] (**) Option "xkb_layout" "fr"
[   622.150] (**) Option "xkb_variant" "latin9"
[   622.150] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[   622.150] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: initialized for relative axes.
[   622.150] (WW) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: ignoring absolute axes.
[   622.150] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) keeping acceleration scheme 1
[   622.150] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration profile 0
[   622.150] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration factor: 2.000
[   622.150] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration threshold: 4
[   622.151] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/js0)
[   622.151] (II) No input driver specified, ignoring this device.
[   622.151] (II) This device may have been added with another device file.
[   622.151] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/mouse0)
[   622.151] (II) No input driver specified, ignoring this device.
[   622.151] (II) This device may have been added with another device file.
[   622.151] (II) config/udev: Adding input device Microsoft Microsoft® SiderWinderTM X4 Keyboard (/dev/input/event20)
[   622.151] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: Applying InputClass "evdev keyboard catchall"
[   622.151] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: Applying InputClass "Keyboard Layout"
[   622.151] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: Applying InputClass "Keyboard Terminate"
[   622.151] (II) Using input driver 'evdev' for 'Microsoft Microsoft® SiderWinderTM X4 Keyboard'
[   622.151] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: always reports core events
[   622.151] (**) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Device: "/dev/input/event20"
[   622.151] (--) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Vendor 0x45e Product 0x768
[   622.151] (--) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Found keys
[   622.151] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Configuring as keyboard
[   622.152] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.4/2-1.4.4/2-1.4.4:1.0/input/input20/event20"
[   622.152] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SiderWinderTM X4 Keyboard" (type: KEYBOARD, id 10)
[   622.152] (**) Option "xkb_rules" "evdev"
[   622.152] (**) Option "xkb_model" "pc104"
[   622.152] (**) Option "xkb_layout" "fr"
[   622.152] (**) Option "xkb_variant" "latin9"
[   622.152] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[   622.152] (II) config/udev: Adding input device Microsoft Microsoft® SiderWinderTM X4 Keyboard (/dev/input/event21)
[   622.152] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: Applying InputClass "evdev keyboard catchall"
[   622.152] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: Applying InputClass "Keyboard Layout"
[   622.152] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: Applying InputClass "Keyboard Terminate"
[   622.152] (II) Using input driver 'evdev' for 'Microsoft Microsoft® SiderWinderTM X4 Keyboard'
[   622.152] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: always reports core events
[   622.152] (**) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Device: "/dev/input/event21"
[   622.152] (--) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Vendor 0x45e Product 0x768
[   622.152] (--) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Found 1 mouse buttons
[   622.152] (--) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Found scroll wheel(s)
[   622.152] (--) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Found relative axes
[   622.152] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Forcing relative x/y axes to exist.
[   622.152] (--) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Found absolute axes
[   622.152] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Forcing absolute x/y axes to exist.
[   622.152] (--) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Found keys
[   622.152] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Configuring as mouse
[   622.152] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Configuring as keyboard
[   622.152] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Adding scrollwheel support
[   622.152] (**) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: YAxisMapping: buttons 4 and 5
[   622.152] (**) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   622.152] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.4/2-1.4.4/2-1.4.4:1.1/input/input21/event21"
[   622.152] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SiderWinderTM X4 Keyboard" (type: KEYBOARD, id 11)
[   622.153] (**) Option "xkb_rules" "evdev"
[   622.153] (**) Option "xkb_model" "pc104"
[   622.153] (**) Option "xkb_layout" "fr"
[   622.153] (**) Option "xkb_variant" "latin9"
[   622.153] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[   622.153] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: initialized for relative axes.
[   622.153] (WW) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: ignoring absolute axes.
[   622.153] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: (accel) keeping acceleration scheme 1
[   622.153] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: (accel) acceleration profile 0
[   622.153] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: (accel) acceleration factor: 2.000
[   622.153] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: (accel) acceleration threshold: 4
[   622.153] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[   622.153] (II) No input driver specified, ignoring this device.
[   622.153] (II) This device may have been added with another device file.
[   622.154] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
[   622.154] (II) No input driver specified, ignoring this device.
[   622.154] (II) This device may have been added with another device file.
[   622.154] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event12)
[   622.154] (II) No input driver specified, ignoring this device.
[   622.154] (II) This device may have been added with another device file.
[   622.154] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[   622.154] (II) No input driver specified, ignoring this device.
[   622.154] (II) This device may have been added with another device file.
[   622.154] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[   622.154] (II) No input driver specified, ignoring this device.
[   622.154] (II) This device may have been added with another device file.
[   622.155] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[   622.155] (II) No input driver specified, ignoring this device.
[   622.155] (II) This device may have been added with another device file.
[   622.155] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
[   622.155] (II) No input driver specified, ignoring this device.
[   622.155] (II) This device may have been added with another device file.
[   622.155] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
[   622.155] (II) No input driver specified, ignoring this device.
[   622.155] (II) This device may have been added with another device file.
[   622.155] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event4)
[   622.155] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   622.155] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Layout"
[   622.155] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Terminate"
[   622.155] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[   622.155] (**) Eee PC WMI hotkeys: always reports core events
[   622.155] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event4"
[   622.155] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[   622.155] (--) evdev: Eee PC WMI hotkeys: Found keys
[   622.155] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[   622.155] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input4/event4"
[   622.156] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[   622.156] (**) Option "xkb_rules" "evdev"
[   622.156] (**) Option "xkb_model" "pc104"
[   622.156] (**) Option "xkb_layout" "fr"
[   622.156] (**) Option "xkb_variant" "latin9"
[   622.156] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[   622.156] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   622.156] (II) No input driver specified, ignoring this device.
[   622.156] (II) This device may have been added with another device file.
[   622.287] (II) RADEON(0): EDID vendor "SAM", prod id 1483
[   622.287] (II) RADEON(0): Using EDID range info for horizontal sync
[   622.287] (II) RADEON(0): Using EDID range info for vertical refresh
[   622.287] (II) RADEON(0): Printing DDC gathered Modelines:
[   622.287] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   622.287] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   622.287] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   622.287] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   622.287] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   622.287] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   622.287] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   622.288] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   622.288] (II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   622.288] (II) RADEON(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   622.288] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
Test 2 :

Fichier 10-monitor.conf :

Code : Tout sélectionner


Section "Device"
	Identifier	"Device0"
	Driver		"radeon"
	Option		"Monitor-HDMI-0"	"Monitor0"
	Option		"Monitor-DVI-1"		"Monitor1"
EndSection

Section "Monitor"
	Identifier	"HDMI-0"
	Option	 "DPMS"		    "true"
EndSection

Section "Monitor"
	Identifier	"DVI-1"
	Option	 "DPMS"		    "true"
EndSection


Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	Monitor		"HDMI-0"
	DefaultDepth	24
	SubSection	"Display"
			Depth	24
			Modes	"1920x1080" "1280x1024" "800x600"
			Virtual	3840 3840
	EndSubSection
EndSection

Je n'ai pas mis le second fichier de log pour ne pas surcharger le post.

Voila, ma question est : Quelqu'un a-t-il une idée sur pourquoi cela ne fonctionne pas ?

J'ai pu voir pas mal de fichier de conf différents en cherchant sur le net mais aucun ne semble fonctionner chez moi.

Merci.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [xorg] Dual Screen

Message par benjarobin »

La première chose à faire est de ne pas utiliser de 10-monitor.conf et de faire le dual screen via arandr / xrandr

Et si cela fonctionne essaye quelque chose comme

Code : Tout sélectionner

Section "Monitor"
   Identifier  "HDMI-0"
   Option      "PreferredMode"  "1920x1080_60.00"
   Option      "dpms"           "true"
   Option      "Primary"        "true"
EndSection

Section "Monitor"
   Identifier "DVI-1"
   Option     "PreferredMode"  "1920x1080_60.00"
   Option     "dpms"           "true"
   Option     "RightOf"       "HDMI-0"
EndSection
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Trinita
Hankyu
Messages : 10
Inscription : lun. 15 juil. 2013, 14:26

Re: [xorg] Dual Screen

Message par Trinita »

J'avais commencé par utilisé xrandr sans succès.

En suivant, entre autre, cette page-ci :
https://wiki.archlinux.org/index.php/Du ... esolutions

Mon xrandr -q me détectait bien les deux écrans connectés sur HDMI-0 et sur DVI-1 avec les bonnes résolutions supportées.
Comme ça ne marchait pas des masses (second écran toujours noir), j'avais décidé de passer par 10-monitor.conf.

Toutefois, je réessairais à nouveau ce soir en supprimant le fichier 10-monitor.conf dans un premier temps puis en mettant celui que tu me propose dans un second temps.
J'activerais également le mode verbose (en espérant avoir plus de détail).

Je vous tiens au courant.

Merci.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [xorg] Dual Screen

Message par benjarobin »

As tu essayé via arandr qui est une interface graphique de xrandr et donc beaucoup plus simple d'utilisation ?
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Trinita
Hankyu
Messages : 10
Inscription : lun. 15 juil. 2013, 14:26

Re: [xorg] Dual Screen

Message par Trinita »

Bon le recap' des test pour la soirée (tous en échec)
  • Suppression du 10-monitor.conf + startx (second écran (DVI) toujours noir)
  • Test de la commande

    Code : Tout sélectionner

    xrandr --output DVI-1 --mode 1920x1080 --pos 1920x0 --output HDMI-0 --mode 1920x1080 --pos 0x0
    (second écran (DVI) toujours noir)
  • Test du prgm arandr avec DVI à gauche/droite/superposé avec HDMI (second écran (DVI) toujours noir)
  • Sur arandr, si les deux écrans se chevauchent sans être parfaitement superposé, le DVI reste noir mais le HDMI deviens tout rayé verticalement en blanc et noir.
  • Inversion des deux connecteurs (le DVI sur le premier écran et HDMI sur le second écran) : Le DVI reste toujours noir
  • Retest de xrandr et de arandr avec ton fichier 10-monitor.conf rajouté
  • Test avec uniquement le DVI : pas de soucis
  • Test avec uniquement le HDMI : pas de soucis
Petite précision : Je dis DVI parce que l'écran est branché sur le DVI de la carte graphique, en réalité, il y a un adaptateur VGA puisque je n'ai pas de cable DVI (j'irais en acheter un demain)
Je ne sais pas non plus si je l'ai dit dans mon premier post mais :
  • Mon gestionnaire de fenêtre est awesome
  • Les deux écrans fonctionnent très bien au boot et au choix sur syslinux
Edited :
Je viens de faire un dernier test avec juste le DVI branché (OK), je branche le HDMI (écran noir sur le HDMI) puis en exécutant la commande xrandr cité plus haut.
Résultat, le DVI est correct mais le HDMI m'affiche de belle couleur primaire en rayure vertical
Avatar de l’utilisateur
GuilouV
Elfe
Messages : 539
Inscription : jeu. 25 nov. 2010, 15:34

Re: [xorg] Dual Screen

Message par GuilouV »

Je ne vais pas apporter la solution miracle mais j'avais eu ce genre de souci il y a quelques années et après plusieurs semaines j'ai découvert dans les options de ma tv qu'il fallait activer une fonction pc et ensuite choisir la résolution souhaitée. Ensuite tout fonctionnait en utilisant simplement xrandr (et j'utilise aussi awesomewm).
A tout hasard jette un oeil dans toutes les options possibles de ta tv...
[ Vaio S (VJS131X0211B) ]==[ Arch64 i3 Bépo ]==[ KISS spirit ]
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [xorg] Dual Screen

Message par benjarobin »

@GuilouV Ce n'est pas une télé, mais belle et bien un écran de PC

@Trinita Cela fait plaisir d'avoir des messages bien construits, argumentés.
Sinon je mise sur l’adaptateur VGA <=> DVI qui pose problème.
Ce qui est rassurant c'est que techniquement / électroniquement la carte sait bien gérer les 2 sorties
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Trinita
Hankyu
Messages : 10
Inscription : lun. 15 juil. 2013, 14:26

Re: [xorg] Dual Screen

Message par Trinita »

Je jetterais un oeil à tout hasard aux options.
Mais ils fonctionnent très bien tout seul soit en HDMI soit en DVI/VGA.

Pour ce qui est de l'adaptateur, je vais essayer d'acheter un câble full DVI :) ce midi.
Par contre le fait que la configuration fonctionne très bien avec juste l'adaptateur branché ne me rend pas très optimiste sur cette solution :) !
Trinita
Hankyu
Messages : 10
Inscription : lun. 15 juil. 2013, 14:26

Re: [xorg] Dual Screen

Message par Trinita »

Je n'ai rien vu de spécial dans la configuration de l'écran.

J'ai acheté un cable DVI ce midi.

J'ai fait les tests suivants sur les deux ports DVI de ma carte graphique (le DVI-D et le DVI-I).

Au boot et pendant le choix de syslinux, les deux écrans fonctionnent correctement. puis une fois le choix fait, arpès quelques ligne de verboses, juste au moment où il change la résolution, le second écran (DVI) s'éteint.

La commande suivante n'a pas d'effet (second écran toujours noir) :

Code : Tout sélectionner

xrandr --output DVI-1 --mode 1920x1080 --pos 1920x0 --output HDMI-0 --mode 1920x1080 --pos 0x0 --verbose
Elle me retourne le message suivant :

Code : Tout sélectionner

crtc 0:    1920x1080   60.0 +0+0 "HDMI-0"
crtc 1:    1920x1080   60.0 +1920+0 "DVI-1"
Pour information, voici le retour de la commande :

Code : Tout sélectionner

xrandr -q --verbose

Code : Tout sélectionner

Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x45
	Timestamp:  107196
	Subpixel:   horizontal rgb
	Clones:    
	CRTCs:      0 1 2 3 4 5
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	underscan vborder: 0 
		range: (0, 128)
	underscan hborder: 0 
		range: (0, 128)
	underscan: off 
		supported: offonauto
	coherent: 1 
		range: (0, 1)
HDMI-0 connected 1920x1080+0+0 (0x4a) normal (normal left inverted right x axis y axis) 520mm x 290mm
	Identifier: 0x46
	Timestamp:  107196
	Subpixel:   horizontal rgb
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0 1 2 3 4 5
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	EDID: 
		00ffffffffffff005a632a7d01010101
		2916010380341d782e2ac5a4564f9e28
		0f5054bfef80b300a940950090408180
		8140714f0101023a801871382d40582c
		450008222100001e000000ff00535848
		3132343130303632380a000000fd0032
		4c0f5312000a202020202020000000fc
		00565832343630205345524945530185
		020322f14f900504030207061f141312
		1116150123091f078301000065030c00
		2000023a801871382d40582c45000822
		2100001e011d8018711c1620582c2500
		08222100009e011d007251d01e206e28
		550008222100001e8c0ad08a20e02d10
		103e9600082221000018023a80d07238
		2d40102c458008222100001e00000004
	underscan vborder: 0 
		range: (0, 128)
	underscan hborder: 0 
		range: (0, 128)
	underscan: off 
		supported: offonauto
	coherent: 1 
		range: (0, 1)
  1920x1080 (0x4a)  148.5MHz +HSync +VSync *current +preferred
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   67.5KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   60.0Hz
  1920x1080 (0x4b)  148.5MHz +HSync +VSync
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock   56.2KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   50.0Hz
  1920x1080i (0x4c)   74.2MHz +HSync +VSync Interlace
        h: width  1920 start 2448 end 2492 total 2640 skew    0 clock   28.1KHz
        v: height 1080 start 1084 end 1094 total 1125           clock   50.0Hz
  1920x1080i (0x4d)   74.2MHz +HSync +VSync Interlace
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   33.8KHz
        v: height 1080 start 1084 end 1094 total 1125           clock   60.1Hz
  1600x1200 (0x4e)  162.0MHz +HSync +VSync
        h: width  1600 start 1664 end 1856 total 2160 skew    0 clock   75.0KHz
        v: height 1200 start 1201 end 1204 total 1250           clock   60.0Hz
  1680x1050 (0x4f)  119.0MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock   64.7KHz
        v: height 1050 start 1053 end 1059 total 1080           clock   59.9Hz
  1400x1050 (0x50)  101.0MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock   64.7KHz
        v: height 1050 start 1053 end 1057 total 1080           clock   59.9Hz
  1280x1024 (0x51)  135.0MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock   80.0KHz
        v: height 1024 start 1025 end 1028 total 1066           clock   75.0Hz
  1280x1024 (0x52)  108.0MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock   64.0KHz
        v: height 1024 start 1025 end 1028 total 1066           clock   60.0Hz
  1440x900 (0x53)   88.8MHz +HSync -VSync
        h: width  1440 start 1488 end 1520 total 1600 skew    0 clock   55.5KHz
        v: height  900 start  903 end  909 total  926           clock   59.9Hz
  1280x960 (0x54)  108.0MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock   60.0KHz
        v: height  960 start  961 end  964 total 1000           clock   60.0Hz
  1152x864 (0x55)  108.0MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock   67.5KHz
        v: height  864 start  865 end  868 total  900           clock   75.0Hz
  1280x720 (0x56)   74.2MHz +HSync +VSync
        h: width  1280 start 1720 end 1760 total 1980 skew    0 clock   37.5KHz
        v: height  720 start  725 end  730 total  750           clock   50.0Hz
  1280x720 (0x57)   74.2MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock   45.0KHz
        v: height  720 start  725 end  730 total  750           clock   60.0Hz
  1440x576i (0x58)   27.0MHz -HSync -VSync Interlace
        h: width  1440 start 1464 end 1590 total 1728 skew    0 clock   15.6KHz
        v: height  576 start  580 end  586 total  625           clock   50.1Hz
  1024x768 (0x59)   78.8MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock   60.1KHz
        v: height  768 start  769 end  772 total  800           clock   75.1Hz
  1024x768 (0x5a)   75.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock   56.5KHz
        v: height  768 start  771 end  777 total  806           clock   70.1Hz
  1024x768 (0x5b)   65.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  1440x480i (0x5c)   27.0MHz -HSync -VSync Interlace
        h: width  1440 start 1478 end 1602 total 1716 skew    0 clock   15.7KHz
        v: height  480 start  488 end  494 total  525           clock   60.1Hz
  832x624 (0x5d)   57.3MHz -HSync -VSync
        h: width   832 start  864 end  928 total 1152 skew    0 clock   49.7KHz
        v: height  624 start  625 end  628 total  667           clock   74.6Hz
  800x600 (0x5e)   50.0MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock   48.1KHz
        v: height  600 start  637 end  643 total  666           clock   72.2Hz
  800x600 (0x5f)   49.5MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock   46.9KHz
        v: height  600 start  601 end  604 total  625           clock   75.0Hz
  800x600 (0x60)   40.0MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock   37.9KHz
        v: height  600 start  601 end  605 total  628           clock   60.3Hz
  800x600 (0x61)   36.0MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock   35.2KHz
        v: height  600 start  601 end  603 total  625           clock   56.2Hz
  720x576 (0x62)   27.0MHz -HSync -VSync
        h: width   720 start  732 end  796 total  864 skew    0 clock   31.2KHz
        v: height  576 start  581 end  586 total  625           clock   50.0Hz
  720x480 (0x63)   27.0MHz -HSync -VSync
        h: width   720 start  736 end  798 total  858 skew    0 clock   31.5KHz
        v: height  480 start  489 end  495 total  525           clock   59.9Hz
  640x480 (0x64)   31.5MHz -HSync -VSync
        h: width   640 start  664 end  704 total  832 skew    0 clock   37.9KHz
        v: height  480 start  489 end  491 total  520           clock   72.8Hz
  640x480 (0x65)   31.5MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock   37.5KHz
        v: height  480 start  481 end  484 total  500           clock   75.0Hz
  640x480 (0x66)   30.2MHz -HSync -VSync
        h: width   640 start  704 end  768 total  864 skew    0 clock   35.0KHz
        v: height  480 start  483 end  486 total  525           clock   66.7Hz
  640x480 (0x67)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   60.0Hz
  640x480 (0x68)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   59.9Hz
  720x400 (0x69)   28.3MHz -HSync +VSync
        h: width   720 start  738 end  846 total  900 skew    0 clock   31.5KHz
        v: height  400 start  412 end  414 total  449           clock   70.1Hz
DVI-0 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x47
	Timestamp:  107196
	Subpixel:   horizontal rgb
	Clones:    
	CRTCs:      0 1 2 3 4 5
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	load detection: 1 
		range: (0, 1)
	underscan vborder: 0 
		range: (0, 128)
	underscan hborder: 0 
		range: (0, 128)
	underscan: off 
		supported: offonauto
	coherent: 1 
		range: (0, 1)
DVI-1 connected 1920x1080+1920+0 (0x4a) normal (normal left inverted right x axis y axis) 530mm x 300mm
	Identifier: 0x48
	Timestamp:  107196
	Subpixel:   horizontal rgb
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       1
	CRTCs:      0 1 2 3 4 5
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	EDID: 
		00ffffffffffff004c2dcc053432524c
		0714010380351e782a6041a6564a9c25
		1250542308008100814081809500a940
		b30001010101023a801871382d40582c
		4500122c2100001e000000fd00383c1e
		5111000a202020202020000000fc0053
		796e634d61737465720a2020000000ff
		0048394d5a3230383438330a2020003f
	load detection: 1 
		range: (0, 1)
	underscan vborder: 0 
		range: (0, 128)
	underscan hborder: 0 
		range: (0, 128)
	underscan: off 
		supported: offonauto
	coherent: 1 
		range: (0, 1)
  1920x1080 (0x4a)  148.5MHz +HSync +VSync *current +preferred
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock   67.5KHz
        v: height 1080 start 1084 end 1089 total 1125           clock   60.0Hz
  1600x1200 (0x4e)  162.0MHz +HSync +VSync
        h: width  1600 start 1664 end 1856 total 2160 skew    0 clock   75.0KHz
        v: height 1200 start 1201 end 1204 total 1250           clock   60.0Hz
  1680x1050 (0x4f)  119.0MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock   64.7KHz
        v: height 1050 start 1053 end 1059 total 1080           clock   59.9Hz
  1280x1024 (0x52)  108.0MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock   64.0KHz
        v: height 1024 start 1025 end 1028 total 1066           clock   60.0Hz
  1440x900 (0x53)   88.8MHz +HSync -VSync
        h: width  1440 start 1488 end 1520 total 1600 skew    0 clock   55.5KHz
        v: height  900 start  903 end  909 total  926           clock   59.9Hz
  1280x960 (0x54)  108.0MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock   60.0KHz
        v: height  960 start  961 end  964 total 1000           clock   60.0Hz
  1280x800 (0x6a)   71.0MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock   49.3KHz
        v: height  800 start  803 end  809 total  823           clock   59.9Hz
  1024x768 (0x5b)   65.0MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  800x600 (0x60)   40.0MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock   37.9KHz
        v: height  600 start  601 end  605 total  628           clock   60.3Hz
  800x600 (0x61)   36.0MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock   35.2KHz
        v: height  600 start  601 end  603 total  625           clock   56.2Hz
  640x480 (0x67)   25.2MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock   31.5KHz
        v: height  480 start  490 end  492 total  525           clock   60.0Hz
Enfin, voici le Xorg.0.log :

Code : Tout sélectionner

[    63.922] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[    63.922] X Protocol Version 11, Revision 0
[    63.922] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[    63.922] Current Operating System: Linux TANTALE-ONE 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64
[    63.923] Kernel command line: root=/dev/sda3 ro radeon.modeset=1 initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[    63.923] Build Date: 01 July 2013  10:48:42AM
[    63.923]  
[    63.923] Current version of pixman: 0.30.0
[    63.923] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    63.923] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    63.923] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 22 13:21:49 2013
[    63.923] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    63.923] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    63.924] (==) No Layout section.  Using the first Screen section.
[    63.924] (==) No screen section available. Using defaults.
[    63.924] (**) |-->Screen "Default Screen Section" (0)
[    63.924] (**) |   |-->Monitor "<default monitor>"
[    63.924] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    63.924] (==) Automatically adding devices
[    63.924] (==) Automatically enabling devices
[    63.924] (==) Automatically adding GPU devices
[    63.925] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    63.925] 	Entry deleted from font path.
[    63.925] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    63.925] (==) ModulePath set to "/usr/lib/xorg/modules"
[    63.925] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    63.926] (II) Loader magic: 0x7fdc20
[    63.926] (II) Module ABI versions:
[    63.926] 	X.Org ANSI C Emulation: 0.4
[    63.926] 	X.Org Video Driver: 14.1
[    63.926] 	X.Org XInput driver : 19.1
[    63.926] 	X.Org Server Extension : 7.0
[    63.926] (II) xfree86: Adding drm device (/dev/dri/card0)
[    63.926] (II) xfree86: Adding drm device (/dev/dri/card1)
[    63.927] (--) PCI: (0:0:2:0) 8086:0162:1043:844d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    63.927] (--) PCI:*(0:1:0:0) 1002:6818:174b:e241 rev 0, Mem @ 0xe0000000/268435456, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[    63.928] Initializing built-in extension Generic Event Extension
[    63.928] Initializing built-in extension SHAPE
[    63.928] Initializing built-in extension MIT-SHM
[    63.928] Initializing built-in extension XInputExtension
[    63.928] Initializing built-in extension XTEST
[    63.928] Initializing built-in extension BIG-REQUESTS
[    63.928] Initializing built-in extension SYNC
[    63.928] Initializing built-in extension XKEYBOARD
[    63.928] Initializing built-in extension XC-MISC
[    63.928] Initializing built-in extension SECURITY
[    63.928] Initializing built-in extension XINERAMA
[    63.928] Initializing built-in extension XFIXES
[    63.928] Initializing built-in extension RENDER
[    63.928] Initializing built-in extension RANDR
[    63.928] Initializing built-in extension COMPOSITE
[    63.928] Initializing built-in extension DAMAGE
[    63.928] Initializing built-in extension MIT-SCREEN-SAVER
[    63.928] Initializing built-in extension DOUBLE-BUFFER
[    63.928] Initializing built-in extension RECORD
[    63.928] Initializing built-in extension DPMS
[    63.928] Initializing built-in extension X-Resource
[    63.928] Initializing built-in extension XVideo
[    63.928] Initializing built-in extension XVideo-MotionCompensation
[    63.928] Initializing built-in extension XFree86-VidModeExtension
[    63.928] Initializing built-in extension XFree86-DGA
[    63.928] Initializing built-in extension XFree86-DRI
[    63.928] Initializing built-in extension DRI2
[    63.928] (II) "glx" will be loaded by default.
[    63.928] (II) LoadModule: "dri2"
[    63.928] (II) Module "dri2" already built-in
[    63.928] (II) LoadModule: "glamoregl"
[    63.928] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    63.938] (II) Module glamoregl: vendor="X.Org Foundation"
[    63.938] 	compiled for 1.14.0, module version = 0.5.0
[    63.938] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    63.938] (II) LoadModule: "glx"
[    63.939] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    63.940] (II) Module glx: vendor="X.Org Foundation"
[    63.940] 	compiled for 1.14.2, module version = 1.0.0
[    63.940] 	ABI class: X.Org Server Extension, version 7.0
[    63.940] (==) AIGLX enabled
[    63.941] Loading extension GLX
[    63.941] (==) Matched ati as autoconfigured driver 0
[    63.941] (==) Matched intel as autoconfigured driver 1
[    63.941] (==) Matched ati as autoconfigured driver 2
[    63.941] (==) Matched vesa as autoconfigured driver 3
[    63.941] (==) Matched modesetting as autoconfigured driver 4
[    63.941] (==) Matched fbdev as autoconfigured driver 5
[    63.941] (==) Assigned the driver to the xf86ConfigLayout
[    63.941] (II) LoadModule: "ati"
[    63.941] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    63.941] (II) Module ati: vendor="X.Org Foundation"
[    63.941] 	compiled for 1.14.0, module version = 7.1.0
[    63.941] 	Module class: X.Org Video Driver
[    63.941] 	ABI class: X.Org Video Driver, version 14.1
[    63.941] (II) LoadModule: "radeon"
[    63.941] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    63.943] (II) Module radeon: vendor="X.Org Foundation"
[    63.943] 	compiled for 1.14.0, module version = 7.1.0
[    63.943] 	Module class: X.Org Video Driver
[    63.943] 	ABI class: X.Org Video Driver, version 14.1
[    63.943] (II) LoadModule: "intel"
[    63.944] (WW) Warning, couldn't open module intel
[    63.944] (II) UnloadModule: "intel"
[    63.944] (II) Unloading intel
[    63.944] (EE) Failed to load module "intel" (module does not exist, 0)
[    63.944] (II) LoadModule: "vesa"
[    63.944] (WW) Warning, couldn't open module vesa
[    63.944] (II) UnloadModule: "vesa"
[    63.944] (II) Unloading vesa
[    63.944] (EE) Failed to load module "vesa" (module does not exist, 0)
[    63.944] (II) LoadModule: "modesetting"
[    63.944] (WW) Warning, couldn't open module modesetting
[    63.944] (II) UnloadModule: "modesetting"
[    63.944] (II) Unloading modesetting
[    63.944] (EE) Failed to load module "modesetting" (module does not exist, 0)
[    63.944] (II) LoadModule: "fbdev"
[    63.944] (WW) Warning, couldn't open module fbdev
[    63.944] (II) UnloadModule: "fbdev"
[    63.944] (II) Unloading fbdev
[    63.944] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    63.944] (II) RADEON: Driver for ATI Radeon chipsets:
......................................................
[    63.947] (++) using VT number 2

[    63.948] (II) [KMS] Kernel modesetting enabled.
[    63.948] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    63.948] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    63.948] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    63.948] (==) RADEON(0): Default visual is TrueColor
[    63.948] (==) RADEON(0): RGB weight 888
[    63.948] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    63.948] (--) RADEON(0): Chipset: "PITCAIRN" (ChipID = 0x6818)
[    63.948] (II) Loading sub module "dri2"
[    63.948] (II) LoadModule: "dri2"
[    63.948] (II) Module "dri2" already built-in
[    63.948] (II) Loading sub module "shadow"
[    63.948] (II) LoadModule: "shadow"
[    63.948] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    63.948] (II) Module shadow: vendor="X.Org Foundation"
[    63.948] 	compiled for 1.14.2, module version = 1.1.0
[    63.948] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    63.948] (II) RADEON(0): KMS Color Tiling: disabled
[    63.949] (II) RADEON(0): KMS Color Tiling 2D: disabled
[    63.949] (II) RADEON(0): KMS Pageflipping: enabled
[    63.949] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    63.960] (II) RADEON(0): Output DisplayPort-0 has no monitor section
[    64.022] (II) RADEON(0): Output HDMI-0 has no monitor section
[    64.055] (II) RADEON(0): Output DVI-0 has no monitor section
[    64.077] (II) RADEON(0): Output DVI-1 has no monitor section
[    64.090] (II) RADEON(0): EDID for output DisplayPort-0
[    64.152] (II) RADEON(0): EDID for output HDMI-0
[    64.152] (II) RADEON(0): Manufacturer: VSC  Model: 7d2a  Serial#: 16843009
[    64.152] (II) RADEON(0): Year: 2012  Week: 41
[    64.152] (II) RADEON(0): EDID Version: 1.3
[    64.152] (II) RADEON(0): Digital Display Input
[    64.152] (II) RADEON(0): Max Image Size [cm]: horiz.: 52  vert.: 29
[    64.152] (II) RADEON(0): Gamma: 2.20
[    64.152] (II) RADEON(0): DPMS capabilities: Off
[    64.152] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    64.152] (II) RADEON(0): Default color space is primary color space
[    64.152] (II) RADEON(0): First detailed timing is preferred mode
[    64.152] (II) RADEON(0): redX: 0.641 redY: 0.338   greenX: 0.311 greenY: 0.619
[    64.152] (II) RADEON(0): blueX: 0.159 blueY: 0.059   whiteX: 0.313 whiteY: 0.329
[    64.152] (II) RADEON(0): Supported established timings:
[    64.152] (II) RADEON(0): 720x400@70Hz
[    64.152] (II) RADEON(0): 640x480@60Hz
[    64.152] (II) RADEON(0): 640x480@67Hz
[    64.152] (II) RADEON(0): 640x480@72Hz
[    64.152] (II) RADEON(0): 640x480@75Hz
[    64.152] (II) RADEON(0): 800x600@56Hz
[    64.152] (II) RADEON(0): 800x600@60Hz
[    64.152] (II) RADEON(0): 800x600@72Hz
[    64.152] (II) RADEON(0): 800x600@75Hz
[    64.152] (II) RADEON(0): 832x624@75Hz
[    64.152] (II) RADEON(0): 1024x768@60Hz
[    64.152] (II) RADEON(0): 1024x768@70Hz
[    64.152] (II) RADEON(0): 1024x768@75Hz
[    64.152] (II) RADEON(0): 1280x1024@75Hz
[    64.152] (II) RADEON(0): 1152x864@75Hz
[    64.152] (II) RADEON(0): Manufacturer's mask: 0
[    64.152] (II) RADEON(0): Supported standard timings:
[    64.152] (II) RADEON(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    64.152] (II) RADEON(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    64.152] (II) RADEON(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    64.152] (II) RADEON(0): #3: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[    64.152] (II) RADEON(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    64.152] (II) RADEON(0): #5: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    64.152] (II) RADEON(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    64.152] (II) RADEON(0): Supported detailed timing:
[    64.152] (II) RADEON(0): clock: 148.5 MHz   Image Size:  520 x 290 mm
[    64.152] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    64.152] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    64.152] (II) RADEON(0): Serial No: SXH124100628
[    64.152] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 15 H max: 83 kHz, PixClock max 185 MHz
[    64.152] (II) RADEON(0): Monitor name: VX2460 SERIES
[    64.152] (II) RADEON(0): Supported detailed timing:
[    64.152] (II) RADEON(0): clock: 148.5 MHz   Image Size:  520 x 290 mm
[    64.152] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    64.152] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    64.152] (II) RADEON(0): Supported detailed timing:
[    64.152] (II) RADEON(0): clock: 74.2 MHz   Image Size:  520 x 290 mm
[    64.152] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    64.152] (II) RADEON(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    64.152] (II) RADEON(0): Supported detailed timing:
[    64.152] (II) RADEON(0): clock: 74.2 MHz   Image Size:  520 x 290 mm
[    64.152] (II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    64.152] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    64.152] (II) RADEON(0): Supported detailed timing:
[    64.152] (II) RADEON(0): clock: 27.0 MHz   Image Size:  520 x 290 mm
[    64.152] (II) RADEON(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    64.152] (II) RADEON(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    64.152] (II) RADEON(0): Supported detailed timing:
[    64.152] (II) RADEON(0): clock: 148.5 MHz   Image Size:  520 x 290 mm
[    64.152] (II) RADEON(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    64.152] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    64.152] (II) RADEON(0): Number of EDID sections to follow: 1
[    64.152] (II) RADEON(0): EDID (in hex):
[    64.152] (II) RADEON(0): 	00ffffffffffff005a632a7d01010101
[    64.152] (II) RADEON(0): 	2916010380341d782e2ac5a4564f9e28
[    64.152] (II) RADEON(0): 	0f5054bfef80b300a940950090408180
[    64.152] (II) RADEON(0): 	8140714f0101023a801871382d40582c
[    64.152] (II) RADEON(0): 	450008222100001e000000ff00535848
[    64.152] (II) RADEON(0): 	3132343130303632380a000000fd0032
[    64.152] (II) RADEON(0): 	4c0f5312000a202020202020000000fc
[    64.152] (II) RADEON(0): 	00565832343630205345524945530185
[    64.152] (II) RADEON(0): 	020322f14f900504030207061f141312
[    64.152] (II) RADEON(0): 	1116150123091f078301000065030c00
[    64.152] (II) RADEON(0): 	2000023a801871382d40582c45000822
[    64.152] (II) RADEON(0): 	2100001e011d8018711c1620582c2500
[    64.152] (II) RADEON(0): 	08222100009e011d007251d01e206e28
[    64.152] (II) RADEON(0): 	550008222100001e8c0ad08a20e02d10
[    64.152] (II) RADEON(0): 	103e9600082221000018023a80d07238
[    64.152] (II) RADEON(0): 	2d40102c458008222100001e00000004
[    64.152] (II) RADEON(0): Printing probed modes for output HDMI-0
[    64.152] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    64.152] (II) RADEON(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    64.152] (II) RADEON(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    64.152] (II) RADEON(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    64.152] (II) RADEON(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    64.152] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    64.152] (II) RADEON(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    64.152] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    64.152] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    64.152] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    64.152] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    64.152] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    64.152] (II) RADEON(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    64.152] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    64.152] (II) RADEON(0): Modeline "1440x576i"x50.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[    64.152] (II) RADEON(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    64.152] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    64.152] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    64.152] (II) RADEON(0): Modeline "1440x480i"x59.9   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[    64.152] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    64.152] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    64.153] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    64.153] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    64.153] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    64.153] (II) RADEON(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    64.153] (II) RADEON(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    64.153] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[    64.153] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    64.153] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    64.153] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    64.153] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    64.153] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    64.186] (II) RADEON(0): EDID for output DVI-0
[    64.186] (II) RADEON(0): Manufacturer: SAM  Model: 5cc  Serial#: 1280455220
[    64.186] (II) RADEON(0): Year: 2010  Week: 7
[    64.186] (II) RADEON(0): EDID Version: 1.3
[    64.186] (II) RADEON(0): Digital Display Input
[    64.186] (II) RADEON(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    64.186] (II) RADEON(0): Gamma: 2.20
[    64.186] (II) RADEON(0): DPMS capabilities: Off
[    64.186] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    64.186] (II) RADEON(0): First detailed timing is preferred mode
[    64.186] (II) RADEON(0): redX: 0.649 redY: 0.338   greenX: 0.289 greenY: 0.609
[    64.186] (II) RADEON(0): blueX: 0.146 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
[    64.186] (II) RADEON(0): Supported established timings:
[    64.186] (II) RADEON(0): 640x480@60Hz
[    64.186] (II) RADEON(0): 800x600@56Hz
[    64.186] (II) RADEON(0): 800x600@60Hz
[    64.186] (II) RADEON(0): 1024x768@60Hz
[    64.186] (II) RADEON(0): Manufacturer's mask: 0
[    64.186] (II) RADEON(0): Supported standard timings:
[    64.186] (II) RADEON(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    64.186] (II) RADEON(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    64.186] (II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    64.186] (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    64.186] (II) RADEON(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    64.186] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    64.186] (II) RADEON(0): Supported detailed timing:
[    64.186] (II) RADEON(0): clock: 148.5 MHz   Image Size:  530 x 300 mm
[    64.186] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    64.186] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    64.186] (II) RADEON(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[    64.186] (II) RADEON(0): Monitor name: SyncMaster
[    64.186] (II) RADEON(0): Serial No: H9MZ208483
[    64.186] (II) RADEON(0): EDID (in hex):
[    64.186] (II) RADEON(0): 	00ffffffffffff004c2dcc053432524c
[    64.186] (II) RADEON(0): 	0714010380351e782a6041a6564a9c25
[    64.186] (II) RADEON(0): 	1250542308008100814081809500a940
[    64.186] (II) RADEON(0): 	b30001010101023a801871382d40582c
[    64.186] (II) RADEON(0): 	4500122c2100001e000000fd00383c1e
[    64.186] (II) RADEON(0): 	5111000a202020202020000000fc0053
[    64.186] (II) RADEON(0): 	796e634d61737465720a2020000000ff
[    64.186] (II) RADEON(0): 	0048394d5a3230383438330a2020003f
[    64.186] (II) RADEON(0): Printing probed modes for output DVI-0
[    64.186] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    64.186] (II) RADEON(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    64.186] (II) RADEON(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    64.186] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    64.186] (II) RADEON(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    64.186] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    64.186] (II) RADEON(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    64.186] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    64.186] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    64.186] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    64.186] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    64.207] (II) RADEON(0): EDID for output DVI-1
[    64.207] (II) RADEON(0): Output DisplayPort-0 disconnected
[    64.207] (II) RADEON(0): Output HDMI-0 connected
[    64.207] (II) RADEON(0): Output DVI-0 connected
[    64.207] (II) RADEON(0): Output DVI-1 disconnected
[    64.207] (II) RADEON(0): Using exact sizes for initial modes
[    64.207] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080
[    64.207] (II) RADEON(0): Output DVI-0 using initial mode 1920x1080
[    64.207] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    64.207] (II) RADEON(0): mem size init: gart size :1fbdf000 vram size: s:80000000 visible:7f7d7000
[    64.207] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    64.207] (==) RADEON(0): DPI set to (96, 96)
[    64.207] (II) Loading sub module "fb"
[    64.207] (II) LoadModule: "fb"
[    64.207] (II) Loading /usr/lib/xorg/modules/libfb.so
[    64.208] (II) Module fb: vendor="X.Org Foundation"
[    64.208] 	compiled for 1.14.2, module version = 1.0.0
[    64.208] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    64.208] (II) Loading sub module "ramdac"
[    64.208] (II) LoadModule: "ramdac"
[    64.208] (II) Module "ramdac" already built-in
[    64.208] (--) Depth 24 pixmap format is 32 bpp
[    64.209] (II) RADEON(0): Front buffer size: 8100K
[    64.209] (II) RADEON(0): VRAM usage limit set to 1872540K
[    64.209] (==) RADEON(0): Backing store disabled
[    64.209] (WW) RADEON(0): Direct rendering disabled
[    64.209] (II) RADEON(0): Acceleration disabled
[    64.209] (==) RADEON(0): DPMS enabled
[    64.209] (==) RADEON(0): Silken mouse enabled
[    64.209] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    64.210] (--) RandR disabled
[    64.216] (II) AIGLX: Screen 0 is not DRI2 capable
[    64.216] (II) AIGLX: Screen 0 is not DRI capable
[    64.268] (II) AIGLX: Loaded and initialized swrast
[    64.268] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    64.272] (II) RADEON(0): Setting screen physical size to 508 x 285
[    64.314] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    64.314] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    64.314] (**) Power Button: Applying InputClass "Keyboard Layout"
[    64.314] (**) Power Button: Applying InputClass "Keyboard Terminate"
[    64.314] (II) LoadModule: "evdev"
[    64.314] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    64.315] (II) Module evdev: vendor="X.Org Foundation"
[    64.315] 	compiled for 1.14.2, module version = 2.8.1
[    64.315] 	Module class: X.Org XInput Driver
[    64.315] 	ABI class: X.Org XInput driver, version 19.1
..........................
[    64.336] (**) Option "xkb_rules" "evdev"
[    64.336] (**) Option "xkb_model" "pc104"
[    64.336] (**) Option "xkb_layout" "fr"
[    64.336] (**) Option "xkb_variant" "latin9"
[    64.336] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[    64.336] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: initialized for relative axes.
[    64.336] (WW) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: ignoring absolute axes.
[    64.336] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: (accel) keeping acceleration scheme 1
[    64.337] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: (accel) acceleration profile 0
[    64.337] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: (accel) acceleration factor: 2.000
[    64.337] (**) Microsoft Microsoft® SiderWinderTM X4 Keyboard: (accel) acceleration threshold: 4
[    64.337] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[    64.337] (II) No input driver specified, ignoring this device.
[    64.337] (II) This device may have been added with another device file.
[    64.337] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
[    64.337] (II) No input driver specified, ignoring this device.
[    64.337] (II) This device may have been added with another device file.
[    64.337] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event12)
[    64.337] (II) No input driver specified, ignoring this device.
[    64.337] (II) This device may have been added with another device file.
[    64.338] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[    64.338] (II) No input driver specified, ignoring this device.
[    64.338] (II) This device may have been added with another device file.
[    64.338] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[    64.338] (II) No input driver specified, ignoring this device.
[    64.338] (II) This device may have been added with another device file.
[    64.338] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[    64.338] (II) No input driver specified, ignoring this device.
[    64.338] (II) This device may have been added with another device file.
[    64.338] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
[    64.338] (II) No input driver specified, ignoring this device.
[    64.338] (II) This device may have been added with another device file.
[    64.339] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
[    64.339] (II) No input driver specified, ignoring this device.
[    64.339] (II) This device may have been added with another device file.
[    64.339] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event4)
[    64.339] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    64.339] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Layout"
[    64.339] (**) Eee PC WMI hotkeys: Applying InputClass "Keyboard Terminate"
[    64.339] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    64.339] (**) Eee PC WMI hotkeys: always reports core events
[    64.339] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event4"
[    64.339] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    64.339] (--) evdev: Eee PC WMI hotkeys: Found keys
[    64.339] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    64.339] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input4/event4"
[    64.339] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
[    64.339] (**) Option "xkb_rules" "evdev"
[    64.339] (**) Option "xkb_model" "pc104"
[    64.339] (**) Option "xkb_layout" "fr"
[    64.339] (**) Option "xkb_variant" "latin9"
[    64.339] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[    64.340] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    64.340] (II) No input driver specified, ignoring this device.
[    64.340] (II) This device may have been added with another device file.
[    64.485] (II) RADEON(0): EDID vendor "SAM", prod id 1484
[    64.485] (II) RADEON(0): Using EDID range info for horizontal sync
[    64.485] (II) RADEON(0): Using EDID range info for vertical refresh
[    64.485] (II) RADEON(0): Printing DDC gathered Modelines:
[    64.485] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    64.485] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    64.485] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    64.485] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    64.485] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    64.485] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    64.485] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    64.485] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    64.485] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    64.485] (II) RADEON(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    64.485] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   125.678] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/js0)
[   125.678] (II) No input driver specified, ignoring this device.
[   125.678] (II) This device may have been added with another device file.
[   125.680] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/event21)
[   125.680] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "evdev pointer catchall"
[   125.680] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "evdev keyboard catchall"
[   125.680] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "Keyboard Layout"
[   125.680] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "Keyboard Terminate"
[   125.680] (II) Using input driver 'evdev' for 'Microsoft Microsoft® SideWinder™ X5 Mouse'
[   125.680] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: always reports core events
[   125.680] (**) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Device: "/dev/input/event21"
[   125.680] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Using mtdev for this device
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Vendor 0x45e Product 0x736
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found 9 mouse buttons
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found scroll wheel(s)
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found relative axes
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found x and y relative axes
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found absolute axes
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found absolute multitouch axes
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found x and y absolute axes
[   125.680] (--) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Found keys
[   125.680] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Configuring as mouse
[   125.680] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Configuring as keyboard
[   125.680] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Adding scrollwheel support
[   125.680] (**) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: YAxisMapping: buttons 4 and 5
[   125.680] (**) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   125.680] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.4/2-1.4.3/2-1.4.3:1.0/input/input21/event21"
[   125.680] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SideWinder™ X5 Mouse" (type: KEYBOARD, id 12)
[   125.680] (**) Option "xkb_rules" "evdev"
[   125.680] (**) Option "xkb_model" "pc104"
[   125.680] (**) Option "xkb_layout" "fr"
[   125.680] (**) Option "xkb_variant" "latin9"
[   125.680] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[   125.681] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: initialized for relative axes.
[   125.681] (WW) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: ignoring absolute axes.
[   125.681] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) keeping acceleration scheme 1
[   125.681] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration profile 0
[   125.681] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration factor: 2.000
[   125.681] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration threshold: 4
[   125.681] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/mouse0)
[   125.681] (II) No input driver specified, ignoring this device.
[   125.681] (II) This device may have been added with another device file.
[   137.042] (II) RADEON(0): EDID vendor "SAM", prod id 1484
[   137.042] (II) RADEON(0): Using hsync ranges from config file
[   137.042] (II) RADEON(0): Using vrefresh ranges from config file
[   137.042] (II) RADEON(0): Printing DDC gathered Modelines:
[   137.042] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   137.042] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   137.042] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   137.042] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   137.042] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   137.042] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   137.042] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   137.042] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   137.042] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   137.042] (II) RADEON(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   137.042] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
............................................
[   250.265] (II) RADEON(0): EDID vendor "SAM", prod id 1484
[   250.265] (II) RADEON(0): Using hsync ranges from config file
[   250.265] (II) RADEON(0): Using vrefresh ranges from config file
[   250.265] (II) RADEON(0): Printing DDC gathered Modelines:
[   250.265] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   250.265] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   250.265] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   250.265] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   250.265] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   250.265] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   250.265] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   250.265] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   250.265] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   250.265] (II) RADEON(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[   250.265] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   321.240] (II) evdev: Microsoft Microsoft® SideWinder™ X5 Mouse: Close
[   321.240] (II) UnloadModule: "evdev"
[   321.240] (II) evdev: Eee PC WMI hotkeys: Close
[   321.240] (II) UnloadModule: "evdev"
[   321.240] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Close
[   321.240] (II) UnloadModule: "evdev"
[   321.240] (II) evdev: Microsoft Microsoft® SiderWinderTM X4 Keyboard: Close
[   321.240] (II) UnloadModule: "evdev"
[   321.240] (II) evdev: Power Button: Close
[   321.240] (II) UnloadModule: "evdev"
[   321.240] (II) evdev: Video Bus: Close
[   321.240] (II) UnloadModule: "evdev"
[   321.240] (II) evdev: Power Button: Close
[   321.240] (II) UnloadModule: "evdev"
[   321.249] (EE) Server terminated successfully (0). Closing log file.

Petite précision :
Si j'ai juste l'HDMI branché, en mode tty (sans gestionnaire de fenetre lancé) et que je branche le DVI, les deux écrans s'éteignent et je suis obligé de redémarrer.

J'ai refait tous les tests ci-dessus en utilisant ton 10-monitor.conf sans succès.

Quelqu'un à une idée ?

Merci.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [xorg] Dual Screen

Message par benjarobin »

Driver propriétaire ?
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Trinita
Hankyu
Messages : 10
Inscription : lun. 15 juil. 2013, 14:26

Re: [xorg] Dual Screen

Message par Trinita »

Je ne voulais pas en arriver là mais apparemment je n'ai plus trop le choix.
Je les installerais ce soir ou demain midi.

Je vous tiens au jus.

Merci quand même pour vos réponses et votre temps.
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [xorg] Dual Screen

Message par Xorg »

Que du bonheur Catalyst. Tu vas vite regretter Radeon quand xorg 1.15 sera là il qu'il faudra attendre un ou deux mois avant que Catalyst soit compatible avec. :mrgreen:
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Avatar de l’utilisateur
Ypnose
Maître du Kyudo
Messages : 1363
Inscription : sam. 01 mai 2010, 13:17

Re: [xorg] Dual Screen

Message par Ypnose »

Du ATI sous Linux, c'est pas une excellente idée selon moi (mais bon on ne va pas refaire le débat des constructeurs de GPU).
Trinita
Hankyu
Messages : 10
Inscription : lun. 15 juil. 2013, 14:26

Re: [xorg] Dual Screen

Message par Trinita »

Je n'ai pas encore installé les pilotes propriétaires :) !

J'ai testé en branchant mes écrans sur les deux ports DVI sans succès.


Je poste ici le contenu du dmesg :
http://pastebin.com/Jscw6y9i

Dont voici quelques extraits qui ont attirer mon attention :

Code : Tout sélectionner

[    1.046088] [drm] Radeon Display Connectors
[    1.046090] [drm] Connector 0:
[    1.046091] [drm]   DP-1
[    1.046092] [drm]   HPD4
[    1.046094] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    1.046095] [drm]   Encoders:
[    1.046096] [drm]     DFP1: INTERNAL_UNIPHY2
[    1.046097] [drm] Connector 1:
[    1.046098] [drm]   HDMI-A-1
[    1.046099] [drm]   HPD5
[    1.046101] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[    1.046102] [drm]   Encoders:
[    1.046103] [drm]     DFP2: INTERNAL_UNIPHY2
[    1.046104] [drm] Connector 2:
[    1.046105] [drm]   DVI-I-1
[    1.046106] [drm]   HPD1
[    1.046108] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[    1.046108] [drm]   Encoders:
[    1.046109] [drm]     DFP3: INTERNAL_UNIPHY1
[    1.046110] [drm] Connector 3:
[    1.046111] [drm]   DVI-I-2
[    1.046112] [drm]   HPD6
[    1.046114] [drm]   DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
[    1.046115] [drm]   Encoders:
[    1.046116] [drm]     DFP4: INTERNAL_UNIPHY
[    1.046117] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
Les noms des connecteurs sont différents de ce que j'utilisais via xrandr ou dans mon 10-monitor.conf.
Je vais refaire un essai en utilisant DVI-I-2 au lieu de DVI-1 et HDMI-A-1 au lieu de HDMI-0 dans mon xrandr et dans mes différents 10.monitor.conf

Code : Tout sélectionner

[    1.122016] fbcon: radeondrmfb (fb0) is primary device
[    1.142530] Console: switching to colour frame buffer device 240x67
[    1.146204] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    1.146205] radeon 0000:01:00.0: registered panic notifier
Quelqu'un sait ce que signifie le registered panic notifier ?

Code : Tout sélectionner

[    2.510408] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    2.510409] [drm] Driver supports precise vblank timestamp query.
[    2.510450] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.513488] [drm] Wrong MCH_SSKPD value: 0x20100406
[    2.513489] [drm] This can cause pipe underruns and display issues.
[    2.513490] [drm] Please upgrade your BIOS to fix this.
[    2.579090] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[    2.582937] usb 6-1: Parent hub missing LPM exit latency info.  Power management will be impacted.
Hmmm, je ne comprend pas tout mais mon bios est parfaitement à jour.

Code : Tout sélectionner

[    2.592405] i915 0000:00:02.0: No connectors reported connected with modes
[    2.592408] [drm] Cannot find any crtc or sizes - going 1024x768
Qu'est-ce que vous en pensez ?
Trinita
Hankyu
Messages : 10
Inscription : lun. 15 juil. 2013, 14:26

Re: [xorg] Dual Screen

Message par Trinita »

Pour information, un bug a été ouvert sur FreeDesktop :
https://bugs.freedesktop.org/show_bug.cgi?id=64850
Ainsi que sur le bugzilla de redhat :
https://bugzilla.redhat.com/show_bug.cgi?id=981759

Le problème ne semble tout à fait tout récent.
En espérant qu'il soit corriger rapidement.

Merci à tous pour vos réponses en tout cas.
Répondre