source: npl/X/xorg_conf/confs/framebuffer.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: 2.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
57#Section "InputDevice"
58#       Identifier      "Serial Mouse"
59#       Driver  "mouse"
60#       Option  "Protocol" "Microsoft"
61#       Option  "Device" "/dev/ttyS0"
62#       Option  "Emulate3Buttons" "true"
63#       Option  "Emulate3Timeout" "70"
64#       Option  "SendCoreEvents"  "true"
65#EndSection
66
67#Section "InputDevice"
68#       Identifier      "PS/2 Mouse"
69#       Driver  "mouse"
70#       Option  "Protocol" "IMPS/2"
71#       Option  "Device" "/dev/misc/psaux"
72#       Option  "Emulate3Buttons" "true"
73#       Option  "Emulate3Timeout" "70"
74#       Option  "SendCoreEvents"  "true"
75#       Option  "ZAxisMapping" "4 5"
76#EndSection
77
78Section "InputDevice"
79        Identifier      "USB Mouse"
80        Driver  "mouse"
81        Option  "Device" "/dev/input/mice"
82        Option  "SendCoreEvents" "true"
83        Option  "Protocol" "IMPS/2"
84        Option  "ZAxisMapping" "4 5"
85        Option  "Buttons" "5"
86EndSection
87
88Section "Monitor"
89        Identifier   "Monitor0"
90#       HorizSync    30.00-63.00
91#       VertRefresh  56.00-75.00
92EndSection
93
94Section "Device"
95        Identifier  "Card0"
96        Driver      "fbdev"
97        VendorName  "All"
98        BoardName   "All"
99EndSection
100
101Section "Screen"
102        Identifier      "Screen0"
103        Device  "Card0"
104        Monitor "Monitor0"
105EndSection
106
107Section "DRI"
108        Mode 0666
109EndSection
Note: See TracBrowser for help on using the repository browser.