LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1437|回复: 3

#startx不能进入桌面

[复制链接]
发表于 2008-12-16 13:33:52 | 显示全部楼层 |阅读模式
我电脑是唐朝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    "rotocol"  "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            "rotocol" "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
 楼主| 发表于 2008-12-16 17:30:53 | 显示全部楼层
论坛怎么没人回呀!
回复 支持 反对

使用道具 举报

发表于 2008-12-17 15:26:09 | 显示全部楼层
把这行
Load "dri"
注释掉试试
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-19 11:47:22 | 显示全部楼层
谢谢!
重装了一遍红旗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            "rotocol" "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
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表