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 12/08/2007, à 15:28

theophile76

[Résolu] Probleme beryl

Bonjour mon probleme est que je ne trouve pas de "ati" ou "vesa" dans

sudo gedit /etc/X11/xorg.conf

et j'en ai besoin pour installer beryl grace a http://silent-strength.com/?carnet/bill … mment-form

Dernière modification par theophile76 (Le 12/08/2007, à 20:37)

Hors ligne

#2 Le 12/08/2007, à 15:32

ebrain

Re : [Résolu] Probleme beryl

Et je dois lire le contenu de ton xorg.conf par télépathie, c'est ça ? roll

@+


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

Hors ligne

#3 Le 12/08/2007, à 15:44

theophile76

Re : [Résolu] Probleme beryl

non mais il n'y est pas j'ai fait une rechereche mais tien regarde

# /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"
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:1:0:0"
EndSection

Section "Monitor"
    Identifier    "C7766"
    Option        "DPMS"
    Horizsync    28-54
    Vertrefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Carte vidéo générique"
    Monitor        "C7766"
    Defaultdepth    24
    SubSection "Display"
        Depth    1
        Modes        "1080x810"    "1024x768"    "1024x512"    "960x960"    "880x660"    "800x600"    "640x640"    "640x480"    "248x248"    "0x2610"
    EndSubSection
    SubSection "Display"
        Depth    4
        Modes        "1080x810"    "1024x768"    "1024x512"    "960x960"    "880x660"    "800x600"    "640x640"    "640x480"    "248x248"    "0x2610"
    EndSubSection
    SubSection "Display"
        Depth    8
        Modes        "1080x810"    "1024x768"    "1024x512"    "960x960"    "880x660"    "800x600"    "640x640"    "640x480"    "248x248"    "0x2610"
    EndSubSection
    SubSection "Display"
        Depth    15
        Modes        "1080x810"    "1024x768"    "1024x512"    "960x960"    "880x660"    "800x600"    "640x640"    "640x480"    "248x248"    "0x2610"
    EndSubSection
    SubSection "Display"
        Depth    16
        Modes        "1080x810"    "1024x768"    "1024x512"    "960x960"    "880x660"    "800x600"    "640x640"    "640x480"    "248x248"    "0x2610"
    EndSubSection
    SubSection "Display"
        Depth    24
        Modes        "1080x810"    "1024x768"    "1024x512"    "960x960"    "880x660"    "800x600"    "640x640"    "640x480"    "248x248"    "0x2610"
    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

Hors ligne

#4 Le 12/08/2007, à 15:48

ebrain

Re : [Résolu] Probleme beryl

non mais il n'y est pas j'ai fait une rechereche mais tien regarde

Wi c'est normal ça dépend des configurations ! lol
Certains ont   Driver        "vesa" ou   Driver        "ati", toi tu as   Driver        "fglrx" smile.

Ca signifie que tu as les drivers ATi propriétaires installés.
@+


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

Hors ligne

#5 Le 12/08/2007, à 15:55

theophile76

Re : [Résolu] Probleme beryl

Merci . Ou dois - je ajouter cela? :

Section "Extensions"
         Option "Composite" "disable"
EndSection

Tout a la fin? ou a la fin de

Section "Device"
    Identifier    "Carte vidéo générique"
    Driver        "fglrx"
    Busid        "PCI:1:0:0"

????????

Dernière modification par theophile76 (Le 12/08/2007, à 15:59)

Hors ligne

#6 Le 12/08/2007, à 16:13

ebrain

Re : [Résolu] Probleme beryl

Tout à la fin vu que c'est une autre section que Device wink.

@+


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

Hors ligne

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

theophile76

Re : [Résolu] Probleme beryl

Merci mais j'ai un autre probleme: j'ai installer XGL mais ca ne me fait pas ca:

La vérification est simple : au démarrage, entre le moment ou vous vous connectez et l'arrivée sur votre bureau, le fond d'écran doit être gris au lieu du marron d'Ubuntu

(http://doc.ubuntu-fr.org/xgl_gnome a la fin)

Dernière modification par theophile76 (Le 12/08/2007, à 16:42)

Hors ligne

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

theophile76

Re : [Résolu] Probleme beryl

J'ai donc négligé cette étape et une fois arrivé à la fin du tutoriel (http://doc.ubuntu-fr.org/xgl_gnome), je dois installer beryl avec la ligne suivante :

sudo apt-get install beryl=0.1.99.2~0beryl1 beryl-core=0.1.99.2~0beryl1 beryl-manager=0.1.99.2~0beryl1 beryl-plugins=0.1.99.2~0beryl1 beryl-plugins-data=0.1.99.2~0beryl1 beryl-settings=0.1.99.2~0beryl1 beryl-settings-bindings=0.1.99.2~0beryl1 emerald=0.1.99.2~0beryl1 libberyldecoration0=0.1.99.2~0beryl1 libberylsettings0=0.1.99.2~0beryl1 libemeraldengine0=0.1.99.2~0beryl1 emerald-themes=0.1.99.2~0beryl1 -V

Mais j'obtiens une erreur :

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture de l'information d'état... Fait
E: La version « 0.1.99.2~0beryl1 » de « beryl » n'a pu être trouvée

Dernière modification par theophile76 (Le 12/08/2007, à 17:29)

Hors ligne

#9 Le 12/08/2007, à 17:36

ebrain

Re : [Résolu] Probleme beryl

sudo apt-get install beryl*

Ce sera plus rapide lol.
@+


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

Hors ligne

#10 Le 12/08/2007, à 18:48

theophile76

Re : [Résolu] Probleme beryl

Voila dov la j'ai installer et je fait quoi maintenant pour avoir le bureau 3d

Dernière modification par theophile76 (Le 12/08/2007, à 18:48)

Hors ligne

#11 Le 12/08/2007, à 18:49

ebrain

Re : [Résolu] Probleme beryl

Ben tu démarres ta session sous XGL roll.

@+


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

Hors ligne

#12 Le 12/08/2007, à 19:31

theophile76

Re : [Résolu] Probleme beryl

Cool c bon ;erci

Dernière modification par theophile76 (Le 12/08/2007, à 19:53)

Hors ligne