LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-15-2014, 11:00 PM   #1
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Rep: Reputation: 45
"Tue Jul 15 23:53:10 UTC 2014" X updates breaks X


Hello all,

I don't know whether I'm the first one to try the new X.org out but I think I'm the most unlucky one. X refused to start after the upgrade. Here is the stderr of `startx`:

Code:
hostname: Unknown host
xauth:  file /root/.serverauth.1191 does not exist


X.Org X Server 1.15.2
Release Date: 2014-06-27
X Protocol Version 11, Revision 0
Build Operating System: Slackware 14.2 Slackware Linux Project
Current Operating System: Linux darkstar 3.15.3-G500 #42 SMP Fri Jul 4 13:00:17 CST 2014 x86_64
Kernel command line: BOOT_IMAGE=linux ro root=801 vt.default_utf8=1 intel_iommu=on
Build Date: 15 July 2014  01:17:11PM
 
Current version of pixman: 0.32.6
	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: Wed Jul 16 11:43:38 2014
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension XINERAMA
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension Present
Initializing built-in extension DRI3
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension XFree86-VidModeExtension
Initializing built-in extension XFree86-DGA
Initializing built-in extension XFree86-DRI
Initializing built-in extension DRI2
Loading extension GLX
(EE) module ABI major version (14) doesn't match the server's version (15)
(II) [KMS] Kernel modesetting enabled.
(EE) 
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x581b58]
(EE) 1: /usr/bin/X (0x400000+0x185549) [0x585549]
(EE) 2: /lib64/libpthread.so.0 (0x7fcb7679a000+0xfc80) [0x7fcb767a9c80]
(EE) 3: /usr/lib64/libX11-xcb.so.1 (XGetXCBConnection+0x7) [0x7fcb77d496a7]
(EE) 4: /usr/lib64/libEGL.so.1 (0x7fcb740b7000+0x133a1) [0x7fcb740ca3a1]
(EE) 5: /usr/lib64/libEGL.so.1 (0x7fcb740b7000+0xbd0e) [0x7fcb740c2d0e]
(EE) 6: /usr/lib64/libEGL.so.1 (0x7fcb740b7000+0xc044) [0x7fcb740c3044]
(EE) 7: /usr/lib64/libEGL.so.1 (eglInitialize+0x8a) [0x7fcb740be1fa]
(EE) 8: /usr/lib64/xorg/modules/libglamoregl.so (glamor_egl_init+0xd8) [0x7fcb742d7868]
(EE) 9: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7fcb72fb3000+0x4c096) [0x7fcb72fff096]
(EE) 10: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7fcb72fb3000+0x45b8d) [0x7fcb72ff8b8d]
(EE) 11: /usr/bin/X (InitOutput+0xbb1) [0x477551]
(EE) 12: /usr/bin/X (0x400000+0x3a1eb) [0x43a1eb]
(EE) 13: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x7fcb74710ea5]
(EE) 14: /usr/bin/X (0x400000+0x25a7e) [0x425a7e]
(EE) 
(EE) Segmentation fault at address 0x0
(EE) 
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE) 
(EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: unexpected signal 2
It seems the GLX needs updates too. Any hints?
 
Old 07-15-2014, 11:08 PM   #2
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Try switching the driver to VESA maybe, or rebuild LibMesa to match the current build? Looks like when it hit LibMesa it hiccuped and coughed up a hairball.

Last edited by ReaperX7; 07-15-2014 at 11:09 PM.
 
Old 07-15-2014, 11:49 PM   #3
MadMaverick9
Member
 
Registered: Aug 2010
Posts: 353
Blog Entries: 4

Rep: Reputation: Disabled
Your Radeon requires a proprietary video driver, right?

Well - read the changelog:
Quote:
If you're using a proprietary video driver you'll probably need to recompile it for the new X server... if you can.
And Pat of course included an updated mesa. Read the changelog:
Quote:
x/mesa-10.1.5-i486-1.txz: Upgraded.
 
Old 07-16-2014, 12:40 AM   #4
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by MadMaverick9 View Post
Your Radeon requires a proprietary video driver, right?

Well - read the changelog:


And Pat of course included an updated mesa. Read the changelog:
Noop, I didn't install any proprietary Radeon driver. All the driver is in trunk Slack.

Yes, I noticed the update on mesa and I even rebuild the mesa on my box. But X still won't start with the same message. I think the problem is somewhere else.
 
Old 07-16-2014, 12:57 AM   #5
MadMaverick9
Member
 
Registered: Aug 2010
Posts: 353
Blog Entries: 4

Rep: Reputation: Disabled
Then I guess ReaperX7 was right.

Start X in vesa mode first. Then download the latest driver from http://support.amd.com/en-us/kb-arti...ta-driver.aspx and try again.
 
Old 07-16-2014, 01:02 AM   #6
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
Temporary fix that used to work: put this in /etc/X11/xorg.conf (I didn't try it here and now, not running -current at the moment):
Code:
Section "Server Flags"
  Option "IgnoreABI" "True"
EndSection

Last edited by Didier Spaier; 07-16-2014 at 01:08 AM. Reason: I forgot "True", sorry.
 
1 members found this post helpful.
Old 07-16-2014, 01:16 AM   #7
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Original Poster
Rep: Reputation: 45
Thanks very much!

I think the ABI thing is miss leading and I tried `startx -- -ignoreABI` with no luck.

Here is the full Xorg.0.log:

Code:
[   239.268] 
X.Org X Server 1.15.2
Release Date: 2014-06-27
[   239.271] X Protocol Version 11, Revision 0
[   239.272] Build Operating System: Slackware 14.2 Slackware Linux Project
[   239.273] Current Operating System: Linux darkstar 3.15.3-G500 #42 SMP Fri Jul 4 13:00:17 CST 2014 x86_64
[   239.273] Kernel command line: BOOT_IMAGE=linux ro root=801 vt.default_utf8=1 intel_iommu=on
[   239.275] Build Date: 15 July 2014  01:17:11PM
[   239.276]  
[   239.277] Current version of pixman: 0.32.6
[   239.279] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   239.279] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   239.282] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 16 13:51:33 2014
[   239.283] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   239.284] (==) No Layout section.  Using the first Screen section.
[   239.284] (==) No screen section available. Using defaults.
[   239.284] (**) |-->Screen "Default Screen Section" (0)
[   239.284] (**) |   |-->Monitor "<default monitor>"
[   239.284] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   239.284] (==) Automatically adding devices
[   239.284] (==) Automatically enabling devices
[   239.284] (==) Automatically adding GPU devices
[   239.284] (WW) The directory "/usr/share/fonts/local" does not exist.
[   239.284] 	Entry deleted from font path.
[   239.284] (WW) The directory "/usr/share/fonts/CID" does not exist.
[   239.284] 	Entry deleted from font path.
[   239.284] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[   239.284] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   239.284] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   239.284] (II) Loader magic: 0x8016a0
[   239.284] (II) Module ABI versions:
[   239.284] 	X.Org ANSI C Emulation: 0.4
[   239.284] 	X.Org Video Driver: 15.0
[   239.284] 	X.Org XInput driver : 20.0
[   239.284] 	X.Org Server Extension : 8.0
[   239.284] (II) xfree86: Adding drm device (/dev/dri/card1)
[   240.047] (II) xfree86: Adding drm device (/dev/dri/card0)
[   240.048] (--) PCI:*(0:0:2:0) 8086:0166:17aa:3800 rev 9, Mem @ 0xd8000000/4194304, 0xc0000000/268435456, I/O @ 0x00004000/64
[   240.048] (--) PCI: (0:1:0:0) 1002:6600:17aa:3800 rev 0, Mem @ 0xd0000000/134217728, 0xd8600000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   240.048] (II) Open ACPI successful (/var/run/acpid.socket)
[   240.049] Initializing built-in extension Generic Event Extension
[   240.050] Initializing built-in extension SHAPE
[   240.050] Initializing built-in extension MIT-SHM
[   240.051] Initializing built-in extension XInputExtension
[   240.052] Initializing built-in extension XTEST
[   240.052] Initializing built-in extension BIG-REQUESTS
[   240.053] Initializing built-in extension SYNC
[   240.053] Initializing built-in extension XKEYBOARD
[   240.054] Initializing built-in extension XC-MISC
[   240.055] Initializing built-in extension XINERAMA
[   240.055] Initializing built-in extension XFIXES
[   240.056] Initializing built-in extension RENDER
[   240.056] Initializing built-in extension RANDR
[   240.057] Initializing built-in extension COMPOSITE
[   240.057] Initializing built-in extension DAMAGE
[   240.058] Initializing built-in extension MIT-SCREEN-SAVER
[   240.058] Initializing built-in extension DOUBLE-BUFFER
[   240.059] Initializing built-in extension RECORD
[   240.059] Initializing built-in extension DPMS
[   240.060] Initializing built-in extension Present
[   240.060] Initializing built-in extension DRI3
[   240.061] Initializing built-in extension X-Resource
[   240.061] Initializing built-in extension XVideo
[   240.062] Initializing built-in extension XVideo-MotionCompensation
[   240.062] Initializing built-in extension XFree86-VidModeExtension
[   240.063] Initializing built-in extension XFree86-DGA
[   240.063] Initializing built-in extension XFree86-DRI
[   240.063] Initializing built-in extension DRI2
[   240.063] (II) "glx" will be loaded by default.
[   240.063] (II) LoadModule: "dri2"
[   240.063] (II) Module "dri2" already built-in
[   240.063] (II) LoadModule: "glamoregl"
[   240.064] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   240.064] (II) Module glamoregl: vendor="X.Org Foundation"
[   240.064] 	compiled for 1.15.2, module version = 0.6.0
[   240.064] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   240.064] (II) LoadModule: "glx"
[   240.064] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   240.064] (II) Module glx: vendor="X.Org Foundation"
[   240.065] 	compiled for 1.15.2, module version = 1.0.0
[   240.065] 	ABI class: X.Org Server Extension, version 8.0
[   240.065] (==) AIGLX enabled
[   240.065] Loading extension GLX
[   240.065] (==) Matched intel as autoconfigured driver 0
[   240.065] (==) Matched ati as autoconfigured driver 1
[   240.065] (==) Matched intel as autoconfigured driver 2
[   240.065] (==) Matched modesetting as autoconfigured driver 3
[   240.065] (==) Matched fbdev as autoconfigured driver 4
[   240.065] (==) Matched vesa as autoconfigured driver 5
[   240.065] (==) Assigned the driver to the xf86ConfigLayout
[   240.065] (II) LoadModule: "intel"
[   240.065] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[   240.065] (II) Module intel: vendor="X.Org Foundation"
[   240.065] 	compiled for 1.14.2, module version = 2.21.15
[   240.065] 	Module class: X.Org Video Driver
[   240.065] 	ABI class: X.Org Video Driver, version 14.1
[   240.066] (EE) module ABI major version (14) doesn't match the server's version (15)
[   240.066] (II) UnloadModule: "intel"
[   240.066] (II) Unloading intel
[   240.066] (EE) Failed to load module "intel" (module requirement mismatch, 0)
[   240.066] (II) LoadModule: "ati"
[   240.066] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[   240.066] (II) Module ati: vendor="X.Org Foundation"
[   240.066] 	compiled for 1.15.2, module version = 7.4.0
[   240.066] 	Module class: X.Org Video Driver
[   240.066] 	ABI class: X.Org Video Driver, version 15.0
[   240.066] (II) LoadModule: "radeon"
[   240.066] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[   240.066] (II) Module radeon: vendor="X.Org Foundation"
[   240.066] 	compiled for 1.15.2, module version = 7.4.0
[   240.066] 	Module class: X.Org Video Driver
[   240.066] 	ABI class: X.Org Video Driver, version 15.0
[   240.066] (II) LoadModule: "modesetting"
[   240.066] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   240.066] (II) Module modesetting: vendor="X.Org Foundation"
[   240.066] 	compiled for 1.15.2, module version = 0.9.0
[   240.066] 	Module class: X.Org Video Driver
[   240.066] 	ABI class: X.Org Video Driver, version 15.0
[   240.066] (II) LoadModule: "fbdev"
[   240.067] (WW) Warning, couldn't open module fbdev
[   240.067] (II) UnloadModule: "fbdev"
[   240.067] (II) Unloading fbdev
[   240.067] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   240.067] (II) LoadModule: "vesa"
[   240.067] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[   240.067] (II) Module vesa: vendor="X.Org Foundation"
[   240.067] 	compiled for 1.15.2, module version = 2.3.3
[   240.067] 	Module class: X.Org Video Driver
[   240.067] 	ABI class: X.Org Video Driver, version 15.0
[   240.067] (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),
......
	HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[   240.070] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   240.070] (II) VESA: driver for VESA chipsets: vesa
[   240.070] (--) using VT number 7

[   240.072] (II) [KMS] Kernel modesetting enabled.
[   240.072] (II) modesetting(0): using drv /dev/dri/card0
[   240.072] (WW) Falling back to old probe method for vesa
[   240.073] (II) modesetting(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   240.073] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
[   240.073] (==) modesetting(0): RGB weight 888
[   240.073] (==) modesetting(0): Default visual is TrueColor
[   240.073] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
[   240.073] (II) modesetting(0): Output LVDS-0 has no monitor section
[   240.074] (II) modesetting(0): Output VGA-0 has no monitor section
[   240.124] (II) modesetting(0): Output HDMI-0 has no monitor section
[   240.149] (II) modesetting(0): Output DisplayPort-0 has no monitor section
[   240.149] (II) modesetting(0): EDID for output LVDS-0
[   240.149] (II) modesetting(0): Manufacturer: SDC  Model: 4752  Serial#: 0
[   240.149] (II) modesetting(0): Year: 2012  Week: 0
[   240.149] (II) modesetting(0): EDID Version: 1.3
[   240.149] (II) modesetting(0): Digital Display Input
[   240.149] (II) modesetting(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   240.149] (II) modesetting(0): Gamma: 2.20
[   240.149] (II) modesetting(0): No DPMS capabilities specified
[   240.149] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   240.149] (II) modesetting(0): First detailed timing is preferred mode
[   240.149] (II) modesetting(0): redX: 0.570 redY: 0.340   greenX: 0.330 greenY: 0.560
[   240.149] (II) modesetting(0): blueX: 0.160 blueY: 0.135   whiteX: 0.313 whiteY: 0.329
[   240.149] (II) modesetting(0): Manufacturer's mask: 0
[   240.149] (II) modesetting(0): Supported detailed timing:
[   240.149] (II) modesetting(0): clock: 72.3 MHz   Image Size:  344 x 194 mm
[   240.149] (II) modesetting(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1526 h_border: 0
[   240.149] (II) modesetting(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
[   240.149] (II) modesetting(0): Unknown vendor-specific block f
[   240.149] (II) modesetting(0):  SAMSUNG
[   240.149] (II) modesetting(0):  LTN156AT32L01
[   240.149] (II) modesetting(0): EDID (in hex):
[   240.149] (II) modesetting(0): 	00ffffffffffff004c83524700000000
[   240.149] (II) modesetting(0): 	00160103802213780a09259257548f29
[   240.149] (II) modesetting(0): 	22505400000001010101010101010101
[   240.149] (II) modesetting(0): 	010101010101411c56a0500016303020
[   240.149] (II) modesetting(0): 	250058c2100000190000000f00000000
[   240.149] (II) modesetting(0): 	00000000001eb4027400000000fe0053
[   240.149] (II) modesetting(0): 	414d53554e470a204c834154000000fe
[   240.149] (II) modesetting(0): 	004c544e313536415433324c30310083
[   240.149] (II) modesetting(0): Printing probed modes for output LVDS-0
[   240.149] (II) modesetting(0): Modeline "1366x768"x60.0   72.33  1366 1414 1446 1526  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[   240.149] (II) modesetting(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   240.149] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   240.149] (II) modesetting(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   240.149] (II) modesetting(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   240.149] (II) modesetting(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   240.149] (II) modesetting(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   240.149] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   240.149] (II) modesetting(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   240.149] (II) modesetting(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   240.149] (II) modesetting(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   240.149] (II) modesetting(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   240.149] (II) modesetting(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   240.149] (II) modesetting(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   240.149] (II) modesetting(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   240.149] (II) modesetting(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   240.149] (II) modesetting(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   240.150] (II) modesetting(0): EDID for output VGA-0
[   240.200] (II) modesetting(0): EDID for output HDMI-0
[   240.200] (II) modesetting(0): Manufacturer: PHL  Model: c066  Serial#: 686
[   240.200] (II) modesetting(0): Year: 2011  Week: 15
[   240.200] (II) modesetting(0): EDID Version: 1.3
[   240.200] (II) modesetting(0): Digital Display Input
[   240.200] (II) modesetting(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[   240.200] (II) modesetting(0): Gamma: 2.20
[   240.200] (II) modesetting(0): DPMS capabilities: Off
[   240.200] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   240.200] (II) modesetting(0): Default color space is primary color space
[   240.200] (II) modesetting(0): First detailed timing is preferred mode
[   240.200] (II) modesetting(0): redX: 0.644 redY: 0.336   greenX: 0.295 greenY: 0.611
[   240.200] (II) modesetting(0): blueX: 0.146 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[   240.200] (II) modesetting(0): Supported established timings:
[   240.200] (II) modesetting(0): 720x400@70Hz
[   240.200] (II) modesetting(0): 640x480@60Hz
[   240.200] (II) modesetting(0): 640x480@67Hz
[   240.200] (II) modesetting(0): 640x480@72Hz
[   240.200] (II) modesetting(0): 640x480@75Hz
[   240.200] (II) modesetting(0): 800x600@60Hz
[   240.200] (II) modesetting(0): 800x600@75Hz
[   240.200] (II) modesetting(0): 1024x768@60Hz
[   240.200] (II) modesetting(0): 1024x768@75Hz
[   240.200] (II) modesetting(0): 1280x1024@75Hz
[   240.200] (II) modesetting(0): Manufacturer's mask: 0
[   240.200] (II) modesetting(0): Supported standard timings:
[   240.200] (II) modesetting(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   240.200] (II) modesetting(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   240.200] (II) modesetting(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   240.200] (II) modesetting(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   240.200] (II) modesetting(0): #4: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[   240.200] (II) modesetting(0): Supported detailed timing:
[   240.200] (II) modesetting(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   240.200] (II) modesetting(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   240.200] (II) modesetting(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   240.200] (II) modesetting(0): Serial No: UHB1115000686
[   240.200] (II) modesetting(0): Monitor name: Philips 234CL
[   240.200] (II) modesetting(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   240.200] (II) modesetting(0): Supported detailed timing:
[   240.200] (II) modesetting(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   240.200] (II) modesetting(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   240.200] (II) modesetting(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   240.200] (II) modesetting(0): Supported detailed timing:
[   240.200] (II) modesetting(0): clock: 27.0 MHz   Image Size:  509 x 286 mm
[   240.200] (II) modesetting(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   240.200] (II) modesetting(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   240.200] (II) modesetting(0): Supported detailed timing:
[   240.200] (II) modesetting(0): clock: 74.2 MHz   Image Size:  509 x 286 mm
[   240.200] (II) modesetting(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   240.200] (II) modesetting(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   240.200] (II) modesetting(0): Supported detailed timing:
[   240.200] (II) modesetting(0): clock: 27.0 MHz   Image Size:  509 x 286 mm
[   240.200] (II) modesetting(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[   240.200] (II) modesetting(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[   240.200] (II) modesetting(0): Number of EDID sections to follow: 1
[   240.200] (II) modesetting(0): EDID (in hex):
[   240.200] (II) modesetting(0): 	00ffffffffffff00410c66c0ae020000
[   240.200] (II) modesetting(0): 	0f15010380331d782eca45a4564b9c25
[   240.200] (II) modesetting(0): 	125054bd4b00d1c0b30095008180950f
[   240.200] (II) modesetting(0): 	010101010101023a801871382d40582c
[   240.200] (II) modesetting(0): 	4500fd1e1100001e000000ff00554842
[   240.200] (II) modesetting(0): 	31313135303030363836000000fc0050
[   240.201] (II) modesetting(0): 	68696c69707320323334434c000000fd
[   240.201] (II) modesetting(0): 	00384c1e5311000a202020202020012c
[   240.201] (II) modesetting(0): 	020325f15201020304101f1311122221
[   240.201] (II) modesetting(0): 	20050607141516230907078301000065
[   240.201] (II) modesetting(0): 	030c001000023a801871382d40582c45
[   240.201] (II) modesetting(0): 	00fd1e1100001e8c0ad08a20e02d1010
[   240.201] (II) modesetting(0): 	3e9600fd1e11000018011d007251d01e
[   240.201] (II) modesetting(0): 	206e285500fd1e1100001e8c0ad09020
[   240.201] (II) modesetting(0): 	4031200c405500fd1e11000018000000
[   240.201] (II) modesetting(0): 	0000000000000000000000000000002c
[   240.201] (II) modesetting(0): Printing probed modes for output HDMI-0
[   240.201] (II) modesetting(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   240.201] (II) modesetting(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[   240.201] (II) modesetting(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[   240.201] (II) modesetting(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   240.201] (II) modesetting(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   240.201] (II) modesetting(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   240.201] (II) modesetting(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[   240.201] (II) modesetting(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   240.201] (II) modesetting(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   240.201] (II) modesetting(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   240.201] (II) modesetting(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   240.201] (II) modesetting(0): Modeline "1440x576i"x50.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[   240.201] (II) modesetting(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[   240.201] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   240.201] (II) modesetting(0): Modeline "1440x480i"x60.0   27.03  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[   240.201] (II) modesetting(0): Modeline "1440x480i"x59.9   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[   240.201] (II) modesetting(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   240.201] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   240.201] (II) modesetting(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   240.201] (II) modesetting(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   240.201] (II) modesetting(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   240.201] (II) modesetting(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   240.201] (II) modesetting(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[   240.201] (II) modesetting(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   240.201] (II) modesetting(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   240.201] (II) modesetting(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   240.201] (II) modesetting(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   240.225] (II) modesetting(0): EDID for output DisplayPort-0
[   240.225] (II) modesetting(0): Output LVDS-0 connected
[   240.225] (II) modesetting(0): Output VGA-0 disconnected
[   240.225] (II) modesetting(0): Output HDMI-0 connected
[   240.225] (II) modesetting(0): Output DisplayPort-0 disconnected
[   240.225] (II) modesetting(0): Using fuzzy aspect match for initial modes
[   240.225] (II) modesetting(0): Output LVDS-0 using initial mode 1024x768
[   240.225] (II) modesetting(0): Output HDMI-0 using initial mode 1024x768
[   240.225] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   240.225] (==) modesetting(0): DPI set to (96, 96)
[   240.225] (II) Loading sub module "fb"
[   240.225] (II) LoadModule: "fb"
[   240.225] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   240.226] (II) Module fb: vendor="X.Org Foundation"
[   240.226] 	compiled for 1.15.2, module version = 1.0.0
[   240.226] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   240.226] (II) Loading sub module "shadow"
[   240.226] (II) LoadModule: "shadow"
[   240.226] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[   240.226] (II) Module shadow: vendor="X.Org Foundation"
[   240.226] 	compiled for 1.15.2, module version = 1.1.0
[   240.226] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   240.226] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
[   240.226] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   240.226] (==) RADEON(G0): Default visual is TrueColor
[   240.226] (==) RADEON(G0): RGB weight 888
[   240.226] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
[   240.226] (--) RADEON(G0): Chipset: "OLAND" (ChipID = 0x6600)
[   240.226] (II) Loading sub module "dri2"
[   240.226] (II) LoadModule: "dri2"
[   240.226] (II) Module "dri2" already built-in
[   240.226] (II) Loading sub module "glamoregl"
[   240.226] (II) LoadModule: "glamoregl"
[   240.227] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   240.227] (II) Module glamoregl: vendor="X.Org Foundation"
[   240.227] 	compiled for 1.15.2, module version = 0.6.0
[   240.227] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   240.227] (II) glamor: OpenGL accelerated X.org driver based.
[   240.302] (EE) 
[   240.302] (EE) Backtrace:
[   240.303] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x581b58]
[   240.303] (EE) 1: /usr/bin/X (0x400000+0x185549) [0x585549]
[   240.303] (EE) 2: /lib64/libpthread.so.0 (0x7f010fa1e000+0xfc80) [0x7f010fa2dc80]
[   240.303] (EE) 3: /usr/lib64/libX11-xcb.so.1 (XGetXCBConnection+0x7) [0x7f0110fcd6a7]
[   240.303] (EE) 4: /usr/lib64/libEGL.so.1 (0x7f010d33b000+0x133a1) [0x7f010d34e3a1]
[   240.303] (EE) 5: /usr/lib64/libEGL.so.1 (0x7f010d33b000+0xbd0e) [0x7f010d346d0e]
[   240.303] (EE) 6: /usr/lib64/libEGL.so.1 (0x7f010d33b000+0xc044) [0x7f010d347044]
[   240.303] (EE) 7: /usr/lib64/libEGL.so.1 (eglInitialize+0x8a) [0x7f010d3421fa]
[   240.303] (EE) 8: /usr/lib64/xorg/modules/libglamoregl.so (glamor_egl_init+0xd8) [0x7f010d55b868]
[   240.303] (EE) 9: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7f010c237000+0x4c096) [0x7f010c283096]
[   240.303] (EE) 10: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7f010c237000+0x45b8d) [0x7f010c27cb8d]
[   240.303] (EE) 11: /usr/bin/X (InitOutput+0xbb1) [0x477551]
[   240.303] (EE) 12: /usr/bin/X (0x400000+0x3a1eb) [0x43a1eb]
[   240.303] (EE) 13: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x7f010d994ea5]
[   240.303] (EE) 14: /usr/bin/X (0x400000+0x25a7e) [0x425a7e]
[   240.303] (EE) 
[   240.303] (EE) Segmentation fault at address 0x0
[   240.303] (EE) 
Fatal server error:
[   240.303] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   240.303] (EE) 
[   240.303] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   240.303] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   240.303] (EE) 
[   240.310] (EE) Server terminated with error (1). Closing log file.
I found it failed to load the intel driver some how. And my box is Core i7 thus i915 driver should be used.(and it works like a charm in the past.) So maybe I need to recompile the intel driver to have a try...
 
Old 07-16-2014, 01:19 AM   #8
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,493

Rep: Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437
Quote:
Originally Posted by grissiom View Post
I found it failed to load the intel driver some how. And my box is Core i7 thus i915 driver should be used.(and it works like a charm in the past.) So maybe I need to recompile the intel driver to have a try...
The Intel driver was accidentally not rebuilt for the new ABI (it didn't compile against the new X server... sorry, I should have caught that before it went out that way). So, I tried the development version and that does compile properly. The new package is in the -current tree now. Hopefully it'll all work right with that driver installed.
 
2 members found this post helpful.
Old 07-16-2014, 03:53 AM   #9
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by volkerdi View Post
The Intel driver was accidentally not rebuilt for the new ABI (it didn't compile against the new X server... sorry, I should have caught that before it went out that way). So, I tried the development version and that does compile properly. The new package is in the -current tree now. Hopefully it'll all work right with that driver installed.
Thank you very much!

I managed to recompile all the x11 package and reinstalled all the X related stuff. The intel driver loads but the X still crashed with radean in the backtrace. So I removed the ati driver and now the X could start again....

But kwin failed to start because the version of libxcb-sync.so is changed from .0 to .1. Even the lasted KDE 4.13.3 is linked with the old X.

So I think I should recompile KDE now...
 
Old 07-16-2014, 04:28 AM   #10
MadMaverick9
Member
 
Registered: Aug 2010
Posts: 353
Blog Entries: 4

Rep: Reputation: Disabled
Please check this thread no-kwin-with-new-slackware-current-x11.
 
Old 07-16-2014, 02:15 PM   #11
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,493

Rep: Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437Reputation: 8437
Quote:
Originally Posted by grissiom View Post
But kwin failed to start because the version of libxcb-sync.so is changed from .0 to .1. Even the lasted KDE 4.13.3 is linked with the old X.

So I think I should recompile KDE now...
On a machine running -current, there should be nothing linked to libxcb-sync.so.0, and very little actually linked to libxcb-sync.so.1. The only packages that have a direct dependency on libxcb-sync.so are libxcb, mesa, xorg-server, and xf86-video-intel. Anything else where you see a link to libxcb-sync.so.* with ldd is actually something else that's linked to it, not a direct link. The most obvious thing that it might be is libGL.so.1.2.0, which is part of Mesa (or may be replaced by proprietary drivers). libGL links to libxcb.so, and kwin links to libGL.

I think there's something still out of date on your machine; look for an old libGL. Also, in addition to checking binaries with "ldd", use "readelf -d" (especially if you think something needs to be recompiled). ldd shows all the libraries loaded by a binary, even if they are loaded by some other library. readelf -d only shows the libraries that are directly linked by the binary. If a broken dependency is an indirect one, recompiling the binary isn't going to help.

Last edited by volkerdi; 07-16-2014 at 02:16 PM.
 
3 members found this post helpful.
Old 07-16-2014, 05:03 PM   #12
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
I've got the same problem here. X doesn't start and outputs the following:

[From Xorg.0.log]

[...]
Quote:
[ 240.303] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 240.303] (EE)
[ 240.310] (EE) Server terminated with error (1). Closing log file.
Slack 64 -current, ATI Radeon 7850, AMD FX 6300 BE (using open source ATI drivers) and all the latest upgrades from -current branch until 07/16/2014 (kernel 3.14.12, mesa 10.1.5, xorg-server 1.15.2). Nothing else, no proprietary ATI drivers.

Thank you for any hint.
 
Old 07-16-2014, 05:12 PM   #13
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
@gauchao: Please post or attach the full X log. The part you posted doesn't give any clue.

Last edited by Didier Spaier; 07-16-2014 at 05:15 PM.
 
Old 07-16-2014, 05:42 PM   #14
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
Sorry, Didier. Here it goes:

Code:
[  3482.824] 
X.Org X Server 1.15.2
Release Date: 2014-06-27
[  3482.828] X Protocol Version 11, Revision 0
[  3482.829] Build Operating System: Slackware 14.2 Slackware Linux Project
[  3482.830] Current Operating System: Linux Valhalla 3.14.12 #2 SMP Thu Jul 10 00:54:28 CDT 2014 x86_64
[  3482.830] Kernel command line: BOOT_IMAGE=Linux ro root=802 vt.default_utf8=0
[  3482.833] Build Date: 15 July 2014  01:17:11PM
[  3482.834]  
[  3482.835] Current version of pixman: 0.32.6
[  3482.838] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3482.838] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3482.843] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 16 19:36:42 2014
[  3482.844] (==) Using config file: "/etc/X11/xorg.conf"
[  3482.845] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3482.846] (==) No Layout section.  Using the first Screen section.
[  3482.846] (==) No screen section available. Using defaults.
[  3482.846] (**) |-->Screen "Default Screen Section" (0)
[  3482.846] (**) |   |-->Monitor "<default monitor>"
[  3482.846] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  3482.846] (==) Automatically adding devices
[  3482.846] (==) Automatically enabling devices
[  3482.846] (==) Automatically adding GPU devices
[  3482.846] (WW) The directory "/usr/share/fonts/local" does not exist.
[  3482.846] 	Entry deleted from font path.
[  3482.846] (WW) The directory "/usr/share/fonts/CID" does not exist.
[  3482.846] 	Entry deleted from font path.
[  3482.846] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[  3482.846] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  3482.846] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3482.846] (II) Loader magic: 0x8016a0
[  3482.846] (II) Module ABI versions:
[  3482.846] 	X.Org ANSI C Emulation: 0.4
[  3482.846] 	X.Org Video Driver: 15.0
[  3482.846] 	X.Org XInput driver : 20.0
[  3482.846] 	X.Org Server Extension : 8.0
[  3482.846] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3482.847] (--) PCI:*(0:1:0:0) 1002:6819:174b:e221 rev 0, Mem @ 0xd0000000/268435456, 0xfeb80000/262144, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[  3482.847] (II) Open ACPI successful (/var/run/acpid.socket)
[  3482.849] Initializing built-in extension Generic Event Extension
[  3482.850] Initializing built-in extension SHAPE
[  3482.851] Initializing built-in extension MIT-SHM
[  3482.852] Initializing built-in extension XInputExtension
[  3482.853] Initializing built-in extension XTEST
[  3482.854] Initializing built-in extension BIG-REQUESTS
[  3482.856] Initializing built-in extension SYNC
[  3482.857] Initializing built-in extension XKEYBOARD
[  3482.858] Initializing built-in extension XC-MISC
[  3482.859] Initializing built-in extension XINERAMA
[  3482.860] Initializing built-in extension XFIXES
[  3482.861] Initializing built-in extension RENDER
[  3482.863] Initializing built-in extension RANDR
[  3482.864] Initializing built-in extension COMPOSITE
[  3482.865] Initializing built-in extension DAMAGE
[  3482.866] Initializing built-in extension MIT-SCREEN-SAVER
[  3482.867] Initializing built-in extension DOUBLE-BUFFER
[  3482.868] Initializing built-in extension RECORD
[  3482.869] Initializing built-in extension DPMS
[  3482.870] Initializing built-in extension Present
[  3482.871] Initializing built-in extension DRI3
[  3482.872] Initializing built-in extension X-Resource
[  3482.873] Initializing built-in extension XVideo
[  3482.874] Initializing built-in extension XVideo-MotionCompensation
[  3482.875] Initializing built-in extension XFree86-VidModeExtension
[  3482.876] Initializing built-in extension XFree86-DGA
[  3482.877] Initializing built-in extension XFree86-DRI
[  3482.878] Initializing built-in extension DRI2
[  3482.878] (II) "glx" will be loaded by default.
[  3482.878] (II) LoadModule: "dri2"
[  3482.878] (II) Module "dri2" already built-in
[  3482.878] (II) LoadModule: "glamoregl"
[  3482.879] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[  3482.879] (II) Module glamoregl: vendor="X.Org Foundation"
[  3482.879] 	compiled for 1.15.2, module version = 0.6.0
[  3482.879] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3482.879] (II) LoadModule: "glx"
[  3482.880] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  3482.880] (II) Module glx: vendor="X.Org Foundation"
[  3482.880] 	compiled for 1.15.2, module version = 1.0.0
[  3482.880] 	ABI class: X.Org Server Extension, version 8.0
[  3482.880] (==) AIGLX enabled
[  3482.881] Loading extension GLX
[  3482.881] (==) Matched ati as autoconfigured driver 0
[  3482.881] (==) Matched ati as autoconfigured driver 1
[  3482.881] (==) Matched modesetting as autoconfigured driver 2
[  3482.881] (==) Matched fbdev as autoconfigured driver 3
[  3482.881] (==) Matched vesa as autoconfigured driver 4
[  3482.881] (==) Assigned the driver to the xf86ConfigLayout
[  3482.881] (II) LoadModule: "ati"
[  3482.881] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[  3482.881] (II) Module ati: vendor="X.Org Foundation"
[  3482.881] 	compiled for 1.15.2, module version = 7.4.0
[  3482.881] 	Module class: X.Org Video Driver
[  3482.881] 	ABI class: X.Org Video Driver, version 15.0
[  3482.881] (II) LoadModule: "radeon"
[  3482.881] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[  3482.882] (II) Module radeon: vendor="X.Org Foundation"
[  3482.882] 	compiled for 1.15.2, module version = 7.4.0
[  3482.882] 	Module class: X.Org Video Driver
[  3482.882] 	ABI class: X.Org Video Driver, version 15.0
[  3482.882] (II) LoadModule: "modesetting"
[  3482.882] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  3482.882] (II) Module modesetting: vendor="X.Org Foundation"
[  3482.882] 	compiled for 1.15.2, module version = 0.9.0
[  3482.882] 	Module class: X.Org Video Driver
[  3482.882] 	ABI class: X.Org Video Driver, version 15.0
[  3482.882] (II) LoadModule: "fbdev"
[  3482.882] (WW) Warning, couldn't open module fbdev
[  3482.882] (II) UnloadModule: "fbdev"
[  3482.882] (II) Unloading fbdev
[  3482.882] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  3482.882] (II) LoadModule: "vesa"
[  3482.883] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[  3482.883] (II) Module vesa: vendor="X.Org Foundation"
[  3482.883] 	compiled for 1.15.2, module version = 2.3.3
[  3482.883] 	Module class: X.Org Video Driver
[  3482.883] 	ABI class: X.Org Video Driver, version 15.0
[  3482.883] (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),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
	OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
	HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
	BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
	KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
	MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
	MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
	KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
	HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[  3482.887] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3482.887] (II) VESA: driver for VESA chipsets: vesa
[  3482.887] (--) using VT number 7

[  3482.890] (II) [KMS] Kernel modesetting enabled.
[  3482.891] (WW) Falling back to old probe method for modesetting
[  3482.891] (WW) Falling back to old probe method for vesa
[  3482.891] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  3482.891] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  3482.891] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  3482.891] (==) RADEON(0): Default visual is TrueColor
[  3482.891] (==) RADEON(0): RGB weight 888
[  3482.891] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  3482.891] (--) RADEON(0): Chipset: "PITCAIRN" (ChipID = 0x6819)
[  3482.891] (II) Loading sub module "dri2"
[  3482.891] (II) LoadModule: "dri2"
[  3482.891] (II) Module "dri2" already built-in
[  3482.891] (II) Loading sub module "glamoregl"
[  3482.891] (II) LoadModule: "glamoregl"
[  3482.891] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[  3482.891] (II) Module glamoregl: vendor="X.Org Foundation"
[  3482.891] 	compiled for 1.15.2, module version = 0.6.0
[  3482.891] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3482.891] (II) glamor: OpenGL accelerated X.org driver based.
[  3482.956] (EE) 
[  3482.956] (EE) Backtrace:
[  3482.956] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x581b58]
[  3482.956] (EE) 1: /usr/bin/X (0x400000+0x185549) [0x585549]
[  3482.957] (EE) 2: /lib64/libpthread.so.0 (0x7f6ac7c28000+0xfc80) [0x7f6ac7c37c80]
[  3482.957] (EE) 3: /usr/lib64/libxcb.so.1 (xcb_connection_has_error+0x0) [0x7f6ac7e51bc0]
[  3482.957] (EE) 4: /usr/lib64/libEGL.so.1 (0x7f6ac5508000+0x133b1) [0x7f6ac551b3b1]
[  3482.957] (EE) 5: /usr/lib64/libEGL.so.1 (0x7f6ac5508000+0xbd0e) [0x7f6ac5513d0e]
[  3482.957] (EE) 6: /usr/lib64/libEGL.so.1 (0x7f6ac5508000+0xc044) [0x7f6ac5514044]
[  3482.957] (EE) 7: /usr/lib64/libEGL.so.1 (eglInitialize+0x8a) [0x7f6ac550f1fa]
[  3482.957] (EE) 8: /usr/lib64/xorg/modules/libglamoregl.so (glamor_egl_init+0xd8) [0x7f6ac572a868]
[  3482.957] (EE) 9: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7f6ac43e8000+0x4c096) [0x7f6ac4434096]
[  3482.957] (EE) 10: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7f6ac43e8000+0x45b8d) [0x7f6ac442db8d]
[  3482.957] (EE) 11: /usr/bin/X (InitOutput+0x9cf) [0x47736f]
[  3482.957] (EE) 12: /usr/bin/X (0x400000+0x3a1eb) [0x43a1eb]
[  3482.957] (EE) 13: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x7f6ac5b69ea5]
[  3482.957] (EE) 14: /usr/bin/X (0x400000+0x25a7e) [0x425a7e]
[  3482.957] (EE) 
[  3482.957] (EE) Segmentation fault at address 0x0
[  3482.957] (EE) 
Fatal server error:
[  3482.957] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  3482.957] (EE) 
[  3482.957] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  3482.957] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  3482.957] (EE) 
[  3482.965] (EE) Server terminated with error (1). Closing log file.

