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 09/08/2007, à 21:43

tetrafred

[resolu]acceleration graphique->problème (beryl 2.0+xgl)

bonjour,

alors voilà, j'ai un problème que je ne comprend pas du tout. J'ai installé feisty, première distrib linux que j'essaye, l'ai mis à jour et voulu installer beryl. Voyant qu'il ne marchait pas je l'ai désinstall par le biais du gestionnaire de paquet synaptic en plus de l'application "ajouter enlever"....j'ai constater que mon problème venait du fait que mon accélération graphique n'étais pas active:

fredfabi@fredfabi:~$ glxinfo | grep "direct rendering"
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No

pourtant je suis bien sous une session xgl avec les driver propriétaire ATI activé^^...de plus quand je lance glxgear dans un terminal j'obtiens ceci:

fredfabi@fredfabi:~$ glxgears
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
47800 frames in 5.0 seconds = 9557.601 FPS
47197 frames in 5.0 seconds = 9427.747 FPS
47838 frames in 5.0 seconds = 9566.429 FPS
47875 frames in 5.0 seconds = 9568.754 FPS
47838 frames in 5.0 seconds = 9547.560 FPS
47875 frames in 5.0 seconds = 9564.815 FPS
47838 frames in 5.0 seconds = 9564.549 FPS
47762 frames in 5.0 seconds = 9550.872 FPS
47951 frames in 5.0 seconds = 9571.247 FPS
47875 frames in 5.0 seconds = 9564.515 FPS

des fps de fou smile.

j'ai essayer de voir avec la commande glrx-info et il me donne:

fredfabi@fredfabi:~$ glxgears -info
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
GL_RENDERER   = RADEON X800 XT
GL_VERSION    = 1.2 (2.0.6334 (8.34.8))
GL_VENDOR     = ATI Technologies Inc.
GL_EXTENSIONS = GL_ARB_multitexture GL_ARB_texture_border_clamp GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_transpose_matrix GL_EXT_abgr GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_lod_bias
26468 frames in 5.0 seconds = 5293.583 FPS
26467 frames in 5.0 seconds = 5293.282 FPS
26573 frames in 5.0 seconds = 5314.581 FPS
26492 frames in 5.0 seconds = 5298.287 FPS
26496 frames in 5.0 seconds = 5299.156 FPS

j'ai donc essayé d'installer le fameux paquet "XFree86-DRI" puis relancer mon serveur graphique avec crtl+alt+espace mais rien n'y fait. Toujours le même problème.

A noté que le bureau 3d avec l'effet d'eau etc etc sous le bureau 3d gnome marche à merveille.

que dois-je faire selon vous pour résoudre ce problème?

voilà mon xorg conf:

# /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 "Files"
    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"
    # 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"    "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"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "stylus"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

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

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

Section "Device"
    Identifier    "Carte vidéo générique"
    Driver        "fglrx"
    Busid        "PCI:3:0:0"
    Option "AddARGBGLXVisuals" "True"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    Horizsync    28-203
    Vertrefresh    43-60
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        "4061x3039"    "3759x3579"    "3063x3422"    "2256x1692"    "2120x1696"    "2032x1270"    "1787x1519"    "1736x1388"    "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    4
        Modes        "4061x3039"    "3759x3579"    "3063x3422"    "2256x1692"    "2120x1696"    "2032x1270"    "1787x1519"    "1736x1388"    "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    8
        Modes        "4061x3039"    "3759x3579"    "3063x3422"    "2256x1692"    "2120x1696"    "2032x1270"    "1787x1519"    "1736x1388"    "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    15
        Modes        "4061x3039"    "3759x3579"    "3063x3422"    "2256x1692"    "2120x1696"    "2032x1270"    "1787x1519"    "1736x1388"    "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    16
        Modes        "4061x3039"    "3759x3579"    "3063x3422"    "2256x1692"    "2120x1696"    "2032x1270"    "1787x1519"    "1736x1388"    "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    24
        Modes        "4061x3039"    "3759x3579"    "3063x3422"    "2256x1692"    "2120x1696"    "2032x1270"    "1787x1519"    "1736x1388"    "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen "Default Screen"
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
    Inputdevice    "stylus"    "SendCoreEvents"
    Inputdevice    "cursor"    "SendCoreEvents"
    Inputdevice    "eraser"    "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection
Section "Extensions"
    Option        "Composite"    "0"
EndSection

merci de votre aide wink

Dernière modification par tetrafred (Le 12/08/2007, à 08:43)

Hors ligne

#2 Le 10/08/2007, à 00:36

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

faudrait il par hazard que je mette
    option        "composite"   "disable"
à la place de 0 ? :

Section "DRI"
    Mode    0666
EndSection
Section "Extensions"
    Option        "Composite"    "0"

je tiens a préciser que j'utilisais et bloquait la version 0.2.0 de beryl wink

Dernière modification par tetrafred (Le 10/08/2007, à 01:24)

Hors ligne

#3 Le 10/08/2007, à 08:51

HymnToLife

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

C'est normal que tu n'aies pas de Direct rendering sous XGL. Repasse sous Xorg et tu l'auras. On dit merci ATi pour les drivers moisis big_smile


- Rodrigue, as-tu du cœur ?
- Non, mais j'ai du pique !

Hors ligne

#4 Le 10/08/2007, à 11:39

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

xorg c'est sous la session gnome? c'est bien ça?
de toutes façon je suis obligé de faire tourner beryl sur une session xgl....?

Dernière modification par tetrafred (Le 10/08/2007, à 11:40)

Hors ligne

#5 Le 10/08/2007, à 11:48

HymnToLife

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

Avec une ATi, oui.


- Rodrigue, as-tu du cœur ?
- Non, mais j'ai du pique !

Hors ligne

#6 Le 10/08/2007, à 11:59

inbox

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

Salut tetrafred,

As-tu tenté le pilote Radeon ?

Pour ta carte, il est indiqué "Cartes dont le support 3D est expérimental avec le driver libre Radeon". Ce qui veut dire que tu peux essayer de l'utiliser tout en portant attention aux remarques importantes sur cette même page.

Il te faut, bien sur, supprimer le pilote ATI (fglrx) et XGL avant d'installer Radeon.

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#7 Le 10/08/2007, à 12:06

grisouille

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

A noté que le bureau 3d avec l'effet d'eau etc etc sous le bureau 3d gnome marche à merveille.

tout est donc ok.
où est ton pb ?????

Hors ligne

#8 Le 10/08/2007, à 12:17

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

Salut tetrafred,

As-tu tenté le pilote Radeon ?

Pour ta carte, il est indiqué "Cartes dont le support 3D est expérimental avec le driver libre Radeon". Ce qui veut dire que tu peux essayer de l'utiliser tout en portant attention aux remarques importantes sur cette même page.

Il te faut, bien sur, supprimer le pilote ATI (fglrx) et XGL avant d'installer Radeon.

A+

je vais retenter une install avec beryl en 2.0 directement sans frocer cette version avec la 2.1 installer et je verrais. Autrement j'essayerais ta méthode, merci beaucoup wink

grisouille a écrit :

A noté que le bureau 3d avec l'effet d'eau etc etc sous le bureau 3d gnome marche à merveille.

tout est donc ok.
où est ton pb ?????

beryl ne marche pas, en fait je veux l'install pour mettre les animations 3d sur les fenetres "brule", "faisceau" etc....en plus des problèmes de barre de titre des fenetres qui disparaisses avec emerald (je me suis pencher dessus).

est ce que ça peut venir d'un conflit entre "gnome3d" et "beryl2.0". Un truc que je n'aurais pas fait dans les otpions. Du style désactiver les effets de bureau, tous décocher dans "gnome3d" et lancer beryl?

merci

Hors ligne

#9 Le 10/08/2007, à 12:21

grisouille

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

la version de beryl dans les dépots ne fonctionne pas avec fglrx + xgl
il faut prendre le beryl de ce dépot :

deb http://ubuntu.beryl-project.org feisty main

Hors ligne

#10 Le 10/08/2007, à 12:26

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

grisouille a écrit :

la version de beryl dans les dépots ne fonctionne pas avec fglrx + xgl
il faut prendre le beryl de ce dépot :

deb http://ubuntu.beryl-project.org feisty main

ok je te remercie grisouille wink
je vais essayer ça cet après midi et je vous tiens au jus...

Hors ligne

#11 Le 10/08/2007, à 19:41

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

alors j'ai essayé et maintenant je me tap un écran noir au démarrage du gestionnaire beryl....est ce que je doit faire une manip dans mon xorg.conf svp?

il n'y a pas une histoire de "defaultdepth" a modif?

de plus quand je fait "beryl --test-only" j'obtiens ceci sans checking screen:

fredfabi@fredfabi:~$ beryl --test-only
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : XGL

Checking Display :1.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

c'est normal?


merci wink

Dernière modification par tetrafred (Le 10/08/2007, à 19:50)

Hors ligne

#12 Le 10/08/2007, à 19:56

grisouille

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

dans la section Extensions de xorg.conf j'ai ça :

 	Option 		"Composite" 	"disable"

je te mets mon xorg.conf complet si ça peut t'aider

# /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 "Files"
	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"
	# 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"	"oss"
	Option		"XkbOptions"	"lv3:ralt_switch"
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"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

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

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"LeftEdge"	"1700"
	Option		"RightEdge"	"5300"
	Option		"TopEdge"	"1700"
	Option		"BottomEdge"	"4200"
	Option		"FingerLow"	"25"
	Option		"FingerHigh"	"30"
	Option		"MaxTapTime"	"180"
	Option		"MaxTapMove"	"0"
	Option		"VertScrollDelta"	"100"
	Option		"HorizScollDelta"	"0"
	Option		"MinSpeed"	"0.03"
	Option		"MaxSpeed"	"0.14"
	Option		"AccelFactor"	"0.0010"
	Option		"SHMConfig"	"on"
	#        Option          "MaxTapMove"            "220"
EndSection


Section "Device"
	Identifier	"ATI Technologies Inc RS400 [Radeon Xpress 200M]"
	Driver		"fglrx"        
	Busid		"PCI:1:5:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	Horizsync	28-64
	Vertrefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RS400 [Radeon Xpress 200M]"
	Monitor		"Écran générique"
	Defaultdepth	24
	SubSection "Display"
		Depth	1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	Inputdevice	"Synaptics Touchpad"
	Inputdevice	"stylus"	"SendCoreEvents"
	Inputdevice	"cursor"	"SendCoreEvents"
	Inputdevice	"eraser"	"SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection
Section "Extensions"
 	Option 		"Composite" 	"disable"
EndSection

Dernière modification par grisouille (Le 10/08/2007, à 20:01)

Hors ligne

#13 Le 10/08/2007, à 20:07

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

ok, je me penche dessus dans la soirée...merci beaucoup pour ta réponse rapide

Hors ligne

#14 Le 10/08/2007, à 21:44

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

ça y est ça marche smile....
alors j'ai modif mon xorg config comme ça:

Section "Files"
    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"
    # 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"    "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"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "stylus"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

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

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

Section "Device"
    Identifier    "Carte vidéo générique"
    Driver        "fglrx"
    Busid        "PCI:3:0:0"
    Option "AddARGBGLXVisuals" "True"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    Horizsync    28-203
    Vertrefresh    43-60
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        "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    4
        Modes        "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    8
        Modes        "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    15
        Modes        "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    16
        Modes        "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    24
        Modes        "1280x1024"    "1264x948"    "1200x750"    "1136x710"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen "Default Screen"
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
    Inputdevice    "stylus"    "SendCoreEvents"
    Inputdevice    "cursor"    "SendCoreEvents"
    Inputdevice    "eraser"    "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection
Section "Extensions"
    Option        "Composite"    "disable"
EndSection

en mettant bien disable. Et le pire de tout c'est que je me suis rendu compte que dans "selectionner le gestionnaire de fenetres" de beryl j'amais mis compiz lors d'une précédente tentative. Honte sur moi !

merci à vous tous wink

Hors ligne

#15 Le 10/08/2007, à 23:53

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

euh en fait j'ai un autre petit souci sad...quand beryl tourne, mes 3 autres bureaux sont noirs et quand j'y déplace une fenêtre elle y laisse des trainées.

j'avoue que je n'ai pas encore regarder dans le wiki, désolé.

Hors ligne

#16 Le 12/08/2007, à 08:42

tetrafred

Re : [resolu]acceleration graphique->problème (beryl 2.0+xgl)

bon problèmes résolus, j'avais pas vu ça:

Hello,

je suis un peu debutant mais peut-etre que ceci peut t`aider:  va dans beryl settings manager puis arriere-plan et assure toi que  la case ' le gestionnaire de bureau supporte les bureau virtuel ' ne soit pas cochée.

En espérant que ca t`aide!

Hors ligne