Gentoo Archives: gentoo-user-fr

From: Jean-Paul Lacquement <zelos414@×××××.com>
To: gentoo-user-fr@l.g.o
Subject: [gentoo-user-fr] pb compiz
Date: Sat, 03 Mar 2007 22:49:45
Message-Id: fa218e630703031449y5bb53caaj441602fee05b46ff@mail.gmail.com
1 Bonsoir,
2
3 J'ai décidé d'installer compiz depuis portage via emerge compiz en
4 demaskant ce qui va bien afin d'installer la 0.3.6.
5 Mon portable est équipé d'une carte vidéo Intel 855GM.
6
7 Mon xorg.conf est en fin de ce mail.
8
9 jp@amilo:$ compiz --replace
10 libGL warning: 3D driver claims to not support visual 0x4b
11 compiz: GLX_EXT_texture_from_pixmap is not supported by direct
12 rendering context, trying indirect rendering context instead
13 compiz: GLX_EXT_texture_from_pixmap is missing
14 compiz: Failed to manage screen: 0
15 compiz: No manageable screens found on display :0.0
16
17
18 Ca fait déjà un moment que je galère... Ca fonctionne pour vous?
19
20 Zelos
21
22 xorg.conf:
23
24 # **********************************************************************
25 # Module section -- this section is used to specify
26 # which dynamically loadable modules to load.
27 # **********************************************************************
28 #
29 Section "Module"
30
31 # This loads the DBE extension module.
32
33 Load "dbe" # Double buffer extension
34
35 # This loads the miscellaneous extensions module, and disables
36 # initialisation of the XFree86-DGA extension within that module.
37 SubSection "extmod"
38 Option "omit xfree86-dga" # don't initialise the DGA extension
39 EndSubSection
40
41 # This loads the font modules
42 Load "type1"
43 # Load "speedo"
44 Load "freetype"
45 # Load "xtt"
46
47 # This loads the GLX module
48 Load "glx"
49 # This loads the DRI module
50 Load "dri"
51
52 EndSection
53
54 # **********************************************************************
55 # Files section. This allows default font and rgb paths to be set
56 # **********************************************************************
57
58 Section "Files"
59
60 # The location of the RGB database. Note, this is the name of the
61 # file minus the extension (like ".txt" or ".db"). There is normally
62 # no need to change the default.
63
64 # RgbPath "/usr/share/X11/rgb"
65
66 # Multiple FontPath entries are allowed (which are concatenated together),
67 # as well as specifying multiple comma-separated entries in one FontPath
68 # command (or a combination of both methods)
69 #
70 #
71
72 FontPath "/usr/share/fonts/misc/"
73 # FontPath "/usr/share/fonts/TTF/"
74 # FontPath "/usr/share/fonts/OTF"
75 FontPath "/usr/share/fonts/Type1/"
76 # FontPath "/usr/share/fonts/CID/"
77 FontPath "/usr/share/fonts/100dpi/"
78 FontPath "/usr/share/fonts/75dpi/"
79 # FontPath "/usr/lib/X11/fonts/local/"
80 # FontPath "/usr/lib/X11/fonts/misc/"
81 # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
82 # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
83 # FontPath "/usr/lib/X11/fonts/Speedo/"
84 # FontPath "/usr/lib/X11/fonts/Type1/"
85 # FontPath "/usr/lib/X11/fonts/TrueType/"
86 # FontPath "/usr/lib/X11/fonts/freefont/"
87 # FontPath "/usr/lib/X11/fonts/75dpi/"
88 # FontPath "/usr/lib/X11/fonts/100dpi/"
89
90 # The module search path. The default path is shown here.
91
92 # ModulePath "/usr/lib/modules"
93
94 EndSection
95
96 # **********************************************************************
97 # Server flags section.
98 # **********************************************************************
99
100 Section "ServerFlags"
101
102 # Uncomment this to cause a core dump at the spot where a signal is
103 # received. This may leave the console in an unusable state, but may
104 # provide a better stack trace in the core dump to aid in debugging
105
106 # Option "NoTrapSignals"
107
108 # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
109 # (where n is 1 through 12). This allows clients to receive these key
110 # events.
111
112 # Option "DontVTSwitch"
113
114 # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
115 # This allows clients to receive this key event.
116
117 # Option "DontZap"
118
119 # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
120 # sequences. This allows clients to receive these key events.
121
122 # Option "Dont Zoom"
123
124 # Uncomment this to disable tuning with the xvidtune client. With
125 # it the client can still run and fetch card and monitor attributes,
126 # but it will not be allowed to change them. If it tries it will
127 # receive a protocol error.
128
129 # Option "DisableVidModeExtension"
130
131 # Uncomment this to enable the use of a non-local xvidtune client.
132
133 # Option "AllowNonLocalXvidtune"
134
135 # Uncomment this to disable dynamically modifying the input device
136 # (mouse and keyboard) settings.
137
138 # Option "DisableModInDev"
139
140 # Uncomment this to enable the use of a non-local client to
141 # change the keyboard or mouse settings (currently only xset).
142
143 # Option "AllowNonLocalModInDev"
144
145 #Option "AIGLX" "true"
146
147 EndSection
148
149 # **********************************************************************
150 # Input devices
151 # **********************************************************************
152
153 # **********************************************************************
154 # Core keyboard's InputDevice section
155 # **********************************************************************
156
157 Section "InputDevice"
158
159 Identifier "Keyboard1"
160 Driver "kbd"
161
162 # For most OSs the protocol can be omitted (it defaults to "Standard").
163 # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
164 # uncomment the following line.
165
166 # Option "Protocol" "Xqueue"
167
168 Option "AutoRepeat" "500 30"
169
170 # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
171 # Option "Xleds" "1 2 3"
172
173 # Option "LeftAlt" "Meta"
174 # Option "RightAlt" "ModeShift"
175
176 # To customise the XKB settings to suit your keyboard, modify the
177 # lines below (which are the defaults). For example, for a non-U.S.
178 # keyboard, you will probably want to use:
179 # Option "XkbModel" "pc105"
180 # If you have a US Microsoft Natural keyboard, you can use:
181 # Option "XkbModel" "microsoft"
182 #
183 # Then to change the language, change the Layout setting.
184 # For example, a german layout can be obtained with:
185 # Option "XkbLayout" "de"
186 # or:
187 # Option "XkbLayout" "de"
188 # Option "XkbVariant" "nodeadkeys"
189 #
190 # If you'd like to switch the positions of your capslock and
191 # control keys, use:
192 # Option "XkbOptions" "ctrl:swapcaps"
193
194 # These are the default XKB settings for Xorg
195 # Option "XkbRules" "xorg"
196 # Option "XkbModel" "pc105"
197 # Option "XkbLayout" "us"
198 # Option "XkbVariant" ""
199 # Option "XkbOptions" ""
200
201 # Option "XkbDisable"
202
203 Option "XkbRules" "xorg"
204 Option "XkbModel" "pc105"
205 Option "XkbLayout" "fr"
206
207 EndSection
208
209
210 # **********************************************************************
211 # Core Pointer's InputDevice section
212 # **********************************************************************
213
214 Section "InputDevice"
215
216 # Identifier and driver
217
218 Identifier "Mouse1"
219 Driver "mouse"
220 Option "Protocol" "Auto" # Auto detect
221 Option "Device" "/dev/psaux"
222
223 # When using XQUEUE, comment out the above two lines, and uncomment
224 # the following line.
225
226 # Option "Protocol" "Xqueue"
227
228 # Mouse-speed setting for PS/2 mouse.
229
230 # Option "Resolution" "256"
231
232 # Baudrate and SampleRate are only for some Logitech mice. In
233 # almost every case these lines should be omitted.
234
235 # Option "BaudRate" "9600"
236 # Option "SampleRate" "150"
237
238 # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
239 # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
240 # 3 buttons and you need to map the wheel to different button ids to avoid
241 # conflicts.
242
243 Option "ZAxisMapping" "4 5 6 7"
244
245 # Emulate3Buttons is an option for 2-button mice
246 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
247
248 # Option "Emulate3Buttons"
249 # Option "Emulate3Timeout" "50"
250
251 # ChordMiddle is an option for some 3-button Logitech mice
252
253 # Option "ChordMiddle"
254
255 EndSection
256
257
258 # **********************************************************************
259 # Other input device sections
260 # this is optional and is required only if you
261 # are using extended input devices. This is for example only. Refer
262 # to the xorg.conf man page for a description of the options.
263 # **********************************************************************
264 #
265 # Section "InputDevice"
266 # Identifier "Mouse2"
267 # Driver "mouse"
268 # Option "Protocol" "MouseMan"
269 # Option "Device" "/dev/mouse2"
270 # EndSection
271 #
272 # Section "InputDevice"
273 # Identifier "spaceball"
274 # Driver "magellan"
275 # Option "Device" "/dev/cua0"
276 # EndSection
277 #
278 # Section "InputDevice"
279 # Identifier "spaceball2"
280 # Driver "spaceorb"
281 # Option "Device" "/dev/cua0"
282 # EndSection
283 #
284 # Section "InputDevice"
285 # Identifier "touchscreen0"
286 # Driver "microtouch"
287 # Option "Device" "/dev/ttyS0"
288 # Option "MinX" "1412"
289 # Option "MaxX" "15184"
290 # Option "MinY" "15372"
291 # Option "MaxY" "1230"
292 # Option "ScreenNumber" "0"
293 # Option "ReportingMode" "Scaled"
294 # Option "ButtonNumber" "1"
295 # Option "SendCoreEvents"
296 # EndSection
297 #
298 # Section "InputDevice"
299 # Identifier "touchscreen1"
300 # Driver "elo2300"
301 # Option "Device" "/dev/ttyS0"
302 # Option "MinX" "231"
303 # Option "MaxX" "3868"
304 # Option "MinY" "3858"
305 # Option "MaxY" "272"
306 # Option "ScreenNumber" "0"
307 # Option "ReportingMode" "Scaled"
308 # Option "ButtonThreshold" "17"
309 # Option "ButtonNumber" "1"
310 # Option "SendCoreEvents"
311 # EndSection
312
313 # **********************************************************************
314 # Monitor section
315 # **********************************************************************
316
317 # Any number of monitor sections may be present
318
319 Section "Monitor"
320
321 Identifier "LCD"
322
323 # HorizSync is in kHz unless units are specified.
324 # HorizSync may be a comma separated list of discrete values, or a
325 # comma separated list of ranges of values.
326 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
327 # USER MANUAL FOR THE CORRECT NUMBERS.
328
329 HorizSync 31.5 - 48.5
330
331 # HorizSync 30-64 # multisync
332 # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
333 # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
334
335 # VertRefresh is in Hz unless units are specified.
336 # VertRefresh may be a comma separated list of discrete values, or a
337 # comma separated list of ranges of values.
338 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
339 # USER MANUAL FOR THE CORRECT NUMBERS.
340
341 VertRefresh 50-70
342
343 EndSection
344
345
346 # **********************************************************************
347 # Graphics device section
348 # **********************************************************************
349
350 # Any number of graphics device sections may be present
351
352 # Standard VGA Device:
353
354 Section "Device"
355 Identifier "Standard VGA"
356 VendorName "Unknown"
357 BoardName "Unknown"
358
359 # The chipset line is optional in most cases. It can be used to override
360 # the driver's chipset detection, and should not normally be specified.
361
362 # Chipset "generic"
363
364 # The Driver line must be present. When using run-time loadable driver
365 # modules, this line instructs the server to load the specified driver
366 # module. Even when not using loadable driver modules, this line
367 # indicates which driver should interpret the information in this section.
368
369 Driver "vga"
370 # The BusID line is used to specify which of possibly multiple devices
371 # this section is intended for. When this line isn't present, a device
372 # section can only match up with the primary video device. For PCI
373 # devices a line like the following could be used. This line should not
374 # normally be included unless there is more than one video device
375 # intalled.
376
377 # BusID "PCI:0:10:0"
378
379 # VideoRam 256
380
381 # Clocks 25.2 28.3
382
383 EndSection
384
385 # Device configured by xorgconfig:
386
387 Section "Device"
388 Identifier "I810"
389 Driver "i810"
390 #VideoRam 32768
391 # Insert Clocks lines here if appropriate
392 #
393 Option "XAANoOffscreenPixmaps" "true"
394 Option "AddARGBGLXVisuals" "true"
395 Option "TripleBuffer" "true"
396 EndSection
397
398
399 # **********************************************************************
400 # Screen sections
401 # **********************************************************************
402
403 # Any number of screen sections may be present. Each describes
404 # the configuration of a single screen. A single specific screen section
405 # may be specified from the X server command line with the "-screen"
406 # option.
407 Section "Screen"
408 Identifier "Screen 1"
409 Device "I810"
410 Monitor "LCD"
411 DefaultDepth 24
412
413 Subsection "Display"
414 Depth 8
415 Modes "1280x1024" "1024x768" "800x600" "640x480"
416 ViewPort 0 0
417 EndSubsection
418 Subsection "Display"
419 Depth 16
420 Modes "1280x1024" "1024x768" "800x600" "640x480"
421 ViewPort 0 0
422 EndSubsection
423 Subsection "Display"
424 Depth 24
425 Modes "1024x768" "800x600" "640x480"
426 ViewPort 0 0
427 EndSubsection
428 EndSection
429
430 # **********************************************************************
431 # ServerLayout sections.
432 # **********************************************************************
433
434 # Any number of ServerLayout sections may be present. Each describes
435 # the way multiple screens are organised. A specific ServerLayout
436 # section may be specified from the X server command line with the
437 # "-layout" option. In the absence of this, the first section is used.
438 # When now ServerLayout section is present, the first Screen section
439 # is used alone.
440
441 Section "ServerLayout"
442
443 # The Identifier line must be present
444 Identifier "Simple Layout"
445
446 # Each Screen line specifies a Screen section name, and optionally
447 # the relative position of other screens. The four names after
448 # primary screen name are the screens to the top, bottom, left and right
449 # of the primary screen. In this example, screen 2 is located to the
450 # right of screen 1.
451
452 Screen "Screen 1"
453
454 # Each InputDevice line specifies an InputDevice section name and
455 # optionally some options to specify the way the device is to be
456 # used. Those options include "CorePointer", "CoreKeyboard" and
457 # "SendCoreEvents".
458
459 InputDevice "Mouse1" "CorePointer"
460 InputDevice "Keyboard1" "CoreKeyboard"
461
462 EndSection
463
464 Section "DRI"
465 Mode 0666
466 EndSection
467
468 Section "Extensions"
469 Option "Composite" "Enable"
470 EndSection
471 --
472 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] pb compiz Pierre-Yves Rofes <gentoo@×××××.fr>