test....
[eboat.git] / etc / X11 / xorg.conf
blob830f389945e8d5c7210927dc03445a9b3ff48f68
2 Section "Module"
3         Load    "glx"
4         Load    "dbe"
5         Load    "ddc"
6         Load    "dri"
7         Load    "extmod"
8         Load    "freetype"
9         Load    "int10"
10         Load    "record"
11         Load    "vbe"
12 EndSection
14 # Uncomment to see nice shadows and make the panel semi-transparent
15 # Section "Extensions"
16 #       Option "Composite"
17 # EndSection
19 Section "InputDevice"
20         Identifier      "Generic Keyboard"
21         Driver          "kbd"
22         Option          "CoreKeyboard"
23         Option          "XkbRules"      "xorg"
24         Option          "XkbModel"      "pc105"
25         Option          "XkbLayout"     "us"
26         Option  "XkbOptions"    "grp:alt_shift_toggle,compose:menu,grp_led:scroll"
27 EndSection
29 Section "InputDevice"
30         Identifier      "Generic Mouse"
31         Option          "CorePointer"
32         Option          "Device"                "/dev/input/mice"
33 # Mouse-specific options, comment out if using a touchpad
34         Driver          "mouse"
35         Option          "Protocol"              "ExplorerPS/2"
36         Option          "Emulate3Buttons"       "true"
37 ## Touchpad specific options
38 #       Driver          "synaptics"
39 #       Option          "Protocol"              "auto-dev"
40 EndSection
42 Section "Device"
43         Identifier      "Generic Video Card"
44         Driver          "vesa"
45 EndSection
47 Section "Monitor"
48         Identifier      "Generic Monitor"
49         Option          "DPMS"
50 EndSection
52 Section "Screen"
53         Identifier      "Default Screen"
54         Device          "Generic Video Card"
55         Monitor         "Generic Monitor"
56         DefaultDepth    24
57         SubSection "Display"
58                 Depth           8
59         EndSubSection
60         SubSection "Display"
61                 Depth           15
62         EndSubSection
63         SubSection "Display"
64                 Depth           16
65         EndSubSection
66         SubSection "Display"
67                 Depth           24
68                 # Modes "1280x1024" "1024x768" "800x600"
69         EndSubSection
70 EndSection
72 Section "ServerLayout"
73         Identifier      "Default Layout"
74         Screen          "Default Screen"
75         InputDevice     "Generic Keyboard"
76         InputDevice     "Generic Mouse"
77 EndSection
79 Section "DRI"
80         Mode    0666
81 EndSection