LinuxSir.cn,穿越时空的Linuxsir!

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

(求助)Xserver 启动后没有出现灰色背景

[复制链接]
发表于 2007-5-15 12:56:55 | 显示全部楼层 |阅读模式
如上。
只出现了黑色的背景,和鼠标。

配置如下:
Section "Module"
Load  "freetype"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Option  "CorePointer"
Option  "Device"  "/dev/mice"
Driver  "mouse"
Option  "rotocol"  "ExplorerPS/2"
Option  "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver  "vesa"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option  "DPMS"
HorizSync 30-100
VertRefresh 60-85
EndSection

Section "Screen"
Identifier "Default Screen"
Device  "Generic Video Card"
Monitor  "Generic Monitor"
DefaultDepth 16
SubSection "Display"
  Depth  16
Modes  "800x600"
EndSubSection

EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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