summaryrefslogtreecommitdiffstats
path: root/sandy/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sandy/xorg.conf')
-rw-r--r--sandy/xorg.conf72
1 files changed, 72 insertions, 0 deletions
diff --git a/sandy/xorg.conf b/sandy/xorg.conf
new file mode 100644
index 0000000..06e43ff
--- /dev/null
+++ b/sandy/xorg.conf
@@ -0,0 +1,72 @@
+Section "ServerLayout"
+ Identifier "X.org Configured"
+ Screen 0 "Screen0" 0 0
+EndSection
+
+Section "Files"
+ ModulePath "/usr/lib/xorg/modules"
+EndSection
+
+Section "Module"
+ Load "glx"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor0"
+ VendorName "Monitor Vendor"
+ ModelName "Monitor Model"
+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 "SWcursor" # [<bool>]
+ #Option "HWcursor" # [<bool>]
+ #Option "NoAccel" # [<bool>]
+ #Option "ShadowFB" # [<bool>]
+ #Option "VideoKey" # <i>
+ #Option "WrappedFB" # [<bool>]
+ #Option "GLXVBlank" # [<bool>]
+ #Option "ZaphodHeads" # <str>
+ #Option "PageFlip" # [<bool>]
+ #Option "SwapLimit" # <i>
+ #Option "AsyncUTSDFS" # [<bool>]
+ Option "GLXVBlank" "1"
+ Identifier "Card0"
+ Driver "nouveau"
+ BusID "PCI:1:0:0"
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Card0"
+ Monitor "Monitor0"
+ 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
+ EndSubSection
+EndSection
+