You are not logged in.

#1 2015-10-29 19:36:26

LCvanDinteren
Member
From: Netherlands
Registered: 2015-10-27
Posts: 153

[Solved] multihead using xorg.conf

Yet another thread on multihead I suppose...
I think I've tried al the options given before but am probably overlooking something stupid..

So for my setup:
2 ati radeon 7770 cards, both recognized, 3 screens side-by-side, on boot all duplicates

$ lspci -nn | grep VGA
02:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X] [1002:683d]
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X] [1002:683d]

opensource drivers installed:

$ sudo pacman -S xf86-video-ati

installed full mesa package

My /etc/X11/xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        Screen      2  "Screen2" RightOf "Screen1"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
	Option	       "Xinerama" "1"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Samsung"
	ModelName    "XL2370"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "iiyama"
	ModelName    "X2377HDS"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Samsung"
	ModelName    "P2370"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "ColorTiling2D"      	# [<bool>]
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "AccelMethod"        	# <str>
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "EXAPixmaps"         	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:2:0:0"
#	Option	    "monitor-DisplayPort-0" "Monitor0"
#	Option	    "monitor-DVI-0" "Monitor1"
#	Option	    "monitor-HDMI-0" "Monitor2"
EndSection

Section "Device"
	Identifier  "Card0-0"
	Driver 	    "radeon"
	BusID	    "PCI:2:0:0"
	Option	    "ZaphodHeads"	"DisplayPort-0"
#	Screen	    0
EndSection

Section "Device"
	Identifier  "Card0-1"
	Driver 	    "radeon"
	BusID	    "PCI:2:0:0"
	Option	    "ZaphodHeads"	"DVI-0"
#	Screen	    1
EndSection

Section "Device"
	Identifier  "Card0-2"
	Driver 	    "radeon"
	BusID	    "PCI:2:0:0"
	Option	    "ZaphodHeads"	"HDMI-0"
#	Screen	    2
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "ColorTiling2D"      	# [<bool>]
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "AccelMethod"        	# <str>
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "EXAPixmaps"         	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
	Identifier  "Card1"
	Driver      "radeon"
	BusID       "PCI:3:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0-0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     16
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card0-1"
	Monitor    "Monitor1"
	SubSection "Display"
		Depth     16
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card0-2"
	Monitor    "Monitor2"
	SubSection "Display"
		Depth     16
	EndSubSection
EndSection

All three monitors are connected to 1 card (Card0).

If I uncomment the Screen 0/1/2 lines under device sections I get a login loop on a single screen.

If I have it commented I get the following in /var/log/Xorg.0.log:

[     5.574]
X.Org X Server 1.17.3
Release Date: 2015-10-26
[     5.574] X Protocol Version 11, Revision 0
[     5.574] Build Operating System: Linux 4.2.3-1-ARCH x86_64
[     5.574] Current Operating System: Linux archy 4.2.4-1-ARCH #1 SMP PREEMPT Fri Oct 23 07:32:38 CEST 2015 x86_64
[     5.574] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3805f2d3-7c49-470a-8584-361473f22b2b rw quie
t
[     5.574] Build Date: 27 October 2015  01:07:26PM
[     5.574]
[     5.574] Current version of pixman: 0.32.8
[     5.574] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.574] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.575] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 29 20:04:50 2015
[     5.578] (==) Using config file: "/etc/X11/xorg.conf"
[     5.578] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.578] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.580] (==) ServerLayout "X.org Configured"
[     5.580] (**) |-->Screen "Screen0" (0)
[     5.580] (**) |   |-->Monitor "Monitor0"
[     5.580] (**) |   |-->Device "Card0-0"
[     5.580] (**) |-->Screen "Screen1" (1)
[     5.580] (**) |   |-->Monitor "Monitor1"
[     5.580] (**) |   |-->Device "Card0-1"
[     5.580] (**) |-->Screen "Screen2" (2)
[     5.580] (**) |   |-->Monitor "Monitor2"
[     5.580] (**) |   |-->Device "Card0-2"
[     5.580] (**) |-->Input Device "Mouse0"
[     5.580] (**) |-->Input Device "Keyboard0"
[     5.580] (**) Option "Xinerama" "1"
[     5.580] (==) Automatically adding devices
[     5.580] (==) Automatically enabling devices
[     5.580] (==) Automatically adding GPU devices
[     5.580] (**) Xinerama: enabled
[     5.586] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     5.586] 	Entry deleted from font path.
[     5.586] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     5.586] 	Entry deleted from font path.
[     5.586] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     5.586] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     5.586] 	Entry deleted from font path.
[     5.586] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     5.586] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     5.586] 	Entry deleted from font path.
[     5.586] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     5.586] 	Entry deleted from font path.
[     5.586] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     5.586] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     5.586] 	Entry deleted from font path.
[     5.586] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     5.586] (**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[     5.586] (**) ModulePath set to "/usr/lib/xorg/modules"
[     5.586] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     5.586] (WW) Disabling Mouse0
[     5.586] (WW) Disabling Keyboard0
[     5.587] (II) Loader magic: 0x817d60
[     5.587] (II) Module ABI versions:
[     5.587] 	X.Org ANSI C Emulation: 0.4
[     5.587] 	X.Org Video Driver: 19.0
[     5.587] 	X.Org XInput driver : 21.1
[     5.587] 	X.Org Server Extension : 9.0
[     5.588] (EE) systemd-logind: failed to get session: PID 316 does not belong to any known session
[     5.588] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.182] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.186] (--) PCI:*(0:2:0:0) 1002:683d:1043:0429 rev 0, Mem @ 0xc0000000/268435456, 0xfb980000/262144, I/O @ 0x0000
9000/256, BIOS @ 0x????????/131072
[     8.186] (--) PCI: (0:3:0:0) 1002:683d:1043:0429 rev 0, Mem @ 0xd0000000/268435456, 0xfba80000/262144, I/O @ 0x0000
a000/256, BIOS @ 0x????????/131072
[     8.186] (II) Open ACPI successful (/var/run/acpid.socket)
[     8.186] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     8.186] (II) LoadModule: "glx"
[     8.188] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.207] (II) Module glx: vendor="X.Org Foundation"
[     8.207] 	compiled for 1.17.3, module version = 1.0.0
[     8.207] 	ABI class: X.Org Server Extension, version 9.0
[     8.207] (==) AIGLX enabled
[     8.207] (II) LoadModule: "radeon"
[     8.209] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     8.213] (II) Module radeon: vendor="X.Org Foundation"
[     8.213] 	compiled for 1.17.0, module version = 7.5.0
[     8.213] 	Module class: X.Org Video Driver
[     8.213] 	ABI class: X.Org Video Driver, version 19.0
[     8.213] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
...
	HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[     8.216] (++) using VT number 7

