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 02/03/2005, à 19:11

joshua

[RÉSOLU] Pb resolution nvidia fx 5600Go

Salut je suis nouveau dans le monde Ubuntu mais je commence à bien aimer ca.
Je vous explique rapidement la situation.

Après l'install d'Ubuntu, j'allais dans les options de résolution via Poste de travail->conf systeme->résolution ecran, j'avais différentes possibilités mais qui ne convenais pas à moi et à mon écran.
Petite précision, je suis sur un portable hp zd7045.
Donc j'avais des résolutions du type 1400*1200 ou des trucs dans le genre.
Or mon portable à pour résolution max 1440*900 (oui c pas commun mais c du 17" 16/10)

En bon petit, je suis aller dans le guide de démarrage d'ubuntu.
J'ai fait l'install des driver nvidia comme ct noté, pas de pb.

Mais maintenant, je n'ai que les choix des résolutions suivantes:
1024*768
800*600
640*480
le tout à une fréquence unique de 60Hz

Quand je vais vérifier dans le fichier /etc/x11/XF86Config-4 voilà pourtant ce que j'ai:

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV31M [GeForce FX Go 5600]"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1440x900"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1440x900"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

Please Help. Thx

Dernière modification par joshua (Le 07/03/2005, à 14:39)

Hors ligne

#2 Le 03/03/2005, à 14:14

joshua

Re : [RÉSOLU] Pb resolution nvidia fx 5600Go

Ca c le fichier au complet, j'ai essayé en rajoutant du modeline, mais ca ne veux pas marcher.
Ya aucun changement à chacune de mes modifs, à se demander si il va bien le lire se fichier XF86Config-4!?

# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/Speedo"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load    "GLcore"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "speedo"
    Load    "type1"
    Load    "v4l"
    Load    "vbe"
    Load    "xtt"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xfree86"
    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        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
EndSection

Section "Device"
    Identifier    "NVIDIA Corporation NV31M [GeForce FX Go 5600]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    #Option        "RenderAccel"        "true"
    #Option        "NvAGP"            "1"
    Option        "NoLogo"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    HorizSync    28-72
    VertRefresh    43-60
    Modeline        "1440x900" 106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV31M [GeForce FX Go 5600]"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes        "1440x900"
        ViewPort   0 0
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection

Hors ligne

#3 Le 03/03/2005, à 15:38

joshua

Re : [RÉSOLU] Pb resolution nvidia fx 5600Go

Ca y est je lai eu:
je suis en résolution 1440*900
pour l'instant je n'ai le choix que du 60Hz en rafraichissement.
Mais bon,je suis bien content.

J'ai rajouté:
Option         "IgnoreEDID"          "true"
dans
Section "Device"
    Identifier    "NVIDIA Corporation NV31M [GeForce FX Go 5600]"

et changer les valeurs de HorizSync, VertRefresh par celle de personnes qui avait la même config (pour être en adéquation avec le modeline).
En gros maintenant j'ai ca (pour en faire profiter les autres)

Section "Device"
    Identifier    "NVIDIA Corporation NV31M [GeForce FX Go 5600]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    Option        "RenderAccel"        "true"
    Option        "NvAGP"            "3"
    Option         "IgnoreEDID"          "true"
    Option        "NoLogo"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    HorizSync    30-64
    VertRefresh       50-100
    Modeline        "1440x900" 106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync

    Option        "DPMS"
EndSection

Dernière modification par joshua (Le 03/03/2005, à 15:38)

Hors ligne

#4 Le 25/03/2005, à 12:01

NoZ

Re : [RÉSOLU] Pb resolution nvidia fx 5600Go

merci bcp c'est exactement ce que je cherchais maintenant mon ecran fonctionne nickel!! cool:D


1 laptops (Horny) - 3 desktops (Exilus/Astaroth/Rakshasa)
Sous ubuntu depuis la 4.10.
Je me debarrasse d'un Proliant 5000, 4x200Mhz et 5 disques SCSI. Faites une offre :)
Tu as un GPS? Participe a la cartographie libre: http://www.openstreetmap.org

Hors ligne