Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1326 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Fatal server error: no screens found-RADEON 9200-driver fglrx

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Fatal server error: no screens found-RADEON 9200-driver fglrx

n°973847
utb diablo
.: :. 4 ever xo0
Posté le 04-11-2007 à 11:43:06  profilanswer
 

Bjr tout le monde :)
 
Hier j'ai voulu installer compiz-fusion histoire de voir ce que ca donne en vrai :)
Mais voila, mon pc n'a pas de carte graphique :( je veux dire par là que la sortie vidéo est gérée par ma carte mère http://www.asus.com/products.aspx? [...] odelmenu=2.
 
Pour installer compiz-fusion j'ai donc installé une radeon 9200 sur ma debian. J'ai ensuite suivi à la lettre de tuto http://www.lea-linux.org/cached/in [...] rxrpm.html
pour installer les pilotes nécessaires à ma CG.
 
Tout semblait bien marcher, le module fglrx était bien chargé

Citation :

root:~# lsmod | grep fglrx
fglrx                 731008  0
agpgart             31280   3 via_agp,fglrx,amd64_agp


 
J'ai ensuite modifié mon xorg.conf pour utiliser le driver fglrx pour ma CG

Citation :


# 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 xorg.conf manual page.
# (Type "man 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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
 
Section "Files"
EndSection
 
Section "Module"
 Load  "GLcore"
 Load  "i2c"
 Load  "bitmap"
 Load  "ddc"
 Load  "dri"
 Load  "extmod"
 Load  "fglrx"
 Load  "freetype"
 Load  "glx"
 Load  "int10"
 Load  "radeon"
 Load  "vbe"
EndSection
 
Section "InputDevice"
 Identifier  "Generic Keyboard"
 Driver      "kbd"
 Option     "CoreKeyboard"
 Option     "XkbRules" "xorg"
 Option     "XkbModel" "pc104"
 Option     "XkbLayout" "fr"
EndSection
 
Section "InputDevice"
 Identifier  "Configured Mouse"
 Driver      "mouse"
 Option     "CorePointer"
 Option     "Device" "/dev/input/mice"
 Option     "Protocol" "ExplorerPS/2"
EndSection
 
Section "Monitor"
 Identifier   "V770+"
 HorizSync    30.0 - 70.0
 VertRefresh  50.0 - 150.0
 Option     "DPMS" "true"
EndSection
 
Section "Device"
 Identifier  "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Driver      "fglrx"
 Option     "AGPMode" "4"
 Option     "AGPSize" "64"
 Option     "RingSize" "8"
 Option     "BufferSize" "2"
 Option     "EnablePageFlip" "true"
 Option     "EnableDepthMoves" "true"
 BusID       "PCI:1:0:0"
EndSection
 
Section "Screen"
 Identifier "Default Screen"
 Device     "ATI Technologies Inc RV280 [Radeon 9200 SE]"
 Monitor    "V770+"
 DefaultDepth     24
 SubSection "Display"
  Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection
 
Section "DRI"
 Mode         0666
EndSection
 
Section "Extensions"
 Option  "Composite" "Enable"
EndSection
 
Section "ServerFlags"
 Option  "AIGLX"  "False"
EndSection
 
 
Section "ServerLayout"
 Identifier "Default Layout"
 Screen  "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
EndSection


 
Mais avec cette config, X ne veut pas se lancer :(

Citation :

root:~#startx
[...]
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.40.4
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.402
(II) ATI Proprietary Linux Driver Build Date: Jul 31 2007 22:20:14
(--) Assigning device section with no busID to primary device
(EE) No devices detected.
 
Fatal server error:
no screens found


 
Voila, si quelqu'un pouvait me dire si j'ai mal fait un truc. Je ne pense pas avoir commis d'erreur lors de l'install du driver fglrx.
Cependant, je ne suis pas sur qu'il est été pris en compte:

Citation :

root:~# fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)


 
Ici, si l'installation s'est bien passé, il ne devrait pas me renvoyer MESA, il devrait me renvoyer un truc du genre

Citation :

$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200SE DDR Generic
OpenGL version string: 1.3.4893 (X4.3.0-8.10.19)


 
Avec fgl_glxgears, c'est encore pire, il ne se lance même pas.

Citation :

root:~# fgl_glxgears
Using GLX_SGIX_pbuffer
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  158 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  30
  Current serial number in output stream:  30


 
Ze comprends pas pourquoi ca ne marche pas :(
 
Merci davans :)


Message édité par utb diablo le 04-11-2007 à 12:35:58

---------------
Au royaume des aveugles, les borgnes sont rois xo0
mood
Publicité
Posté le 04-11-2007 à 11:43:06  profilanswer
 

n°974003
utb diablo
.: :. 4 ever xo0
Posté le 04-11-2007 à 18:10:08  profilanswer
 

up?


---------------
Au royaume des aveugles, les borgnes sont rois xo0
n°974012
guepe
J'ai du noir sur la truffe ?
Posté le 04-11-2007 à 18:49:44  profilanswer
 

Avec ta carte graphique, fglrx (drivers proprios ati) ne supportent pas le composite (nécessaire au bureau 3d). Pour ta carte graphique, utiliser le driver libre, il fonctionne bien (j'ai une 9600)


---------------
Un blog qu'il est bien
n°974061
utb diablo
.: :. 4 ever xo0
Posté le 04-11-2007 à 21:18:08  profilanswer
 

j'ai essayé avec le driver libre 'radeon' dans xorg.conf, X démarre bien. Tout semble bien marcher.
 
Missi beaucoup guepe :)


---------------
Au royaume des aveugles, les borgnes sont rois xo0
n°976529
utb diablo
.: :. 4 ever xo0
Posté le 09-11-2007 à 12:18:29  profilanswer
 

encore moi :p
Voila j'ai essayé le driver libre, tout marche bien, mais il semble que ma CG ne soit pas au max de ses competances.
Par exemple, OpenGL ne semble pas fonctionner sur ma machine, ou alors à allure réduite. Ce qui n'était pas le cas sous Win$.
 
J'ai retenté l'install d'fglrx, meme si je n'ai pas le support pour le bureau 3D ce n'est pas grave, je souhaite juste pouvoir charger OpenGl sans probleme.
 
L'install du driver proprio ati me sort en erreur que je devrais revérifier mes liens symbolique dans /usr et /usr/src. J'ai installé les headers de mon kernel par apt, j'ai téléchargé les sources du noyau sur kernel.org, rien n'y fait. Impossible de finir l'install.
 
J'aurais accès à mon pc ce soir, je posterais le message exact d'ereur.
 
Enjoy :)


---------------
Au royaume des aveugles, les borgnes sont rois xo0
n°976971
utb diablo
.: :. 4 ever xo0
Posté le 10-11-2007 à 12:50:08  profilanswer
 

Vala : :)
 

Citation :

[Message] Kernel Module : Trying to install a precompiled kernel module.
[Message] Kernel Module : Precompiled kernel module version mismatched.
[Message] Kernel Module : Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
initializing...
Error:
kernel includes at /lib/modules/2.6.22-2-486/build/include do not match current kernel.
they are versioned as ""
instead of "2.6.22-2-486".
you might need to adjust your symlinks:
- /usr/include
- /usr/src/linux
[Error] Kernel Module : Failed to compile kernel module - please consult readme.


 

Citation :

root:~# uname -r
2.6.22-2-486


 

Citation :

root:~# ls -l /usr/
total 228
drwxr-xr-x   3 root   root   4096 2007-01-04 07:02 applnk
drwxr-xr-x   2 root   root  57344 2007-11-10 12:48 bin
drwxr-xr-x   2 root   root   4096 2007-10-24 18:02 doc
drwxr-xr-x   2 root   root   4096 2007-10-29 22:15 games
drwxr-xr-x 157 root   root  12288 2007-11-07 11:59 include
drwxr-xr-x   7 root   root   4096 2007-03-21 21:54 java
drwxr-xr-x 219 diablo fuse  90112 2007-11-10 12:48 lib
drwxr-xr-x   3 root   root   4096 2007-10-23 21:49 lib64
drwxr-xr-x   5 root   root   4096 2007-04-27 04:02 libexec
drwxrwsr-x  30 root   staff  4096 2007-10-24 18:45 local
drwxr-xr-x   3 root   root   4096 2007-03-11 13:16 locale
drwxr-xr-x   5 root   root   4096 2007-04-18 22:03 man
drwxr-xr-x   2 root   root   8192 2007-11-10 12:48 sbin
drwxr-xr-x 342 root   root   8192 2007-11-10 12:48 share
drwxrwsr-x  17 root   src    4096 2007-11-04 20:24 src
drwxr-xr-x   2 root   root   4096 2007-04-18 22:12 ucb
drwxr-xr-x   5 root   root   4096 2007-11-04 18:38 X11R6


 

Citation :

root:~# ls -l /usr/src/
total 1328
drwxr-sr-x  2 root src    4096 2007-11-10 12:48 ATI
-rw-r--r--  1 root src  313264 2007-11-03 14:59 fglrx-kernel-2.6.22-2-486_8.40.4-2+2.6.22-4_i386.deb
-rw-r--r--  1 root root 832985 2007-10-12 18:00 fglrx.tar.bz2
-rw-r--r--  1 root src   20770 2007-02-09 22:53 fuse-module-2.6.8-2-386_2.2.1-4sarge2+2.6.8-16sarge1_i386.deb
-rw-r--r--  1 root root 108252 2007-10-14 20:46 fuse.tar.bz2
drwxr-xr-x 16 root root   4096 2007-04-01 12:22 kernel-headers-2.6.8-3
drwxr-xr-x  3 root root   4096 2007-04-01 12:22 kernel-headers-2.6.8-3-386
drwxr-xr-x  3 root root   4096 2007-02-09 22:51 kernel-kbuild-2.6-3
drwxr-xr-x  3 root root   4096 2007-04-17 11:46 kernel-patches
lrwxrwxrwx  1 root src      14 2007-11-04 20:24 linux -> linux-2.6.22.2
drwxrwxr-x 19 root root   4096 2007-08-09 23:28 linux-2.6.22.2
drwxr-xr-x 17 root root   4096 2007-04-09 11:23 linux-headers-2.6.18-4
drwxr-xr-x  4 root root   4096 2007-11-03 14:47 linux-headers-2.6.18-4-686
drwxr-xr-x 17 root root   4096 2007-11-03 14:59 linux-headers-2.6.22-2
drwxr-xr-x  4 root root   4096 2007-11-04 20:00 linux-headers-2.6.22-2-486
drwxr-xr-x  3 root root   4096 2007-04-09 11:29 linux-kbuild-2.6.18
drwxr-xr-x  3 root root   4096 2007-11-03 14:59 linux-kbuild-2.6.22
lrwxrwxrwx  1 root src      26 2007-07-02 11:43 linux-OLDVERSION.1183372841 -> linux-headers-2.6.18-4-686
lrwxrwxrwx  1 root src      19 2007-11-03 14:47 linux-OLDVERSION.1194098359 -> linux-source-2.6.22
lrwxrwxrwx  1 root src      26 2007-11-03 14:59 linux-OLDVERSION.1194103173 -> linux-headers-2.6.22-2-486
lrwxrwxrwx  1 root src      19 2007-11-03 18:31 linux-OLDVERSION.1194111199 -> linux-source-2.6.22
drwxr-xr-x 19 root root   4096 2007-08-30 20:27 linux-source-2.6.22
drwxr-xr-x  4 root src    4096 2007-10-12 18:00 modules
drwxr-xr-x  7 root root   4096 2006-09-16 08:34 rpm


Message édité par utb diablo le 10-11-2007 à 12:52:24

---------------
Au royaume des aveugles, les borgnes sont rois xo0

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Fatal server error: no screens found-RADEON 9200-driver fglrx

 

Sujets relatifs
[solved] Apres install de fglrx , no screen foundkernel-sources cannot be found
Grub error 15driver DELL
vmware -> use: command not found ... problème de perl ??kernel 2.6.23.1 et driver ati proprio
Pb driver Zaptel 1.4.x and Mandriva 2008Pb config dual screen (clone) avec ATI radeon 9600
Plus de sujets relatifs à : Fatal server error: no screens found-RADEON 9200-driver fglrx


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR