Xorg 1.7.6 and ATI 10.4 Drivers
Hi all,
I have just upgraded my X Server in Gentoo, and had to upgrade my ATI drivers to the unstable 10.4, since you can't use 9.11 with Xorg 1.7.6.
After upgrading, I am unable to get X Server running.
Contents of /var/log/Xorg.0.log:
Code:
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-gentoo-r6 x86_64
Current Operating System: Linux tux 2.6.31-gentoo-r6 #8 SMP Tue May 11 22:20:02 EDT 2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/kernel-2.6.31-gentoo-r6-uvesafb root=/dev/sdc7 ro quiet splash video=uvesafb:1400x1050-32,mtrr:3,ywrap
Build Date: 11 May 2010 03:56:00PM
Current version of pixman: 0.17.2
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: Tue May 11 22:39:28 2010
(II) Loader magic: 0x7c32e0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(--) using VT number 7
(--) PCI:*(0:1:0:0) 1002:9501:174b:e620 ATI Technologies Inc Radeon HD 3870 rev 0, Mem @ 0xe0000000/268435456, 0xfdce0000/65536, I/O @ 0x0000be00/256, BIOS @ 0x????????/131072
List of video drivers:
fglrx
(II) LoadModule: "fglrx"
(II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 1.7.1, module version = 8.72.5
Module class: X.Org Video Driver
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 1.7.1, module version = 8.72.5
(II) Primary Device is: PCI 01@00:00:0
(WW) Falling back to old probe method for fglrx
(II) Loading PCS database from /etc/ati/amdpcsdb
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(**) ChipID override: 0x9501
(**) Chipset Supported AMD Graphics Processor (0x9501) found
Backtrace:
0: X (xorg_backtrace+0x28) [0x465ee8]
1: X (0x400000+0x5e435) [0x45e435]
2: /lib/libpthread.so.0 (0x7f78bf375000+0xe930) [0x7f78bf383930]
3: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (atiddxProbe+0xa1d) [0x7f78bc472bad]
4: X (xf86CallDriverProbe+0x30f) [0x46b31f]
5: X (DoConfigure+0x194) [0x480924]
6: X (InitOutput+0xa27) [0x46ccf7]
7: X (0x400000+0x250ba) [0x4250ba]
8: /lib/libc.so.6 (__libc_start_main+0xe6) [0x7f78bce1f5c6]
9: X (0x400000+0x24e09) [0x424e09]
Segmentation fault at address (nil)
Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting
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.
/etc/X11/xorg.conf: (Basic config from running "aticonfig --initial")
Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[0]-0" RightOf "aticonfig-Screen[0]-0"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Any idea about what's going on?