Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
ati 9200se fglrx
Envoyé par: suggus

Bonsoir,

Impossible pour moi d'installer les drivers ATI sur une debian sarge,
je suis avec un kernel 2.6.2 compilé pour une CM A7N8X-Deluxe.
mon serveur X-win est en version 4.2.1.1
J'ai suivi plusieur How-to, la j'arrive au bout.

Le message d'erreur est le suivant :
Failed to load module "fglrx"

Si je fais un modprobe fglrx c'est ok,
puis un lsmod, fglrx apparait bien.

Quand je deplace le fichier /lib/modules/fglrx/fglrx.o dans /usr/X11R6/lib/modules/drivers/.
(Je fais ça par pur desespoir smiling smiley )
la j'ai :
Not loading .modinfo
Not loading .rodata.str1.1
...

Bref ça avance mais c'est pas encore ça.
Mais la je sais plus quoi faire.

Poste le Saturday 14 February 2004 00:05:03
Répondre     Citer    
Re: ati 9200se fglrx
Envoyé par: Julien Delange

Peux tu donner l'URL des tutos que tu as trouvé ?

Merci

Poste le Saturday 14 February 2004 00:45:24
Répondre     Citer    
Re: ati 9200se fglrx
Envoyé par: suggus

ati + nforce2

[www.g-tec.co.at]

kernel 2.6

[www.debian-fr.org]


Poste le Saturday 14 February 2004 00:56:06
Répondre     Citer    
Re: ati 9200se fglrx
Envoyé par: Julien Delange

Bon, quand tu fais un
modprobe fglrx

Ca te dit quoi ? Si ça fonctionne pas, c'est que le module kernaille fonctionne pas.

Ensuite, dans le fichier /etc/X11/XF86Config-4, tu as quoi ?
fglrxconfig ***devrait*** bien configurer ton serveur X normalement, mais envoie ta configuration si tu as toujours des problemes ...

Poste le Saturday 14 February 2004 02:21:04
Répondre     Citer    
Re: ati 9200se fglrx
Envoyé par: suggus

si je fais #modprobe fglrx, ça fonctionne :
>fglrx : module lisence <blabla>
>...
>[fglrx] module loaded - fglrx 3.7.0 ...
puis #lsmod
j'ai bien une ligne fglrx.

Donc le module se charge bien.
Pour l'instant j'ai pas de possibilité simple d'envoyer ma config mais j'ai bien choisi l'agpgart et ce module est également présent.

En fait je me demande si le module est au bon endroit...
actuellement il est dans /lib/modules/fglrx.

bref j'ai vraiment du mal à comprendre le prob.


Poste le Saturday 14 February 2004 02:55:21
Répondre     Citer    
Re: ati 9200se fglrx
Envoyé par: Julien Delange

Oui, il est au bon endroit. Les modules du noyau sont dans /lib/modules/blabla... et là, c'est un module noyau, tout se passe bien.

Maintenant, il faudrait voir ta conf d'XFree ....

Poste le Saturday 14 February 2004 12:57:16
Répondre     Citer    
Re: ati 9200se fglrx
Envoyé par: suggus

voici mon fichier de conf :

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
# Mode 0660
EndSection

# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
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 "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"

# This loads the GLX module
Load "glx" # libglx.a
Load "dri" # libdri.a

EndSection

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

# 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/"

# The module search path. The default path is shown here.

# ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"

Option "AutoRepeat" "500 30"


Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "fr"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"


EndSection



# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 80.5
VertRefresh 60 - 75
Option "DPMS"


EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

Driver "vga"
EndSection

# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
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"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:3:0:0" # vendor=1002, device=5964
Screen 0
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"

Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection

Section "ServerLayout"

# The Identifier line must be present
Identifier "Server Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.

Screen "Screen0"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###


Poste le Saturday 14 February 2004 13:38:00
Répondre     Citer    

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
ati 9200se fglrx
Aide sur les distributions Debian, Ubuntu et leurs dérivées : Mepis, Mint, Knoppix, Kubuntu, Lubuntu, Xandros

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons