Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- Option "AIGLX" "true"
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- RgbPath "/usr/local/share/X11/rgb"
- ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/usr/local/lib/X11/fonts/misc/"
- FontPath "/usr/local/lib/X11/fonts/TTF/"
- FontPath "/usr/local/lib/X11/fonts/OTF"
- FontPath "/usr/local/lib/X11/fonts/Type1/"
- FontPath "/usr/local/lib/X11/fonts/100dpi/"
- FontPath "/usr/local/lib/X11/fonts/75dpi/"
- FontPath "/usr/local/lib/X11/fonts/redhat-liberation/"
- FontPath "/usr/local/lib/X11/fonts/bitstream-vera/"
- FontPath "/usr/local/lib/X11/fonts/persian/"
- FontPath "/usr/local/lib/X11/fonts/mathematica/TTF/"
- FontPath "/usr/local/lib/X11/fonts/mathematica/Type1/"
- FontPath "/usr/local/lib/X11/fonts/mathematica/BDF/"
- FontPath "/usr/local/share/ghostscript/fonts/"
- FontPath "/usr/local/share/fonts/amspsfont/type1/"
- FontPath "/usr/local/share/fonts/cmpsfont/type1/"
- FontPath "/usr/local/share/fonts/cm-super/type1/"
- EndSection
- Section "Module"
- Load "GLcore"
- Load "dbe"
- Load "dri"
- Load "extmod"
- Load "glx"
- Load "record"
- Load "xtrap"
- Load "freetype"
- Load "type1"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbLayout" "us,ir"
- Option "XkbOptions" "grp:alt_shift_toggle"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/sysmouse"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- #DisplaySize 380 300 # mm
- Identifier "Monitor0"
- VendorName "DELL"
- ModelName "DELL E197FP"
- ### Comment all HorizSync and VertRefresh values to use DDC:
- HorizSync 31.0 - 80.0
- VertRefresh 56.0 - 75.0
- Option "DPMS"
- 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 "NoAccel" # [<bool>]
- #Option "SWcursor" # [<bool>]
- #Option "ColorKey" # <i>
- #Option "CacheLines" # <i>
- #Option "Dac6Bit" # [<bool>]
- #Option "DRI" # [<bool>]
- #Option "NoDDC" # [<bool>]
- #Option "ShowCache" # [<bool>]
- #Option "XvMCSurfaces" # <i>
- #Option "PageFlip" # [<bool>]
- #Option "AccelMethod" "EXA"
- Option "XAANoOffscreenPixmaps" "true"
- Option "AddARGBGLXVisuals" "true"
- Option "DRI" "true"
- Identifier "Card0"
- Driver "intel"
- VendorName "Intel Corporation"
- BoardName "82G965 Integrated Graphics Controller"
- BusID "PCI:0:2:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- DefaultDepth 24
- DefaultFbBpp 32
- 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
- Modes "1280x1024"
- EndSubSection
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
- Section "Extensions"
- Option "Composite" "enable"
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement