Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "ServerLayout"
- Identifier "Layout0"
- Screen 0 "Screen0" 0 0
- Option "Clone" "off"
- Option "Xinerama" "off"
- # time is in minutes
- Option "BlankTime" "0"
- Option "StandbyTime" "10"
- Option "SuspendTime" "11"
- Option "OffTime" "12"
- EndSection
- Section "ServerFlags"
- Option "AutoAddDevices" "on"
- Option "AIGLX" "on"
- Option "IgnoreABI" "on"
- Option "AllowEmptyInput" "false"
- Option "AllowMouseOpenFail" "on"
- EndSection
- Section "Files"
- FontPath "/usr/share/fonts/100dpi"
- FontPath "/usr/share/fonts/corefonts"
- FontPath "/usr/share/fonts/dejavu"
- FontPath "/usr/share/fonts/droid"
- FontPath "/usr/share/fonts/efont-unicode"
- FontPath "/usr/share/fonts/freefonts"
- FontPath "/usr/share/fonts/freefont-ttf"
- FontPath "/usr/share/fonts/intlfonts"
- FontPath "/usr/share/fonts/misc"
- FontPath "/usr/share/fonts/OTF"
- FontPath "/usr/share/fonts/terminus"
- FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/Type1"
- FontPath "/usr/share/fonts/unifont"
- FontPath "/usr/share/fonts/win"
- FontPath "/usr/share/fonts/cyrillic"
- FontPath "/usr/share/fonts/liberation-fonts"
- FontPath "/usr/share/fonts/urw-fonts"
- ModulePath "/usr/lib/xorg/modules"
- ModulePath "/usr/lib/opengl/nvidia/extensions"
- ModulePath "/usr/lib/opengl/xorg-x11/extensions"
- EndSection
- Section "Module"
- Disable "dri"
- Disable "dri2"
- Disable "mouse"
- Disable "kbd"
- Disable "keyboard"
- Load "dbe"
- Load "freetype"
- Load "extmod"
- SubSection "extmod"
- Option "omit xfree86-dga"
- EndSubSection
- EndSection
- Section "InputClass"
- Identifier "evdev keyboard catchall"
- MatchIsKeyboard "on"
- MatchDevicePath "/dev/input/event*"
- Driver "evdev"
- Option "CoreKeyboard"
- Option "SendCoreEvents" "true"
- Option "XkbModel" "microsoftpro"
- Option "XkbRules" "xorg"
- Option "AutoRepeat" "250 32"
- Option "XkbLayout" "us(basic),ru(winkeys),cz(qwerty)"
- Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"
- EndSection
- Section "InputClass"
- Identifier "evdev pointer catchall"
- Driver "evdev"
- MatchIsPointer "on"
- MatchDevicePath "/dev/input/event*"
- Option "SendCoreEvents" "true"
- Option "AutoServerLayout" "on"
- Option "evBits" "+1-2"
- Option "keyBits" "~272-287"
- Option "relBits" "~0-2 ~6 ~8"
- Option "Pass" "3"
- Option "Buttons" "5"
- Option "ZAxisMapping" "4 5"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Philips"
- ModelName "226VL"
- DisplaySize 480 270
- HorizSync 30.0 - 83.0
- VertRefresh 56.0 - 76.0
- Option "DPMS" "true"
- Option "Primary" "true"
- Option "Enable" "true"
- EndSection
- Section "Device"
- Identifier "Videocard0"
- Driver "nvidia"
- VendorName "NVIDIA"
- BoardName "nVidia G96 / GeForce 9500 GT"
- Screen 0
- EndSection
- Section "Extensions"
- Option "Composite" "on"
- Option "RENDER" "on"
- Option "DAMAGE" "on"
- Option "XVideo" "on"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Videocard0"
- Monitor "Monitor0"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1920x1080" "1024x768" "800x600" "640x480"
- EndSubSection
- Option "TwinView" "1"
- Option "MetaModes" "DFP-0: 1920x1080_60 +0+0, TV-0: 1024x768 +448+156; DFP-0: 1024x768 +0+0, TV-0: 1024x768 +0+0; DFP-0: 800x600 +0+0, TV-0: 800x600 +0+0; DFP-0: 640x480 +0+0, TV-0: 640x480 +0+0"
- Option "HorizSync" "DFP-0: 30-83; TV-0: 30-50"
- Option "VertRefresh" "DFP-0: 56-76; TV-0: 60-60"
- Option "TwinViewOrientation" "Clone"
- Option "ConnectedMonitor" "DFP-0, TV-0"
- Option "TwinViewXineramaInfoOrder" "DFP-0, TV-0"
- Option "NoTwinViewXineramaInfo" "1"
- Option "UseEDIDFreqs" "0"
- Option "UseEDIDDpi" "0"
- Option "ModeValidation" "DFP-0: AllowNon60HzDFPModes, NoVesaModes, NoXServerModes; TV-0: NoVesaModes, NoXServerModes"
- # DPI will be computed from "DisplaySize" Monitor
- # Option "DPI" "101x101"
- Option "ConstantDPI" "0"
- Option "TVOverScan" "0.7"
- Option "TVStandard" "PAL-B"
- Option "TVOutFormat" "COMPOSITE"
- Option "NvAGP" "1"
- Option "NoLogo" "1"
- Option "NoPowerConnectorCheck" "1"
- Option "RenderAccel" "1"
- Option "AllowGLXWithComposite" "1"
- Option "DamageEvents" "1"
- Option "AddARGBGLXVisuals" "1"
- Option "TripleBuffer" "0"
- Option "ConnectToAcpid" "0"
- EndSection
- Section "DRI"
- Group 0
- Mode 0666
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement