|
希望路过的都能给点意见
下面是我的/etc/X11/xorg.conf的配置文件。但是进不了桌面gnome
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "dri"
Load "extmod"
Load "dbe"
Load "record"
Load "dri2"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "G96 [GeForce 9400 GT]"
BusID " CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
在我输入startx的时候会报错以下是提示
(==)Log file:"/var/log/xorg.0.log",Time:Tun jun 29 03:44:21 2010
(==)using config file:"/etc/X11/xorg.conf"
exptected keysym,got XF86TouchPadToggle:line 122 of inet
which:no keychain in (/usr/local/sbin:/usr/local/bin:usr/sbin:usr/bin:/sbin:/bin/opt/bin:/usr/i686-pclinux-gnu/gcc-bin/4.3.4)
/etc/X11/xinit/xinitrc:line 58:twm:command not found
/etc/X11/xinit/xinitrc:line 59:xclock:commad not found
/etc/X11/xinit/xinitrc:line 60:xterm:command not found
/etc/X11/xinit/xinitrc:line 61:xterm:command not found
/etc/X11/xinit/xinitrc:line 62:exec:command not found
waiting for x server to shut down error setting METT(base = 0d0000000,size = 0xff00000 ,type = 1) invalid argument (22)
还望哪位高人指点一下。我都装gentoo三个月了。还停留在字符阶段。 |
|