Pages : 1
#1 Le 25/08/2005, à 22:41
- kaskooy
Plantage driver proprietaire ATI
Bonjour,
J'ai installé les derniers drivers propriétaires ATI. Pas de soucis à l'install, pas de soucis au boot.
Sauf que... quand je lance glxgears ou fgl_glxgears l'ordi plante complètement. Obligé de le débrancher
J'ai une carte intégrée Radeon 9100.
Mon xorg.conf :
# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
Mode 0666
EndSection
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
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
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
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"
BusID "PCI:1:5:0"
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" "(null)"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "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" "2"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:1:5:0"
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" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
HELP !!!
Plus ça rate, et plus on a de chances que ça marche
Platanax
Hors ligne
#2 Le 25/08/2005, à 22:45
- Julian
Re : Plantage driver proprietaire ATI
idem avec ati radeon 8500.
Enfin je peux lancer glxgears (la 3D fonctionne) mais après plantage total.
julian@jabber.fr
Hors ligne
#3 Le 25/08/2005, à 22:55
- kaskooy
Re : Plantage driver proprietaire ATI
C'est déjà ça
Pour ma part, l'écran (de glxgears) s'ouvre puis... plus rien. Par contre, glxinfo me dit que tout va bien à priori...
Plus ça rate, et plus on a de chances que ça marche
Platanax
Hors ligne
#4 Le 07/09/2005, à 22:47
- Dvalin
Re : Plantage driver proprietaire ATI
Pareil
J'ai un 9600 et puis bah... 5-6 secondes de glxgears et j'ai tous le système qui plante...
Par contre mon fgl_glxgears ne plante pas et il tourne bien...
Dernière modification par Dvalin (Le 07/09/2005, à 22:49)
Hors ligne
#5 Le 08/09/2005, à 09:41
- kaskooy
Re : Plantage driver proprietaire ATI
Mouais : moi les deux plantent... Et j'ai bien l'impression que personne n'est en mesure de résoudre mon problème Sniff : pas de 3D !
Plus ça rate, et plus on a de chances que ça marche
Platanax
Hors ligne
#6 Le 08/09/2005, à 10:02
- Stemp
Re : Plantage driver proprietaire ATI
Pour ceux qui veulent de la 3d, il y a le driver radeon : http://wiki.ubuntu-fr.org/materiel/ati
pour les 8500 et 9100 c'est bon
«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux
Hors ligne
#7 Le 10/09/2005, à 11:01
- kaskooy
Re : Plantage driver proprietaire ATI
J'ai essayé, mais j'ai des scores minables :
gabriel@pc-gab:~$ glxgears
1365 frames in 5.0 seconds = 273.000 FPS
1554 frames in 5.0 seconds = 310.800 FPS
1684 frames in 5.0 seconds = 336.800 FPS
1554 frames in 5.0 seconds = 310.800 FPS
1683 frames in 5.0 seconds = 336.600 FPS
Et glxinfo donne
...
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: ATI
...
Une idée ??
Dernière modification par kaskooy (Le 10/09/2005, à 11:04)
Plus ça rate, et plus on a de chances que ça marche
Platanax
Hors ligne
#8 Le 10/09/2005, à 11:44
- Stemp
Re : Plantage driver proprietaire ATI
Tu as quoi comme carte ?
Tu as toujours les drivers fglrx installés ?
«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux
Hors ligne
#9 Le 10/09/2005, à 14:09
- kaskooy
Re : Plantage driver proprietaire ATI
J'ai une radeon 9100 intégrée.
Les drivers fglrx dont tu parles, c'est bien les drivers propriétaires d'ATI ? J'ai viré :
- le répertoire /lib/modules/fglrx
- le module /lib/modules/2.6.10-5-386/kernel/drivers/video/fglrx.ko (remplacé par celui installé par synaptic)
Quand je regarde les modules chargés, fglrx n'apparait pas et j'ai bien radeon.
Il manque qqchose ?
Plus ça rate, et plus on a de chances que ça marche
Platanax
Hors ligne
#10 Le 20/09/2005, à 16:15
- ObSVuugj
Re : Plantage driver proprietaire ATI
fglrx C de la Radeon9200 a Radeon9800. Les Radeon8500 a Radeon9100 C les drivers radeon....(je crois)
Bonjour je suis un portail et je suis ici pour vendre des fenetres!
(Hello! I am Gates and I am here to sell Windows)
Hors ligne
#11 Le 23/09/2005, à 00:53
- coffee
Re : Plantage driver proprietaire ATI
Linux Drivers and Software
Drivers are available for the following Linux/Product configurations:
Linux x86
* RADEON 8500 Series and higher
* FireGL Series
* Motherboards with ATI Graphics
* Notebooks with ATI GraphicsLinux x86_64
* RADEON 8500 Series and higher
* FireGL Series
* Motherboard with ATI Graphics
* Notebooks with ATI Graphics
Source: https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folderID=27
Nom d'un tupperware habillé en streetware mangeant de la confiture de pouère et qui se dite où est-ce que je suis ouère !
Tiens mon blog
Les blagues sous forme de fausses aides sont susceptible de ban (ex: rm)
Hors ligne