Last edited by gauchao; 07-16-2014 at 06:58 PM. Reason: CODE instead of QUOTE
 
Old 07-16-2014, 05:53 PM   #15
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
Hmm.. Yes that looks very much like grissiom's output. I'd blacklist radeon and see what happens. Or, if radeon it is still loaded when X starts, make a stub /etc/X11/xorg.conf with just this:
Code:
Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "vesa"
EndSection
PS A small detail: using in LQ's posts [CODE] tags instead of [QUOTE] often saves space displaying scrollbars, and also force usage of a monospace font that preserves formatting and allows to better distinguish 0 (the digit) from O (the capital letter). But, I digress, sorry.

Last edited by Didier Spaier; 07-16-2014 at 06:09 PM.
 
2 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Call for participation "FLOSS village at Med-e-Tel 2014" LXer Syndicated Linux News 0 01-20-2014 05:00 PM
[SOLVED] glib on current (Mon Jul 30 20:42:03 UTC 2012) Thom1b Slackware 3 07-31-2012 11:16 PM
[SOLVED] Changelog Jul 18 20:21:15 UTC 2012 -- No net AlleyTrotter Slackware 2 07-19-2012 09:32 AM
baselayout2 -`date` shows UTC althrough I set CLOCK="local"? quanta Gentoo 0 01-11-2011 01:08 AM
LQ weekly security rep - Tue Jul 30th 2002 unSpawn Linux - Security 4 08-04-2002 05:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration