|
|
发表于 2007-6-18 00:34:17
|
显示全部楼层
cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/zh_CN/Others"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/shart/fonts/xdtv"
FontPath "/usr/share/fonts/kochi-substitute"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbRules" "xorg"
Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "Auto"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Mag InnoVision MAG 796FDII"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
# Option "MetaModes" "CRT-1:1280x1024"
# Option "HorizSync" "CRT-1:30-96"
# Option "VertRefresh" "CRT-1:50-160"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV43 [GeForce 7300 GT]"
BusID "4:0:0"
Option "DDCMode" "True"
Option "XAANoOffscreenPixmaps" "True"
EndSection
Section "Screen"
# # Enable 32-bit ARGB GLX Visuals
# # If you are using an older version of compiz that
# # does not support rendering into the Composite
# # Overlay Window, you will need to disable clipping
# # of GLX rendering to the X Root window with this
# # option, or you will get a blank screen after
# # starting compiz:
# Option "UseEdidFreqs" "True"
# Option "UseEDID" "True"
# Option "UseEDIDDpi" "True"
# Option "ModeValidation" "NoEdidModes"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"[color="red"]
DefaultDepth 24
Option "DPI" "96x96"
Option "DisableGLXRootClipping" "True"
Option "AddARGBGLXVisuals" "True"
# Option "SWcursor" "True"
# Option "HWcursor" "True"
Option "CursorShadow" "True" #开启鼠标阴影效果
Option "CursorShadowAlpha" "64" #阴影的不透明度
Option "CursorShadowXOffset" "4" #阴影距离指针横轴距离
Option "CursorShadowYOffset" "2" #阴影距离指针纵轴距离
Option "Nologo" "true"
Option "RenderAccel" "true"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600"
EndSubSection[color="red"]
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "true"
Option "RENDER" "Enable"
EndSection
zzl0@Gentoo ~ $ 参考一下吧。 |
|