|
startx启动失败,执行startx >log.txt 2>log2.txt log.txt无内容,log2.txt内容如下。
- hostname: Unknown host
- xauth: file /home/sunday/.serverauth.18195 does not exist
- X.Org X Server 1.9.4
- Release Date: 2011-02-04
- X Protocol Version 11, Revision 0
- Build Operating System: Linux 2.6.35.10-74.fc14.x86_64 x86_64 Gentoo
- Current Operating System: Linux Sunday-gentoo 2.6.37-gentoo-r1 #1 SMP Sun Mar 6 00:06:03 CST 2011 x86_64
- Kernel command line: root=/dev/ram0 init=/linuxrc real_root=/dev/sda11
- Build Date: 12 March 2011 12:24:32PM
-
- Current version of pixman: 0.20.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: Sun Mar 13 13:58:53 2011
- (==) Using config file: "/etc/X11/xorg.conf"
- (==) Using system config directory "/usr/share/X11/xorg.conf.d"
- (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: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
- (EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
- fglrx: QS connection has not been initialized
- (EE) fglrx(0): XMM failed to open CMMQS connection.
- (EE) fglrx(0): XMM failed to initialize
- [glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
- which: no keychain in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.5:/usr/games/bin)
- /etc/X11/xinit/xinitrc: line 61: xterm: command not found
- /etc/X11/xinit/xinitrc: line 63: exec: xterm: not found
- /etc/X11/xinit/xinitrc: line 59: twm: command not found
- xinit: connection to X server lost
复制代码
另外,Xorg.conf:
- Section "ServerLayout"
- Identifier "aticonfig Layout"
- Screen 0 "aticonfig-Screen[0]-0" 0 0
- 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
复制代码
gdm启动之后很卡,无论是移动窗口还是浏览器滚动都很卡,明显是显卡驱动的原因。
startx根本无法启动,按照手册上的说法,改xorg.conf上的driver未radeon活着radeonhd后直接无法启动X。
另外邪门的一恶搞问题是empathy点击accounts居然无反应。。。不解。
忘了说明下,我的make中的videocard是fglrx,装完xorgserver之后无法启动X,于是手动安装了ati官方的闭源驱动,于是可以启动X了,但是很卡。
不知何故,求解,谢谢。 |
|