fix copy'n paste error
[buildroot.git] / package / xorg / xorg.conf
blobfecf11ca6c3b3de8129731bee7c8e6621bde2407
1 # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
2 # Debian X Configuration tool, using values from the debconf database.
4 # Edit this file with caution, and see the XF86Config-4 manual page.
5 # (Type "man XF86Config-4" at the shell prompt.)
7 # If you want your changes to this file preserved by dexconf, only make changes
8 # before the "### BEGIN DEBCONF SECTION" line above, and/or after the
9 # "### END DEBCONF SECTION" line below.
11 # To change things within the debconf section, run the command:
12 #   dpkg-reconfigure xserver-xfree86
13 # as root.  Also see "How do I add custom sections to a dexconf-generated
14 # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
16 Section "Files"
17         FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
18         FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
19         FontPath        "/usr/X11R6/lib/X11/fonts/misc"
20 EndSection
22 Section "Module"
23         Load    "bitmap"
24         Load    "dbe"
25         Load    "ddc"
26         Load    "extmod"
27         Load    "freetype"
28         Load    "int10"
29         Load    "vbe"
30 EndSection
32 Section "InputDevice"
33         Identifier     "Generic Keyboard"
34         Driver         "kbd"
35         Option         "CoreKeyboard"
36         Option         "XkbLayout" "en_US"
37 EndSection
39 Section "InputDevice"
40         Identifier      "PS2 Mouse"
41         Driver          "mouse"
42         Option          "SendCoreEvents"        "true"
43         Option          "Device"                "/dev/psaux"
44         Option          "Protocol"              "auto"
45         Option          "ZAxisMapping"          "4 5"
46 EndSection
48 Section "InputDevice"
49         Identifier      "USB Mouse"
50         Driver          "mouse"
51         Option          "CorePointer"
52         Option          "Device"                "/dev/input/mice"
53         Option          "Protocol"              "auto"
54         Option          "ZAxisMapping"          "4 5"
55 EndSection
57 Section "Device"
58         Identifier      "Generic VGA Card"
59         #Driver         "vesa"
60         #Driver         "vga"
61         Driver          "fbdev"
62         Option "UseFBDev" "True"
63 EndSection
65 Section "Monitor"
66         Identifier      "Generic Monitor"
67         #HorizSync      30 - 82
68         #VertRefresh    50 - 85
69         Option          "DPMS"
70 EndSection
72 Section "Screen"
73         Identifier      "Default Screen"
74         Device          "Generic VGA Card"
75         Monitor         "Generic Monitor"
76         #DefaultDepth   8
77         SubSection "Display"
78                 Viewport        0 0
79                 Depth           4
80                 #Modes          "640x480"
81         EndSubSection
82         SubSection "Display"
83                 Viewport        0 0
84                 Depth           8
85                 #Modes          "640x480"
86         EndSubSection
87         SubSection "Display"
88                 Viewport        0 0
89                 Depth           16
90                 #Modes          "640x480"
91         EndSubSection
92         SubSection "Display"
93                 Viewport        0 0
94                 Depth           24
95                 #Modes          "640x480"
96         EndSubSection
97 EndSection
99 Section "ServerFlags"
100         Option          "BlankTime" "10"
101         Option          "StandbyTime" "15"
102         Option          "SuspendTime" "20"
103         Option          "OffTime" "30"
104         Option          "AllowMouseOpenFail" "true"
105 EndSection
107 Section "ServerLayout"
108         Identifier      "Default Layout"
109         Screen          "Default Screen"
110         InputDevice     "Generic Keyboard" "CoreKeyboard"
111         InputDevice     "USB Mouse" "CorePointer"
112         InputDevice     "PS2 Mouse"
113 EndSection
115 Section "DRI"
116         Mode    0666
117 EndSection