Drivers ATI & ATI mobility radeon 9000

Drivers ATI & ATI mobility radeon 9000 - Installation - Linux et OS Alternatifs

Marsh Posté le 29-12-2002 à 15:21:37    

Je suis sous slackware 8.1, avec un kernel 2.4.19. J'ai un portable avec une ATI Mobility Radeon 9000. Voici mon XF86Config :
 

Section "Module"
 
# This loads the DBE extension module.
 
    Load        "dbe"   # Double buffer extension
 
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
 
# This loads the font modules
    Load        "type1"
    Load        "freetype"
    Load        "speedo"
 
# This loads the GLX module
    Load       "glx"
 
# ATI ################################################
   Load "dri"
######################################################
 
EndSection
 
# ATI ################################################
Section "DRI"
    Mode 0666
EndSection
######################################################
 
 
# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
 
Section "Files"
 
 
    RgbPath     "/usr/X11R6/lib/X11/rgb"
 
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
 
EndSection
 
Section "ServerFlags"
 
EndSection
 
Section "InputDevice"
 
    Identifier  "Keyboard1"
    Driver      "Keyboard"
 
    Option "AutoRepeat" "500 30"
 
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "fr"
 
EndSection
 
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
EndSection
 
Section "Monitor"
 
    Identifier  "My Monitor"
 
    HorizSync   31.5-50
 
    VertRefresh 40-90
 
vendorname "[My Monitor]"
modelname "[My Monitor]"
ModeLine "1024x768/60Hz" 65 1024 1032 1176 1344 768 771 777 806  -HSync -VSync
EndSection
 
 
Section "Device"
    Identifier  "ATI Radeon"
 Driver "fglrx"
 # === disable PnP Monitor ===
 #Option "NoDDC"
 # === disable/enable XAA/DRI ===
 Option "no_accel" "no"
 Option "no_dri" "no"
 # === Fire GL DDX driver module specific settings ===
 # === Screen Management ===
 Option "DesktopSetup" "0x00000000"
 # Option "Display2" "0"
 Option "HSync2" "unspecified"
 Option "VRefresh2" "unspecified"
 Option "GammaCorrectionI" "0x00000000"
 Option "GammaCorrectionII" "0x00000000"
 # === OpenGL specific profiles/settings ===
 Option "Capabilities" "0x00000000"
 # === Video Overlay for the Xv extension ===
 Option "VideoOverlay" "on"
 # === OpenGL Overlay ===
 # Note: When OpenGL Overlay is enabled, Video Overlay
 # will be disabled automatically
 Option "OpenGLOverlay" "off"
 BusID "PCI:1:0:0" # vendor=1002, device=514c
 
EndSection
 
Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI Radeon"
    Monitor     "My Monitor"
 
    DefaultColorDepth 24
 
    Subsection "Display"
        Depth       8
        Modes "1024x768/60Hz" "800x600" "640x480"
                Virtual 0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1024x768/60Hz" "800x600" "640x480"
                Virtual 0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes "1024x768/60Hz" "800x600" "640x480"
                Virtual 0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1024x768/60Hz" "800x600" "640x480"
                Virtual 0 0
    EndSubsection
 
EndSection
 
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
 
Section "InputDevice"
        Identifier "Keyboard"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "fr"
        Driver "keyboard"
EndSection
 
 
Section "InputDevice"
 
Identifier "Mouse"
 
        Option "Protocol" "PS/2"
        Option "Device" "/dev/psaux"
        Driver "mouse"
        Option "Emulate3Buttons"
EndSection

 
Quand je lance X, il me sort :

root@EvaZion:/home/damien# X -verbose
 
XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18 i686 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Dec 29 15:17:18 2002
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor"
(**) |   |-->Device "ATI Radeon"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc101"
(**) XKB: layout: "fr"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7
 
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) ATI unknown chipset (0x4c66) rev 1, Mem @ 0xe8000000/27, 0xe0800000/16, I/O @ 0x9000/8
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.1
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.1.10
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.1
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
(WW) Warning, couldn't open module fglrx
(EE) Failed to load module "fglrx" (module does not exist, 0)
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
(EE) No drivers available.
 
Fatal server error:
no screens found
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.
 
root@EvaZion:/home/damien#

 
et X ne démarre pas. Qu'est-ce qu'il se passe ? j'ai suivi ce guide : http://lea-linux.org/trucs/lire.php3?id=194n le module est bien chargé :
 

root@EvaZion:/home/damien# lsmod
Module                  Size  Used by    Tainted: P
fglrx                 140360   0  (unused)
...
root@EvaZion:/home/damien#

 
et la carte vidéo est bien là :
 

root@EvaZion:/home/damien# lspci
...
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 4c66 (rev 01)
root@EvaZion:/home/damien#

 
Merci de bien vouloir m'aider...

Reply

Marsh Posté le 29-12-2002 à 15:21:37   

Reply

Marsh Posté le 29-12-2002 à 15:34:28    

Il ne faut pas XFree 4.3 pour les Radeon 9000 ?


---------------
« No question is too silly to ask, but, of course, some are too silly to answer. » -- Perl book
Reply

Marsh Posté le 29-12-2002 à 15:47:23    

Jar Jar a écrit :

Il ne faut pas XFree 4.3 pour les Radeon 9000 ?


 
Xfree 4.3 intègre sans doute le driver opensource pour les radeon 9000; mais Ati propose sur son site un driver propriétaire pour XFree 4.2.0, en rpm uniquement ..

Reply

Marsh Posté le 29-12-2002 à 16:14:16    

ça a changé...
J'ai lancé l'utilitaire fglrxconfig, j'ai copié le fichier fglrx.o dans /usr/X11R6/lib/modules/ et il me sort ça :
 
 

(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/fglrx.o
Not loading .modinfo
Not loading .rodata.str1.1
Not loading .rodata.str1.32
Not loading __ksymtab
(EE) LoadModule: Module fglrx does not have a fglrxModuleData data object.
(II) UnloadModule: "fglrx"
(II) Unloading /usr/X11R6/lib/modules/fglrx.o
(EE) Failed to load module "fglrx" (invalid module, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(EE) No drivers available.
 
Fatal server error:
no screens found

 
Mai je ne comprends pas pk il charge le module... Normalement, c par le modprobe kon charge le module, pas par X.... Je ne pige pas...

Reply

Marsh Posté le 29-12-2002 à 18:02:00    

Le guide était à chier....
Pour ceux ki ont une slackware et une ATI :
aller choper le rpm ici : http://mirror.ati.com/support/driv [...] dNext=Next
et installez-le comme ceci :
rpm -ivh --nodeps --force *.rpm
puis lancez fglrxconfig pour configurer XFree. Lancez startx et vala, ça rulez  :hello:

Reply

Marsh Posté le 29-12-2002 à 19:07:48    

Donc, mon écran fonctionne bien, mais quand je lance X, mes autres consoles, qui st en framebuffer, st déformées :( Z'avez déjà eu ça ?

Reply

Marsh Posté le 29-12-2002 à 19:30:15    

Oui.
Je n'utilise plus le framebuffer.

Reply

Marsh Posté le 29-12-2002 à 19:32:02    

[Albator] a écrit :

Oui.
Je n'utilise plus le framebuffer.

bah wé mé c laid sans framebuffer... Cette solution ne me convient pas  :D

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed