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 18/11/2006, à 00:51

Dreammaker

(Résolu) Ptits pbs ATI radeon+xgl+beryl+dapper 6.06

Bonjour à tous smile,

bon donc je viens d'installer (enfin d'essayer d'installer big_smile) un bureau 3D pour en mettre plein la vue à tous mes petits copains windowsiens du lycée (qui en sont presque rendu à me dire : "Linux c'est moins bien que Windows parce que tu peux pas cracker de logiciels lol").

J'ai une Ubuntu Dapper (donc 6.06...) qui date de 3 mois.
J'ai une ATI 9800 Pro et je fonctionne avec les drivers proprios (je crois)

~$ fglrxinfo display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 Pro Generic
OpenGL version string: 2.0.5814 (8.25.18)

et

~$ glxinfo | grep rendering direct rendering: Yes

Donc au niveau de l'activation 3D, c'est bon il me semble.

J'ai suivi à la lettre le topic : http://doc.ubuntu-fr.org/applications/xgl/gnome ,et pour une fois, je n'ai pas rencontré la moindre erreur (touchons du bois big_smile).

Voici aussi mon xorg.conf, modifié tout à la fin pour marcher avec les drivers proprio comme je l'ai vu sur un topic du forum :

# /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"
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     "/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        "XkbVariant" "latin9"
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"

                                                      # /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   "ADI CORP"
    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 R350 NH [Radeon 9800 Pro]"
    Driver      "ati"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device     "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]"
    Monitor    "ADI CORP"
    DefaultDepth     24
    SubSection "Display"
        Depth     1
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes    "1280x1024" "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

# Rajout de bidouilleur pas doué pour bureau 3D
Section "Extensions"
    Option "Composite" "disable"
EndSection

Désolé pour la tartine

Question:

Le problème est que lorsque je choisis XGL dans le menu Sessions de GDM, après avoir rentré mon identifiant et mon MdP, j'ai un écran marron (Ubuntu power....) avec uniquement la souris d'affichée. Puis au bout de 10 s je reviens à l'écran de GDM et je n'ai plus qu'à sélectionner GNOME si je veux pouvoir me connecter hmm.

Aurais-je raté une étape ou une modification ? Car j'aimerais bien clouer le bec à certaines mauvaises langues lycéennes cool

Dernière modification par Dreammaker (Le 18/11/2006, à 10:29)

Hors ligne

#2 Le 18/11/2006, à 10:28

Dreammaker

Re : (Résolu) Ptits pbs ATI radeon+xgl+beryl+dapper 6.06

Bon ben c'est juste pour dire que j'ai réussi à faire (à peu près... j'ai quelques problèmes avec le clavier numérique mais ça dervairt se régler wink) marcher mon bureau 3D.

En fait j'ai désinstallé les drivers proprio pour y mettre les libres à la place mais bon il n'y a pas l'accélération 3D sur ma carte avec ça hmm.

Donc j'ai un peu galéré mais j'ai réussi à remettre le DRI et les drivers proprio. J'ai enssuite recommencer l'installation de XGL + Beryl via le tuto indiqué ci-dessus.

Et là ça marche -presque- sauf que les bordures de fenêtres clignotent pour un effet des plus désagréable et un CPU occupé à 100% dès le démarrage. Google est mon ami, et j'ai trouvé qu'il fallait rajouter "beryl-manager", mais aussi "emerald" aux programmes lancés au démarrage.

Miracle ça fonctionne ! Et un newbie heureux de plus cool...

Bonne journée big_smile

Hors ligne