hammer - Remove global VOP counters
[dragonfly.git] / nrelease / gui / etc / X11 / xorg.conf
blob2af34caf6df7101c3f07a37346628a3e3e1938db
1 # $DragonFly: src/nrelease/gui/etc/X11/xorg.conf,v 1.2 2008/09/01 21:20:30 swildner Exp $
3 Section "ServerLayout"
4         Identifier      "Layout0"
5         Screen  0       "Screen0"       0       0
6         InputDevice     "Keyboard0"     "CoreKeyboard"
7         InputDevice     "Mouse0"        "CorePointer"
8 EndSection
10 Section "Files"
11         RgbPath      "/usr/pkg/share/X11/rgb"
12         ModulePath   "/usr/pkg/lib/xorg/modules"
13         FontPath     "/usr/pkg/lib/X11/fonts/misc/"
14         FontPath     "/usr/pkg/lib/X11/fonts/TTF/"
15         FontPath     "/usr/pkg/lib/X11/fonts/OTF"
16         FontPath     "/usr/pkg/lib/X11/fonts/Type1/"
17         FontPath     "/usr/pkg/lib/X11/fonts/100dpi/"
18         FontPath     "/usr/pkg/lib/X11/fonts/75dpi/"
19 EndSection
21 Section "Module"
22         Load "dbe"
23         Load "glx"
24         Load "freetype"
25         Load "extmod"
26 EndSection
28 Section "InputDevice"
29         Identifier  "Keyboard0"
30         Driver      "kbd"
31         Option      "XkbOptions" "ctrl:nocaps"
32 EndSection
34 Section "InputDevice"
35         Identifier  "Mouse0"
36         Driver      "mouse"
37         Option      "Protocol" "auto"
38         Option      "Device" "/dev/sysmouse"
39         Option      "ZAxisMapping" "4 5 6 7"
40 EndSection
42 Section "Monitor"
43         Identifier      "Monitor0"
44         Option          "DPMS"
45 EndSection
47 Section "Device"
48         Identifier      "Card0"
49         Driver          "vesa"
50 EndSection
52 Section "Screen"
53         Identifier "Screen0"
54         Device     "Card0"
55         Monitor    "Monitor0"
56         DefaultDepth 24
57         SubSection "Display"
58                 Depth     24
59         EndSubSection
60 EndSection