blob: b4c8e4faf1c550c9c17cd74cfcca684e3b446152 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
# ***************************************************************************
# This is a configuration file for the Indy's / I2's Newport Graphics and the
# SGI GDM17E10 Monitor other monitors should work as well
# Guido Guenther <agx@sigxcpu.org>
# ***************************************************************************
Section "ServerFlags"
Option "BlankTime" "10"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/TrueType"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/Speedo"
EndSection
Section "Module"
Load "xaa"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc102"
Option "XkbLayout" "us"
# for a german layout use:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# if you don't like caps lock:
# Option "XkbOptions" "ctrl:swapcaps"
Option "XkbOptions" "ctrl:nocaps"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
# use /dev/psaus if you don't run gpm
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "SGI Newport"
Driver "newport"
# I2 XL users need this one:
#@@@ Option "BusID" "1"@@@
# Use this to disable the hardware cursor
# Option "HWCursor" "false"
# Use this if autodetection of bitplanes fails:
# Option "bitplanes" "24"
Option "NoAccel" "false"
EndSection
Section "Monitor"
Identifier "SUN GDM17e10"
# This Information can be found at http://www.si87.com/
HorizSync 30-82 # multiple ranges of sync frequencies
VertRefresh 50-120 # typical for a single frequency fixed-sync monitor
# A single modeline is sufficient, we don't use it at all, but it might be
# handy if you connect this monitor to a PC:
# ModeLine "1280x1024@70Hz" 130 1280 1320 1480 1728 1024 1029 1036 1077
Modeline "1280x1024@70" 141.82 1280 1312 1848 1880 1024 1044 1056 1076
EndSection
Section "Screen"
Identifier "Default Screen"
Device "SGI Newport"
Monitor "SUN GDM17e10"
DefaultDepth 24
# use this for 24bpp mode
# DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
|