Problème de 3d bloqué

Bonjour

J’aimerais installer Beryl sous Debian. J’ai suivis ce tutorial :
http://forum.zebulon.fr/blog/lol2dol/index.php?showentry=480
Mais quand je reboot mon X, on me dit que le serveur X ne peut démarer.
Par contre je n’avais pas supprimé :
fglrx-driver fglrx-kernel-src fglrx-control
La dernière fois que je les est supprimé j’ai du refaire mon Débian.
J’ai lu sur plusieurs forum que la meilleur façon de mettre la 3D était d’installer les driver libre et AiglX. Si vous avez des précisions, je vous écoute …

Hello, j’ai également eu beaucoup de difficultée pour installer beryl

Tente peut-être de réinstaller ton xorg.conf d’origine si tu en avait une copie
En mode console (ctrl+alt+F1 par exemple si tu est toujours en mode graphique)

Je ne suis pas sûr mais je crois que le système fait une copie automatiquement après l’installation, vérifie dans le répertoire /etc/X11 avec un ls

Sinon ca peut peut-être également fonctionner en le fesant régénérer, en console root :

Bonne chance !

PS : J’ai fait un tutorial pour installer Beryl avec une ati, (oui je fais le pub, et alors ?? :p) :
forum.debian-fr.org/viewtopic.php?t=7129

Merci mais j’avais déjà fait une sauvegarde de xorg.conf, j’ai donc pu tout remetre.
Je ne sais pas trop d’ou viens le problème.
Je Vais voir ca tout de suite…

J’ai essayé sur l’ordi d’un ami et on ce retrouve tjs avec des problèmes de serveru X.
On remplace notre xorg.conf par la sauvegarde que nous en avions fait et on repart donc à 0.
A chaque fois que je désinstalle fglrx et tout ce qui va avec, j’ai un problème de X

Quel problème exactement ?
Le meilleur moyen pour nous de l’identifier serait de nous poster un petit cat /var/log/Xorg.0.log | grep EE afin d’identifier les erreurs.
Le contenu du fichier /etc/X11/xorg.conf ne serait pas du luxe non plus car sans quelque chose de plus précis, on ne peut pas faire grand chose.

Dsl je tacherais d’être plus clair à l’avenir.
Voici donc mon xorg.conf :

[code]# /etc/X11/xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 “aticonfig-Screen[0]” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section “Files”

path to defoma fonts

FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option “SendCoreEvents” "true"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “HorizScrollDelta” "0"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option “VendorName” "ATI Proprietary Driver"
Option “ModelName” "Generic Autodetecting Monitor"
Option “DPMS” “true”

EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24

SubSection "Display"
Depth 1
Modes “1280x800” “1280x768” “1024x768” "800x600"
EndSubSection

SubSection "Display"
Depth 4
Modes “1280x800” “1280x768” “1024x768” "800x600"
EndSubSection

SubSection "Display"
Depth 8
Modes “1280x800” “1280x768” “1024x768” "800x600"
EndSubSection

SubSection "Display"
Depth 15
Modes “1280x800” “1280x768” “1024x768” "800x600"
EndSubSection

SubSection "Display"
Depth 16
Modes “1280x800” “1280x768” “1024x768” "800x600"
EndSubSection

SubSection "Display"
Depth 24
Modes “1280x800” “1280x768” “1024x768” "800x600"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24

SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
[/code]

Et voici la réponse à :

code warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering
[/code]

Merci de votre patience.

EDIT : Au fait dsl mais L’utilisateur Ristoune et SuperMiMi sont 2 personnes différentes mais on est les deux potes ayant le même problème voila …

rebonjour

[quote]
J’aimerais installer Beryl sous Debian. J’ai suivis ce tutorial :
forum.zebulon.fr/blog/lol2dol/in … wentry=480 [/quote]
OK, donc si tu suis ce tutorial, c’est que à priori tu veux faire fonctionner Beryl avec les drivers libres.

