Forum Linux.mandriva ecran wide

Posté par  .
Étiquettes : aucune
0
7
jan.
2005
l'écran wide 1280x800 de mon acer aspire 1522 WLMI n'est reconnu qu'en 1024x768 par la mandrake 10.1 .
Que faire sachant que j'ai Xorg et que j'ai une GeForce fx ?
merci
  • # Au hasard...

    Posté par  . Évalué à 2.

    Éditer ton fichier xorg.conf et corriger la résolution, ou mieux en ajouter une autre et la déclarer par défaut ?
  • # Ma conf

    Posté par  (site web personnel) . Évalué à 1.

    Avec un peu de chance ca passe, conf pour un insperon 8600

    # XF86Config-4 (XFree86 X server configuration file) 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/Type1"
    FontPath "/usr/lib/X11/fonts/CID"
    FontPath "/usr/lib/X11/fonts/Speedo"
    FontPath "/usr/lib/X11/fonts/misc"
    FontPath "/usr/lib/X11/fonts/cyrillic"
    FontPath "/usr/lib/X11/fonts/100dpi"
    FontPath "/usr/lib/X11/fonts/75dpi"
    EndSection

    Section "Module"
    Load "GLcore"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "record"
    Load "speedo"
    Load "type1"
    Load "vbe"
    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/psaux"
    Option "Protocol" "PS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "Device"
    Identifier "GeForce FX 5200 Go"
    Driver "nvidia"
    Option "NoLogo" "true"
    EndSection

    Section "Monitor"
    Identifier "LCD Monitor 1680x1050"
    HorizSync 31.5 - 100
    VertRefresh 30-90
    Option "DPMS"
    #Option "IgnoreEDID" "true"
    UseModes "Modes"
    EndSection

    Section "Modes"
    Identifier "Modes"
    # 1280x800 @ 75.00 Hz (GTF) hsync: 62.62 kHz; pclk: 107.21 MHz
    Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
    # 1280x800 @ 85.00 Hz (GTF) hsync: 71.40 kHz; pclk: 123.38 MHz
    Modeline "1280x800" 123.38 1280 1368 1504 1728 800 801 804 840
    # 1280x800 @ 100.00 Hz (GTF) hsync: 84.80 kHz; pclk: 147.89 MHz
    Modeline "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
    # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
    Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
    # 1680x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 188.07 MHz
    Modeline "1680x1050" 188.07 1680 1800 1984 2288 1050 1051 1054 1096
    # 1680x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 214.51 MHz
    Modeline "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103
    # 1680x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 256.20 MHz
    Modeline "1680x1050" 256.20 1680 1808 1992 2304 1050 1051 1054 1112
    # 1920x1200 @ 75.00 Hz (GTF) hsync: 93.97 kHz; pclk: 246.59 MHz
    Modeline "1920x1200" 246.59 1920 2064 2272 2624 1200 1201 1204 1253
    # 1920x1200 @ 85.00 Hz (GTF) hsync: 107.10 kHz; pclk: 282.74 MHz
    Modeline "1920x1200" 282.74 1920 2072 2280 2640 1200 1201 1204 1260
    # 1920x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 337.58 MHz
    Modeline "1920x1200" 337.58 1920 2072 2288 2656 1200 1201 1204 1271
    EndSection


    Section "Screen"
    Identifier "Default Screen"
    Device "GeForce FX 5200 Go"
    Monitor "LCD Monitor 1680x1050"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x800" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

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

    Section "DRI"
    Mode 0666
    EndSection
  • # ok, je prends note

    Posté par  . Évalué à -1.

    merci mille fois d'avoir répondu.
    une question : Comment fait-on pour mettre 1280x800 par défaut?
    (vu que c'est défini?)
    quand il est dans la résolution optimale , il reste en 1024x768 mais il affiche un écran virtuel a la bonne taille.
    Where is the problem , that's the question.
    cela vient peut etre du driver standard tout bete que j'utilise : il doit falloir celui avec la DRI mais quand je lance l'install, il me compile le module du kernel NVIDIA et se plante (visiblement c GCC qui se plante.....ZUT).
    cela fait 2 problemes.
    si quelqu'un a une solution, je suis preneur a 100%.
    merci pour l'aide déja donnée.

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.