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

  FORUM HardWare.fr
  Linux et OS Alternatifs

  [mandriva 06] problème drivers ati...

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[mandriva 06] problème drivers ati...

n°783643
-neon-
Illuminé
Posté le 17-02-2006 à 20:30:07  profilanswer
 

bon, j'débute sous nunux... soyez indulgents :D
 
Voila, j'ai installé les drivers ati, tout s'installe bien comme il faut (en apparence), j'ai fait un # aticonfig --initial pour mettre les parametres par défaut, et ca passe bien. Mais lorsque je fait un # fglrxinfo, j'ai ca :
 

Code :
  1. # fglrxinfo
  2. Xlib:  extension "GLX" missing on display ":0.0".
  3. Xlib:  extension "GLX" missing on display ":0.0".
  4. Error: couldn't find RGB GLX visual!


 
J'ai deja matté plusieurs topics, et les réponses que j'y ai trouvé ne m'ont pas aidés. voila mon xorg.conf :
 

Code :
  1. # File generated by XFdrake.
  2. # **********************************************************************
  3. # Refer to the XF86Config man page for details about the format of
  4. # this file.
  5. # **********************************************************************
  6. Section "ServerLayout"
  7. Identifier     "layout1"
  8. Screen      0  "aticonfig Screen 0" 0 0
  9. InputDevice    "Keyboard1" "CoreKeyboard"
  10. InputDevice    "Mouse1" "CorePointer"
  11. EndSection
  12. Section "Files"
  13.     # Multiple FontPath entries are allowed (they are concatenated together)
  14.     # By default, Mandrake 6.0 and later now use a font server independent of
  15.     # the X server to render fonts.
  16. FontPath     "unix/:-1"
  17. EndSection
  18. Section "Module"
  19. Load  "dbe" # Double-Buffering Extension
  20. Load  "v4l" # Video for Linux
  21. Load  "extmod"
  22. Load  "type1"
  23. Load  "freetype"
  24. Load  "dri"
  25. Load  "glx"
  26. EndSection
  27. Section "ServerFlags"
  28.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  29.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  30. # allows the server to start up even if the mouse does not work
  31. Option     "allowmouseopenfail"
  32. EndSection
  33. Section "InputDevice"
  34. Identifier  "Keyboard1"
  35. Driver      "keyboard"
  36. Option     "XkbModel" "pc105"
  37. Option     "XkbLayout" "fr"
  38. Option     "XkbOptions" "compose:rwin"
  39. EndSection
  40. Section "InputDevice"
  41. Identifier  "Mouse1"
  42. Driver      "mouse"
  43. Option     "Protocol" "ExplorerPS/2"
  44. Option     "Device" "/dev/mouse"
  45. Option     "ZAxisMapping" "6 7"
  46. EndSection
  47. Section "Monitor"
  48.     # Monitor preferred modeline (85.0 Hz vsync, 91.1 kHz hsync, ratio 5/4)
  49. Identifier   "monitor1"
  50. VendorName   "Plug'n Play"
  51. ModelName    "C1996PNST/NSL"
  52. HorizSync    30.0 - 96.0
  53. VertRefresh  50.0 - 160.0
  54. ModeLine     "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
  55. ModeLine     "768x576" 50.0 768 832 846 1000 576 590 595 630
  56. ModeLine     "768x576" 63.1 768 800 960 1024 576 578 590 616
  57. EndSection
  58. Section "Monitor"
  59. Identifier   "aticonfig Monitor 0"
  60. EndSection
  61. Section "Device"
  62. Identifier  "device1"
  63. Driver      "fbdev"
  64. Option     "DPMS"
  65. EndSection
  66. Section "Device"
  67. Identifier  "ATI Graphics Adapter 0"
  68. Driver      "fglrx"
  69. BusID       "PCI:5:0:0"
  70. EndSection
  71. Section "Screen"
  72. Identifier "screen1"
  73. Device     "device1"
  74. Monitor    "monitor1"
  75. DefaultDepth     16
  76. SubSection "Display"
  77.  Virtual   1280 1024
  78.  Depth     8
  79. EndSubSection
  80. SubSection "Display"
  81.  Virtual   1280 1024
  82.  Depth     15
  83. EndSubSection
  84. SubSection "Display"
  85.  Virtual   1280 1024
  86.  Depth     16
  87. EndSubSection
  88. SubSection "Display"
  89.  Virtual   1280 1024
  90.  Depth     24
  91. EndSubSection
  92. EndSection
  93. Section "Screen"
  94. Identifier "aticonfig Screen 0"
  95. Device     "ATI Graphics Adapter 0"
  96. Monitor    "aticonfig Monitor 0"
  97. DefaultDepth     24
  98. SubSection "Display"
  99.  Viewport   0 0
  100.  Depth     24
  101. EndSubSection
  102. EndSection


 
Merci d'avance :)


Message édité par -neon- le 17-02-2006 à 20:33:54

---------------
L'atelier sous l'éclipse - "One side of me says, I'd like to talk to her, date her. The other side of me says, I wonder what her head would look like on a stick?"
mood
Publicité
Posté le 17-02-2006 à 20:30:07  profilanswer
 

n°783664
-neon-
Illuminé
Posté le 17-02-2006 à 21:49:58  profilanswer
 

Voici ce que me dit un # glxinfo :
 

Code :
  1. glxinfo
  2. name of display: :0.0
  3. Xlib:  extension "GLX" missing on display ":0.0".
  4. Xlib:  extension "GLX" missing on display ":0.0".
  5. Xlib:  extension "GLX" missing on display ":0.0".
  6. Error: couldn't find RGB GLX visual
  7.    visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  8. id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  9. ----------------------------------------------------------------------
  10. Xlib:  extension "GLX" missing on display ":0.0".
  11. Xlib:  extension "GLX" missing on display ":0.0".
  12. 0x21 16 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None


 
Help :/


---------------
L'atelier sous l'éclipse - "One side of me says, I'd like to talk to her, date her. The other side of me says, I wonder what her head would look like on a stick?"

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

  [mandriva 06] problème drivers ati...

 

Sujets relatifs
Problème d'installation sous Mandrake 10.1 irssi/wine/xchat ...Mandriva 2006 : Quelle version pour A64 ?
Problème Update MandrivaProblème pour redemarrer MYSQL
probleme installation mandriva 2006Petit probleme de police avec gentoo en mode Console
Problème de configuration de VLS sous Linuxprobleme connexion internet mandriva 2006
[Mandriva 10.1] Probleme de chargement trop long du systeme 
Plus de sujets relatifs à : [mandriva 06] problème drivers ati...


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