FORUM Syndrome-OC - Jacky-PC


  Software et OS Alternatif


  OS alternatifs


   [mandriva2006+bi écran] comment faire?

 




Il y a 29 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici

 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[mandriva2006+bi écran] comment faire?

n°38713
MOUS
Poulycroc powaa !
Posté le 04-12-2005 à 14:14:28  profilanswer
 

bonjour,
 
je suis depuis quelque temps sur mandriva et j'ai jamais su instalé le bi-ecrans dessu :??:
 
j'ai temprairement une ti4200 ( je vais bientôt racoir ma 6600gt su sav )
 
j'ai bien instalé les drivers nvidia, et je ne sais pas activé la fonction bi-écrans car il ne détecte pas l'écran sur la vga :heink:  
 
comment faire pour l'activé?
 
merci:)

mood
Google
Posté le 04-12-2005 à 14:14:28  profilanswer
 

n°38715
MOUS
Poulycroc powaa !
Posté le 07-12-2005 à 13:10:00  profilanswer
 

up?

n°38955
freacky225​27
Posté le 02-01-2006 à 11:45:02  profilanswer
 

Il faut que tu édites ton fichier xorg.conf  :)  
Voici deux bon tutos :
http://gentoo-wiki.com/HOWTO_Dual_ [...] phics_card
http://ubuntuforums.org/showthread.php?t=31686
Tu n’es pas le seul à qui ça a dut arriver, cherche un peu sur google  :jap:

n°38979
P1511GD
L'ère nouvelle de noël.....
Posté le 02-01-2006 à 23:52:59  profilanswer
 

Content de voir un nouveau membre adepte de linux :)


---------------
@+++
paiquinzeonzegédé qui vous salut tout en bas :jap: :D | http://hemios.com | http://hemios.info
n°38986
freacky225​27
Posté le 03-01-2006 à 17:41:40  profilanswer
 

P1511GD a écrit :

Content de voir un nouveau membre adepte de linux :)


 
Je suis ravi de cet accueil  :)  
 
Enfin, si tu parles bien de moi  :D

n°38987
MOUS
Poulycroc powaa !
Posté le 03-01-2006 à 18:59:14  profilanswer
 

je vais bientot tout réinstalé ( prob de partition.. )
je vous tiendrai au courant :)


---------------
FREE SEX !! || Un très bon forum de concert toussa.. ||  O/C TV VIP
En lisant ce message, vous venez de tuer un danseur de tektonic.. MERCI !!
n°39035
MOUS
Poulycroc powaa !
Posté le 09-01-2006 à 14:00:52  profilanswer
 

bon voila voila, j'ai commencé a bidoullé et hum et pour le moment ça plante.. :/
 
j'ai une ti4200 agp

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.     AllowMouseOpenFail # allows the server to start up even if the mouse does not work
  15.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  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/nvidia/libglx.so"
  24. EndSection
  25. Section "InputDevice"
  26.     Identifier "Keyboard1"
  27.     Driver "keyboard"
  28.     Option "XkbModel" "pc105"
  29.     Option "XkbLayout" "be"
  30.     Option "XkbOptions" "compose:rwin"
  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 "Plug'n Play"
  42.     ModelName "AL1716"
  43.     HorizSync 30-83
  44.     VertRefresh 56-75
  45.    
  46.     # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
  47.     ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  48.    
  49.     # TV fullscreen mode or DVD fullscreen output.
  50.     # 768x576 @ 79 Hz, 50 kHz hsync
  51.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  52.    
  53.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  54.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  55. EndSection
  56. Section "Device"
  57.     Identifier "device1"
  58.     VendorName "nVidia"
  59.     BoardName "NVIDIA GeForce4 (generic)"
  60.     Driver "nvidia"
  61.     Option "DPMS"
  62.     Option "IgnoreEDID" "1"
  63. EndSection
  64. Section "Screen"
  65.     Identifier "screen1"
  66.     Device "device1"
  67.     Monitor "monitor1"
  68.     DefaultColorDepth 24
  69.    
  70.     Subsection "Display"
  71.         Depth 8
  72.         Virtual 1280 1024
  73.     EndSubsection
  74.    
  75.     Subsection "Display"
  76.         Depth 15
  77.         Virtual 1280 1024
  78.     EndSubsection
  79.    
  80.     Subsection "Display"
  81.         Depth 16
  82.         Virtual 1280 1024
  83.     EndSubsection
  84.    
  85.     Subsection "Display"
  86.         Depth 24
  87.         Virtual 1280 1024
  88.     EndSubsection
  89. EndSection
  90. Section "ServerLayout"
  91.     Identifier "layout1"
  92.     InputDevice "Keyboard1" "CoreKeyboard"
  93.     InputDevice "Mouse1" "CorePointer"
  94.     Screen "screen1"
  95. EndSection


 