[quote]Par contre je n’avais pas supprimé :
fglrx-driver fglrx-kernel-src fglrx-control[/quote]
Pour faire fonctionner beryl avec les drivers libres, j’ai été obligé justement de désinstaller ces drivers. Car il me semble que fglrx installe un fglrx***.so quelque part. Et lorsque j’ai voulu utiliser les drivers libres avec des paquets fglrx installés, ça ne fonctionnait pas.
Je parle bien sûr pour moi, il doit y avoir moyen de bidouiller avec ce fichier fglrx***.so mais j’ai préféré faire une désinstallation propre pour ne pas avoir à la fois driver propriétaire et driver libre.

Si tu suis bien le tuto de japan445, il ne devrais pas y avoir à priori de problèmes.[quote]Voici donc mon xorg.conf : [/quote]
Je ne suis pas spécialiste en xorg.conf mais à première vue, on dirait que celui-ci est configuré pour utiliser le driver fglrx. On lit :

Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" EndSection

Si tu veux effectivement lancer X avec fglrx, vérifie quand même que le module est lancé :

Car lorsque j’avais installé fglrx, le module ne se lançait pas tout seul.
Il fallait faire # modprobe fglrx
avant de lancer X (ajouter fglrx à la fin de /etc/modules lance fglrx automatiquement au boot).

C’est peut-être de là que viens cette erreur mais bon pas sûr quand même) :

quote AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering [/quote]

Sinon à la fin de ton xorg.conf, je ne vois pas de section composite

Section "Extensions" Option "Composite" "Disable" EndSection
Celle-ci doit être à disable pour que la 3D fonctionne avec fglrx.
Celle-ci doit être à enable pour que la 3D fonctionne avec les drivers libres.

Pour moi, c’est en effet plus simple, une fois X lancé, un simple beryl-manager lance beryl.
Avec fglrx, il faut obligatoirement XGL pour avoir beryl.
Le tout est que ta carte soit supportée par les drivers libres mais ça ne devrait pas poser de soucis.

japan445 a fait un super tuto pour installer les drivers libres ATI + Beryl (un peu de pub ne fait pas de mal, esprit marketting, quand tu nous tiens…).

Bon j’ai refais le tuto tuto de japan445. Dsl pour la palce que cela prend mais je vous redonne mon xorg.conf avant de rebooter X :


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
        Option          "AIGLX"         "true" 
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbVariant" "latin9"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
EndSection

Section "Monitor"
	Identifier   "Écran générique"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Carte vidéo générique"
	Driver      "vesa"
	BusID       "PCI:1:0:0"
	Option		"XAANoOffscreenPixmaps"		"true"
	Option	 	"AddARGBGLXVisuals" 		"true"
	Option		"AllowGLXWithComposite" 	"true" 
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Carte vidéo générique"
	Monitor    "Écran générique"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1280x800" "1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1280x800" "1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x800" "1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x800" "1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x800" "1280x768" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x800" "1280x768" "1024x768" "800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

J’avais au préalable désinstallé fglrx, libgl1-mesa-glx et libgl1-mesa-dri étaient déjà sur ma machine. Et donc en rebootant X je tombe sur une fenètre qui m’indique qu’il y a un problème avec X. En error je trouve : screen not found.
Je ne crois pas avoir oublié quelque chose en suivant son tuto.
Bien à vous.

C’est bizzard, tu as deux sections device, avec deux drivers différents :

[code]Section "Device"
Identifier "Carte vidéo générique"
Driver "vesa"
BusID "PCI:1:0:0"
Option “XAANoOffscreenPixmaps” "true"
Option “AddARGBGLXVisuals” "true"
Option “AllowGLXWithComposite” "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection [/code]

Je n’y connait pas grand chose en xorg.conf donc je ne sais rien de plus

Mais tu n’as pas changé les drivers de la carte, en effet tu as désinstallé fglrx, mais c’est toujours le driver prorio que tu as dans le fichier

Driver "fglrx"

[quote=“Japan445”]
Et remplacez “fglrx” par “ati”
[/quote]

Dis nous ce que ca donne

Lut.

J’ai essayé à nouveau, j’ai bien changé le fglrx en ati mais rien n’y fait. Je vais me renseigner pour mes deux section device dans mon xorg.conf.
Je ne comprend pas pourquoi ca ne marche pas. On me la déconseillé, mais je vais surment essayer avec les driver proprio + glx…

Voila Ristoune et moi avons trouvé le problème.

Les pc que nous utilisont viennent de notre école. Les Debian que nous avons sont préconfiguré. Nous avons fait une image ghost, et nous avons windows et Debian dessus. Tout est près, partitions, drivers, logiciel. En se renseignant auprès des 2ème année, ils nous ont dit que notre Debian nous bloquait l’activation de la 3d. Voila pourquoi cela ne marchait jamais malgré tout les tutos et script que nous avont cherché.

Le problème change et maintenant nous cherchons comment passer la protection. Merci de vos aides.

Votre école vous prête des PC ? Et vous avez un compte administrateur dessus pour faire ce que vous voulez ?

J’ai une carte ATI qui fonctionne avec les drivers libres.
Ci-dessous mon xorg.conf :

[quote]# /etc/X11/xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath “/usr/X11R6/lib/X11/fonts/75dpi”
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option “SendCoreEvents” "true"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “LeftEdge” "120"
Option “RightEdge” "830"
Option “TopEdge” "120"
Option “BottomEdge” "650"
Option “FingerLow” "14"
Option “FingerHigh” "15"
Option “MaxTapTime” "180"
Option “MaxTapMove” "110"
Option “EmulateMidButtonTime” "75"
Option “VertScrollDelta” "20"
Option “HorizScrollDelta” "20"
Option “MinSpeed” "0.3"
Option “MaxSpeed” "0.75"
Option “AccelFactor” "0.015"
Option “EdgeMotionMinSpeed” "200"
Option “EdgeMotionMaxSpeed” "200"
Option “UpDownScrolling” "1"
Option “CircularScrolling” "1"
Option “CircScrollDelta” "0.1"
Option “CircScrollTrigger” "2"
Option “SHMConfig” "On"
Option "CorePointer"
EndSection

Section "Device"
Identifier "ATI Technologies Inc M22 [Radeon Mobility M300]"
Driver "radeon"
BusID "PCI:1:0:0"
Option “XAANoOffscreenPixmaps” “true”# Optional if NVIDIA drivers are used
Option “AddARGBGLXVisuals” "On"
Option “GARTSize” "64"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc M22 [Radeon Mobility M300]"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option “Composite” "Enable"
EndSection
[/quote]

Les PC sont vendus par l’école en faite. Je viens de me renseigner les profs nous disent que ce n’est pas bloquer. Mais qu’il manque peut être des bibliotheque, surment enlevé car ils ne pensaient pas s’en servir. Je continue donc à chercher. Je vais essayer de recommencer avec un xorg.conf le plus proche possible du tiens.

OK
Par contre attention à cette section, mettre les bonnes résolutions d’ecran (j’ai un ecran en 1440x900) :Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc M22 [Radeon Mobility M300]" Monitor "Écran générique" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1440x900" EndSubSection SubSection "Display" Depth 4 Modes "1440x900" EndSubSection SubSection "Display" Depth 8 Modes "1440x900" EndSubSection SubSection "Display" Depth 15 Modes "1440x900" EndSubSection SubSection "Display" Depth 16 Modes "1440x900" EndSubSection SubSection "Display" Depth 24 Modes "1440x900" EndSubSection EndSection
Et le DefaultDepth 16 ce qui correspond à une résolution de 16bits car 24 bits me fait planter beryl. Ce n’est peut-être pas le cas pour vous 2.