|
|
以前配的郁闷,google的苦闷,就使用文字界面,今天偶然没事重新配置一下居然好了。将配置文件发出来让也用sun的兄弟多一种选择!
如果你也用这个机器,在确定装好xwindows后修改/etc/X11/XF86Config-4,使用命令我是没配出来,直接修改。
配置如下(没有Section "ServerLayout" 和 Section "Files"那两段,不需修改)
Section "ServerFlags"
Option "StandbyTime" "10"
Option "SuspendTime" "20"
Option "OffTime" "30"
EndSection
Section "Module"
Load "dbe"
Load "type1"
Load "bitmap"
Load "drm"
Load "dri"
Load "extmod"
Load "freetype"
Load "record"
Load "glx"
use:
Load "cfb"
Load "cfb32"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option " rotocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5unix)"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "SyncMaster 171v"
Option "DPMS" "on"
EndSection
Section "Device"
Identifier "Card0"
BoardName "Sun|FFB2+ Creator 3D (series 3) (ffb2+)"
VendorName "Sun Microsystems"
Driver "sunffb"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection |
|