Aller au contenu
  • Pas encore inscrit ?

    Pourquoi ne pas vous inscrire ? C'est simple, rapide et gratuit.
    Pour en savoir plus, lisez Les avantages de l'inscription... et la Charte de Zébulon.
    De plus, les messages que vous postez en tant qu'invité restent invisibles tant qu'un modérateur ne les a pas validés. Inscrivez-vous, ce sera un gain de temps pour tout le monde, vous, les helpeurs et les modérateurs ! :wink:

Installation driver ATI


Hilock059

Messages recommandés

J'ai retrouvé l'interface graphique, mais reperdu les performances, je suis dépassé par les évènements voici le fichier en question

 

# File: XF86Config-4
# File generated by fglrxconfig © ATI Research, a substitute for xf86config.

# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# Copyright © 1999 by The XFree86 Project, Inc.
#
(...)
# **********************************************************************
# 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 Type1 and FreeType font modules
   Load "type1"
   Load "freetype"
   
   # This loads the GLX module
   Load "glx"   # libglx.a
   Load "dri"   # libdri.a
   
   # 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
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"
   
   # 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

Section "DRI"
   Mode 0666
EndSection
# **********************************************************************
# Input devices
# **********************************************************************

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

Section "InputDevice"
   Identifier "Keyboard1"
   Driver "Keyboard"
   Option "XkbModel" "pc101"
   Option "XkbLayout" "fr"
   
   # For most OSs the protocol can be omitted (it defaults to "Standard").
   # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
   # uncomment the following line.
   
   # Option "Protocol"   "Xqueue"
   
   Option "AutoRepeat" "500 30"
   
   (...)
   
   # Option "XkbDisable"
   
   Option "XkbRules" "xfree86"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"
   # Identifier and driver
   
   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "ImPS/2"
   Option "Device" "/dev/mouse"
   
   # When using XQUEUE, comment out the above two lines, and uncomment
   # the following line.
(...)

   Option "ZAxisMapping" "4 5"
EndSection

(...)

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

# Any number of monitor sections may be present

Section "Monitor"
   Identifier "Monitor0"
   HorizSync 31.5 - 80.5
   VertRefresh 60 - 85
   Option "DPMS"
(...)
EndSection

Section "Device"
   Identifier "device1"
   BoardName "ATI Radeon"
   Driver "radeon"
   Option "DPMS"
EndSection

Section "Screen"
   Identifier "screen1"
   Device "device1"
   Monitor "Monitor0"
   DefaultColorDepth 24
   
   Subsection "Display"
       Depth 8
       Virtual 1152 864
   EndSubsection
   
   Subsection "Display"
       Depth 15
       Virtual 1152 864
   EndSubsection
   
   Subsection "Display"
       Depth 16
       Virtual 1152 864
   EndSubsection
   
   Subsection "Display"
       Depth 24
       Virtual 1152 864
   EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"
   # The Identifier line must be present
   Identifier "Server Layout"
   
   # 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"
   Screen "screen1"
EndSection

 

Celui ci fonctionne mais ça rame

Modifié par KewlCat
Lien vers le commentaire
Partager sur d’autres sites

Pour info, le mien, l'acceleration fonctionne :

# XF86Config-4 (XFree86 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 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/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/Speedo"

FontPath "/usr/lib/X11/fonts/100dpi"

FontPath "/usr/lib/X11/fonts/75dpi"

EndSection

 

Section "Module"

Load "GLcore"

Load "bitmap"

Load "dbe"

Load "ddc"

Load "dri"

Load "extmod"

Load "freetype"

Load "glx"

Load "int10"

Load "record"

Load "speedo"

Load "type1"

Load "vbe"

Load "synaptics"

SubSection "extmod"

Option "omit xfree86-dga"

EndSubSection

 

EndSection

 

Section "InputDevice"

Identifier "Generic Keyboard"

Driver  "keyboard"

Option  "CoreKeyboard"

Option  "XkbRules" "xfree86"

Option  "XkbModel" "pc105"

Option  "XkbLayout" "fr"

EndSection

 

Section "InputDevice"

Identifier "Touchpad"

Driver  "synaptics"

Option  "CorePointer"

Option  "Device"  "/dev/psaux"

Option  "Protocol"  "ImPS/2"

# Option  "LeftEdge"  "1900"

# Option  "RightEdge"  "5400"

# Option  "TopEdge"  "1900"

# Option  "BottomEdge"  "4000"

# Option  "FingerLow"  "25"

# Option  "FingerHigh"  "30"

# Option  "MaxTapTime"  "180"

# Option  "MaxTapMove"  "220"

# Option  "VertScrollDelta" "100"

# Option  "MinSpeed"  "0.02"

# Option  "MaxSpeed"  "0.18"

# Option  "AccelFactor"  "0.0010"

# Option  "SHMConfig"  "on"

# Option  "Buttons"  "7"

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 "ATI Technologies, Inc. RV250 5c61 [Radeon Mobility 9200 M9+]"

Driver  "fglrx"

Option  "UseInternalAGPGART" "no"

Option  "VideoOverlay" "on"

Option  "OpenGLOverlay" "no"

EndSection

 

Section "Monitor"

Identifier "ACER Flat Panel"

HorizSync 30-70

VertRefresh 50-75

Option  "DPMS"

EndSection

 

Section "Screen"

Identifier "Default Screen"

Device  "ATI Technologies, Inc. RV250 5c61 [Radeon Mobility 9200 M9+]"

Monitor  "ACER Flat Panel"

DefaultDepth 24

