summaryrefslogtreecommitdiff
path: root/vali-X.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vali-X.conf')
-rw-r--r--vali-X.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/vali-X.conf b/vali-X.conf
index 8114d53c..55a291c0 100644
--- a/vali-X.conf
+++ b/vali-X.conf
@@ -1,33 +1,10 @@
1{ 1{
2 serverLayoutSection = '' 2 serverLayoutSection = ''
3 Identifier "Layout0"
4 Screen 0 "Screen0" 0 0
5 InputDevice "Keyboard0" "CoreKeyboard"
6 InputDevice "Mouse0" "CorePointer"
7 Option "Xinerama" "0" 3 Option "Xinerama" "0"
8 ''; 4 '';
9 5
10 config = ''
11 Section "InputDevice"
12 # generated from default
13 Identifier "Mouse0"
14 Driver "mouse"
15 Option "Protocol" "auto"
16 Option "Device" "/dev/input/mice"
17 Option "Emulate3Buttons" "no"
18 Option "ZAxisMapping" "4 5"
19 EndSection
20
21 Section "InputDevice"
22 # generated from default
23 Identifier "Keyboard0"
24 Driver "kbd"
25 EndSection
26 '';
27
28 monitorSection = '' 6 monitorSection = ''
29 # HorizSync source: edid, VertRefresh source: edid 7 # HorizSync source: edid, VertRefresh source: edid
30 Identifier "Monitor0"
31 VendorName "Unknown" 8 VendorName "Unknown"
32 ModelName "Ancor Communications Inc ASUS PB287Q" 9 ModelName "Ancor Communications Inc ASUS PB287Q"
33 HorizSync 24.0 - 160.0 10 HorizSync 24.0 - 160.0
@@ -36,17 +13,12 @@
36 ''; 13 '';
37 14
38 deviceSection = '' 15 deviceSection = ''
39 Identifier "Device0"
40 Driver "nvidia"
41 VendorName "NVIDIA Corporation" 16 VendorName "NVIDIA Corporation"
42 BoardName "GeForce GTX 480" 17 BoardName "GeForce GTX 480"
43 BusID "PCI:1:0:0" 18 BusID "PCI:1:0:0"
44 ''; 19 '';
45 20
46 screenSection = '' 21 screenSection = ''
47 Identifier "Screen0"
48 Device "Device0"
49 Monitor "Monitor0"
50 DefaultDepth 24 22 DefaultDepth 24
51 Option "Stereo" "0" 23 Option "Stereo" "0"
52 Option "nvidiaXineramaInfoOrder" "DFP-1" 24 Option "nvidiaXineramaInfoOrder" "DFP-1"