+ -
当前位置:首页 → 问答吧 → #startx不能进入桌面

#startx不能进入桌面

时间:2008-12-16

来源:互联网

我电脑是唐朝L100的屏式电脑,这是厂家给的显卡型号;
尊敬的神舟用户:
首先对由于我们的产品问题而给您带来的困扰,表示歉意。
L100使用VIA VN800芯片组,VIA/S3G Unichrome pro显示芯片,Realtek AC97音效芯片。
感谢您对神舟产品的支持。
深圳市神舟电脑公司
客户服务中心

我在网上找了相关的一些显卡驱动,照网上的安装了,但是还是进不了X桌面,我是个新手,请大家指教一下小弟,谢谢!下面是出错的提示:
.........
(==)Log file: "/var/log/Xorg.0.log",Time:Tue Dec 16 13:15:30 2008
(==)Using config File: "/etc/X11/xorg.conf"
(II)Module already built-in
(EE)AIGLX:Screen 0 is not DRI capable

waiting for x server to shut down FreeFontPath:FPE "/usr/share/X11/fonts/misc" refcount is 2, should be 1; fixing.

下面是我的xorg.conf文件内容:

#Section "InputDevice"
# Identifier "TouchPad"
# Driver "synaptics"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "auto-dev"
# Option "LeftEdge" "1700"
# Option "RightEdge" "5300"
# Option "TopEdge" "1700"
# Option "BottomEdge" "4200"
# Option "FingerLow" "25"
# Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "VertScrollDelta" "100"
# Option "MinSpeed" "0.09"
# Option "MaxSpeed" "0.18"
# Option "AccelFactor" "0.0015"
# Option "SHMConfig" "on"
# Option "AlwaysCore"
#EndSection

Section "ServerLayout"

# InputDevice "TouchPad"
Identifier "X configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard"
InputDevice "Mouse"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/X11/fonts/misc"
EndSection

Section "Module"

# Load "synaptics"
Load "dbe"
Load "freetype"
Load "extmod"
Load "record"
Load "v4l"
Load "type1"
Load "dri"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard"
Driver "keyboard"
Option "XkbLayout" "us"
Option "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "Auto"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
Option "Device" "/dev/input/mice"
EndSection

Section "Monitor"
#modeline0
Identifier "Monitor0"
VendorName "Undiscovered"
ModelName "Undiscovered"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 70.0
VertRefresh 50.0 - 70.0
Option "dpms"
EndSection

Section "Device"
Identifier "Card0 for screen 0"
Driver "vesa"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0 for screen 0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

作者: lovedufan   发布时间: 2008-12-16

论坛怎么没人回呀!

作者: lovedufan   发布时间: 2008-12-16

把这行
Load "dri"
注释掉试试

作者: FreeOrDie   发布时间: 2008-12-17

谢谢!
重装了一遍红旗6.0,用下面的配置可以了,但是显示效果不好,字不清淅,
有没有其它办法解决?
Section "ServerLayout"

# InputDevice "TouchPad"
Identifier "X configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard"
InputDevice "Mouse"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/X11/fonts/misc"
EndSection

Section "Module"

# Load "synaptics"
Load "dbe"
Load "freetype"
Load "extmod"
Load "record"
Load "v4l"
Load "type1"
Load "dri"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard"
Driver "keyboard"
Option "XkbLayout" "us"
Option "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "Auto"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
Option "Device" "/dev/input/mice"
EndSection

Section "Monitor"
#modeline0
Identifier "Monitor0"
VendorName "Undiscovered"
ModelName "Undiscovered"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 70.0
VertRefresh 50.0 - 70.0
Option "dpms"
EndSection

Section "Device"
Identifier "Card0 for screen 0"
Driver "vesa"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0 for screen 0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

作者: lovedufan   发布时间: 2008-12-19