Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Special base config file used in Puppy Linux.
- # **********************************************************************
- # Module section -- this section is used to specify
- # which dynamically loadable modules to load.
- # **********************************************************************
- #
- Section "Module"
- # This loads the DBE extension module.
- Load "dbe" # Double buffer extension
- # This loads the miscellaneous extensions module, and disables
- # initialisation of the XFree86-DGA extension within that module.
- SubSection "extmod"
- Option "omit xfree86-dga" # don't initialise the DGA extension
- EndSubSection
- # This loads the font modules
- # Load "type1"
- # Load "freetype"
- # This loads xtrap extension, used by xrandr
- # Load "xtrap"
- # This loads the GLX module (if present). xorg 7.4/5 need explicit disable to disable...
- # Disable "glx" #LOADGLX
- # This loads dri module (if present). 7.4 loads it by default, have to disable...
- # Load "dri" #LOADDRI
- # Disable "dri"
- EndSection
- # **********************************************************************
- # Files section. This allows default font paths to be set
- # **********************************************************************
- Section "Files"
- # Multiple FontPath entries are allowed (which are concatenated together),
- # as well as specifying multiple comma-separated entries in one FontPath
- # command (or a combination of both methods)
- FontPath "/usr/share/X11/fonts/misc/"
- FontPath "/usr/share/X11/fonts/Type1/"
- FontPath "/usr/share/X11/fonts/TTF/"
- EndSection
- # **********************************************************************
- # Server flags section.
- # **********************************************************************
- Section "ServerFlags"
- # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
- # (where n is 1 through 12). This allows clients to receive these key
- # events.
- # Option "DontVTSwitch"
- # Enables mode switching with xrandr
- # There is a report that this can cause Xorg not to work on some
- # video hardware, so default is commented-out...
- # but i want to use it in xorgwizard so leave on...
- Option "RandR" "on"
- # With this, Xorg won't talk to HAL to add evdev devices and you'll be back
- # with the old Xorg behavior (pre-7.4)...
- Option "AutoAddDevices" "false"
- # For no-Hal, kirk also suggests this...
- # Option "AllowMouseOpenFail" "true"
- # Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...
- Option "DontZap" "false"
- EndSection
- #everything past here is auto-generated by Puppy's Xorg Wizard...
- Section "ServerLayout"
- Identifier "Default Layout"
- Screen "Screen0" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "Mouse0" "CorePointer"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc102"
- Option "XkbLayout" "es" #xkeymap0
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Device" "/dev/input/mice"
- Option "Protocol" "IMPS/2" #mouse0protocol
- #Option "Emulate3Buttons"
- #Option "Emulate3Timeout" "50"
- Option "ZAxisMapping" "4 5" #scrollwheel
- EndSection
- Section "Monitor"
- Identifier "VGA-0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- HorizSync 31-50
- VertRefresh 59-76
- UseModes "Modes0" #monitor0usemodes
- Option "PreferredMode" "new1080"
- EndSection
- Section "Modes"
- Identifier "Modes0"
- Modeline "new1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
- #modes0modeline0
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "nvidia" #card0driver
- Option "IgnoreEDID" "true"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "VGA-0"
- DefaultDepth 24
- Option "metamodes" "new1080" #METAMODES_0
- Option "SLI" "Off"
- Option "MultiGPU" "Off"
- Option "BaseMosaic" "off"
- Subsection "Display"
- Depth 24
- Modes "new1080"
- EndSubsection
- EndSection
- #PuppyHardwareProfile=NVIDIA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement