[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xorg (fglrx, radeon, radeonhd, vesa) not working after upgrade



thveillon.debian wrote:
> I don't know if I am the only one, but the attachment you sent in the
> first message has been messed up, to the point that it's impossible to
> understand anything:

Ah, didn't know that. I'll put the files inline then (line breaks may
be wrong then, but hey ...).




xorg.conf:


# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
# using values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
# *only* if it has not been modified since the last upgrade of the
# xserver-xorg package.
#
# If you have edited this file but would like it to be automatically
# updated again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Generic Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Generic Mouse"
EndSection

Section "Files"

	# local font server
	# if the local font server has problems, we can fall back on these
	FontPath     "unix/:7100"
	FontPath     "/usr/share/fonts/X11/misc/"
	FontPath     "/usr/share/fonts/X11/TTF/"
	FontPath     "/usr/share/fonts/X11/OTF"
	FontPath     "/usr/share/fonts/X11/Type1/"
	FontPath     "/usr/share/fonts/X11/CID/"
	FontPath     "/usr/share/fonts/X11/100dpi/"
	FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "dbe"
	Load  "ddc"
	Load  "dri"
	Load  "evdev"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "record"
	Load  "type1"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Generic Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "EmulateWheel" "on"
	Option	    "EmulateWheelButton" "2"
	Option	    "EmulateWheelTimeout" "300"
	Option	    "EmulateWheelInertia" "25"
	Option	    "Emulate3Buttons" "on"
	Option	    "XAxisMapping" "6 7"
	Option	    "YAxisMapping" "4 5"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "LCD"
	DisplaySize  286	214
	HorizSync    30.0 - 67.0
	VertRefresh  50.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. ATI Default Card"
	Driver      "fglrx"
	Option	    "ForceMonitors" "LVDS,CRT1"
	Option	    "EnableMonitor" "crt1,lvds"
	Option	    "VideoOverlay" "True"
	Option	    "OpenGLOverlay" "False"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Generic Screen"
	Device     "ATI Technologies, Inc. ATI Default Card"
	Monitor    "LCD"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes    "1400x1050" "1024x768"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes    "1400x1050" "1024x768"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes    "1400x1050" "1024x768"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes    "1400x1050" "1024x768"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1400x1050" "1024x768"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1400x1050" "1024x768"
		#Modes    "1024x768"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "true"
EndSection




Xorg.0.log.fglrx:


_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/io:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-amd64 x86_64 Package files:  100
/var/lib/dpkg/status      release a=now  500 http://ftp.debian.org
sid/main Packages      release o=Debian,a=unstable,l=Debian,c=main     
origin ftp.debian.org Pinned packages:
Current Operating System: Linux io 2.6.29 #1 SMP PREEMPT Wed Apr 29
21:57:52 CEST 2009 i686
Build Date: 15 April 2009  11:46:22AM
xorg-server 2:1.6.1-1 (bgoglin@debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 30 10:21:33 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Generic Screen" (0)
(**) |   |-->Monitor "LCD"
(**) |   |-->Device "ATI Technologies, Inc. ATI Default Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Generic Mouse"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/TTF/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	unix/:7100,
	/usr/share/fonts/X11/misc/,
	/usr/share/fonts/X11/Type1/,
	/usr/share/fonts/X11/100dpi/,
	/usr/share/fonts/X11/75dpi/,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Generic Mouse
(II) Loader magic: 0xe40
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@1:0:0) ATI Technologies Inc Radeon Mobility X1400 rev 0,
Mem @ 0xd8000000/134217728, 0xee100000/65536, I/O @ 0x00002000/256,
BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "record" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.4.0, module version = 1.0.0
(II) Loading extension XFree86-DRI
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
	compiled for 1.4.99.906, module version = 8.60.3
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.0, module version = 2.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.4.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 1.4.99.906, module version = 8.60.3
	Module class: X.Org Video Driver
(II) Primary Device is: PCI 01@00:00:0
(WW) Falling back to old probe method for fglrx
(II) ATI Proprietary Linux Driver Version Identifier:8.60.3
(II) ATI Proprietary Linux Driver Release Identifier: 8.602            
                   
(II) ATI Proprietary Linux Driver Build Date: Apr  1 2009 14:59:47
(II) PCS database file /etc/ati/amdpcsdb not found
(II)   Creating PCS database from initial defaults instead
(WW) This ATI Proprietary Linux Driver does not guarantee support of
video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 5.0
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional
information.




Xorg.0.log.radeonhd:

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/io:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-amd64 x86_64 Package files:  100
/var/lib/dpkg/status      release a=now  500 http://ftp.debian.org
sid/main Packages      release o=Debian,a=unstable,l=Debian,c=main     
origin ftp.debian.org Pinned packages:
Current Operating System: Linux io 2.6.29 #1 SMP PREEMPT Wed Apr 29
21:57:52 CEST 2009 i686
Build Date: 15 April 2009  11:46:22AM
xorg-server 2:1.6.1-1 (bgoglin@debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 30 09:52:56 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Generic Screen" (0)
(**) |   |-->Monitor "LCD"
(**) |   |-->Device "ATI Technologies, Inc. ATI Default Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Generic Mouse"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/TTF/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	unix/:7100,
	/usr/share/fonts/X11/misc/,
	/usr/share/fonts/X11/Type1/,
	/usr/share/fonts/X11/100dpi/,
	/usr/share/fonts/X11/75dpi/,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Generic Mouse
(II) Loader magic: 0xe40
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@1:0:0) ATI Technologies Inc Radeon Mobility X1400 rev 0,
Mem @ 0xd8000000/134217728, 0xee100000/65536, I/O @ 0x00002000/256,
BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "record" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.4.0, module version = 1.0.0
(II) Loading extension XFree86-DRI
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
	compiled for 1.4.99.906, module version = 8.60.3
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.0, module version = 2.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.4.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "radeonhd"
(II) Loading /usr/lib/xorg/modules/drivers//radeonhd_drv.so
(II) Module radeonhd: vendor="AMD GPG"
	compiled for 1.6.0, module version = 1.2.5
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) RADEONHD: X driver for the following AMD GPG (ATI) graphics
devices:
	RV505 : Radeon X1550, X1550 64bit.
	RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350.
	RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250.
	R520  : Radeon X1800; FireGL V5300, V7200, V7300, V7350.
	RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200.
	RV535 : Radeon X1300, X1650.
	RV550 : Radeon X2300 HD.
	RV560 : Radeon X1650.
	RV570 : Radeon X1950, X1950 GT; FireGL V7400.
	R580  : Radeon X1900, X1950; AMD Stream Processor.
	R600  : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650.
	RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000.
	RV620 : Radeon HD 3450, HD 3470.
	RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
		FireGL V3600/V5600.
	RV635 : Radeon HD 3650, HD 3670.
	RV670 : Radeon HD 3690, 3850, HD 3870, FireGL V7700, FireStream 9170.
	R680  : Radeon HD 3870 X2.
	M52   : Mobility Radeon X1300.
	M54   : Mobility Radeon X1400; M54-GL.
	M56   : Mobility Radeon X1600; Mobility FireGL V5200.
	M58   : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200.
	M62   : Mobility Radeon X1350.
	M64   : Mobility Radeon X1450, X2300.
	M66   : Mobility Radeon X1700, X1700 XT; FireGL V5250.
	M68   : Mobility Radeon X1900.
	M71   : Mobility Radeon HD 2300.
	M72   : Mobility Radeon HD 2400; Radeon E2400.
	M74   : Mobility Radeon HD 2400 XT.
	M76   : Mobility Radeon HD 2600;
		(Gemini ATI) Mobility Radeon HD 2600 XT.
	M82   : Mobility Radeon HD 3400.
	M86   : Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700.
	M88   : Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2.
	RS600 : Radeon Xpress 1200, Xpress 1250.
	RS690 : Radeon X1200, X1250, X1270.
	RS740 : RS740, RS740M.
	RS780 : Radeon HD 3100/3200/3300 Series.
	RV770 : Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro.
	R700  : Radeon R700.
	M98   : Radeon M98 Mobility.
	RV730 : Radeon HD4670, HD4650.
	M96   : Radeon M96 Mobility.
	RV710 : Radeon HD4570, HD4350.

(II) RADEONHD: version 1.2.5, built from dist of git branch master,
commit cb54f48b

(II) Primary Device is: PCI 01@00:00:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Selected XAA 2D acceleration.
(--) RADEONHD(0): Detected an M54 on a Lenovo Thinkpad T60 (2007)
(II) RADEONHD(0): Mapped IO @ 0xee100000 to 0xb79cf000 (size 0x00010000)
(II) RADEONHD(0): PCIE Card Detected
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom: 
	SubsystemVendorID: 0x17aa SubsystemID: 0x2006
	IOBaseAddress: 0x2000
	Filename: BR25482.bin 
	BIOS Bootup Message: 
M64CSP/M62CSP/M54CSP/M52CSP BIOS                             "         
    

(II) RADEONHD(0): Analog TV Default Mode: 135488065
(--) RADEONHD(0): VideoRAM: 131072 kByte
(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 20
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0x7ffb000
(II) RADEONHD(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEONHD(0): AtomBIOS VRAM scratch base: 0x7ffb000
(II) RADEONHD(0): Default Engine Clock: 392000
(II) RADEONHD(0): Default Memory Clock: 350000
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): Found libdri 5.0.0.
(EE) RADEONHD(0): RHDDRIVersionCheck: drmOpen("radeon",
"pci:0000:01:00.0") failed.
(WW) RADEONHD(0): RHDDRIPreInit: Version check failed. Disabling DRI.
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) RADEONHD(0): Default Engine Clock: 392000
(II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f90
(II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
(II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f90
(II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
(II) RADEONHD(0): I2C bus "RHD I2C line 0" initialized.
(II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f94
(II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
(II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f94
(II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
(II) RADEONHD(0): I2C bus "RHD I2C line 1" initialized.
(II) RADEONHD(0): GPIO_I2C_Clk_Mask: 0x1f98
(II) RADEONHD(0): GPIO_I2C_Clk_Mask_Shift: 0x0
(II) RADEONHD(0): GPIO_I2C_Data_Mask: 0x1f98
(II) RADEONHD(0): GPIO_I2C_Data_Mask_Shift: 0x8
(II) RADEONHD(0): I2C bus "RHD I2C line 2" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) RADEONHD(0): Detected VGA mode.
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): FB: Allocated Cursor Image at offset 0x00000000 (size
= 0x00004000)
(II) RADEONHD(0): FB: Allocated Cursor Image at offset 0x00004000 (size
= 0x00004000)
(II) RADEONHD(0): Connector[0] {RHD_CONNECTOR_VGA, "VGA CRT1",
RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_PANEL, "PANEL LCD1",
RHD_DDC_2, RHD_HPD_NONE, { RHD_OUTPUT_LVTMA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[2] {RHD_CONNECTOR_DVI, "DVI-I DFP1",
RHD_DDC_1, RHD_HPD_0, { RHD_OUTPUT_TMDSA, RHD_OUTPUT_NONE } }
(--) RADEONHD(0): Attaching Output DAC A to Connector VGA 1
(II) RADEONHD(0): LVDS SEQ Dig onto DE: 40
(II) RADEONHD(0): LVDS SEQ DE to BL: 250
(II) RADEONHD(0): LVDS Off Delay: 170
(II) RADEONHD(0): LVDS Duallink: 0x1
(II) RADEONHD(0): LVDS 24Bit: 0x0
(II) RADEONHD(0): LVDS FPDI: 0x0
(II) RADEONHD(0): LVDS Temporal Dither : 0x1
(II) RADEONHD(0): LVDS Spatial Dither : 0x0
(II) RADEONHD(0): LVDS Grey Level: 0x2
(II) RADEONHD(0): AtomBIOS returned 2 Grey Levels
(--) RADEONHD(0): Detected a 18bit dual link panel.
(--) RADEONHD(0): Attaching Output LVDS to Connector PANEL
(--) RADEONHD(0): Attaching Output TMDS A to Connector DVI-D 1
(II) RADEONHD(0): RandR: Adding RRoutput VGA_1 for Output DAC A
(II) RADEONHD(0): RandR: Adding RRoutput PANEL for Output LVDS
(II) RADEONHD(0): RandR: Adding RRoutput DVI-D_1 for Output TMDS A
(II) RADEONHD(0): Output VGA_1 using monitor section LCD
(II) RADEONHD(0): Output VGA_1 has no monitor section
(II) RADEONHD(0): Output PANEL has no monitor section
(II) RADEONHD(0): Output DVI-D_1 has no monitor section
(II) RADEONHD(0): EDID for output VGA_1
(II) RADEONHD(0): I2C device "RHD I2C line 2:E-EDID segment register"
registered at address 0x60.
(II) RADEONHD(0): I2C device "RHD I2C line 2:ddc2" registered at
address 0xA0.
(II) RADEONHD(0): EDID data for LVDS Panel
(II) RADEONHD(0): Manufacturer: LEN  Model: 4022  Serial#: 0
(II) RADEONHD(0): Year: 2005  Week: 0
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Digital Display Input
(II) RADEONHD(0): Max Image Size [cm]: horiz.: 28  vert.: 21
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: StandBy Suspend Off
(II) RADEONHD(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.584 redY: 0.338   greenX: 0.292 greenY: 0.562
(II) RADEONHD(0): blueX: 0.146 blueY: 0.125   whiteX: 0.312 whiteY:
0.328
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): Manufacturer's mask: 0
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 108.0 MHz   Image Size:  285 x 214 mm
(II) RADEONHD(0): h_active: 1400  h_sync: 1448  h_sync_end 1560
h_blank_end 1688 h_border: 0
(II) RADEONHD(0): v_active: 1050  v_sync: 1051  v_sync_end 1054
v_blanking: 1066 v_border: 0
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 90.0 MHz   Image Size:  285 x 214 mm
(II) RADEONHD(0): h_active: 1400  h_sync: 1448  h_sync_end 1560
h_blank_end 1688 h_border: 0
(II) RADEONHD(0): v_active: 1050  v_sync: 1051  v_sync_end 1054
v_blanking: 1066 v_border: 0
(WW) RADEONHD(0): Unknown vendor-specific block f
(II) RADEONHD(0):  HT14P12-100
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff0030ae224000000000
(II) RADEONHD(0): 	000f0103801c1578eaaf4095564a8f25
(II) RADEONHD(0): 	20505421080081800101010101010101
(II) RADEONHD(0): 	010101010101302a7820511a10403070
(II) RADEONHD(0): 	13001dd61000001925237820511a1040
(II) RADEONHD(0): 	307013001dd6100000190000000f0090
(II) RADEONHD(0): 	43329043280f010009e50000000000fe
(II) RADEONHD(0): 	00485431345031322d3130300a20003f
(II) RADEONHD(0): Found native mode: Modeline "1400x1050"  108.00  1400
1448 1560 1688  1050 1051 1054 1066
(II) RADEONHD(0): EDID for output PANEL
(II) RADEONHD(0): Manufacturer: LEN  Model: 4022  Serial#: 0
(II) RADEONHD(0): Year: 2005  Week: 0
(II) RADEONHD(0): EDID Version: 1.3
(II) RADEONHD(0): Digital Display Input
(II) RADEONHD(0): Max Image Size [cm]: horiz.: 28  vert.: 21
(II) RADEONHD(0): Gamma: 2.20
(II) RADEONHD(0): DPMS capabilities: StandBy Suspend Off
(II) RADEONHD(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) RADEONHD(0): First detailed timing is preferred mode
(II) RADEONHD(0): redX: 0.584 redY: 0.338   greenX: 0.292 greenY: 0.562
(II) RADEONHD(0): blueX: 0.146 blueY: 0.125   whiteX: 0.312 whiteY:
0.328
(II) RADEONHD(0): Supported VESA Video Modes:
(II) RADEONHD(0): 640x480@60Hz
(II) RADEONHD(0): 800x600@60Hz
(II) RADEONHD(0): 1024x768@60Hz
(II) RADEONHD(0): Manufacturer's mask: 0
(II) RADEONHD(0): Supported Future Video Modes:
(II) RADEONHD(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 108.0 MHz   Image Size:  285 x 214 mm
(II) RADEONHD(0): h_active: 1400  h_sync: 1448  h_sync_end 1560
h_blank_end 1688 h_border: 0
(II) RADEONHD(0): v_active: 1050  v_sync: 1051  v_sync_end 1054
v_blanking: 1066 v_border: 0
(II) RADEONHD(0): Supported additional Video Mode:
(II) RADEONHD(0): clock: 90.0 MHz   Image Size:  285 x 214 mm
(II) RADEONHD(0): h_active: 1400  h_sync: 1448  h_sync_end 1560
h_blank_end 1688 h_border: 0
(II) RADEONHD(0): v_active: 1050  v_sync: 1051  v_sync_end 1054
v_blanking: 1066 v_border: 0
(WW) RADEONHD(0): Unknown vendor-specific block f
(II) RADEONHD(0):  HT14P12-100
(II) RADEONHD(0): EDID (in hex):
(II) RADEONHD(0): 	00ffffffffffff0030ae224000000000
(II) RADEONHD(0): 	000f0103801c1578eaaf4095564a8f25
(II) RADEONHD(0): 	20505421080081800101010101010101
(II) RADEONHD(0): 	010101010101302a7820511a10403070
(II) RADEONHD(0): 	13001dd61000001925237820511a1040
(II) RADEONHD(0): 	307013001dd6100000190000000f0090
(II) RADEONHD(0): 	43329043280f010009e50000000000fe
(II) RADEONHD(0): 	00485431345031322d3130300a20003f
(II) RADEONHD(0): Printing probed modes for output PANEL
(II) RADEONHD(0): Modeline "1400x1050"x60.0  108.00  1400 1448 1560
1688  1050 1051 1054 1066 (64.0 kHz)
(II) RADEONHD(0): Modeline "2560x2048Scaled"x60.5  346.50  2560 2608
2640 2720  2048 2051 2058 2107 +hsync -vsync (127.4 kHz)
(II) RADEONHD(0): Modeline "2560x1600Scaled"x60.5  270.75  2560 2608
2640 2720  1600 1603 1609 1646 +hsync -vsync (99.5 kHz)
(II) RADEONHD(0): Modeline "2048x1536Scaled"x60.5  211.00  2048 2096
2128 2208  1536 1539 1543 1580 +hsync -vsync (95.6 kHz)
(II) RADEONHD(0): Modeline "1920x1200Scaled"x60.4  155.25  1920 1968
2000 2080  1200 1203 1209 1235 +hsync -vsync (74.6 kHz)
(II) RADEONHD(0): Modeline "1920x1080Scaled"x60.5  139.75  1920 1968
2000 2080  1080 1083 1088 1111 +hsync -vsync (67.2 kHz)
(II) RADEONHD(0): Modeline "1600x1200Scaled"x60.4  131.25  1600 1648
1680 1760  1200 1203 1207 1235 +hsync -vsync (74.6 kHz)
(II) RADEONHD(0): Modeline "1680x1050Scaled"x60.3  120.00  1680 1728
1760 1840  1050 1053 1059 1081 +hsync -vsync (65.2 kHz)
(II) RADEONHD(0): Modeline "1400x1050Scaled"x60.3  101.75  1400 1448
1480 1560  1050 1053 1057 1081 +hsync -vsync (65.2 kHz)
(II) RADEONHD(0): Modeline "1440x960Scaled"x60.4   95.50  1440 1488
1520 1600  960 963 973 988 +hsync -vsync (59.7 kHz)
(II) RADEONHD(0): Modeline "1280x1024Scaled"x60.5   91.75  1280 1328
1360 1440  1024 1027 1034 1054 +hsync -vsync (63.7 kHz)
(II) RADEONHD(0): Modeline "1280x960Scaled"x60.4   86.00  1280 1328
1360 1440  960 963 967 988 +hsync -vsync (59.7 kHz)
(II) RADEONHD(0): Modeline "1280x854Scaled"x60.4   76.50  1280 1328
1360 1440  854 857 867 879 +hsync -vsync (53.1 kHz)
(II) RADEONHD(0): Modeline "1280x720Scaled"x60.4   64.50  1280 1328
1360 1440  720 723 728 741 +hsync -vsync (44.8 kHz)
(II) RADEONHD(0): Modeline "1152x768Scaled"x60.3   62.50  1152 1200
1232 1312  768 771 781 790 +hsync -vsync (47.6 kHz)
(II) RADEONHD(0): Modeline "1024x768Scaled"x60.4   56.50  1024 1072
1104 1184  768 771 775 790 +hsync -vsync (47.7 kHz)
(II) RADEONHD(0): Modeline "800x600Scaled"x60.3   35.75  800 848 880
960  600 603 607 618 +hsync -vsync (37.2 kHz)
(II) RADEONHD(0): Modeline "768x576Scaled"x60.4   33.25  768 816 848
928  576 579 583 593 +hsync -vsync (35.8 kHz)
(II) RADEONHD(0): Modeline "854x480Scaled"x59.8   30.25  854 902 934
1014  480 483 493 499 +hsync -vsync (29.8 kHz)
(II) RADEONHD(0): Modeline "720x480Scaled"x59.8   26.25  720 768 800
880  480 483 493 499 +hsync -vsync (29.8 kHz)
(II) RADEONHD(0): Modeline "640x480Scaled"x60.1   23.75  640 688 720
800  480 483 487 494 +hsync -vsync (29.7 kHz)
(II) RADEONHD(0): Modeline "320x240Scaled"x57.6    7.00  320 368 400
480  240 243 247 253 +hsync -vsync (14.6 kHz)
(II) RADEONHD(0): Modeline "320x200Scaled"x55.7    5.75  320 368 400
480  200 203 209 215 +hsync -vsync (12.0 kHz)
(II) RADEONHD(0): EDID for output DVI-D_1
(II) RADEONHD(0): Output VGA_1 disconnected
(II) RADEONHD(0): Output PANEL connected
(II) RADEONHD(0): Output DVI-D_1 disconnected
(II) RADEONHD(0): Using user preference for initial modes
(II) RADEONHD(0): Output PANEL using initial mode 1400x1050
(II) RADEONHD(0): RandR 1.2 support enabled
(==) RADEONHD(0): RGB weight 888
(==) RADEONHD(0): Default visual is TrueColor
(==) RADEONHD(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEONHD(0): Using 2560x2560 Framebuffer with 2560 pitch
(II) RADEONHD(0): FB: Allocated ScanoutBuffer at offset 0x00008000
(size = 0x01900000)
(**) RADEONHD(0): Display dimensions: (286, 214) mm
(**) RADEONHD(0): DPI set to (227, 303)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.2.1
	ABI class: X.Org Video Driver, version 5.0
(II) RADEONHD(0): FB: Allocated Offscreen Buffer at offset 0x01908000
(size = 0x00CCB000)
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) RADEONHD(0): Mapped IO @ 0xee100000 to 0xb79cf000 (size 0x00010000)
(II) RADEONHD(0): Mapped FB @ 0xd8000000 to 0xaf95e000 (size 0x08000000)
(II) RADEONHD(0): Using MMIO Command Submission for acceleration.
(II) RADEONHD(0): Using 1310 scanlines of offscreen memory
(II) RADEONHD(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Setting up tile and stipple cache:
		32 128x128 slots
		18 256x256 slots
		6 512x512 slots
(==) RADEONHD(0): Backing store disabled
(==) RADEONHD(0): Silken mouse enabled
(II) RADEONHD(0): RandR 1.2 enabled, ignore the following RandR
disabled message.
(II) RADEONHD(0): On Crtc 0 Setting 60.0 Hz Mode: Modeline "1400x1050" 
108.00  1400 1448 1560 1688  1050 1051 1054 1066
None
(**) Option "dpms"
(**) RADEONHD(0): DPMS enabled
(II) RADEONHD(0): Xv: No Textured Video possible without the Command
Processor.
(WW) RADEONHD(0): Option "ForceMonitors" is not used
(WW) RADEONHD(0): Option "EnableMonitor" is not used
(WW) RADEONHD(0): Option "VideoOverlay" is not used
(WW) RADEONHD(0): Option "OpenGLOverlay" is not used
(--) RandR disabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server


Reply to: