I'm trying to install Gentoo on my new mediacenter, and I have a problem.
Xorg -configure fail
Here is the log:
Code: Select all
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.36-gentoo-r1 x86_64
Current Operating System: Linux GentooBox 2.6.36-gentoo-r1 #1 SMP Sat Nov 13 11:58:07 CST 2010 x86_64
Kernel command line: root=/dev/sda1
Build Date: 13 November 2010 02:32:45PM
Current version of pixman: 0.18.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: Sat Nov 13 14:36:38 2010
(II) Loader magic: 0x7c3220
(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:6898:1787:2289 ATI Technologies Inc rev 0, Mem @ 0xd0000000/268435456, 0xfe9e0000/131072, I/O @ 0x0000d000/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.77.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.77.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@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
(**) ChipID override: 0x6898
(**) Chipset Supported AMD Graphics Processor (0x6898) found
Backtrace:
0: Xorg (xorg_backtrace+0x28) [0x4a18e8]
1: Xorg (0x400000+0x64f09) [0x464f09]
2: /lib/libpthread.so.0 (0x7f17363ab000+0xf010) [0x7f17363ba010]
3: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (atiddxProbe+0xb3d) [0x7f17340f0ecd]
4: Xorg (xf86CallDriverProbe+0x2dc) [0x473c5c]
5: Xorg (DoConfigure+0x1a3) [0x51bb23]
6: Xorg (InitOutput+0x197) [0x474e17]
7: Xorg (0x400000+0x24f7f) [0x424f7f]
8: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f1735433bbd]
9: Xorg (0x400000+0x24ca9) [0x424ca9]
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.
I'm using an ATI 5870 plugged to my TV through HDMI cable.
Here is my make.conf
Code: Select all
CFLAGS="-march=amdfam10 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
USE="mmx sse sse2 gtk gnome -qt4 -kde dvd dvdr alsa cdr"
MAKEOPTS="-j7"
VIDEO_CARDS="fglrx"
INPUT_DEVICES="evdev"
GENTOO_MIRRORS="ftp://gentoo.cs.nctu.edu.tw/gentoo/ http://gentoo.cs.nctu.edu.tw/gentoo/"
SYNC="rsync://rsync.tw.gentoo.org/gentoo-portage"
Thank you for your help


