summaryrefslogtreecommitdiffstats
path: root/build_tools/l7/larch0/profiles/xmini/rootoverlay/etc/X11/xorg.conf.base
blob: f6f6c0effcaeb5cd1101d48731825ed9cf6f56ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#Section "ServerFlags"
#    # This deactivates input device hotplugging
#    Option  "AutoAddDevices"    "False"
#EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option      "XkbRules"      "xorg"
##XKMAP+
#    Option      "XkbModel"      "pc101"
#    Option      "XkbLayout"     "de"
##XKMAP-
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
EndSection

Section "Device"
    Identifier  "Configured Video Device"
#xvesa    Driver      "vesa"
#nodri    Option      "DRI" "False"
#    Option      "AccelMethod" "exa"
EndSection

Section "Monitor"
    Identifier  "Configured Monitor"
#    Option      "PreferredMode"     "1024x768"
#    HorizSync   30.0 - 65.0
#    VertRefresh 50.0 - 75.0
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Monitor     "Configured Monitor"
#    DefaultDepth 16
#    SubSection "Display"
#        Viewport   0 0
#        Depth     16
#        Modes     "1024x768" "800x600"
#    EndSubSection
EndSection