Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / config / chroot_local-includes / usr / share / doc / amnesia / examples / eCAFE / xorg.conf
blob37e2f6d7c0d8fb3e5092e9a549e129df6291ecd9
1 # xorg.conf (X.Org X Window System server configuration file)
3 Section "InputDevice"
4         Identifier      "Generic Keyboard"
5         Driver          "kbd"
6         Option          "XkbRules"      "xorg"
7         Option          "XkbModel"      "pc105"
8         Option          "XkbLayout"     "fr"
9 EndSection
11 Section "InputDevice"
12         Identifier      "Configured Mouse"
13         Driver          "mouse"
14 EndSection
16 Section "Device"
17         Identifier      "Configured Video Device"
18         Driver          "geode"
19         BusID           "PCI:0:1:1"
20         Option          "UseFBDev"      "true"
21         Option          "PanelGeometry" "800x480"
22 EndSection
24 Section "Monitor"
25         Identifier      "Configured Monitor"
26         Option          "DPMS"
27         HorizSync       25 - 50
28         VertRefresh     50.0 - 75.0
29         Modeline        "800x480" 33.45 800 840 968 1056 480 490 492 525 -hsync -vsync
30         Modeline        "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync
31         Modeline        "1024x768" 64.56 1024 1056 1296 1328 768 783 791 807 -hsync  +vsync
32         DisplaySize     255 150
33 EndSection
35 Section "Screen"
36         Identifier      "Default Screen"
37         Monitor         "Configured Monitor"
38         Device          "Configured Video Device"
39         DefaultDepth    16
40         SubSection "Display"
41                 Depth   16
42                 Modes   "800x480"
43                 Viewport 0 0 
44         EndSubSection
45         #Virtual 1024 768
46 EndSection