#1 Le 28/10/2006, à 16:15
- abrindoul
[Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Bonjour,
Je viens d'installer Edgy sur mon portable Dell D610, où j'ai une carte graphique Radeon Mobility X300 (je ne sais pas si elle est en AGP, PCI, ou PCI Express) en suivant le tuto http://doc.ubuntu-fr.org/applications/b … et_emerald.
1 - Quand je suis l'option driver libre pour ATI : je n'arrive plus à lancer X
2 - Quand j'essaie l'option driver propriétaire, l'étape
glxinfo|grep direct
me renvoie un direct rendering: No
Question 1 : ma carte graphique Radeon Mobility X300.est-elle compatible avec BERYL (j'ai bien vu la liste des cartes compatibles pour XGL mais rien pour Beryl)
Question 2 : Dans le xorg.conf ci-dessous (qui correspond à l'option 2 driver propriétaire fglrx voyez-vous quelque chose, qui cloche ?
Merci beaucoup pour votre aide.
# /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 "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
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 "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/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"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
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. M22 [Radeon Mobility M300]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050"
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
[Edit par Stemp : Pas de titre en majuscules svp]
Dernière modification par abrindoul (Le 30/10/2006, à 21:33)
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne
#2 Le 28/10/2006, à 16:20
- jdefaver
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Si tu es sous edgy avec les drivers propriétaires, tu dois désactiver composite dans ton xorg.conf...
Section "Extensions"
Option "Composite" "disable"
EndSection
Hors ligne
#3 Le 28/10/2006, à 17:06
- abrindoul
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Merci,
J'ai effectivement ajouter cette section en suivant un autre tuto, et j'ai bien direct rendering: Yes.
J'en suis au lancement de bery-manager :
[beryl-manager
Là, j'ai plus de décoration de fenêtres, plus de barre de tâche KDE ((
Et je viens de lire à la fin du tuto http://doc.ubuntu-fr.org/applications/b … et_emerald ceci :
Je crois que la section "Drivers propriétaire FGLRX” n"a rien à faire ici, car les drivers propriétaire ne permettent pas de faire tourner Beryl avec AIGLX. Bref il faut en plus installer XGL, et donc aller voir la page sur XGL (faites une recherche XGL sur ce site). Pour moi cette page devrait servir uniquement pour installer Beryl sans passer par XGL. Je vous laisse le soin d"effacer...
J'aurai apparemment pas du installer les drivers proprio ?
Peut-être que tout simplement cette carte n'est pas compatible Beryl ????
Une idée ?
Merci pour ton coup de pouce en tout cas.
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne
#4 Le 29/10/2006, à 14:23
- [LGF] Tatayet
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Bonjour,
Désolé de me mettre à la suite de ton topic, mais je suis dans le même cas avec une ATI X1800 et une installation de Edgy datant d'hier.
J'ai installé FGLRX et ce matin j'ai voulu installer Beryl, mais ça ne fonctionne pas, dans le gestionnaire en cliquant sur Beryl, l'écran clignote deux fois et revient sur "Metacity".
Je suppose qu'il faut désinstaller les Drivers proprio et installer les Libre pour faire fonctionner Beryl?
Est-ce que quelqu'un peut confirmer et surtout dire en résumé comment désinstaller proprement les drivers proprio pour installer à la suite les drivers Libre?
Merci d'avance.
www.lgf-world.net
Hors ligne
#5 Le 29/10/2006, à 14:53
- brakbabord
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Moi, sur mon ATI X700 ça n'a jamais voulu fonctionner Beryl.
Par contre compiz (je sais c'est la meme chose) il a fonctionné un jour, pendant quelques secondes avant de planter lamentablement et ensuite il n'a plus voulu remarcher...
J'utilise les drivers proprio sur dapper, et je compte les garder, étant donné que les drivers libres fonctionnent très mal sur mon système.
Hors ligne
#6 Le 29/10/2006, à 15:14
- Stardust
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
bonjour
j'ai une ATI x300, je fais tourner beryl sans modifications du pilote
Hardware :Partie de l'ordinateur qui reçoit les coups quand le software se plante. Desproges.
In a world without walls and fences, who needs windows and gates ?
Hors ligne
#7 Le 29/10/2006, à 15:49
- abrindoul
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Tu es sous Dapper ou Edgy ?
As-tu installé au préalable XGL ou suivi les manips du tuto http://doc.ubuntu-fr.org/applications/b … et_emerald ?
Pourrais-tu me poster dans le wiki ton xorg.conf s'il te plait (si c'est une X300 ca m'intéresse fortement) ?
Merci beaucoup
Dernière modification par abrindoul (Le 29/10/2006, à 15:50)
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne
#8 Le 29/10/2006, à 16:39
- Stardust
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
bonsoir
je suis sous edgy
Pour installer beryl, c'est très simple
dépôts beryl :
sudo gedit /etc/apt/sources.list
deb http://ubuntu.beryl-project.org/ edgy main-edgy
- pour avoir la signature :
wget http://ubuntu.beryl-project.org/quinn.key.asc -O - | sudo apt-key add -
L'installation:
sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes
Démarrage automatique
- Système, Préférences, Sessions, ajouter /usr/bin/beryl-manager au démarrage, puis redémarrer.
Je préfère un démarrage manuel, dans une console, il suffit de taper
beryl-manager
voici mon fichier xorg:
# /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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# 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 "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. M22 [Radeon Mobility M300]" ##<-----------------------------------
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
Monitor "Generic Monitor"
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 "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Un grand merci à Yannp pour le tuto
Dernière modification par Stardust (Le 29/10/2006, à 16:50)
Hardware :Partie de l'ordinateur qui reçoit les coups quand le software se plante. Desproges.
In a world without walls and fences, who needs windows and gates ?
Hors ligne
#9 Le 30/10/2006, à 19:37
- abrindoul
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Bonjour,
Pas besoin d'installer XGL donc ?
Je croyais pourtant d'après un autre topic qu'il fallait faire apparaître un menu XGL dans le menu "session type" (je suis sous Kubuntu), bref qu'il fallait lancer une session XGL pour ensuite pouvoir lancer Beryl ?!?.
Merci beaucoup !
Dernière modification par abrindoul (Le 30/10/2006, à 19:46)
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne
#10 Le 30/10/2006, à 19:47
- jdefaver
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Si tu es sous les drivers fglrx, oui, c'est indispensable. Mais le tuto du wiki est tres bien pour Xgl.
Hors ligne
#11 Le 30/10/2006, à 19:53
- abrindoul
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Stardust fait tourner Beryi sans installer les drivers proprio. Si je fais comme lui, dois-je installer XGL ou pas ?
Ta réponse laissse penser qu'il n'est pas nécessaire d'installer XGL dans le cas des drivers libres ATI, exact ?
Merci beaucoup
Dernière modification par abrindoul (Le 30/10/2006, à 19:55)
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne
#12 Le 30/10/2006, à 19:57
- Stardust
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Stardust fait tourner Beryi sans installer les drivers proprio. Si je fais comme lui, dois-je installer XGL ou pas ?
Ta réponse laissse penser qu'il n'est pas nécessaire d'installer XGL dans le cas des drivers libres ATI, exact ?
Merci beaucoup
oui, je me suis contenté d'installer juste edgy eft, aiglx est sufffisant pour faire tourner beryl, il est compris dedans
Dernière modification par Stardust (Le 30/10/2006, à 19:59)
Hardware :Partie de l'ordinateur qui reçoit les coups quand le software se plante. Desproges.
In a world without walls and fences, who needs windows and gates ?
Hors ligne
#13 Le 30/10/2006, à 20:11
- abrindoul
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
J'ai suivi tes manips (en ajoutant un sudo apr-get update tout de même ;o)).
Ca commence à marcher : j'ai eu le cube !.
Pour les problemes de décorations de fenêtres + plus moyen de déplacer les fenêtres à la souris en prenant la barre de titre => http://forum.ubuntu-fr.org/viewtopic.php?id=71145 ou faire une recherche "decoration beryl" dans le forum
Je passe à résolu
Un grand Merci Stadust !
Dernière modification par abrindoul (Le 30/10/2006, à 21:32)
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne
#14 Le 31/10/2006, à 00:40
- xilef
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Depuis quand l'accélération 3D du driver libre fonctionne pour les X300 ?
.felix
Hors ligne
#15 Le 31/10/2006, à 07:37
- abrindoul
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
Aucune idéee car c'est la première fois que j'essaie, mais je t'assure que Beryl marche sur une Ati Radon Mobility X300 avec le driver libre.
J'ai utilisé Beryl toute la soirée d'hier sans aucun crash !
A+
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne
#16 Le 31/10/2006, à 09:42
- Stardust
Re : [Résolu] Beryl / Emerald sur Radeon Mobility X300 : Possible ?
J'ai suivi tes manips (en ajoutant un sudo apr-get update tout de même ;o)).
Ca commence à marcher : j'ai eu le cube !.Pour les problemes de décorations de fenêtres + plus moyen de déplacer les fenêtres à la souris en prenant la barre de titre => http://forum.ubuntu-fr.org/viewtopic.php?id=71145 ou faire une recherche "decoration beryl" dans le forum
Je passe à résolu
Un grand Merci Stadust !
bonjour
je suis content pour toi
Hardware :Partie de l'ordinateur qui reçoit les coups quand le software se plante. Desproges.
In a world without walls and fences, who needs windows and gates ?
Hors ligne