Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/06/2007, à 09:10

angelfire0808

3d +feisty :-(

Bonjour,

Hier j'avais mes effetes 3D(avec ubuntu 7.04) avec compiz(0.3) qui fonctionnait et j'ai decidé d'installer une nouvelle version de compiz(0.5). Depuis ce temps la mes effets ne fontionnent plus, quand je veux les lancer je pers le contour des fenetres et j'ai pas d'acceleration 3D :-(. J'ai donc reinstallé l'ancienne version de compiz mais c'est toujours pareil, reinstallation de xgl => idem


POur la carte graphique fglrxinfo est bon :
$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700
OpenGL version string: 2.0.6334 (8.34.8)

et voici d'autres infos :
glxinfo | grep directXlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No

# /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 xorg.conf(5) manual page.
# (Type "man 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    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path to defoma fonts
	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"
EndSection

Section "Module"


	Load  "dri"
	Load  "glx"
	Load  "dbe"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "extmod"
	Load  "freetype"
	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" "oss"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "ZAxisMapping" "4 5"
	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 "InputDevice"
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	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  "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Driver      "fglrx"
	Option	    "MonitorLayout" "LVDS,NONE"
EndSection

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

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	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" "Disable"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

#2 Le 07/06/2007, à 09:14

angelfire0808

Re : 3d +feisty :-(

et si je met Composite a "enable"
Section "Extensions"
        Option  "Composite" "Disable"
EndSection

quand je souhaite me loguer sur xgl je vois trés trés mal les fenetres et ca freeze de partout :-(

#3 Le 07/06/2007, à 09:43

ebrain

Re : 3d +feisty :-(

et si je met Composite a "enable"
Section "Extensions"
        Option  "Composite" "Disable"
EndSection

Laisses le à disable surtout ! yikes

Sinon pour le coup de compiz qui marche plus en version 0.5 c'est bien fait pour toi, t'avais qu'à lire un peu mieux les recommandations, à savoir :

Compiz 0.5 is the developmental version and is the successor of 0.3.6.

Donc si ça bug de partout c'est normal, c'est en aucun cas une version stabilisée roll.

j'ai pas d'acceleration 3D

Je peux savoir ce qui te fait arriver à cette conclusion ?

@+

Dernière modification par ebrain (Le 07/06/2007, à 09:46)


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#4 Le 07/06/2007, à 09:53

angelfire0808

Re : 3d +feisty :-(

Fin j'ai bien l'acceleration 3d mais pas les effets 3D, je me suis mal expliqué :-(, quand je veux activer compiz ca enleve tout les contours de fenetres et aucun effet :-(

#5 Le 07/06/2007, à 09:55

ebrain

Re : 3d +feisty :-(

quand je veux activer compiz ca enleve tout les contours de fenetres et aucun effet :-(

Ben je t'ai dit, 0.5 fallait pas...

Essayes la 0.4 qui elle est STABLE roll.
@+


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#6 Le 07/06/2007, à 10:02

angelfire0808

Re : 3d +feisty :-(

Fin j'ai remis la 0.3.6 et c'est pareil :-(, mais je vais tester quand meme la 0.4 :-)

#7 Le 07/06/2007, à 10:10

angelfire0808

Re : 3d +feisty :-(

J'ai installé la version 0.4 , et ça fait exactement la meme chose :-(

#8 Le 07/06/2007, à 10:20

ebrain

Re : 3d +feisty :-(

J'ai installé la version 0.4 , et ça fait exactement la meme chose :-(

T'as viré tes préférences compiz au moins ?

@+


Le Blender Clan, site communautaire francophone Blender :: www.blenderclan.org ::

Hors ligne

#9 Le 07/06/2007, à 10:33

angelfire08008

Re : 3d +feisty :-(

Ca se trouve ou?

merci d'avance

#10 Le 07/06/2007, à 10:37

angelfire0808

Re : 3d +feisty :-(

Maintenant quand je veux activer les effets 3D ça m'indique que c'est impossible

#11 Le 07/06/2007, à 18:21

angelfire0808

Re : 3d +feisty :-(

up