|
|
今天装linux fedora core 6 双系统,是装在我的笔记本上,我曾经在家里的台式机上装
过linux,因此安装过程一切顺利,重启之后可以进入linux,但是startx后无法启动图形
界面。我是linux新手,希望大家能帮下忙,解决方法能些详细点。当然我安装时肯定是
装了桌面环境的。
我的本本是惠普的,不是通常的屏幕大小,是那种扁宽的,windows下的分辨率是
1280*800,看这个能看出来了吧。显卡是NVIDIA GeForce Go 6150
startx后提示部分内容如下:
(==)Log file:"/var/log/Xorg.0.log", Time: Thu Mar 1 13:04:32 2007
(==) using config file: "/etc/X11/xorg.conf"
(EE)VESA(0): No matching modes
(EE) Screen(s) found , but none have a usable configuration.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server":0.0" after 0
requests (0 known processed) with 0 events remaining.
顺便把/etc/X11/xorg.conf中的内容弄上来,我看不懂
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice “Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" “CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section “InputDevice"
Identifier "Synaptics"
Driver “synaptics"
Option "Device" "/dev/input/mice"
Option " rotocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
End Section |
|