[     8.222] (II) [KMS] Kernel modesetting enabled.
[     8.222] (II) [KMS] Kernel modesetting enabled.
[     8.222] (II) RADEON(0): Creating default Display subsection in Screen section
	"Screen0" for depth/fbbpp 24/32
[     8.222] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[     8.222] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     8.222] (==) RADEON(0): Default visual is TrueColor
[     8.222] (**) RADEON(0): Option "ZaphodHeads" "DisplayPort-0"
[     8.222] (==) RADEON(0): RGB weight 888
[     8.222] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[     8.222] (--) RADEON(0): Chipset: "VERDE" (ChipID = 0x683d)
[     8.222] (II) Loading sub module "dri2"
[     8.222] (II) LoadModule: "dri2"
[     8.222] (II) Module "dri2" already built-in
[     8.222] (II) Loading sub module "glamoregl"
[     8.222] (II) LoadModule: "glamoregl"
[     8.222] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     8.234] (II) Module glamoregl: vendor="X.Org Foundation"
[     8.234] 	compiled for 1.17.3, module version = 1.0.0
[     8.234] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.234] (II) glamor: OpenGL accelerated X.org driver based.
[     8.408] (II) glamor: EGL version 1.4 (DRI2):
[     8.420] (II) RADEON(0): glamor detected, initialising EGL layer.
[     8.420] (II) RADEON(0): KMS Color Tiling: enabled
[     8.420] (II) RADEON(0): KMS Color Tiling 2D: enabled
[     8.420] (II) RADEON(0): KMS Pageflipping: enabled
[     8.420] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[     8.460] (II) RADEON(0): Output DisplayPort-0 using monitor section Monitor0
[     8.518] (II) RADEON(0): Output HDMI-0 has no monitor section
[     8.549] (II) RADEON(0): Output DVI-0 has no monitor section
[     8.560] (II) RADEON(0): Output DVI-1 has no monitor section
[     8.600] (II) RADEON(0): EDID for output DisplayPort-0
[     8.600] (II) RADEON(0): Manufacturer: SAM  Model: 5c4  Serial#: 1162228275
[     8.600] (II) RADEON(0): Year: 2010  Week: 8
[     8.600] (II) RADEON(0): EDID Version: 1.3
[     8.600] (II) RADEON(0): Digital Display Input
[     8.600] (II) RADEON(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[     8.600] (II) RADEON(0): Gamma: 2.20
[     8.600] (II) RADEON(0): DPMS capabilities: Off
[     8.600] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[     8.600] (II) RADEON(0): First detailed timing is preferred mode
[     8.600] (II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.150 greenY: 0.060
[     8.600] (II) RADEON(0): blueX: 0.300 blueY: 0.600   whiteX: 0.312 whiteY: 0.329
[     8.600] (II) RADEON(0): Supported established timings:
[     8.600] (II) RADEON(0): 640x480@60Hz
[     8.600] (II) RADEON(0): 800x600@56Hz
[     8.600] (II) RADEON(0): 800x600@60Hz
[     8.600] (II) RADEON(0): 1024x768@60Hz
[     8.600] (II) RADEON(0): Manufacturer's mask: 0
[     8.600] (II) RADEON(0): Supported standard timings:
[     8.600] (II) RADEON(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     8.600] (II) RADEON(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     8.600] (II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     8.600] (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     8.600] (II) RADEON(0): #4: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     8.600] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     8.600] (II) RADEON(0): Supported detailed timing:
[     8.600] (II) RADEON(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[     8.600] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     8.600] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     8.600] (II) RADEON(0): Ranges: V min: 56 V max: 60 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[     8.600] (II) RADEON(0): Monitor name: SyncMaster
[     8.600] (II) RADEON(0): Serial No: H9MZ218009
[     8.600] (II) RADEON(0): EDID (in hex):
[     8.600] (II) RADEON(0): 	00ffffffffffff004c2dc40533324645
[     8.600] (II) RADEON(0): 	0814010380331d782ae9e1a354260f4c
[     8.600] (II) RADEON(0): 	9950542308008100814081809500a940
[     8.600] (II) RADEON(0): 	b30001010101023a801871382d40582c
[     8.600] (II) RADEON(0): 	4500fe1f1100001e000000fd00383c1e
[     8.600] (II) RADEON(0): 	5111000a202020202020000000fc0053
[     8.600] (II) RADEON(0): 	796e634d61737465720a2020000000ff
[     8.600] (II) RADEON(0): 	0048394d5a3231383030390a20200072
[     8.600] (II) RADEON(0): Printing probed modes for output DisplayPort-0
[     8.600] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
(67.5 kHz eP)
...
[     8.600] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz
e)
[     8.658] (II) Quirked EDID physical size to 0x0 cm
[     8.658] (II) RADEON(0): EDID for output HDMI-0
[     8.658] (II) RADEON(0): Manufacturer: SAM  Model: 5fc  Serial#: 1162228275
[     8.658] (II) RADEON(0): Year: 2010  Week: 19
[     8.658] (II) RADEON(0): EDID Version: 1.3
[     8.658] (II) RADEON(0): Digital Display Input
[     8.658] (II) RADEON(0): Indeterminate output size
[     8.658] (II) RADEON(0): Gamma: 2.20
[     8.658] (II) RADEON(0): DPMS capabilities: Off
[     8.658] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[     8.658] (II) RADEON(0): First detailed timing is preferred mode
[     8.658] (II) RADEON(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     8.658] (II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[     8.658] (II) RADEON(0): Supported established timings:
[     8.658] (II) RADEON(0): 640x480@60Hz
[     8.658] (II) RADEON(0): 800x600@56Hz
[     8.658] (II) RADEON(0): 800x600@60Hz
[     8.658] (II) RADEON(0): 1024x768@60Hz
[     8.658] (II) RADEON(0): Manufacturer's mask: 0
[     8.658] (II) RADEON(0): Supported standard timings:
[     8.658] (II) RADEON(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     8.658] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     8.658] (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     8.658] (II) RADEON(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     8.658] (II) RADEON(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     8.658] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     8.658] (II) RADEON(0): Supported detailed timing:
[     8.658] (II) RADEON(0): clock: 148.5 MHz   Image Size:  160 x 90 mm
[     8.658] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     8.658] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     8.658] (II) RADEON(0): Supported detailed timing:
[     8.658] (II) RADEON(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     8.658] (II) RADEON(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[     8.658] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     8.658] (II) RADEON(0): Ranges: V min: 50 V max: 60 Hz, H min: 33 H max: 81 kHz, PixClock max 175 MHz
[     8.658] (II) RADEON(0): Monitor name: SyncMaster
[     8.658] (II) RADEON(0): Supported detailed timing:
[     8.658] (II) RADEON(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     8.658] (II) RADEON(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[     8.658] (II) RADEON(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     8.658] (II) RADEON(0): Supported detailed timing:
[     8.658] (II) RADEON(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     8.658] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     8.658] (II) RADEON(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[     8.658] (II) RADEON(0): Supported detailed timing:
[     8.658] (II) RADEON(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[     8.658] (II) RADEON(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[     8.658] (II) RADEON(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[     8.658] (II) RADEON(0): Supported detailed timing:
[     8.658] (II) RADEON(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[     8.658] (II) RADEON(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[     8.658] (II) RADEON(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[     8.658] (II) RADEON(0): Supported detailed timing:
[     8.658] (II) RADEON(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[     8.658] (II) RADEON(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[     8.658] (II) RADEON(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[     8.658] (II) RADEON(0): Number of EDID sections to follow: 1
[     8.658] (II) RADEON(0): EDID (in hex):
[     8.658] (II) RADEON(0): 	00ffffffffffff004c2dfc0533324645
[     8.658] (II) RADEON(0): 	13140103801009782aee91a3544c9926
[     8.658] (II) RADEON(0): 	0f5054230800a9408180814081009500
[     8.658] (II) RADEON(0): 	b30001010101023a801871382d40582c
[     8.658] (II) RADEON(0): 	4500a05a0000001e011d007251d01e20
[     8.658] (II) RADEON(0): 	6e285500a05a0000001e000000fd0032
[     8.658] (II) RADEON(0): 	3c215111000a202020202020000000fc
[     8.658] (II) RADEON(0): 	0053796e634d61737465720a2020019a
[     8.658] (II) RADEON(0): 	02031cf14890041f0514130312230907
[     8.658] (II) RADEON(0): 	078301000066030c00100080011d80d0
[     8.658] (II) RADEON(0): 	721c1620102c2580a05a0000009e011d
[     8.658] (II) RADEON(0): 	8018711c1620582c2500a05a0000009e
[     8.658] (II) RADEON(0): 	011d00bc52d01e20b8285540a05a0000
[     8.658] (II) RADEON(0): 	001e8c0ad090204031200c405500a05a
[     8.658] (II) RADEON(0): 	000000188c0ad08a20e02d10103e9600
[     8.658] (II) RADEON(0): 	a05a0000001800000000000000000046
[     8.658] (II) RADEON(0): Printing probed modes for output HDMI-0
[     8.658] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
(67.5 kHz eP)
...
[     8.658] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz
e)
[     8.689] (II) RADEON(0): EDID for output DVI-0
[     8.689] (II) RADEON(0): Manufacturer: IVM  Model: 561d  Serial#: 16843009
[     8.689] (II) RADEON(0): Year: 2011  Week: 42
[     8.689] (II) RADEON(0): EDID Version: 1.3
[     8.689] (II) RADEON(0): Digital Display Input
[     8.689] (II) RADEON(0): DFP 1.x compatible TMDS
[     8.689] (II) RADEON(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[     8.689] (II) RADEON(0): Gamma: 2.20
[     8.689] (II) RADEON(0): DPMS capabilities: Off
[     8.689] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[     8.689] (II) RADEON(0): First detailed timing is preferred mode
[     8.689] (II) RADEON(0): redX: 0.634 redY: 0.333   greenX: 0.304 greenY: 0.627
[     8.689] (II) RADEON(0): blueX: 0.150 blueY: 0.068   whiteX: 0.313 whiteY: 0.329
[     8.689] (II) RADEON(0): Supported established timings:
[     8.689] (II) RADEON(0): 720x400@70Hz
[     8.689] (II) RADEON(0): 640x480@60Hz
[     8.689] (II) RADEON(0): 640x480@67Hz
[     8.689] (II) RADEON(0): 640x480@72Hz
[     8.689] (II) RADEON(0): 640x480@75Hz
[     8.689] (II) RADEON(0): 800x600@56Hz
[     8.689] (II) RADEON(0): 800x600@60Hz
[     8.689] (II) RADEON(0): 800x600@72Hz
[     8.689] (II) RADEON(0): 800x600@75Hz
[     8.689] (II) RADEON(0): 832x624@75Hz
[     8.689] (II) RADEON(0): 1024x768@60Hz
[     8.689] (II) RADEON(0): 1024x768@70Hz
[     8.689] (II) RADEON(0): 1024x768@75Hz
[     8.689] (II) RADEON(0): 1280x1024@75Hz
[     8.689] (II) RADEON(0): 1152x864@75Hz
[     8.689] (II) RADEON(0): Manufacturer's mask: 0
[     8.689] (II) RADEON(0): Supported standard timings:
[     8.689] (II) RADEON(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     8.689] (II) RADEON(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     8.689] (II) RADEON(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     8.689] (II) RADEON(0): #3: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
[     8.689] (II) RADEON(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     8.689] (II) RADEON(0): #5: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[     8.689] (II) RADEON(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     8.689] (II) RADEON(0): #7: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[     8.689] (II) RADEON(0): Supported detailed timing:
[     8.689] (II) RADEON(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[     8.689] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     8.689] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     8.689] (II) RADEON(0): Serial No: 1113814200314
[     8.689] (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[     8.689] (II) RADEON(0): Monitor name: PL2377
[     8.689] (II) RADEON(0): EDID (in hex):
[     8.689] (II) RADEON(0): 	00ffffffffffff0026cd1d5601010101
[     8.689] (II) RADEON(0): 	2a15010381331d782a5ea5a2554da026
[     8.689] (II) RADEON(0): 	115054bfef80b300a9409500818f8180
[     8.689] (II) RADEON(0): 	950f714f81c0023a801871382d40582c
[     8.689] (II) RADEON(0): 	4500fe1f1100001e000000ff00313131
[     8.689] (II) RADEON(0): 	33383134323030333134000000fd0037
[     8.689] (II) RADEON(0): 	4c1e5111000a202020202020000000fc
[     8.689] (II) RADEON(0): 	00504c323337370a2020202020200085
[     8.689] (II) RADEON(0): Printing probed modes for output DVI-0
[     8.689] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync
(67.5 kHz eP)
...
[     8.690] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz
e)
[     8.700] (II) RADEON(0): EDID for output DVI-1
[     8.700] (II) RADEON(0): Output DisplayPort-0 connected
[     8.700] (II) RADEON(0): Output HDMI-0 connected
[     8.700] (II) RADEON(0): Output DVI-0 connected
[     8.700] (II) RADEON(0): Output DVI-1 disconnected
[     8.700] (II) RADEON(0): Using exact sizes for initial modes
[     8.700] (II) RADEON(0): Output DisplayPort-0 using initial mode 1920x1080
[     8.700] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080
[     8.700] (II) RADEON(0): Output DVI-0 using initial mode 1920x1080
[     8.700] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     8.700] (II) RADEON(0): mem size init: gart size :7fbcc000 vram size: s:40000000 visible:3f12c000
[     8.700] (==) RADEON(0): DPI set to (96, 96)
[     8.700] (II) Loading sub module "fb"
[     8.700] (II) LoadModule: "fb"
[     8.700] (II) Loading /usr/lib/xorg/modules/libfb.so
[     8.702] (II) Module fb: vendor="X.Org Foundation"
[     8.702] 	compiled for 1.17.3, module version = 1.0.0
[     8.702] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.702] (II) Loading sub module "ramdac"
[     8.702] (II) LoadModule: "ramdac"
[     8.702] (II) Module "ramdac" already built-in
[     8.702] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[     8.702] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     8.702] (==) RADEON(G0): Default visual is TrueColor
[     8.702] (**) RADEON(G0): Option "ZaphodHeads" "DisplayPort-0"
[     8.702] (==) RADEON(G0): RGB weight 888
[     8.702] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[     8.702] (--) RADEON(G0): Chipset: "VERDE" (ChipID = 0x683d)
[     8.702] (II) Loading sub module "dri2"
[     8.702] (II) LoadModule: "dri2"
[     8.702] (II) Module "dri2" already built-in
[     8.702] (II) Loading sub module "glamoregl"
[     8.702] (II) LoadModule: "glamoregl"
[     8.702] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     8.702] (II) Module glamoregl: vendor="X.Org Foundation"
[     8.702] 	compiled for 1.17.3, module version = 1.0.0
[     8.702] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.702] (II) glamor: OpenGL accelerated X.org driver based.
[     8.704] (II) glamor: EGL version 1.4 (DRI2):
[     8.708] (II) RADEON(G0): glamor detected, initialising EGL layer.
[     8.708] (II) RADEON(G0): KMS Color Tiling: enabled
[     8.708] (II) RADEON(G0): KMS Color Tiling 2D: enabled
[     8.708] (II) RADEON(G0): KMS Pageflipping: enabled
[     8.708] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
[     8.713] (II) RADEON(G0): Output DisplayPort-1-1 using monitor section Monitor0
[     8.714] (II) RADEON(G0): Output HDMI-1-1 has no monitor section
[     8.715] (II) RADEON(G0): Output DVI-1-1 has no monitor section
[     8.727] (II) RADEON(G0): Output DVI-1-1 has no monitor section
[     8.733] (II) RADEON(G0): EDID for output DisplayPort-1-1
[     8.734] (II) RADEON(G0): EDID for output HDMI-1-1
[     8.735] (II) RADEON(G0): EDID for output DVI-1-1
[     8.747] (II) RADEON(G0): EDID for output DVI-1-1
[     8.747] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     8.747] (II) RADEON(G0): mem size init: gart size :7fbcc000 vram size: s:40000000 visible:3f615000
[     8.747] (==) RADEON(G0): DPI set to (96, 96)
[     8.747] (II) Loading sub module "fb"
[     8.747] (II) LoadModule: "fb"
[     8.747] (II) Loading /usr/lib/xorg/modules/libfb.so
[     8.747] (II) Module fb: vendor="X.Org Foundation"
[     8.747] 	compiled for 1.17.3, module version = 1.0.0
[     8.747] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.747] (II) Loading sub module "ramdac"
[     8.747] (II) LoadModule: "ramdac"
[     8.747] (II) Module "ramdac" already built-in
[     8.747] (--) Depth 24 pixmap format is 32 bpp
[     8.747] (II) RADEON(G0): [DRI2] Setup complete
[     8.747] (II) RADEON(G0): [DRI2]   DRI driver: radeonsi
[     8.748] (II) RADEON(G0): [DRI2]   VDPAU driver: radeonsi
[     8.748] (II) RADEON(G0): Front buffer size: 3072K
[     8.748] (II) RADEON(G0): VRAM usage limit set to 931726K
[     8.749] (==) RADEON(G0): Backing store enabled
[     8.749] (II) RADEON(G0): Direct rendering enabled
[     8.800] (II) RADEON(G0): Use GLAMOR acceleration.
[     8.800] (II) RADEON(G0): Acceleration enabled
[     8.800] (==) RADEON(G0): DPMS enabled
[     8.800] (==) RADEON(G0): Silken mouse enabled
[     8.800] (II) RADEON(G0): Set up textured video (glamor)
[     8.800] (II) RADEON(G0): [XvMC] Associated with GLAMOR Textured Video.
[     8.800] (II) RADEON(G0): [XvMC] Extension initialized.
[     8.800] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     8.802] (II) RADEON(0): [DRI2] Setup complete
[     8.802] (II) RADEON(0): [DRI2]   DRI driver: radeonsi
[     8.802] (II) RADEON(0): [DRI2]   VDPAU driver: radeonsi
[     8.802] (II) RADEON(0): Front buffer size: 8160K
[     8.802] (II) RADEON(0): VRAM usage limit set to 922622K
[     8.802] (==) RADEON(0): Backing store enabled
[     8.802] (II) RADEON(0): Direct rendering enabled
[     8.842] (II) RADEON(0): Use GLAMOR acceleration.
[     8.842] (II) RADEON(0): Acceleration enabled
[     8.842] (==) RADEON(0): DPMS enabled
[     8.842] (==) RADEON(0): Silken mouse enabled
[     8.842] (II) RADEON(0): Set up textured video (glamor)
[     8.842] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[     8.842] (II) RADEON(0): [XvMC] Extension initialized.
[     8.842] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     8.931] (--) RandR disabled
[     8.938] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     8.938] (II) AIGLX: enabled GLX_ARB_create_context
[     8.938] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     8.938] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     8.938] (II) AIGLX: enabled GLX_INTEL_swap_event
[     8.938] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     8.938] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     8.938] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     8.938] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     8.938] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     8.939] (II) AIGLX: Loaded and initialized radeonsi
[     8.939] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.024] (II) RADEON(0): Setting screen physical size to 508 x 285
[     9.086] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     9.086] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     9.086] (II) LoadModule: "evdev"
[     9.086] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     9.088] (II) Module evdev: vendor="X.Org Foundation"
[     9.089] 	compiled for 1.17.1, module version = 2.9.2
[     9.089] 	Module class: X.Org XInput Driver
[     9.089] 	ABI class: X.Org XInput driver, version 21.0
[     9.089] (II) Using input driver 'evdev' for 'Power Button'
[     9.089] (**) Power Button: always reports core events
[     9.089] (**) evdev: Power Button: Device: "/dev/input/event4"
[     9.089] (--) evdev: Power Button: Vendor 0 Product 0x1
[     9.089] (--) evdev: Power Button: Found keys
[     9.089] (II) evdev: Power Button: Configuring as keyboard
[     9.089] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[     9.089] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.089] (**) Option "xkb_rules" "evdev"
[     9.089] (**) Option "xkb_model" "pc104"
[     9.089] (**) Option "xkb_layout" "us"
[     9.112] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     9.112] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     9.112] (II) Using input driver 'evdev' for 'Power Button'
[     9.112] (**) Power Button: always reports core events
[     9.112] (**) evdev: Power Button: Device: "/dev/input/event3"
[     9.112] (--) evdev: Power Button: Vendor 0 Product 0x1
[     9.112] (--) evdev: Power Button: Found keys
[     9.112] (II) evdev: Power Button: Configuring as keyboard
[     9.112] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3"
[     9.112] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     9.112] (**) Option "xkb_rules" "evdev"
[     9.113] (**) Option "xkb_model" "pc104"
[     9.113] (**) Option "xkb_layout" "us"
[     9.114] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[     9.114] (II) No input driver specified, ignoring this device.
[     9.114] (II) This device may have been added with another device file.
[     9.114] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event14)
...
[     9.121] (II) No input driver specified, ignoring this device.
[     9.121] (II) This device may have been added with another device file.
[     9.122] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event26)
[     9.122] (II) No input driver specified, ignoring this device.
[     9.122] (II) This device may have been added with another device file.
[     9.122] (II) config/udev: Adding input device Mad Catz Mad Catz R.A.T.7 Mouse (/dev/input/event0)
[     9.122] (**) Mad Catz Mad Catz R.A.T.7 Mouse: Applying InputClass "evdev pointer catchall"
[     9.122] (**) Mad Catz Mad Catz R.A.T.7 Mouse: Applying InputClass "Mouse Remap"
[     9.122] (II) Using input driver 'evdev' for 'Mad Catz Mad Catz R.A.T.7 Mouse'
[     9.122] (**) Mad Catz Mad Catz R.A.T.7 Mouse: always reports core events
[     9.122] (**) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: Device: "/dev/input/event0"
[     9.173] (**) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: ButtonMapping '1 2 3 4 5 6 7 8 9 0 0 0 0 0 0'
[     9.173] (--) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: Vendor 0x738 Product 0x1708
[     9.173] (--) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: Found 17 mouse buttons
[     9.173] (--) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: Found scroll wheel(s)
[     9.173] (--) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: Found relative axes
[     9.173] (--) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: Found x and y relative axes
[     9.173] (II) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: Configuring as mouse
[     9.173] (II) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: Adding scrollwheel support
[     9.173] (**) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: YAxisMapping: buttons 4 and 5
[     9.173] (**) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelT
imeout: 200
[     9.173] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/0003:0738:1708.0001/
input/input2/event0"
[     9.173] (II) XINPUT: Adding extended input device "Mad Catz Mad Catz R.A.T.7 Mouse" (type: MOUSE, id 8)
[     9.173] (II) evdev: Mad Catz Mad Catz R.A.T.7 Mouse: initialized for relative axes.
[     9.173] (**) Mad Catz Mad Catz R.A.T.7 Mouse: (accel) keeping acceleration scheme 1
[     9.173] (**) Mad Catz Mad Catz R.A.T.7 Mouse: (accel) acceleration profile 0
[     9.173] (**) Mad Catz Mad Catz R.A.T.7 Mouse: (accel) acceleration factor: 2.000
[     9.173] (**) Mad Catz Mad Catz R.A.T.7 Mouse: (accel) acceleration threshold: 4
[     9.174] (II) config/udev: Adding input device Mad Catz Mad Catz R.A.T.7 Mouse (/dev/input/mouse0)
[     9.174] (II) No input driver specified, ignoring this device.
[     9.174] (II) This device may have been added with another device file.
[     9.175] (II) config/udev: Adding input device Microsoft Microsoft® Digital Media Keyboard 3000 (/dev/input/event1)
[     9.175] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "evdev keyboard catchall"
[     9.175] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Digital Media Keyboard 3000'
[     9.175] (**) Microsoft Microsoft® Digital Media Keyboard 3000: always reports core events
[     9.175] (**) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Device: "/dev/input/event1"
[     9.175] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Vendor 0x45e Product 0x730
[     9.175] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found keys
[     9.175] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Configuring as keyboard
[     9.175] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.0/0003:045E:0730.0002/
input/input3/event1"
[     9.175] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Digital Media Keyboard 3000" (type: KEYBOA
RD, id 9)
[     9.175] (**) Option "xkb_rules" "evdev"
[     9.175] (**) Option "xkb_model" "pc104"
[     9.175] (**) Option "xkb_layout" "us"
[     9.176] (II) config/udev: Adding input device Microsoft Microsoft® Digital Media Keyboard 3000 (/dev/input/event2)
[     9.176] (**) Microsoft Microsoft® Digital Media Keyboard 3000: Applying InputClass "evdev keyboard catchall"
[     9.176] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Digital Media Keyboard 3000'
[     9.176] (**) Microsoft Microsoft® Digital Media Keyboard 3000: always reports core events
[     9.176] (**) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Device: "/dev/input/event2"
[     9.176] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Vendor 0x45e Product 0x730
[     9.176] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found 1 mouse buttons
[     9.176] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found scroll wheel(s)
[     9.176] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found relative axes
[     9.176] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Forcing relative x/y axes to exist.
[     9.176] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found absolute axes
[     9.176] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Forcing absolute x/y axes to exist.
[     9.176] (--) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Found keys
[     9.176] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Configuring as mouse
[     9.176] (II) evdev: Mixrandr --output DisplayPort-0 --left-of DVI-0
xrandr --output HDMI-0 --right-of DVI-0
crosoft Microsoft® Digital Media Keyboard 3000: Configuring as keyboard
[     9.176] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: Adding scrollwheel support
[     9.176] (**) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: YAxisMapping: buttons 4 and 5
[     9.176] (**) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: EmulateWheelButton: 4, EmulateWheelInertia:
10, EmulateWheelTimeout: 200
[     9.176] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.1/0003:045E:0730.0003/
input/input4/event2"
[     9.176] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Digital Media Keyboard 3000" (type: KEYBOA
RD, id 10)
[     9.176] (**) Option "xkb_rules" "evdev"
[     9.176] (**) Option "xkb_model" "pc104"
[     9.176] (**) Option "xkb_layout" "us"
[     9.177] (II) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: initialized for relative axes.
[     9.177] (WW) evdev: Microsoft Microsoft® Digital Media Keyboard 3000: ignoring absolute axes.
[     9.177] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) keeping acceleration scheme 1
[     9.177] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) acceleration profile 0
[     9.177] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) acceleration factor: 2.000
[     9.177] (**) Microsoft Microsoft® Digital Media Keyboard 3000: (accel) acceleration threshold: 4
[     9.177] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     9.177] (II) No input driver specified, ignoring this device.
[     9.177] (II) This device may have been added with another device file.
[     9.182] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:07.0/0000:03:00.0/drm/card1 /dev/dri
/card1
[     9.182] xf86: remove device 1 /sys/devices/pci0000:00/0000:00:07.0/0000:03:00.0/drm/card1
[     9.184] (II) UnloadModule: "radeon"
[     9.184] (II) UnloadSubModule: "fb"
[     9.184] (II) Unloading fb
[     9.184] (II) UnloadSubModule: "glamoregl"
[     9.184] (II) Unloading glamoregl
[     9.184] (II) config/udev: Adding drm device (/dev/dri/card1)
[     9.184] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.184] (II) LoadModule: "modesetting"
[     9.184] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.185] (II) Module modesetting: vendor="X.Org Foundation"
[     9.185] 	compiled for 1.17.3, module version = 1.17.3
[     9.185] 	Module class: X.Org Video Driver
[     9.185] 	ABI class: X.Org Video Driver, version 19.0
[     9.185] (II) modeset(G0): using drv /dev/dri/card1
[     9.185] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     9.185] (==) modeset(G0): RGB weight 888
[     9.185] (==) modeset(G0): Default visual is TrueColor
[     9.185] (II) Loading sub module "glamoregl"
[     9.185] (II) LoadModule: "glamoregl"
[     9.185] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.185] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.185] 	compiled for 1.17.3, module version = 1.0.0
[     9.185] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.185] (II) glamor: OpenGL accelerated X.org driver based.
[     9.187] (II) glamor: EGL version 1.4 (DRI2):
[     9.191] (II) modeset(G0): glamor initialized
[     9.191] (II) Loading sub module "dri2"
[     9.191] (II) LoadModule: "dri2"
[     9.191] (II) Module "dri2" already built-in
[     9.196] (II) modeset(G0): Output DisplayPort-1-1 using monitor section Monitor0
[     9.198] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     9.199] (II) modeset(G0): Output DVI-1-1 has no monitor section
[     9.210] (II) modeset(G0): Output DVI-1-1 has no monitor section
[     9.230] (II) modeset(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     9.230] (==) modeset(G0): DPI set to (96, 96)
[     9.230] (II) Loading sub module "fb"
[     9.230] (II) LoadModule: "fb"
[     9.230] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.230] (II) Module fb: vendor="X.Org Foundation"
[     9.230] 	compiled for 1.17.3, module version = 1.0.0
[     9.230] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.275] (==) modeset(G0): Backing store enabled
[     9.275] (==) modeset(G0): Silken mouse enabled
[     9.275] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     9.275] (==) modeset(G0): DPMS enabled
[     9.275] (II) modeset(G0): [DRI2] Setup complete
[     9.275] (II) modeset(G0): [DRI2]   DRI driver: radeon
[     9.275] (II) modeset(G0): [DRI2]   VDPAU driver: radeon
[     9.287] (II) modeset(G0): Damage tracking initialized
[     9.287] xf86: found device 2
[     9.288] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:03.0/0000:02:00.0/drm/card0 /dev/dri
/card0
[     9.288] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:03.0/0000:02:00.0/drm/card0
[     9.288] failed to find screen to remove
[    14.693] (II) RADEON(0): EDID vendor "SAM", prod id 1476
[    14.693] (II) RADEON(0): Using EDID range info for horizontal sync
[    14.693] (II) RADEON(0): Using EDID range info for vertical refresh
[    14.693] (II) RADEON(0): Printing DDC gathered Modelines:
[    14.693] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (
67.5 kHz eP)
...
[    14.693] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (
64.7 kHz e)
[    14.754] (II) Quirked EDID physical size to 0x0 cm
[   147.596] (II) RADEON(0): EDID vendor "SAM", prod id 1476
[   147.596] (II) RADEON(0): Using hsync ranges from config file
[   147.596] (II) RADEON(0): Using vrefresh ranges from config file
[   147.596] (II) RADEON(0): Printing DDC gathered Modelines:
[   147.597] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (
67.5 kHz eP)
...
[   147.597] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (
64.7 kHz e)
[   147.657] (II) Quirked EDID physical size to 0x0 cm
[   147.703] (II) RADEON(0): Allocate new frame buffer 3840x1088 stride 3840
[   147.704] (II) RADEON(0): VRAM usage limit set to 915278K
[   152.866] (II) RADEON(0): EDID vendor "SAM", prod id 1476
[   152.866] (II) RADEON(0): Using hsync ranges from config file
[   152.866] (II) RADEON(0): Using vrefresh ranges from config file
[   152.866] (II) RADEON(0): Printing DDC gathered Modelines:
[   152.866] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (
67.5 kHz eP)
...
[   152.867] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   152.924] (II) Quirked EDID physical size to 0x0 cm
[   152.970] (II) RADEON(0): Allocate new frame buffer 5760x1088 stride 5760
[   152.971] (II) RADEON(0): VRAM usage limit set to 907934K
[   170.336] (II) RADEON(0): EDID vendor "SAM", prod id 1476
[   170.336] (II) RADEON(0): Using hsync ranges from config file
[   170.336] (II) RADEON(0): Using vrefresh ranges from config file
[   170.336] (II) RADEON(0): Printing DDC gathered Modelines:
[   170.336] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
...
[   170.336] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   170.394] (II) Quirked EDID physical size to 0x0 cm
[   184.150] (II) RADEON(0): EDID vendor "SAM", prod id 1476
[   184.150] (II) RADEON(0): Using hsync ranges from config file
[   184.150] (II) RADEON(0): Using vrefresh ranges from config file
[   184.150] (II) RADEON(0): Printing DDC gathered Modelines:
[   184.150] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   184.150] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
...
[   184.150] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   184.208] (II) Quirked EDID physical size to 0x0 cm

(did some minor trimming on that one... duplicate lines only)
What puzzles me are the lines around [9.288] where it says it's removing my graphic devices..

xrandr commands work fine, using:

xrandr --output DisplayPort-0 --left-of DVI-0
xrandr --output HDMI-0 --right-of DVI-0

sets my screens up nicely.
I feel, however, this is not the right way to do it.. I figure I could find a place to execute those commands on boot (point me in directions if you want),
but I rather have the xorg.conf file working the way it should.

Any advice would be really appreciated!

Leander

Last edited by LCvanDinteren (2015-10-29 20:25:37)

Offline

#2 2015-10-29 20:25:17

LCvanDinteren
Member
From: Netherlands
Registered: 2015-10-27
Posts: 153

Re: [Solved] multihead using xorg.conf

wow... Glad I posted this in the newbie section..
I was playing around with some settings in Enlightenment when I noticed screen setup settings.
I've been over this before, but I thought it only detected 1 screen.. this time however, I accidentally dragged 1 screen off and saw I could graphically arrange my monitors..
It even has this nice "Restore on startup" tick-box..

Offline

#3 2015-10-30 10:26:48

headkase
Member
Registered: 2011-12-06
Posts: 1,977

Re: [Solved] multihead using xorg.conf

You could also create a "/etc/X11/xorg.conf.d/" file, in that directory give these contents a name ending with ".conf":

Section "Device"
    Identifier "Radeon"
    Driver "radeon"
    Option "AccelMethod" "Glamor"
EndSection

Section "Monitor"
    Identifier "VGA-0"
    Option "PreferredMode" "1366x768"
    Option "Position" "0 0"
EndSection

Section "Monitor"
    Identifier "DVI-0"
    Option "PreferredMode" "1920x1080"
    Option "Position" "1366 0"
    Option "Primary" "True"
EndSection

That configuration uses the open-source radeon driver and the "VGA-0" and "DVI-0" come from xrandr's output.  Absolute coordinates are also used for the screens but there are "right-of" and "left-of" options you could use as well if you wanted to.

Offline

Board footer

Powered by FluxBB