Problème avec le TwinView

Problème avec le TwinView - Linux et OS Alternatifs

Marsh Posté le 12-06-2004 à 16:23:24    

Je ne crois pas que la question ai deja été posée (je sais qu'il y en a plein sur Mandrake et les pilotes NVidia, mais la le cas est un peu spécial)
 
Voila j'ai un problème, je n'arrive pas a activer le TwinView avec une GeForce 4 MX 460. Le pilote Nvidia est installé, voici mon XF86Config-4 :
 

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 "/usr/X11R6/lib/modules/extensions/libglx.so"
  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" "ExplorerPS/2"
  36.     Option "Device" "/dev/mouse"
  37.     Option "ZAxisMapping" "6 7"
  38. EndSection
  39. Section "Monitor"
  40.     Identifier "monitor1"
  41.     VendorName "Generic"
  42.     ModelName "1024x768 @ 70 Hz"
  43.     HorizSync 31.5-57.0
  44.     VertRefresh 50-70
  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 "Device"
  58.     Identifier "device1"
  59.     VendorName "nVidia Corporation"
  60.     BoardName "NVIDIA GeForce4 (generic)"
  61.     Driver "nvidia"
  62.     Option "DPMS"
  63.     Option "IgnoreEDID" "1"
  64.     Option "TwinView"
  65. Option "SecondMonitorHorizSync"     "31.5-57.0"
  66. Option "SecondMonitorVertRefresh"   "50-70"
  67. # Option "MetaModes"                  "1280x1024,1280x1024;1024x768,1024x768"
  68. EndSection
  69. Section "Screen"
  70.     Identifier "screen1"
  71.     Device "device1"
  72.     Monitor "monitor1"
  73.     DefaultColorDepth 24
  74.    
  75.     Subsection "Display"
  76.         Depth 8
  77.         Virtual 1024 768
  78.     EndSubsection
  79.    
  80.     Subsection "Display"
  81.         Depth 15
  82.         Virtual 1024 768
  83.     EndSubsection
  84.    
  85.     Subsection "Display"
  86.         Depth 16
  87.         Virtual 1024 768
  88.     EndSubsection
  89.    
  90.     Subsection "Display"
  91.         Depth 24
  92.         Virtual 1024 768
  93.     EndSubsection
  94. EndSection
  95. Section "ServerLayout"
  96.     Identifier "layout1"
  97.     InputDevice "Keyboard1" "CoreKeyboard"
  98.     InputDevice "Mouse1" "CorePointer"
  99.     Screen "screen1"
  100. EndSection


 
Merci pour vos réponses  :)


---------------
La mort un concept dépassé ...  
Reply

Marsh Posté le 12-06-2004 à 16:23:24   

Reply

Sujets relatifs:

Leave a Replay

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