|
ati hd 4330 的显卡.
gentoo amd64 做到xorg-server 后启动不了X
安装ati-drivers
启用X
/var/log/Xorg.0.log
- X.Org X Server 1.6.5
- Release Date: 2009-10-11
- X Protocol Version 11, Revision 0
- Build Operating System: Linux 2.6.31-gentoo-r6 x86_64
- Current Operating System: Linux laptop 2.6.31-gentoo-r6 #1 SMP Wed Jan 27 06:26:01 CST 2010 x86_64
- Build Date: 27 January 2010 06:28:40PM
-
- 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 Jan 27 20:21:43 2010
- (II) Loader magic: 0xde0
- (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) 1002:9552:103c:3074 ATI Technologies Inc M92 LP [Mobility Radeon HD 4300 Series] rev 0, Mem @ 0x80000000/268435456, 0x98400000/65536, I/O @ 0x00007000/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.4.99.906, module version = 8.67.4
- Module class: X.Org Video Driver
- (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) 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: 0x9552
- (**) Chipset Supported AMD Graphics Processor (0x9552) found
- Backtrace:
- 0: Xorg(xorg_backtrace+0x26) [0x4eb906]
- 1: Xorg(xf86SigHandler+0x39) [0x47b559]
- 2: /lib/libc.so.6 [0x7f935f629f50]
- 3: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x97d) [0x7f935ea47e3d]
- 4: Xorg(xf86CallDriverProbe+0xe4) [0x469f14]
- 5: Xorg(DoConfigure+0x1a4) [0x482574]
- 6: Xorg(InitOutput+0x998) [0x46b998]
- 7: Xorg(main+0x200) [0x4313b0]
- 8: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f935f6165c6]
- 9: Xorg [0x4309f9]
- Fatal server error:
- Caught signal 11. 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.
复制代码
xorg.conf
- Section "ServerLayout"
- Identifier "aticonfig Layout"
- Screen 0 "aticonfig-Screen[0]-0" 0 0
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules"
- 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
复制代码
我是新手,请大家多多照顾。谢谢! |
|