source: npl/X/xorg_conf/confs/via.conf @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 3.5 KB
Line 
1Section "ServerLayout"
2        Identifier      "X.Org Configured"
3        Screen  0       "Screen0" 0 0
4        InputDevice     "Keyboard0" "CoreKeyboard"
5#        InputDevice     "PS/2 Mouse" "AlwaysCore"
6#        InputDevice     "Serial Mouse" "AlwaysCore"
7        InputDevice     "USB Mouse" "AlwaysCore"
8#        InputDevice     "Synaptics" "AlwaysCore"
9EndSection
10
11Section "ServerFlags"
12        Option  "AllowMouseOpenFail" "true"
13#       Option "DontVTSwitch"  "true"
14        Option "DontZoom"  "true"
15        Option "BlankTime"  "0"
16        Option "NoPM"  "true"
17        Option "StandbyTime"  "0"
18        Option "SuspendTime"  "0"
19        Option "OffTime"  "0"
20EndSection
21
22Section "Files"
23       FontPath "/usr/X11R6/lib/X11/fonts/local/"
24       FontPath "/usr/X11R6/lib/X11/fonts/misc/"
25       FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
26       FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
27       FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
28       FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
29       FontPath "/usr/X11R6/lib/X11/fonts/CID/"
30       FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
31       FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
32       FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
33EndSection
34
35Section "Module"
36        Load    "ddc"
37        #Load   "vbe"
38        Load    "GLcore"
39        Load    "dbe"
40        Load    "dri"
41        Load    "extmod"
42        Load    "glx"
43        Load    "bitmap"
44        Load    "type1"
45        Load    "freetype"
46        Load    "record"
47EndSection
48
49Section "InputDevice"
50        Identifier      "Keyboard0"
51        Driver  "kbd"
52        Option  "CoreKeyboard"
53EndSection
54
55#Section "InputDevice"
56#       Identifier      "Serial Mouse"
57#       Driver  "mouse"
58#       Option  "Protocol" "Microsoft"
59#       Option  "Device" "/dev/ttyS0"
60#       Option  "Emulate3Buttons" "true"
61#       Option  "Emulate3Timeout" "70"
62#       Option  "SendCoreEvents"  "true"
63#EndSection
64
65#Section "InputDevice"
66#       Identifier      "PS/2 Mouse"
67#       Driver  "mouse"
68#       Option  "Protocol" "IMPS/2"
69#       Option  "Device" "/dev/misc/psaux"
70#       Option  "Emulate3Buttons" "true"
71#       Option  "Emulate3Timeout" "70"
72#       Option  "SendCoreEvents"  "true"
73#       Option  "ZAxisMapping" "4 5"
74#EndSection
75
76Section "InputDevice"
77        Identifier      "USB Mouse"
78        Driver  "mouse"
79        Option  "Device" "/dev/input/mice"
80        Option  "SendCoreEvents" "true"
81        Option  "Protocol" "IMPS/2"
82        Option  "ZAxisMapping" "4 5"
83        Option  "Buttons" "5"
84EndSection
85
86#Section "InputDevice"
87#       Identifier      "Synaptics"
88#       Driver  "synaptics"
89#       Option  "Protocol" "event"
90#       Option  "Device" ""
91#       Option  "LeftEdge" "1900"
92#       Option  "RightEdge" "5400"
93#       Option  "TopEdge" "1900"
94#       Option  "BottomEdge" "4000"
95#       Option  "FingerLow" "25"
96#       Option  "FingerHigh" "30"
97#       Option  "MaxTapTime" "180"
98#       Option  "MaxTapMove" "220"
99#       Option  "VertScrollDelta" "100"
100#       Option  "MinSpeed" "0.02"
101#       Option  "MaxSpeed" "0.10"
102#       Option  "AccelFactor" "0.0010"
103#       Option  "SHMConfig" "on"
104#EndSection
105
106# Auto-generated by mkxf86config
107
108Section "Monitor"
109        Identifier   "Monitor0"
110        HorizSync    30.00-63.00
111        VertRefresh  56.00-75.00
112EndSection
113
114Section "Device"
115        ### Available Driver options are:-
116        # sw_cursor is needed for some ati and radeon cards
117#       Option     "sw_cursor"
118#       Option     "hw_cursor"
119#       Option     "NoAccel"
120        #Option     "ShowCache"
121        #Option     "ShadowFB" "1"
122        #Option     "UseFBDev"
123        #Option     "Rotate"
124        Identifier  "Card0"
125        # The following line is auto-generated by x11-misc/mkxf86config
126        Driver      "via"
127        #Option "XvMCSurfaces"
128        #Option "Rotate" "CW"
129        Option "EnableAGPDMA" "1"
130        Option "VBEModes" "1"
131        VendorName  "All"
132        BoardName   "All"
133#       BusID       "PCI:1:0:0"
134EndSection
135
136Section "Screen"
137        Identifier      "Screen0"
138        Device  "Card0"
139        Monitor "Monitor0"
140        DefaultDepth 24
141        SubSection "Display"
142                Depth   24
143        EndSubSection
144EndSection
145
146
147
148Section "DRI"
149        Mode 0666
150EndSection
Note: See TracBrowser for help on using the repository browser.