1 | # Xorg configuration created by system-config-display
|
---|
2 |
|
---|
3 | Section "ServerLayout"
|
---|
4 | Identifier "single head configuration"
|
---|
5 | Screen 0 "Screen0" 0 0
|
---|
6 | InputDevice "Mouse0" "CorePointer"
|
---|
7 | InputDevice "Keyboard0" "CoreKeyboard"
|
---|
8 | EndSection
|
---|
9 |
|
---|
10 | Section "Files"
|
---|
11 |
|
---|
12 | # RgbPath is the location of the RGB database. Note, this is the name of the
|
---|
13 | # file minus the extension (like ".txt" or ".db"). There is normally
|
---|
14 | # no need to change the default.
|
---|
15 | # Multiple FontPath entries are allowed (they are concatenated together)
|
---|
16 | # By default, Red Hat 6.0 and later now use a font server independent of
|
---|
17 | # the X server to render fonts.
|
---|
18 | RgbPath "/usr/X11R6/lib/X11/rgb"
|
---|
19 | FontPath "unix/:7100"
|
---|
20 | EndSection
|
---|
21 |
|
---|
22 | Section "Module"
|
---|
23 | Load "dbe"
|
---|
24 | Load "extmod"
|
---|
25 | Load "fbdevhw"
|
---|
26 | Load "glx"
|
---|
27 | Load "record"
|
---|
28 | Load "freetype"
|
---|
29 | Load "type1"
|
---|
30 | Load "dri"
|
---|
31 | EndSection
|
---|
32 |
|
---|
33 | Section "InputDevice"
|
---|
34 |
|
---|
35 | # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
|
---|
36 | # Option "Xleds" "1 2 3"
|
---|
37 | # To disable the XKEYBOARD extension, uncomment XkbDisable.
|
---|
38 | # Option "XkbDisable"
|
---|
39 | # To customise the XKB settings to suit your keyboard, modify the
|
---|
40 | # lines below (which are the defaults). For example, for a non-U.S.
|
---|
41 | # keyboard, you will probably want to use:
|
---|
42 | # Option "XkbModel" "pc102"
|
---|
43 | # If you have a US Microsoft Natural keyboard, you can use:
|
---|
44 | # Option "XkbModel" "microsoft"
|
---|
45 | #
|
---|
46 | # Then to change the language, change the Layout setting.
|
---|
47 | # For example, a german layout can be obtained with:
|
---|
48 | # Option "XkbLayout" "de"
|
---|
49 | # or:
|
---|
50 | # Option "XkbLayout" "de"
|
---|
51 | # Option "XkbVariant" "nodeadkeys"
|
---|
52 | #
|
---|
53 | # If you'd like to switch the positions of your capslock and
|
---|
54 | # control keys, use:
|
---|
55 | # Option "XkbOptions" "ctrl:swapcaps"
|
---|
56 | # Or if you just want both to be control, use:
|
---|
57 | # Option "XkbOptions" "ctrl:nocaps"
|
---|
58 | #
|
---|
59 | Identifier "Keyboard0"
|
---|
60 | Driver "kbd"
|
---|
61 | Option "XkbModel" "pc105"
|
---|
62 | Option "XkbLayout" "us"
|
---|
63 | EndSection
|
---|
64 |
|
---|
65 | Section "InputDevice"
|
---|
66 | Identifier "Mouse0"
|
---|
67 | Driver "vboxmouse"
|
---|
68 | Option "CorePointer"
|
---|
69 | Option "Protocol" "IMPS/2"
|
---|
70 | Option "Device" "/dev/input/mice"
|
---|
71 | Option "ZAxisMapping" "4 5"
|
---|
72 | Option "Emulate3Buttons" "yes"
|
---|
73 | EndSection
|
---|
74 |
|
---|
75 | Section "Monitor"
|
---|
76 | Identifier "Monitor0"
|
---|
77 | VendorName "Monitor Vendor"
|
---|
78 | ModelName "LCD Panel 1600x1000"
|
---|
79 | HorizSync 31.5 - 90.0
|
---|
80 | VertRefresh 60.0 - 60.0
|
---|
81 | Option "dpms"
|
---|
82 | EndSection
|
---|
83 |
|
---|
84 | Section "Device"
|
---|
85 | Identifier "Videocard0"
|
---|
86 | Driver "vboxvideo"
|
---|
87 | VendorName "Videocard vendor"
|
---|
88 | BoardName "VESA driver (generic)"
|
---|
89 | EndSection
|
---|
90 |
|
---|
91 | Section "Screen"
|
---|
92 | Identifier "Screen0"
|
---|
93 | Device "Videocard0"
|
---|
94 | Monitor "Monitor0"
|
---|
95 | DefaultDepth 24
|
---|
96 | SubSection "Display"
|
---|
97 | Viewport 0 0
|
---|
98 | Depth 24
|
---|
99 | Modes "1280x800" "1152x720"
|
---|
100 | EndSubSection
|
---|
101 | EndSection
|
---|
102 |
|
---|
103 | Section "DRI"
|
---|
104 | Group 0
|
---|
105 | Mode 0666
|
---|
106 | EndSection
|
---|
107 |
|
---|