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 11/08/2007, à 15:21

iriegreg

resolution 1440 x 900 sous feisty.

Bonjour à tous,

Cela va bientot faire un an que j'ai completement zappé Windows, le passage sous edgy s'est fait sans trop de soucis, et ce grace à la documentation et au forum.

Passage sous feisty il ya peu et la ca se complique, tout fonctionne sauf la resolution. Après avoir testé toutes les solutions proposées aux problemes de resolutions que j'ai pu trouver ici et la, je suis toujours bredouille.

En effet je n'arrive pas a obtenir une resolution de 1440x900. J'utilise les drivers libres "ati", ma carte : 01:00.0 VGA compatible controller: ATI Technologies Inc RV370 [Sapphire X550 Silent]
et mon xorg :

Section "Module"
    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"
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    "radeon"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "19''"
    Option        "DPMS"
    HorizSync    24-80
    VertRefresh    50-75
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "radeon"
    Monitor        "19''"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "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"    "enable"
EndSection

J'allais oublié, j'obtiens cette resolution avec les drivers propietaires, mais plus de beryl dans ce cas.

Merci d'avance

Greg

Hors ligne

#2 Le 12/08/2007, à 09:23

fde

Re : resolution 1440 x 900 sous feisty.

Salut Greg!

J'ai eu le même problème que toi, j'ai tout essayé pour garder les pilotes libres, mais j'ai dû finalement m'en passer... Tu pourras toujours utiliser Beryl en installant XGL : http://doc.ubuntu-fr.org/xgl.

EDIT : Je l'ai fait mais la solution est assez peu satisfaisante. Pour finir je me suis simplement passé de Beryl. Et on remercie encore une fois ATI!

Dernière modification par fde (Le 12/08/2007, à 09:26)

Hors ligne

#3 Le 13/08/2007, à 18:16

iriegreg

Re : resolution 1440 x 900 sous feisty.

Merci pour ta réponse, c'est bien ce que je craignais. Je suis pas fan de la solution XGL non plus. Donc pas de Béryl jusqu'à l'achat d'une nouvelle CG (Nvidia bien sur).

Hors ligne

#4 Le 13/08/2007, à 19:03

fde

Re : resolution 1440 x 900 sous feisty.

...ou jusqu'à l'ouverture du code des drivers ATI (ils ont dit qu'ils le feraient... qui vivra verra).

Hors ligne