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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  [debian] XFree qui marche po

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[debian] XFree qui marche po

n°453641
GouNiNi
Posté le 12-04-2004 à 00:40:43  profilanswer
 

Je sais bien qu'il y a deja u plein de question à ce sujet, mais g fais rechercher et ca a rien donner donc ...  
 
voila le log de XFree me donne ca a la fin :
 

Code :
  1. (II) Primary Device is: PCI 03:00:0
  2. (--) Assigning device section with no busID to primary device
  3. (WW) RADEON: No matching Device section for instance (BusID PCI:3:0:1) found
  4. (EE) No devices detected.
  5. Fatal server error:
  6. no screens found


 
Le reste du log me semble plus ou moins correct, apart qu'il y a un listing des carte ATI et qu'il s'arrete juste a la radeon 9700 et g une 9800 ...  :??:  
 
Je suis en noyau 2.4, en sarge et le XFree il semblerai que ce soit le 4.3.0.1
Serait ce qu'XFree 4.3 ne supporte pas cette carte ? ca m'étonnerais mais bon ...  :pt1cable:

mood
Publicité
Posté le 12-04-2004 à 00:40:43  profilanswer
 

n°453644
lint
O_O
Posté le 12-04-2004 à 00:54:02  profilanswer
 

poste ton /etc/X11/XF86Config-4


---------------
\@/
n°453648
GouNiNi
Posté le 12-04-2004 à 00:59:55  profilanswer
 

Vala mon XF86Config-4
 

Code :
  1. # XF86Config-4 (XFree86 X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the XF86Config-4 manual page.
  7. # (Type "man XF86Config-4" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xfree86 package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xfree86
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following commands as root:
  15. #
  16. #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
  17. #   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
  18. #   dpkg-reconfigure xserver-xfree86
  19. Section "Files"
  20. FontPath "unix/:7100"   # local font server
  21. # if the local font server has problems, we can fall back on these
  22. FontPath "/usr/lib/X11/fonts/misc"
  23. FontPath "/usr/lib/X11/fonts/cyrillic"
  24. FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
  25. FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
  26. FontPath "/usr/lib/X11/fonts/Type1"
  27. FontPath "/usr/lib/X11/fonts/CID"
  28. FontPath "/usr/lib/X11/fonts/Speedo"
  29. FontPath "/usr/lib/X11/fonts/100dpi"
  30. FontPath "/usr/lib/X11/fonts/75dpi"
  31. EndSection
  32. Section "Module"
  33. Load "GLcore"
  34. Load "bitmap"
  35. Load "dbe"
  36. Load "ddc"
  37. Load "dri"
  38. Load "extmod"
  39. Load "freetype"
  40. Load "glx"
  41. Load "int10"
  42. Load "record"
  43. Load "speedo"
  44. Load "type1"
  45. Load "vbe"
  46. EndSection
  47. Section "InputDevice"
  48. Identifier "Generic Keyboard"
  49. Driver  "keyboard"
  50. Option  "CoreKeyboard"
  51. Option  "XkbRules" "xfree86"
  52. Option  "XkbModel" "pc105"
  53. Option  "XkbLayout" "fr"
  54. EndSection
  55. Section "InputDevice"
  56. Identifier "Configured Mouse"
  57. Driver  "mouse"
  58. Option  "CorePointer"
  59. Option  "Device"  "/dev/input/mice"
  60. Option  "Protocol"  "ImPS/2"
  61. Option  "Emulate3Buttons" "true"
  62. Option  "ZAxisMapping"  "4 5"
  63. EndSection
  64. Section "Device"
  65. Identifier "ATI Technologies, Inc. Radeon R350 [Radeon 9800]"
  66. Driver  "ati"
  67. EndSection
  68. Section "Monitor"
  69. Identifier "Generic Monitor"
  70. HorizSync 30-94
  71. VertRefresh 50-75
  72. Option  "DPMS"
  73. EndSection
  74. Section "Screen"
  75. Identifier "Default Screen"
  76. Device  "ATI Technologies, Inc. Radeon R350 [Radeon 9800]"
  77. Monitor  "Generic Monitor"
  78. DefaultDepth 24
  79. SubSection "Display"
  80.  Depth  1
  81.  Modes  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  82. EndSubSection
  83. SubSection "Display"
  84.  Depth  4
  85.  Modes  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  86. EndSubSection
  87. SubSection "Display"
  88.  Depth  8
  89.  Modes  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  90. EndSubSection
  91. SubSection "Display"
  92.  Depth  15
  93.  Modes  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  94. EndSubSection
  95. SubSection "Display"
  96.  Depth  16
  97.  Modes  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  98. EndSubSection
  99. SubSection "Display"
  100.  Depth  24
  101.  Modes  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  102. EndSubSection
  103. EndSection
  104. Section "ServerLayout"
  105. Identifier "Default Layout"
  106. Screen  "Default Screen"
  107. InputDevice "Generic Keyboard"
  108. InputDevice "Configured Mouse"
  109. EndSection
  110. Section "DRI"
  111. Mode 0666
  112. EndSection

n°453838
GouNiNi
Posté le 12-04-2004 à 19:34:53  profilanswer
 

[:atreyu]  pleaze  [:atreyu]

n°454138
GouNiNi
Posté le 12-04-2004 à 23:52:51  profilanswer
 

allo  :bounce:  
 
doije faire qqch de speciale pour avoir X avec ma radeon 9800 ou le XFree 4.3 suffit ?

n°454696
GouNiNi
Posté le 13-04-2004 à 17:35:10  profilanswer
 

okay je vais me pendre ...

n°457189
lasyan3
Posté le 16-04-2004 à 11:32:49  profilanswer
 

Je suis en train d'installer Debian, et j'ai le même problème.
une chose à savoir et à corriger : choisis le driver "radeon" et non "ati", ça aidera un petit peu!
Ensuite, tu peux jeter un coup d'oeil ici

n°457212
bastien59
Posté le 16-04-2004 à 11:53:39  profilanswer
 

J4ai une ATI 9700 sous Debian et Xfree 4.3 et ça marche sans problème avec accélération 3D via drivers proprio ATI ou sans accel 3D via le module Radeon.
 
Pour installer les drivers proprio il faut enlever le support DRM directement dans le noyau (recompiler).
 
J'ai un peu galéré mais ça a fini par marcher. J'ai suivi le tuto suivant :
http://www.g-tec.co.at/ati.html

n°457395
GouNiNi
Posté le 16-04-2004 à 14:05:25  profilanswer
 

cool merci, j'essaye ca dés que possible

n°527231
brisssou
8-/
Posté le 25-07-2004 à 17:13:01  profilanswer
 

même problème pour moi
 
kk1 à une idée ?
 
debian SID à jour, radeon 9700, mobo A7N8X-deluxe (nForce 2)
 
merci de votre aide !

mood
Publicité
Posté le 25-07-2004 à 17:13:01  profilanswer
 

n°527235
gregs50
Posté le 25-07-2004 à 17:45:36  profilanswer
 

tu as essayé un dpkg-reconfigure xserver-xfree86 (si je me souviens) et de mettre vesa en pilote ??? pour voir si ça marche !!!

n°527272
Pizz
Vive les Tomates !
Posté le 25-07-2004 à 18:33:50  profilanswer
 

en mettant :
 
Driver  "vesa"
 
ça fonctionne, mais tu n'as pas d'accélération 3D
 


---------------
C'est quand on a le nez dans la tomate qu'on voit mieux la tomate !
n°527548
docteurmad
Posté le 26-07-2004 à 11:27:50  profilanswer
 

Une question con, parce que j'ai deja eu ce probleme, et il ne me semble pas que cela vienne des drivers ati, (il met juste un warning)
tu peux faire un dpkg -l | grep x-window-system-core
si t'as rien, tu fais un apt get dessus.

n°527568
Sigmund
Posté le 26-07-2004 à 11:49:50  profilanswer
 

La radeon 9800 n'est pas supportée par XFree 4.3.
 
http://www.xfree.org/4.3.0/radeon.4.html


Message édité par Sigmund le 26-07-2004 à 11:50:11
n°528706
brisssou
8-/
Posté le 27-07-2004 à 19:01:55  profilanswer
 

j'ai une radeon 9700...
 
j'avais essayé de mettre vesa, même problème
 
koi qu'il en soit, le problème est 'résolu' :  
J'avais installé xFree avant de passer du noyau de Woody bf24 au 2.6.7. j'ai fait l'inverse (compilation et installation du noyau puis install de Xfree) et hop! rulez.
 
voilà, merci.


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

  [debian] XFree qui marche po

 

Sujets relatifs
quel paquet installer sous debian pour faire marcher caramail dialogueInstaller une Debian sur une distrib Redhat (OVH Dédié inside)
pb drivers audio - kernel 2.6.5 - debian sidPartager X en Lan, comment ça marche ?
[Linux LiveCD Router ] qui as essayé , ça marche ?[Debian 3.0] Installation - disque dur non reconnu
kdbg ne marche plus depuis que je suis passé a mandrake 10Problème avec une carte réseau Realtek sous Debian
Installation d'une 2eme carte reseau avec debian 2.4 over vitual PC[TUTO] AOL ADSL FR sous Linux ça marche !!!
Plus de sujets relatifs à : [debian] XFree qui marche po


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