initial commit: 1.5.0
[systemrescuecd.git] / overlay-squashfs-sparc / etc / X11 / xorg.conf.ati
1 Section "Files"
2     FontPath    "/usr/share/fonts/local/"
3     FontPath    "/usr/share/fonts/misc/"
4     FontPath    "/usr/share/fonts/75dpi/:unscaled"
5     FontPath    "/usr/share/fonts/100dpi/:unscaled"
6     FontPath    "/usr/share/fonts/Type1/"
7     FontPath    "/usr/share/fonts/TTF/"
8     FontPath    "/usr/share/fonts/CID/"
9     FontPath    "/usr/share/fonts/Speedo/"
10     FontPath    "/usr/share/fonts/75dpi/"
11     FontPath    "/usr/share/fonts/100dpi/"
12 EndSection
13
14 Section "Module"
15     Load        "extmod"
16     Load        "dbe"
17     Load        "record"
18     Load        "xtrap"
19     Load        "glx"
20     Load        "freetype"
21     Load        "type1"
22 EndSection
23
24 Section "ServerFlags"
25     Option      "blank time"    "15"
26     Option      "standby time"  "20"
27     Option      "suspend time"  "25"
28     Option      "off time"      "30"
29 EndSection
30
31 Section "InputDevice"
32     Identifier  "Keyboard1"
33     Driver      "kbd"
34     Option      "AutoRepeat"    "250 30"
35     Option      "XkbModel"      "pc105"
36     Option      "XkbLayout"     "us"
37 EndSection
38
39 Section "InputDevice"
40     Identifier  "Mouse1"
41     Driver      "mouse"
42     Option      "Protocol"      "ImPS/2"
43     Option      "Device"        "/dev/input/mice"
44     Option      "Emulate3Buttons"
45     Option      "ZAxisMapping"  "4 5"
46 EndSection
47
48 Section "Monitor"
49     Identifier  "Sceptre"
50     Option      "dpms"
51     HorizSync   15-80
52     VertRefresh 50-90
53 EndSection
54
55 Section "Device"
56     Identifier  "ATI"
57     Driver      "ati"
58 EndSection
59
60 Section "Screen"
61     Identifier          "Headone"
62     Device              "ATI"
63     Monitor             "Sceptre"
64     DefaultDepth        16
65
66     SubSection "Display"
67         Depth           8
68         Modes           "1280x1024" "1024x768" "800x600" "640x480"
69     EndSubSection
70     SubSection "Display"
71         Depth           16
72         Modes           "1280x1024" "1024x768" "800x600" "640x480"
73     EndSubSection
74     SubSection "Display"
75         Depth           24
76         Modes           "1152x864" "1024x768" "800x600" "640x480"
77     EndSubSection
78 EndSection
79
80 Section "ServerLayout"
81     Identifier  "Single head"
82     Screen      "Headone"
83     InputDevice "Mouse1" "CorePointer"
84     InputDevice "Keyboard1" "CoreKeyboard"
85 EndSection