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 28/05/2007, à 16:34

lna

Alors j'investis???!!

Bonjour

Est-il possible de faire fonctionner un bureau 3d sous ubuntu-studio avec une ati radeon x200?

L'accélération 3d fonctionne avec les pilotes proprios, j'ai installé beryl,xgl etc et ca se finit

immanquablement par ça:

Checking for XComposite extension               : failed



Alors j'investis???!! (dans une nvidia la geforce 7300 est abordable)

#2 Le 28/05/2007, à 16:45

vilraleur

Re : Alors j'investis???!!

Moi je dirais qu'investir dans une GF 7300/7600 serait une bonne chose !
Ca coute pas des milles et des cents et ça fonctionne bien ((mieux)).


Petit ! Méchant ! Médiocre !
Vilraleur
Tant qu'il râle c'est qu'il est pas mort

Hors ligne

#3 Le 28/05/2007, à 16:54

lna

Re : Alors j'investis???!!

Merci pour vos réponses...Ok je vous envoie ça ce soir dés que je suis de retour!!

#4 Le 28/05/2007, à 19:54

lna

Re : Alors j'investis???!!

Bon j'ai suivi le tuto dans pour installer aiglx dans la doc ubuntu et maintenant le serveur x ne démarre

plus: le message d'erreur est no screen found!!! Ca change...

#5 Le 28/05/2007, à 20:13

lna

Re : Alors j'investis???!!

ok mais il faut que je recommence tout après?!

#6 Le 28/05/2007, à 20:21

lna

Re : Alors j'investis???!!

Je n'ai pas eu le temps de le poster!!! Il a planté aprés que je l'ai redémarrer...Bon je recommence et je

le poste avant de redémarrer!

#7 Le 28/05/2007, à 20:45

lna

Re : Alors j'investis???!!

Le voila


# /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    "GLcore"
    Load    "bitmap"
    Load    "ddc"
        Load    "dbe"
    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"    "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 "Device"
    Identifier    "Generic Video Card"
    Driver "i810"
        Option "XAANoOffscreenPixmaps"
        BusID "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    HorizSync    28-57
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1152x768" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1152x768" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1152x768" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1152x768" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1152x768" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1152x768" "1024x768"
    EndSubSection
EndSection

Section "ServerLayout"
        Option "AIGLX"  "true"
    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" "Enable"

EndSection

#8 Le 28/05/2007, à 21:10

lna

Re : Alors j'investis???!!

Bon ben même plantage...J'ai une carte ati! Je crois que l'appel de cdiscount devient de plus en plus

pressant...je vais quand même essayer avec ton .conf!

#9 Le 28/05/2007, à 21:23

lnafree.fr

Re : Alors j'investis???!!

01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200)

#10 Le 28/05/2007, à 21:41

lna

Re : Alors j'investis???!!

Ca marche pas...J'essaierai ton lien en tout cas merci beaucoup pour ton aide et ta patience...