et voici le modifier
 

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.     AllowMouseOpenFail # allows the server to start up even if the mouse does not work
  15.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  16. Option "Xinerama" "false"
  17. EndSection
  18. Section "Module"
  19.     Load "dbe" # Double-Buffering Extension
  20.     Load "v4l" # Video for Linux
  21.     Load "extmod"
  22.     Load "type1"
  23.     Load "freetype"
  24.     Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
  25. EndSection
  26. Section "InputDevice"
  27.     Identifier "Keyboard1"
  28.     Driver "keyboard"
  29.     Option "XkbModel" "pc105"
  30.     Option "XkbLayout" "be"
  31.     Option "XkbOptions" "compose:rwin"
  32. EndSection
  33. Section "InputDevice"
  34.     Identifier "Mouse1"
  35.     Driver "mouse"
  36.     Option "Protocol" "ExplorerPS/2"
  37.     Option "Device" "/dev/mouse"
  38.     Option "ZAxisMapping" "6 7"
  39. EndSection
  40. Section "Monitor"
  41.     Identifier "monitor0"
  42.     VendorName "Plug'n Play"
  43.     ModelName "AL1716"
  44.     HorizSync 30-83
  45.     VertRefresh 56-75
  46.    
  47.     # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
  48.     ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +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 "Card0"
  59.     VendorName "nVidia"
  60.     BoardName "NVIDIA GeForce4 (generic)"
  61.     Driver "nvidia"
  62.     Option "DPMS"
  63.     Option "IgnoreEDID" "1"
  64. EndSection
  65. Section "Screen"
  66.     Identifier "screen0"
  67.     Device "Card0"
  68.     Monitor "monitor0"
  69.     DefaultColorDepth 24
  70.     Option "TwinView"
  71.     Option "MetaModes"   "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
  72.     Option "TwinViewOrientation" "RightOf"
  73.     Option "SecondMonitorHorisSync" "UseEdidFreqs"
  74.     Option "SecondMonitorVertRefresh" "UseEdidFreqs"
  75.     Subsection "Display"
  76.         Depth 8
  77.         Virtual 1280 1024
  78.     EndSubsection
  79.    
  80.     Subsection "Display"
  81.         Depth 15
  82.         Virtual 1280 1024
  83.     EndSubsection
  84.    
  85.     Subsection "Display"
  86.         Depth 16
  87.         Virtual 1280 1024
  88.     EndSubsection
  89.    
  90.     Subsection "Display"
  91.         Depth 24
  92.         Virtual 1280 1024
  93.     EndSubsection
  94. EndSection
  95. Section "ServerLayout"
  96.     Identifier "layout1"
  97.     InputDevice "Keyboard1" "CoreKeyboard"
  98.     InputDevice "Mouse1" "CorePointer"
  99.     Screen 0   "screen1" 0 0
  100. EndSection


 
je conais pas trop l'anglais ( patapaÿ :'( )
mais l'érreur c'est sure y'en a une, mais ou?
 
merci :)


---------------
FREE SEX !! || Un très bon forum de concert toussa.. ||  O/C TV VIP
En lisant ce message, vous venez de tuer un danseur de tektonic.. MERCI !!
n°40082
MOUS
Poulycroc powaa !
Posté le 12-05-2006 à 17:23:21  profilanswer
 

