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

  FORUM HardWare.fr
  Linux et OS Alternatifs

  Cherche XF86Config-4

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Cherche XF86Config-4

n°394581
Anti-trust
Posté le 23-01-2004 à 11:45:39  profilanswer
 

:hello:
 
après avoir réussi à installer les pilotes nvidia, je n'arrive pas à faire fonctionner mon deuxième écran correctement..
 
en fait, ça fonctionne mais dès ke je passe la souris dessus, impossible de revenir sur l'écran principal [:paysan]
 
mes recherches me donnent différentes manips... jamais deux fois la meme donc je suis totalement perdu
 
donc, je cherche une bonne âme ayant la meme config ke moi pour me donner le contenu de son XF86Config-4  
 
config:  
 
Geforce IV ti 4200 (AGP 8x - 128 mo)
deux écrans crt en 1280x960
 
merci d'avance :jap:
 
au cas ou, voici le contenu du mien:
 

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 "Files"
  7.     # Multiple FontPath entries are allowed (they are concatenated together)
  8.     # By default, Mandrake 6.0 and later now use a font server independent of
  9.     # the X server to render fonts.
  10.     FontPath "unix/:-1"
  11. EndSection
  12. Section "ServerFlags"
  13.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  14.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  15.     AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
  16. EndSection
  17. Section "Module"
  18.     Load "dbe" # Double-Buffering Extension
  19.     Load "v4l" # Video for Linux
  20.     Load "extmod"
  21.     Load "type1"
  22.     Load "freetype"
  23.     Load "glx" # 3D layer
  24. EndSection
  25. Section "InputDevice"
  26.     Identifier "Keyboard1"
  27.     Driver "Keyboard"
  28.     Option "XkbModel" "pc105"
  29.     Option "XkbLayout" "fr"
  30.     Option "XkbOptions" ""
  31. EndSection
  32. Section "InputDevice"
  33.     Identifier "Mouse1"
  34.     Driver "mouse"
  35.     Option "Protocol" "IMPS/2"
  36.     Option "Device" "/dev/psaux"
  37.     Option "ZAxisMapping" "4 5"
  38. EndSection
  39. Section "Monitor"
  40.     Identifier "monitor0"
  41.     VendorName "Plug'n Play"
  42.     ModelName "Mitsubishi Diamond Pro 87TXM (TFM8705)"
  43.     HorizSync 30.0-86.0
  44.     VertRefresh 50.0-130.0
  45.    
  46.     # Sony Vaio C1(X,XS,VE,VN)?
  47.     # 1024x480 @ 85.6 Hz, 48 kHz hsync
  48.     ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
  49.    
  50.     # TV fullscreen mode or DVD fullscreen output.
  51.     # 768x576 @ 79 Hz, 50 kHz hsync
  52.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  53.    
  54.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  55.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  56. EndSection
  57. Section "Monitor"
  58.     Identifier "monitor1"
  59.     VendorName "Plug'n Play"
  60.     ModelName "IIyama Vision Master"
  61.     HorizSync 30.0-86.0
  62.     VertRefresh 50.0-130.0
  63.    
  64.     # Sony Vaio C1(X,XS,VE,VN)?
  65.     # 1024x480 @ 85.6 Hz, 48 kHz hsync
  66.     ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
  67.    
  68.     # TV fullscreen mode or DVD fullscreen output.
  69.     # 768x576 @ 79 Hz, 50 kHz hsync
  70.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  71.    
  72.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  73.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  74. EndSection
  75. Section "Device"
  76.     Identifier  "nvidia0"
  77.     Driver      "nvidia"
  78.     # Entrez le BusID avec l'emplacement de votre carte graphique
  79.     BusID       "PCI:2:0:0"
  80.     Screen      0
  81. Option "NvAGP" "3"
  82. Option "DigitalVibrance" "0"
  83. Option "TwinView" "1"
  84. Option "SecondMonitorHorizSync" "30-86"
  85. Option "SecondMonitorVertRefresh" "50-130"
  86. Option "TwinViewOrientation" "RightOf"
  87. Option "TVStandard" "NTSC-M"
  88. Option "MetaModes" "1600x1200 @1280x960,1600x1200 @1280x960"
  89. EndSection
  90. Section "Device"
  91.     Identifier  "nvidia1"
  92.     Driver      "nvidia"
  93.     # Entrez le BusID avec l'emplacement de votre carte graphique
  94.     BusId       "PCI:2:0:0"
  95.     Screen      1
  96. EndSection
  97. Section "Screen"
  98.     Identifier  "Screen0"
  99.     Device      "nvidia0"
  100.     Monitor     "Monitor0"
  101.     DefaultDepth 24
  102.     Subsection "Display"
  103.         Depth       24
  104.         Modes       "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
  105.     EndSubsection
  106. EndSection
  107. Section "Screen"
  108.     Identifier  "Screen1"
  109.     Device      "nvidia1"
  110.     Monitor     "Monitor1"
  111.     DefaultDepth 24
  112.     Subsection "Display"
  113.         Depth       24
  114.         Modes       "1600x1200" "1280x960" "1024x768" "800x600" "640x480"
  115.     EndSubsection
  116. EndSection
  117. Section "ServerLayout"
  118.     Identifier "layout1"
  119.     Screen 0 "screen0"
  120.     Screen 1 "screen1" leftOf "screen0"
  121.     InputDevice "Keyboard1" "CoreKeyboard"
  122.     InputDevice "Mouse1" "CorePointer"
  123. EndSection


mood
Publicité
Posté le 23-01-2004 à 11:45:39  profilanswer
 

n°394649
Anti-trust
Posté le 23-01-2004 à 14:18:43  profilanswer
 

up :)

n°394926
Anti-trust
Posté le 23-01-2004 à 20:18:31  profilanswer
 

up s'il vous plait :'(

n°395078
teethgrind​er
Posté le 23-01-2004 à 23:11:37  profilanswer
 

Anti-trust a écrit :

up s'il vous plait :'(
 


 
moi quand mon XFree déconne sous debian, je le génère avec un distrib live (knoppix...) et hop je le copie dans le répertoire qui va bien ...
apparemment t'es sous mandrake, donc mandrake move par exemple ...

n°395194
Anakin Sky​walker
Ubuntu user
Posté le 24-01-2004 à 02:07:09  profilanswer
 

Ben je vois pas comment ca pourrait marcher puisqu'il n'y a pas d'option xinerama dans ton fichier XF86Config-4...
 
Ce serait du style (dans la section ServerLayout):
 
Option "Xinerama"
Screen "screen2" RightOf "screen1"


Message édité par Anakin Skywalker le 24-01-2004 à 02:07:57

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

  Cherche XF86Config-4

 

Sujets relatifs
je cherche des logiciels...Cherche bonne carte GFX 2D pas chere avec sortie S-Vidéo
[Cherche] en mode CONSOLE un soft me donnant la consommation de ram...[debian] Cherche paquet pour all-in-wonder
Ati 3.2.8, 2.6.0 cherche mail du support atiCherche Caricature Linux vs Windows :-)))
[802.11g] cherche matos compatible linux et user friendlycherche convertisseur euro valable
[MDK] Cherche un pas à pas pour du bonding - merci :)Cherche soft cryptage qui marche sous linux et windows
Plus de sujets relatifs à : Cherche XF86Config-4


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