Forum Linux.debian/ubuntu Est-ce que l'Ati Radeon Mobility X700 fonctionne sous Linux ?

Posté par  .
Étiquettes :
0
1
mai
2005
Bonjour,
J'essaie de faire fonctionner une carte x700 sous Ubuntu 5.04 (hoary), mais j'ai les mêmes résultats que décrit sur
http://notebookforums.com/archive/index.php/t-74139.html(...) à savoir un écran qui a l'air d'avoir des problèmes de synchronisation, ça scintille, une sorte d'image fantôme est visible. Bref je tue le X car j'ai pas l'impression que ce soit très bon pour mon écran.

Le mode vesa fonctionne en 800x600 sur un moniteur au format 1280x800 (16:10).

D'après ce que j'ai pu lire sur http://forums.gentoo.org/viewtopic-t-304391-highlight-ipw2200.html(...) , la x600 semble fonctionner. Mais l'ID du x700 mobility n'est pas reconnu par le pilote fglrx. Si je ne lui donne pas le "ChipID" du x800, X ne démarre pas et si je ne définis pas
Option "MonitorLayout" "LVDS,AUTO"
, l'écran est noir, mais X tourne démarre car j'entend la musique de démarrage.

J'ai essayé avec le driver radeon:
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "radeon"
Option "BusType" "PCIE"
ChipID 0x4A49
Option "MonitorLayout" "NONE, LVDS"
End Section

Section "Modes"
Identifier "16:10"
Modeline "1280x800" 67.26 1280 1312 1560 1592 800 817 824 841
Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
Modeline "1280x800" 123.38 1280 1368 1504 1728 800 801 804 840
Modeline "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
EndSection </blockquoite>

Mais l'écran gèle et éteindre le portable reste le seul choix.

Si quelqu'un a réussi à faire fonction sa X700, merci de me dire comment.
  • # pour le mode vesa

    Posté par  . Évalué à 1.

    peut tu preciser:

    Le mode vesa fonctionne en 800x600 sur un moniteur au format 1280x800 (16:10).

    donne nous la partie de xorg.conf qui concernent les resolutions. toute les lignes c'est vers la fin du fichier.
    • [^] # Re: pour le mode vesa

      Posté par  . É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.

Suivre le flux des commentaires

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