au faite, je suis entrain de recherché un topik et je suis retombé sur celui ci, ( que j'avais l'achement oublié  :whistle: )
et je suis en bi-écran sur linux, et la partie du xorg.conf que j'ai du modifier :hello:
 

Code :
  1. Section "Device"
  2.     Identifier "device1"
  3.     VendorName "nVidia Corporation"
  4.     BoardName "NVIDIA GeForce FX (generic)"
  5.     Driver "nvidia"
  6.     Option "DPMS"
  7.     Option "MetaModes" "1280x1024,1280x1024; 640x480,640x480"
  8.     Option "SecondMonitorVertRefresh" "50-70"
  9.     Option "NoLogo" "true"
  10.     Option "ConnectedMonitor" "CRT, CRT"
  11.     Option "SecondMonitorHorizSync" "31.5-64.3"
  12.     Option "TwinView"
  13.     #Option "IgnoreEDID" "1"
  14. EndSection


 
voila! :hello:


---------------
FREE SEX !! || Un très bon forum de concert toussa.. ||  O/C TV VIP
En lisant ce message, vous venez de tuer un danseur de tektonic.. MERCI !!
n°40820
loup-gris
HOMO HOMINI LUPUS
Posté le 29-07-2006 à 11:42:09  profilanswer
 

bon, petit up....
 
voila, je suis aussi sous linux maintenant... et j'ai egalment un petit souci avec mon bi-ecrant (bein tien...)
 
alors, j'ai une ati x1600xt
et un cpu amd athlon64
 
donc, je telecharge les driver ati... deja la, je me retrouve avec un fichier ati-driver-installer-8.27.10-x86_64.run .....  zarbi vu que faut der rpm si je me plante pas  donc, deja si quelqun savait me dire comment instalé les dernier drivers....sa seraiut un debut !
 
ensuite faut il fait les memem modif que mous ? ou vu que s'et une ati, sa a rien a voir ??
 
merci :jap:


Message édité par loup-gris le 29-07-2006 à 11:42:18

---------------
[:loup-gris]  
n°40824
MOUS
Poulycroc powaa !
Posté le 29-07-2006 à 13:04:18  profilanswer
 

déjà quel est ta distrib ?
ensuite le driver en .run c'est logique ;)
le RPM fonctionne que sur certaine distrib :-/
( chmod 777 xxx.run --> ./xxx.run et il s'éxécute :) )
ensuite non a ne pas faire comme moi puisque mes paramèttre sont pour une carte Nvidia :/
mais c'est casiment la même chose ;)
 
je ne retrouve pas pour le moment la doc pour configuré le dual sur une ati, mais dés que je trouve je te poste ça :)


---------------
FREE SEX !! || Un très bon forum de concert toussa.. ||  O/C TV VIP
En lisant ce message, vous venez de tuer un danseur de tektonic.. MERCI !!
n°40832
loup-gris
HOMO HOMINI LUPUS
Posté le 29-07-2006 à 17:56:34  profilanswer
 

pour la distri s'est du suse ;)
 
et raven viens de m'expliqué par msn ...merci mon petit raven :jap:
 
y a pluq qu'a instalé les drivers et tourvé pour le bi...je regarderasi sa demmain

n°40833
MOUS
Poulycroc powaa !
Posté le 29-07-2006 à 19:04:14  profilanswer
 

dac :)
 
 
 
mais que ferrais-t'on sans Raven ???
 
[/leche cul]
 
 :D


Message édité par MOUS le 29-07-2006 à 19:04:47

---------------
FREE SEX !! || Un très bon forum de concert toussa.. ||  O/C TV VIP
En lisant ce message, vous venez de tuer un danseur de tektonic.. MERCI !!
mood
Google
Posté le 29-07-2006 à 19:04:14  profilanswer
 


Aller à :
Ajouter une réponse

  FORUM Syndrome-OC - Jacky-PC


  Software et OS Alternatif


  OS alternatifs


   [mandriva2006+bi écran] comment faire?

 

Hit Parade