nrelease - fix/improve livecd
[dragonfly.git] / nrelease / gui / etc / X11 / xorg.conf
CommitLineData
bfe20b28 1# $DragonFly: src/nrelease/gui/etc/X11/xorg.conf,v 1.2 2008/09/01 21:20:30 swildner Exp $
3f279b9e
SW
2
3Section "ServerLayout"
4 Identifier "Layout0"
5 Screen 0 "Screen0" 0 0
6 InputDevice "Keyboard0" "CoreKeyboard"
7 InputDevice "Mouse0" "CorePointer"
8EndSection
9
10Section "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/"
19EndSection
20
bfe20b28
SW
21Section "Module"
22 Load "dbe"
23 Load "glx"
24 Load "freetype"
25 Load "extmod"
26EndSection
27
3f279b9e
SW
28Section "InputDevice"
29 Identifier "Keyboard0"
30 Driver "kbd"
bfe20b28 31 Option "XkbOptions" "ctrl:nocaps"
3f279b9e
SW
32EndSection
33
7eb3d59f
MN
34Section "InputClass"
35 Identifier "libinput pointer catchall"
36 MatchIsPointer "on"
37 MatchIsTouchpad "on"
38 MatchDevicePath "/dev/input/event*"
39 Driver "libinput"
3f279b9e
SW
40EndSection
41
42Section "Monitor"
43 Identifier "Monitor0"
3f279b9e
SW
44 Option "DPMS"
45EndSection
46
47Section "Device"
48 Identifier "Card0"
49 Driver "vesa"
50EndSection
51
52Section "Screen"
53 Identifier "Screen0"
54 Device "Card0"
55 Monitor "Monitor0"
bfe20b28 56 DefaultDepth 24
3f279b9e
SW
57 SubSection "Display"
58 Depth 24
3f279b9e
SW
59 EndSubSection
60EndSection