Compiz refuse de démarer sous sqeeze 'neuve'

Suite à modeset=0 Plus de driver radeon toujours pas de compiz…
glxgears fontionne toujours mais moins vite…

~$ glxgears 620 frames in 5.0 seconds = 123.892 FPS 658 frames in 5.0 seconds = 131.542 FPS

[code]~$ lsmod | grep radeon

~$ grep DRM_RADEON /boot/config-$(uname -r)
CONFIG_DRM_RADEON=m

CONFIG_DRM_RADEON_KMS is not set

[/code]

Merci

pourquoi est-ce si compliqué… compiz n’est pas trop supporté par debian???
pouquoi est-ce que ca marche si facilement sous ubuntu???

Une différence de noyau peut-etre, je n’y crois pas trop mais bon…

bonjour

à tout hasard $ rm -Rf ~/.config/compiz

Rate ca fait rien… Aaaargl

Que retourne glxinfo | grep -i render et dmesg |grep radeon

Je suppose que tu n’as pas de xorg.conf
Essaye d’en creer un pour voir si ca va mieux
X -configure
mv ~/xorg.conf.new /etc/X11/xorg.conf

LIBGL_DEBUG=verbose glxinfo

J’ai déjà essayé de faire un xorg.conf —> serveur x bloqué en boucle à la fin de la partie ‘texte’ du démarage:
Texte clignotant comme si le serveur essayait, ratait, essayait…
Je vais réessayer :smiley:

~$ glxinfo | grep -i render
direct rendering: Yes
OpenGL renderer string: Mesa X11

$ dmesg |grep radeon   -------->KMS à 0
[    6.497199] radeon: `O' invalid for parameter `modeset'
[   20.391544] radeon: `O' invalid for parameter `modeset':

~$ dmesg |grep radeon  --------->KMS à 1 Mieux non?
[    6.490762] [drm] radeon kernel modesetting enabled.
[    6.490915] radeon 0000:01:05.0: power state changed by ACPI to D0
[    6.490964] radeon 0000:01:05.0: power state changed by ACPI to D0
[    6.491013] radeon 0000:01:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.495662] [drm] radeon: Initializing kernel modesetting.
[    6.496541] radeon 0000:01:05.0: putting AGP V3 device into 8x mode
[    6.496628] [drm] radeon: VRAM 128M
[    6.496663] [drm] radeon: VRAM from 0x00000000 to 0x07FFFFFF
[    6.496700] [drm] radeon: GTT 64M
[    6.496735] [drm] radeon: GTT from 0xEC000000 to 0xEFFFFFFF
[    6.496795] [drm] radeon: irq initialized.
[    6.497697] [drm] radeon: 128M of VRAM memory ready
[    6.497735] [drm] radeon: 64M of GTT memory ready.
[    6.498014] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
[    6.498065] [drm] radeon: cp idle (0x10000C03)
[    6.498193] platform radeon_cp.0: firmware: requesting radeon/R300_cp.bin
[    6.770537] [drm] radeon: ring at 0x00000000EC000000
[    6.778451] [drm] radeon: ib pool ready.
[    6.949441] fb0: radeondrmfb frame buffer device
[    6.949752] [drm] Initialized radeon 2.0.0 20080528 for 0000:01:05.0 on minor 0

Tu as un problème sur le chargement des drivers.
Crée un xorg.conf et poste le si tu as un probleme de boot, avec les erreur de /var/log/Xorg.0.log

Tiens 2 liens qui peuvent peut-être t’aider
http://lists.debian.org/debian-user/2010/11/msg01276.html
http://www.x.org/wiki/radeonBuildHowTo

Salut :wink:

Avec Radeon j’avais réussi à lancer compiz via cette commande :

Bonne chance :slightly_smiling:

Desolé de répondre si tard… Rien n’a marché…
Voilà:
xorg.conf

[code]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” "CorePointer"
InputDevice “Keyboard0” "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "dbe"
Load "dri2"
Load "dri"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option “Protocol” "auto"
Option “Device” "/dev/input/mice"
Option “ZAxisMapping” "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz"
### [arg]: arg optional
#Option “ShadowFB” # []
#Option “DefaultRefresh” # []
#Option “ModeSetClearScreen” # []
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
BusID "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
[/code]

Xorg.log

[code]X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian
Current Operating System: Linux Erwan 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=/dev/sda3 single
Build Date: 19 February 2011 02:37:36PM
xorg-server 2:1.7.7-13 (Cyril Brulebois kibi@debian.org)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: “/var/log/Xorg.0.log”, Time: Sun Mar 6 17:24:56 2011
(++) Using config file: “/root/xorg.conf.new”
(==) Using system config directory “/usr/share/X11/xorg.conf.d”
(==) ServerLayout “X.org Configured”
(
) |–>Screen “Screen0” (0)
() | |–>Monitor “Monitor0”
(
) | |–>Device “Card0”
() |–>Input Device “Mouse0”
(
) |–>Input Device “Keyboard0”
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
Entry deleted from font path.
() FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(
) ModulePath set to “/usr/lib/xorg/modules”
(WW) AllowEmptyInput is on, devices using drivers ‘kbd’, ‘mouse’ or ‘vmmouse’ will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(–) using VT number 2

(–) PCI:*(0:1:5:0) 1002:4e50:1179:ff01 ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xf0000000/134217728, 0xe8100000/65536, I/O @ 0x00009000/256, BIOS @ 0x???/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) “extmod” will be loaded. This was enabled by default and also specified in the config file.
(II) “dbe” will be loaded. This was enabled by default and also specified in the config file.
(II) “glx” will be loaded. This was enabled by default and also specified in the config file.
(II) “record” will be loaded. This was enabled by default and also specified in the config file.
(II) “dri” will be loaded. This was enabled by default and also specified in the config file.
(II) “dri2” will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: “glx”
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: “extmod”
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: “dbe”
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: “dri2”
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: “dri”
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: “record”
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: “vesa”
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 01@00:05:0
(EE) VESA: Kernel modesetting driver in use, refusing to load
(WW) Falling back to old probe method for vesa
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at “/var/log/Xorg.0.log” for additional information.[/code]

[quote]Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz"
### [arg]: arg optional
#Option “ShadowFB” # []
#Option “DefaultRefresh” # []
#Option “ModeSetClearScreen” # []
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
BusID "PCI:1:5:0"
EndSection
[/quote]

Deja remplace vesa par radeon ca devrait aller mieux