SubSection "Display"

  Depth  24

  Modes  "1400x1050" "1280x960" "800x600" "640x480"

EndSubSection

EndSection

 

Section "ServerLayout"

Identifier "Default Layout"

Screen  "Default Screen"

InputDevice "Generic Keyboard"

InputDevice "Touchpad"

InputDevice "Generic Mouse"

EndSection

 

Section "DRI"

Mode 0666

EndSection

Lien vers le commentaire
Partager sur d’autres sites

Merci beaucoup, j'ai calqué ce qui pouvais l'être sur ton fichier, mais toujours rien, je pense que le problème provient du module kernel que je n'arrive pas à configurer, je vais abandonner l'idée de 3d sous linux car j'ai peur de tout planter une fois pour toute.

J'ai regardé sur plusieurs sites où on explique l'installation de driver ATI mais rien n'y fais je crois que je ne suis vraiment pas fait pour linux.

En tout cas merci beaucoup à vous de m'avoir aidé.

Lien vers le commentaire
Partager sur d’autres sites

est ce que le module fglrx se charge coorectement?

modprobe fglrx

à faire en root.

 

Tu sembles avoir une résolution d'écran peu conventionnelle (1152x864), essaie ces tests là:

Non-standard screen sizes

 

It appears that the ATI driver will refuse any screen size that your monitor doesn't list in its VESA DDC info; for example, I can't get my preferred resolution of 1280x960(1) with my Samsung CRT monitor. The symptoms are the following: if multiple resolutions are listed in XF86Config (such as "1280x960" "1152x864" "1024x768" "800x600"), the display will open at 1024x768 with a noticeable delay (a couple of seconds).

There are two workarounds:

 

  1. List only one resolution (1280x960 in my case): the display will open at that resolution with no delay, but you won't be able to switch resolutions with Ctrl,Alt,+ and Ctrl,Alt,-

  2. Use Option "NoDDC" in the "Device" section, as shown above: this is harmless as long as you got your monitor timings right.

http://xoomer.virgilio.it/flavio.stanchina...aller.html#bugs

 

c'est pour debian mais le principe est le même .

(le même en français: http://www.andesi.org/index.php?node=99#A21 )

Lien vers le commentaire
Partager sur d’autres sites

Voici la réponse de modprobe fglrx

FATAL: Error inserting fglrx (/lib/modules/2.6.3-7mdksmp/kernel/drivers/char/drm/fglrx.ko): Invalid module format

J'ai énormément de problème avec ça, même lorsque je fais l'installation comme indiqué par ATI, je lance sh make.sh (OK) et à sh make_install, j'ai la même réponse.

Je pense qu'il faudrait réinstaller le module kernell proprement mais je ne sais pas comment faire sans tout perdre.

Lien vers le commentaire
Partager sur d’autres sites

si le make.sh aboutit correctement, c'est que le module est construit. IL te suffit alors de le copier (il s'appelle fglrx.ko) dans /lib/modules/<ton-kernel>/misc

 

un petit coup de depmod -ae pour l'enregistrer ET ensuite modprobe fglrx.

 

[moi ça plantait au make.sh. Il se plaignait d'une version incompatible de drm et de d'upgrader Xfree... sur une Sarge récente :P Je n'ai réussi à le faire correctement qu'après avoir recompilé un noyau tout beau pour remplacer celui par défaut]

Lien vers le commentaire
Partager sur d’autres sites

Voici la réponse de modprobe fglrx

FATAL: Error inserting fglrx (/lib/modules/2.6.3-7mdksmp/kernel/drivers/char/drm/fglrx.ko): Invalid module format

J'ai énormément de problème avec ça, même lorsque je fais l'installation comme indiqué par ATI, je lance sh make.sh (OK) et à sh make_install, j'ai la même réponse.

Je pense qu'il faudrait réinstaller le module kernell proprement mais je ne sais pas comment faire sans tout perdre.

416692[/snapback]

Tu as une plate-forme multiprocesseur ??

Lien vers le commentaire
Partager sur d’autres sites

si le make.sh aboutit correctement, c'est que le module est construit. IL te suffit alors de le copier (il s'appelle fglrx.ko) dans /lib/modules/<ton-kernel>/misc

 

un petit coup de depmod -ae pour l'enregistrer ET ensuite modprobe fglrx.

 

[moi ça plantait au make.sh. Il se plaignait d'une version incompatible de drm et de d'upgrader Xfree... sur une Sarge récente :P Je n'ai réussi à le faire correctement qu'après avoir recompilé un noyau tout beau pour remplacer celui par défaut]

417086[/snapback]

 

J'ai effectué le make.sh, j'ai trouvé le fglrx.ko mais je ne trouve pas le chemin que tu me donnes. Dans lib/modules/ j'ai 3 repertoire file:/lib/modules/2.6.3-7mdk, file:/lib/modules/2.6.3-7mdkcustom, file:/lib/modules/2.6.3-7mdksmp et dans aucun des trois il y a un /misc comment dois-je procéder ?

 

Merci

Lien vers le commentaire
Partager sur d’autres sites

Avant d'essayer de le mettre dans le bon répertoire /lib/modules/... (ça a l'air d'être différent sous Mandrake, faudra que je vérifie chez moi)

 

dans le répertoire où se trouve le module, tu peux l'insérer avec insmod.

Lien vers le commentaire
Partager sur d’autres sites

Rejoindre la conversation

Vous publiez en tant qu’invité. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.
Remarque : votre message nécessitera l’approbation d’un modérateur avant de pouvoir être visible.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...