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