Gentoo Archives: gentoo-user

From: David Talkington <dtalk@××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: X application instability
Date: Thu, 08 Feb 2007 19:27:29
Message-Id: Pine.LNX.4.64.0702081118120.4624@atlantis.flyingjoke.org
In Reply to: [gentoo-user] X application instability by David Talkington
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4
5 Looks like my xorg.conf didn't get attached (or was stripped); inlining
6 below. Cheers -d
7
8
9 Section "ServerLayout"
10 Identifier "dualhead"
11 Screen "screen1" 0 0
12 Screen "screen0" 0 0
13 InputDevice "Mouse1" "CorePointer"
14 InputDevice "Keyboard1" "CoreKeyboard"
15 EndSection
16 Section "ServerFlags"
17 Option "Xinerama" "on"
18 EndSection
19
20
21 Section "Files"
22
23 # The location of the RGB database. Note, this is the name of the
24 # file minus the extension (like ".txt" or ".db"). There is normally
25 # no need to change the default.
26 # Multiple FontPath entries are allowed (which are concatenated together),
27 # as well as specifying multiple comma-separated entries in one FontPath
28 # command (or a combination of both methods)
29 #
30 #
31 # FontPath "/usr/share/fonts/CID/"
32 # FontPath "/usr/share/fonts/Speedo/"
33 # FontPath "/usr/share/fonts/TrueType/"
34 # FontPath "/usr/share/fonts/freefont/"
35 # The module search path. The default path is shown here.
36 FontPath "/usr/share/fonts/misc/"
37 FontPath "/usr/share/fonts/TTF/"
38 FontPath "/usr/share/fonts/Type1/"
39 FontPath "/usr/share/fonts/75dpi/"
40 FontPath "/usr/share/fonts/100dpi/"
41 FontPath "/usr/share/fonts/local/"
42 EndSection
43
44 Section "Module"
45
46 # This loads the DBE extension module.
47 # This loads the miscellaneous extensions module, and disables
48 # initialisation of the XFree86-DGA extension within that module.
49 # SubSection "extmod"
50 # Option "omit xfree86-dga" # don't initialise the DGA extension
51 # EndSubSection
52 # This loads the font modules
53 # This loads the GLX module
54 # Load "glx"
55 # This loads the DRI module
56 # Load "dri"
57 Load "dbe" # Double buffer extension
58 Load "type1"
59 # Load "speedo"
60 Load "freetype"
61 # Load "xtt"
62 Load "glx"
63 EndSection
64
65 Section "ServerFlags"
66 Option "Rotate"
67 # Uncomment this to cause a core dump at the spot where a signal is
68 # received. This may leave the console in an unusable state, but may
69 # provide a better stack trace in the core dump to aid in debugging
70 # Option "NoTrapSignals"
71 # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
72 # (where n is 1 through 12). This allows clients to receive these key
73 # events.
74 # Option "DontVTSwitch"
75 # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
76 # This allows clients to receive this key event.
77 # Option "DontZap"
78 # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
79 # sequences. This allows clients to receive these key events.
80 # Option "Dont Zoom"
81 # Uncomment this to disable tuning with the xvidtune client. With
82 # it the client can still run and fetch card and monitor attributes,
83 # but it will not be allowed to change them. If it tries it will
84 # receive a protocol error.
85 # Option "DisableVidModeExtension"
86 # Uncomment this to enable the use of a non-local xvidtune client.
87 # Option "AllowNonLocalXvidtune"
88 # Uncomment this to disable dynamically modifying the input device
89 # (mouse and keyboard) settings.
90 # Option "DisableModInDev"
91 # Uncomment this to enable the use of a non-local client to
92 # change the keyboard or mouse settings (currently only xset).
93 # Option "AllowNonLocalModInDev"
94 EndSection
95
96 Section "InputDevice"
97 Identifier "Keyboard1"
98 Driver "kbd"
99 Option "AutoRepeat" "500 30"
100 Option "XkbRules" "xorg"
101 Option "XkbModel" "pc101"
102 Option "XkbLayout" "us"
103 EndSection
104
105 Section "InputDevice"
106 Identifier "Mouse1"
107 Driver "mouse"
108 Option "Protocol" "PS/2"
109 Option "Device" "/dev/psaux"
110 EndSection
111
112 Section "Monitor"
113 Identifier "1905fp"
114 HorizSync 30.0 - 81.0
115 VertRefresh 56.0 - 76.0
116 Option "dpms"
117 EndSection
118
119 Section "Monitor"
120 Identifier "1800fp"
121 HorizSync 30.0 - 81.0
122 VertRefresh 56.0 - 76.0
123 Option "dpms"
124 EndSection
125
126 Section "Device"
127
128 Identifier "matrox0"
129 Driver "mga" # xorg Matrox driver
130 # Driver "fglrx" # binary ati driver from gentoo 'ati-drivers'
131 # Driver "ati" # xorg ati driver
132 # Driver "nvidia" # binary nvidia driver from nvidia
133 # Driver "nv" # xorg nvidia driver
134 EndSection
135
136 Section "Device"
137 Identifier "matrox1"
138 Driver "mga"
139 EndSection
140
141 Section "Screen"
142 Identifier "screen0"
143 Device "matrox0"
144 Monitor "1905fp"
145 DefaultDepth 24
146 Option "dpms"
147 #VideoRam 65536
148 # Insert Clocks lines here if appropriate
149 SubSection "Display"
150 Viewport 0 0
151 Depth 24
152 Modes "1280x1024" "1024x768" "800x600" "640x480"
153 EndSubSection
154 EndSection
155
156 Section "Screen"
157 Identifier "screen1"
158 Device "matrox1"
159 Monitor "1800fp"
160 DefaultDepth 24
161 Option "dpms"
162 #VideoRam 65536
163 # Insert Clocks lines here if appropriate
164 SubSection "Display"
165 Viewport 0 0
166 Depth 24
167 Modes "1024x768" "800x600" "640x480"
168 EndSubSection
169 EndSection
170
171 - --
172 David Talkington
173
174 PGP key: http://www.prairienet.org/~dtalk/004B8F8B.asc
175 -----BEGIN PGP SIGNATURE-----
176 Version: GnuPG v1.4.6 (GNU/Linux)
177
178 iD8DBQFFy3e75FKhdwBLj4sRAq7mAJ4mRYZvrs74LB9A/eOQVXQtI34M7wCeKwKJ
179 8eAoMcy62l+lEzTcjO49ZkI=
180 =wKrM
181 -----END PGP SIGNATURE-----
182 --
183 gentoo-user@g.o mailing list