updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / t61p-xconf / XF86Config
blobbe2d4b7a2bfbe8aa75c789b7b5b88caeed6e62c7
1 # modified: 09/18/2008 - cleaned up code and added synaptics driver support
3 Section "ServerLayout"
4     Identifier     "Layout0"
5     Screen      0  "Screen0" 0 0
6     InputDevice    "Keyboard0" "CoreKeyboard"
7     InputDevice    "SynPS/2 Synaptics Touchpad" "CorePointer"
8 EndSection
10 Section "Files"
11 #       FontPath                "/home/gnome-user/.fonts"
12 EndSection
14 Section "Module"
15     Load           "dbe"
16     Load           "extmod"
17     Load           "freetype"
18     Load           "glx"
19     Load           "synaptics"
20 EndSection
22 Section "ServerFlags"
23     Option         "Xinerama" "0"
24 EndSection
26 Section "InputDevice"
27     Identifier     "SynPS/2 Synaptics Touchpad"
28     Driver         "synaptics"
29     Option         "Name" "SynPS/2 Synaptics Touchpad"
30     Option         "Protocol" "auto-dev"
31     Option         "LeftEdge" "1700"
32     Option         "RightEdge" "5300"
33     Option         "TopEdge" "1700"
34     Option         "BottomEdge" "4200"
35     Option         "FingerLow" "25"
36     Option         "FingerHigh" "30"
37     Option         "MaxTapTime" "180"
38     Option         "MaxTapMove" "220"
39     Option         "MinSpeed" "0.10"
40     Option         "MaxSpeed" "0.20"
41     Option         "AccelFactor" "0.0010"
42     Option         "SHMConfig" "on"
43     Option         "CornerCoasting" "1"
44     Option         "VertEdgeScroll" "0"
45     Option         "HorizEdgeScroll" "0"
46     Option         "TapButton1" "1"
47     Option         "TapButton2" "88"
48     Option         "TapButton3" "99"
49     Option         "VertTwoFingerScroll" "1"
50     Option         "HorizTwoFingerScroll" "0"
51 EndSection
53 Section "InputDevice"
54     Identifier     "Keyboard0"
55     Driver         "keyboard"
56 EndSection
58 Section "Monitor"
59     Identifier     "Monitor0"
60     VendorName     "Unknown"
61     ModelName      "LEN"
62         HorizSync               30.0 - 67.0
63         VertRefresh             50.0 - 75.0
64     Option         "DPMS"
65         Modeline "800x600_50"  31.15  800 824 904 1008  600 601 604 618  -HSync +Vsync
66         Modeline "1400x1050_50"  99.88  1400 1480 1624 1848  1050 1051 1054 1081  -HSync +Vsync
67 EndSection
69 Section "Device"
70     Identifier     "Device0"
71     Driver         "nvidia"
72     VendorName     "NVIDIA Corporation"
73     BoardName      "Quadro FX 570M"
74     Option         "DisableGLXRootClipping" "True"
75     Option         "Coolbits" "1"
76         Option             "UseEdidFreqs" "False"
77 EndSection
79 Section "Screen"
80     Identifier     "Screen0"
81     Device         "Device0"
82     Monitor        "Monitor0"
83         DefaultDepth   24
84     Option         "NoLogo" "True"
85     Option         "RenderAccel" "True"
86     Option         "TripleBuffer" "True"
87     Option         "BackingStore" "True"
88     Option         "DamageEvents" "True"
89     Option         "DPMS" "True"
90         Option             "UseEdidFreqs" "False"
91     SubSection     "Display"
92                 Viewport        0 0
93         Depth       24
94                 Modes           "1400x1050_50" "800x600_50"
95     EndSubSection
96         SubSection         "Display"
97                 Viewport        0 0
98                 Depth           16
99                 Modes           "1400x1050_50" "800x600_50"
100         EndSubSection
101 EndSection
103 Section "Extensions"
104     Option         "Composite" "Enable"
105 EndSection