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

 


Dernière réponse
Sujet : [mdk] nv twinview
VorteX et le mien:
 

Code :
  1. cat /etc/X11/XF86Config
  2. # File generated by XFdrake.
  3. # **********************************************************************
  4. # Refer to the XF86Config man page for details about the format of
  5. # this file.
  6. # **********************************************************************
  7. Section "Files"
  8.     # Multiple FontPath entries are allowed (they are concatenated together)
  9.     # By default, Mandrake 6.0 and later now use a font server independent of
  10.     # the X server to render fonts.
  11.     FontPath "unix/:-1"
  12. EndSection
  13. Section "ServerFlags"
  14.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  15.     AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
  16.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  17. EndSection
  18. Section "Module"
  19.     Load "dbe" # Double-Buffering Extension
  20.     Load "v4l" # Video for Linux
  21.     Load "glx"
  22.     Load "extmod"
  23.     Load "type1"
  24.     Load "freetype"
  25. EndSection
  26. Section "InputDevice"
  27.     Identifier "Keyboard1"
  28.     Driver "keyboard"
  29.     Option "XkbModel" "pc105"
  30.     Option "XkbLayout" "fr"
  31.     Option "XkbOptions" ""
  32. EndSection
  33. Section "InputDevice"
  34.     Identifier "Mouse1"
  35.     Driver "mouse"
  36.     Option "Protocol" "IMPS/2"
  37.     Option "Device" "/dev/mouse"
  38.     Option "ZAxisMapping" "4 5"
  39. EndSection
  40. Section "Monitor"
  41.     Identifier "monitor1"
  42.     VendorName "Iiyama"
  43.     ModelName "Iiyama A901HT, VisionMaster Pro 450"
  44.     HorizSync 27.0-115.0
  45.     VertRefresh 50.0-160.0
  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.     # Dell D800 and few Inspiron (16/10) 1280x800
  50.     ModeLine "1280x800"  147.89  1280 1376 1512 1744  800 801 804 848
  51.     # Dell D800 and few Inspiron (16/10) 1680x1050
  52.     ModeLine "1680x1050"  214.51  1680 1800 1984 2288  1050 1051 1054 1103
  53.     # Dell D800 and few Inspiron (16/10) 1920x1200
  54.     ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync
  55.     # TV fullscreen mode or DVD fullscreen output.
  56.     # 768x576 @ 79 Hz, 50 kHz hsync
  57.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  58.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  59.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  60. EndSection
  61. Section "Device"
  62.     Identifier "NV AGP TwinView"
  63.     VendorName "nVidia Corporation"
  64.     BoardName "NVIDIA GeForce4 (generic)"
  65.     Driver "nvidia"
  66.     Option "DPMS"
  67.     Option "MetaModes" "1280x1024,1280x1024"
  68.     # Option "IgnoreEDID" "1"
  69.     Option "SecondMonitorVertRefresh" "50.0-160.0"
  70.     Option "ConnecterMonitor" "crt,crt"
  71.     Option "TwinViewOrientation" "RightOf"
  72.     Option "SecondMonitorHorizSync" "27.0-115.0"
  73.     Option "TwinView"
  74. EndSection
  75. Section "Screen"
  76.     Identifier "screen1"
  77.     Device "NV AGP TwinView"
  78.     Monitor "monitor1"
  79.     DefaultColorDepth 24
  80.     Subsection "Display"
  81.         Depth 8
  82.         # Virtual 1024 768
  83.     EndSubsection
  84.     Subsection "Display"
  85.         Depth 15
  86.         # Virtual 1024 768
  87.     EndSubsection
  88.     Subsection "Display"
  89.         Depth 16
  90.         # Virtual 1024 768
  91.     EndSubsection
  92.     Subsection "Display"
  93.         Depth 24
  94.         # Virtual 1024 768
  95.     EndSubsection
  96. EndSection
  97. #########################
  98. Section "ServerLayout"
  99.     Identifier "AGPTwinView"
  100.     InputDevice "Keyboard1" "CoreKeyboard"
  101.     InputDevice "Mouse1" "CorePointer"
  102.     Screen "screen1"
  103. EndSection


Votre réponse
Nom d'utilisateur    Pour poster, vous devez être inscrit sur ce forum .... si ce n'est pas le cas, cliquez ici !
Le ton de votre message                        
                       
Votre réponse


[b][i][u][strike][spoiler][fixed][cpp][url][email][img][*]   
 
   [quote]
 

Options

 
Vous avez perdu votre mot de passe ?


Vue Rapide de la discussion
VorteX et le mien:
 

Code :
  1. cat /etc/X11/XF86Config
  2. # File generated by XFdrake.
  3. # **********************************************************************
  4. # Refer to the XF86Config man page for details about the format of
  5. # this file.
  6. # **********************************************************************
  7. Section "Files"
  8.     # Multiple FontPath entries are allowed (they are concatenated together)
  9.     # By default, Mandrake 6.0 and later now use a font server independent of
  10.     # the X server to render fonts.
  11.     FontPath "unix/:-1"
  12. EndSection
  13. Section "ServerFlags"
  14.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  15.     AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
  16.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  17. EndSection
  18. Section "Module"
  19.     Load "dbe" # Double-Buffering Extension
  20.     Load "v4l" # Video for Linux
  21.     Load "glx"
  22.     Load "extmod"
  23.     Load "type1"
  24.     Load "freetype"
  25. EndSection
  26. Section "InputDevice"
  27.     Identifier "Keyboard1"
  28.     Driver "keyboard"
  29.     Option "XkbModel" "pc105"
  30.     Option "XkbLayout" "fr"
  31.     Option "XkbOptions" ""
  32. EndSection
  33. Section "InputDevice"
  34.     Identifier "Mouse1"
  35.     Driver "mouse"
  36.     Option "Protocol" "IMPS/2"
  37.     Option "Device" "/dev/mouse"
  38.     Option "ZAxisMapping" "4 5"
  39. EndSection
  40. Section "Monitor"
  41.     Identifier "monitor1"
  42.     VendorName "Iiyama"
  43.     ModelName "Iiyama A901HT, VisionMaster Pro 450"
  44.     HorizSync 27.0-115.0
  45.     VertRefresh 50.0-160.0
  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.     # Dell D800 and few Inspiron (16/10) 1280x800
  50.     ModeLine "1280x800"  147.89  1280 1376 1512 1744  800 801 804 848
  51.     # Dell D800 and few Inspiron (16/10) 1680x1050
  52.     ModeLine "1680x1050"  214.51  1680 1800 1984 2288  1050 1051 1054 1103
  53.     # Dell D800 and few Inspiron (16/10) 1920x1200
  54.     ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync
  55.     # TV fullscreen mode or DVD fullscreen output.
  56.     # 768x576 @ 79 Hz, 50 kHz hsync
  57.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  58.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  59.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  60. EndSection
  61. Section "Device"
  62.     Identifier "NV AGP TwinView"
  63.     VendorName "nVidia Corporation"
  64.     BoardName "NVIDIA GeForce4 (generic)"
  65.     Driver "nvidia"
  66.     Option "DPMS"
  67.     Option "MetaModes" "1280x1024,1280x1024"
  68.     # Option "IgnoreEDID" "1"
  69.     Option "SecondMonitorVertRefresh" "50.0-160.0"
  70.     Option "ConnecterMonitor" "crt,crt"
  71.     Option "TwinViewOrientation" "RightOf"
  72.     Option "SecondMonitorHorizSync" "27.0-115.0"
  73.     Option "TwinView"
  74. EndSection
  75. Section "Screen"
  76.     Identifier "screen1"
  77.     Device "NV AGP TwinView"
  78.     Monitor "monitor1"
  79.     DefaultColorDepth 24
  80.     Subsection "Display"
  81.         Depth 8
  82.         # Virtual 1024 768
  83.     EndSubsection
  84.     Subsection "Display"
  85.         Depth 15
  86.         # Virtual 1024 768
  87.     EndSubsection
  88.     Subsection "Display"
  89.         Depth 16
  90.         # Virtual 1024 768
  91.     EndSubsection
  92.     Subsection "Display"
  93.         Depth 24
  94.         # Virtual 1024 768
  95.     EndSubsection
  96. EndSection
  97. #########################
  98. Section "ServerLayout"
  99.     Identifier "AGPTwinView"
  100.     InputDevice "Keyboard1" "CoreKeyboard"
  101.     InputDevice "Mouse1" "CorePointer"
  102.     Screen "screen1"
  103. EndSection

hadv merci,
ok, je teste et je reviens
jotenakis voilà le mien : http://l.sonia.free.fr/xorg.conf.dual
lebarjoe

hadv a écrit :

bonjour,
 
c'est pas bien compliqué, je veux du vrai dual screen sous mandrake, avec ma carte nvidia (ti qqchose). Mais rien à faire, je me retrouve avec un clone de mon premier moniteur sur le second ... c'est sympa, mais c'est pas ce que veux !
 
alors si qq1 pouvait relire mon fichier de conf, et me dire où je me suis planté ... car là, ni les autres threards ici sur ce sujet, ni google n'ont étés d'un grand secours ...
 
Section "Device"
   Identifier "device1"
   VendorName "NVidia"
   BoardName "NVIDIA ti"
   Option "NoLogo" "True"
   Option "DPMS"
   Option "IgnoreEDID" "1"
   BusID  "PCI:1:0:0"
   Option "TwinView" "True"
   Option "SecondMonitorHorizSync"   "30-96"
   Option "SecondMonitorVertRefresh" "50-160"
   Option "TwinViewOrientation"      "RightOf"
   Option "MetaModes"                "1280x960,1280x960"
   Option "ConnectedMonitor"         "crt,crt"
   Driver "nv"
EndSection
 
en cas de besoin je peux aussi envoyer le XF86Config-4 complet,
voilà a+ had


As-tu installé les drivers nvidia ?
Voici un lien si besoin : http://www.pcinpact.com/forum/sujet_38878.htm
 
Dans ta config, il faut que tu remplaces la ligne :
Driver "nv" par Driver "nvidia"

hadv bonjour,
 
c'est pas bien compliqué, je veux du vrai dual screen sous mandrake, avec ma carte nvidia (ti qqchose). Mais rien à faire, je me retrouve avec un clone de mon premier moniteur sur le second ... c'est sympa, mais c'est pas ce que veux !
 
alors si qq1 pouvait relire mon fichier de conf, et me dire où je me suis planté ... car là, ni les autres threards ici sur ce sujet, ni google n'ont étés d'un grand secours ...
 
Section "Device"
   Identifier "device1"
   VendorName "NVidia"
   BoardName "NVIDIA ti"
   Option "NoLogo" "True"
   Option "DPMS"
   Option "IgnoreEDID" "1"
   BusID  "PCI:1:0:0"
   Option "TwinView" "True"
   Option "SecondMonitorHorizSync"   "30-96"
   Option "SecondMonitorVertRefresh" "50-160"
   Option "TwinViewOrientation"      "RightOf"
   Option "MetaModes"                "1280x960,1280x960"
   Option "ConnectedMonitor"         "crt,crt"
   Driver "nv"
EndSection
 
en cas de besoin je peux aussi envoyer le XF86Config-4 complet,
voilà a+ had

Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)