• [^] # Re: pour le mode vesa

    Posté par . En réponse au message Est-ce que l'Ati Radeon Mobility X700 fonctionne sous Linux ?. Évalué à 1.

    L'image était étirée. Si je fais une copie d'écran, l'image est en 800x600.

    A force d'avoir tester, plus rien ne semblait fonction, donc vu que je n'avais pas encore peupler mon /home, j'ai réinstallé Ubuntu Hoary. A la fin de l'installation, gdm est démarré, mais l'écran est noir ou pas allumé. Je passe en console, je stoppe gdm (sudo /etc/init.d/gdm stop) et xorg-common (sudo /etc/init.d/xorg-common), je rajoute dans la Section "Device"

    Option "MonitorLayout" "LVDS, TMDS"


    Le driver utilisé est le "ati" et non le "fglrx". Ca permet d'avoir un écran en 1280x800, mais le performance en 3D ne semble pas là, TuxRacer est lent et glxgears tourne autour de 678 FPS.

    Donc mon xorg.conf pour un Ati Mobility Radeon X700 dans Laptop Acer Aspire 1694WLMi:


    # /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 /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/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 commands:
    #
    # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
    # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
    # sudo dpkg-reconfigure xserver-xorg

    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/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 "bitmap"
    Load "dbe"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "record"
    Load "type1"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "ch"
    Option "XkbOptions" "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 "Device"
    Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
    Driver "ati"
    Option "MonitorLayout" "LVDS, TMDS"
    BusID "PCI:1:0:0"
    EndSection

    Section "Monitor"
    Identifier "Écran générique"
    Option "DPMS"
    HorizSync 30-67
    VertRefresh 30-60
    Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
    Monitor "Écran générique"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x800"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x800"
    EndSubSection
    EndSection

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

    Section "DRI"
    Mode 0666
    EndSection



    Je vais rechercher encore pour le mode 3D, mais j'ai déjà une résolution otpimale en 2D.