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
- EndSection
- Section "ServerFlags"
- Option "AllowEmptyInput" "on"
- Option "AutoAddDevices" "on"
- Option "AutoEnableDevices" "on"
- Option "AIGLX" "true"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "/usr/share/fonts/misc/"
- FontPath "/usr/share/fonts/OTF/"
- FontPath "/usr/share/fonts/Type1/"
- FontPath "/usr/share/fonts/100dpi/"
- FontPath "/usr/share/fonts/75dpi/"
- EndSection
- Section "Module"
- Load "extmod"
- Load "record"
- Load "dri"
- Load "dri2"
- Load "dbe"
- Load "glx"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- Modeline "1024x600_60" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +VSync
- EndSection
- Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
- ### <percent>: "<f>%"
- ### [arg]: arg optional
- Option "XvMC" "true"
- Option "AccelMethod" "sna"
- Option "Throttle" "false"
- Option "Tiling" "true" # [<bool>]
- Option "SwapbuffersWait" "false" # [<bool>]
- Option "TripleBuffer" "true" # [<bool>]
- Identifier "Card0"
- Driver "intel"
- BusID "PCI:0:2:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1024x600_60"
- EndSubSection
- EndSection
- Section "Extensions"
- Option "Composite" "enable"
- Option "RENDER" "enable"
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement