[Debian] xfree86 4.1 & 3dfx/tdfx | Ecran TFT

xfree86 4.1 & 3dfx/tdfx | Ecran TFT [Debian] - Linux et OS Alternatifs

Marsh Posté le 10-04-2002 à 14:31:30    

Bonjour,
 
Je suis en Woody kernel 2.4.18. J'installé tout ce qu'il faut pour X, et je desire utiliser wmaker, mais je ne pense pas que le problème vienne de là.
 
J'ai configurer le tout via xf86cfg et j'ai choisi comme carte graphique voodoo3 et comme "driver" tdfx. Je possède une voodoo3 AGP.
 
Qd je lance startx à partir d'un user, j'ai le message suivant :
 

Code :
  1. (II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
  2.         3dfx Voodoo3, 3dfx Voodoo5
  3. (--) Assigning device section with no busID to primary device
  4. (WW) TDFX: Chipset "Voodoo3" in Device section "Card1" isn't valid for this driver
  5. (EE) No devices detected.
  6. Fatal server error:
  7. no screens found


 
Une idée ?
 
Sinon, j'aimerais connaître si il y a une manip nécessaire à faire si on possède un ecran TFT ? J'ai fait un dpkg-reconfigure xserver-xfree86 et j'ai bien spécifié que j'avais un TFT, y'a t'il qqchose d'autre à faire sachant que lorsque je configure le moniteur du serveur X via xf86cfg, je n'ai pas d'écran du type Generic LCD ou autre ...
 
Voili voilou, je vous remercie d'avance !
 
A+

Reply

Marsh Posté le 10-04-2002 à 14:31:30   

Reply

Marsh Posté le 10-04-2002 à 14:38:47    

Du nouveau même si ca ne marche toujours pas :
Dans xf86cfg, dans la section cardBUS ID, j'ai mis 01:00.0 (valeur que j'ai trouvé en faisant un lspci)
 
Le message d'erreur est maintenant le suivant :
 

Code :
  1. (II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
  2.         3dfx Voodoo3, 3dfx Voodoo5
  3. (WW) TDFX: No matching Device section for instance (BusID PCI:1:0:0) found
  4. (EE) No devices detected.


 
Si ca peut vous aider ..

Reply

Marsh Posté le 10-04-2002 à 14:41:30    

http://www.xfree86.org/4.2.0/Status2.html#2
tu devrais poster ton XF86Config

 

[jfdsdjhfuetppo]--Message édité par minusplus--[/jfdsdjhfuetppo]

Reply

Marsh Posté le 10-04-2002 à 14:57:29    

Merci pour la réponse !
Je encore chercher un peu !
 
Voici mon X86Config-4
 

Code :
  1. Section "ServerLayout"
  2.         Identifier     "Layout1"
  3.         Screen      0  "Screen1" 0 0
  4.         InputDevice    "Keyboard1" "CoreKeyboard"
  5.         InputDevice    "Mouse1" "CorePointer"
  6. EndSection
  7. Section "Files"
  8.         FontPath     "unix/:7100"
  9.         FontPath     "/usr/lib/X11/fonts/misc"
  10.         FontPath     "/usr/lib/X11/fonts/cyrillic"
  11.         FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
  12.         FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
  13.         FontPath     "/usr/lib/X11/fonts/Type1"
  14.         FontPath     "/usr/lib/X11/fonts/Speedo"
  15.         FontPath     "/usr/lib/X11/fonts/100dpi"
  16.         FontPath     "/usr/lib/X11/fonts/75dpi"
  17. EndSection
  18. Section "Module"
  19.         Load  "GLcore"
  20.         Load  "bitmap"
  21.         Load  "dbe"
  22.         Load  "ddc"
  23.         Load  "dri"
  24.         Load  "extmod"
  25.         Load  "freetype"
  26.         Load  "glx"
  27.         Load  "int10"
  28.         Load  "pex5"
  29.         Load  "record"
  30.         Load  "speedo"
  31.         Load  "type1"
  32.         Load  "vbe"
  33.         Load  "xie"
  34. EndSection
  35. Section "InputDevice"
  36.         Identifier  "Mouse1"
  37.         Driver      "mouse"
  38.         Option      "Protocol" "PS/2"
  39.         Option      "Device" "/dev/psaux"
  40. EndSection
  41. Section "InputDevice"
  42.         Identifier  "Keyboard1"
  43.         Driver      "keyboard"
  44.         Option      "XkbModel" "pc105"
  45.         Option      "XkbLayout" "fr"
  46. EndSection
  47. Section "Monitor"
  48.         Identifier   "Monitor1"
  49.         HorizSync    31.5 - 31.5
  50.         VertRefresh  60.0 - 60.0
  51. EndSection
  52. Section "Device"
  53.         Identifier  "Card1"
  54.         Driver      "tdfx"
  55.         ChipSet     "Voodoo3"
  56.         Card        "Voodoo3 (generic)"
  57.         BusID       "PCI:01:00:0"
  58. EndSection
  59. Section "Screen"
  60.         Identifier "Screen1"
  61.         Device     "Card1"
  62.         Monitor    "Monitor1"
  63.         DefaultDepth     16
  64.         SubSection "Display"
  65.                 Depth     16
  66.                 Modes    "1280x1024" "1024x768" "800x600" "640x480"
  67.         EndSubSection
  68. EndSection
  69. Section "DRI"
  70.         Mode         0666
  71. EndSection


 
Voilà, merci A+

 

[jfdsdjhfuetppo]--Message édité par Evadream -jbd---[/jfdsdjhfuetppo]

Reply

Marsh Posté le 10-04-2002 à 15:00:22    

ca ressemble plus a un log de xfree qu a un XF86config

Reply

Marsh Posté le 10-04-2002 à 15:03:04    

ouais je m'ai trompé dans le copier/coller :/

 

[jfdsdjhfuetppo]--Message édité par Evadream -jbd---[/jfdsdjhfuetppo]

Reply

Marsh Posté le 10-04-2002 à 15:05:25    

Sinon ma section Monitor va bien pour un TFT ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed