我的xorg.conf

仅供存放个人的配置文件,不要在本版发问。
回复
loobing
帖子: 7
注册时间: 2008-11-09 21:25

我的xorg.conf

#1

帖子 loobing » 2008-11-18 22:35

代码: 全选

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder57)  Mon Oct 27 14:37:20 PST 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Nvidia GeForce4 MX 440 With AGP 8X"
Option "DPMS"
HorizSync 24-61
VertRefresh 56-75 
EndSection

Section "Device"
Identifier "Nvidia GeForce4 MX 440 With AGP 8X"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection 

Section "Screen"
    Identifier     "Default Screen"
    Device         "Nvidia GeForce4 MX 440 With AGP 8X"
    Monitor        "Nvidia GeForce4 MX 440 With AGP 8X"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
SubSection "Display"
    Depth 1
    Modes "1024x768" 
EndSubSection
SubSection "Display"
    Depth 4
    Modes "1024x768" 
EndSubSection
SubSection "Display"
    Depth 8
    Modes "1024x768" 
EndSubSection
SubSection "Display"
    Depth 15
    Modes "1024x768" 
EndSubSection


EndSection
回复