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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  [Mandriva] Dual Screen et TV

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[Mandriva] Dual Screen et TV

n°782325
Natsboss
Posté le 14-02-2006 à 16:08:58  profilanswer
 

Salut
 
Je viens de passer  sous linux avec Mandriva 2006 et après quelques problème que j'ai réussis à résoudre avec un peu d'aide il m'en reste quelques uns...
 
J'ai une GeForce Ti4800 avec le dual screen (qui fonctionne sans problème sous windows) mais impossible de m'en servir sous linux :(
 
Description du problème:
- J'ai un écran CRT 17" générique branchait avec un adaptateur DVI -> VGA sur la prise DVI
-  et un écran TFT HP Vs17 branché sur la sortie VGA
 
Actuellement j'ai l'image sur le CRT et sur le TFT j'ai des lignes de toutes les couleurs...
 
Comment je peux faire pour avoir le dual screen? Même avec les nouveaux drivers de chez nvidia n'on réussit qu'à ce que mon TFT se mette en veille au lieu d'afficher ses lignes bizarre...
 
 
2éme probleme avec ma carte d'acquisition TV (une asus)  j'ai trouver des chaines manuellement (en mettant moi même les fréquences) et j'ai le son par intermitence mais jamais l'image :( Comment je peux faire pour que ça fonctionne?
 
Merci d'avance


Message édité par Natsboss le 14-02-2006 à 16:57:40
mood
Publicité
Posté le 14-02-2006 à 16:08:58  profilanswer
 

n°782369
l4nkou
Dr House Fan
Posté le 14-02-2006 à 17:20:45  profilanswer
 

Voici une copie de mon fichier de configuration X pour un dual screen à base d'une FX5900xt et des drivers nvidia
 

Citation :


Section "ServerLayout"
    Identifier     "Main Layout"
    Screen         "Screen1" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection
 
Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/CID/"
    FontPath        "/usr/share/fonts/Speedo/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/100dpi/"
EndSection
 
Section "Module"
    Load           "dbe"
    Load           "glx"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
EndSection
 
Section "ServerFlags"
    Option         "blank time" "10" # 10 minutes
    Option         "standby time" "20"
    Option         "suspend time" "30"
    Option         "off time" "100"
EndSection
 
Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "keyboard"
    Option         "XkbModel" "pc106"
    Option         "XkbLayout" "fr"
EndSection
 
Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
    Option         "Protocol" "IMPS/2"
EndSection
 
Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0 - 64.0
    VertRefresh     50.0 - 100.0
    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "FX5900XT"
    Driver         "nvidia"
    Screen          0
EndSection
 
Section "Screen"
    Identifier     "Screen1"
    Device         "FX5900XT"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    Option         "TwinView"
    Option         "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
    Option         "TwinViewOrientation" "RightOf"
    Option         "SecondMonitorHorizSync" "UseEdidFreqs"
    Option         "SecondMonitorVertRefresh" "UseEdidFreqs"
    Option         "RenderAccel"
    Option         "HWcursor"
    Option         "CursorShadow"
    Option         "CursorShadowAlpha" "32"
    Option         "CursorShadowXOffset" "3"
    Option         "CursorShadowYOffset" "3"
    Option         "AllowGLXWithComposite"
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024"
    EndSubSection
EndSection


 
à adapter chez toi bien sur :)


Message édité par l4nkou le 14-02-2006 à 17:48:18
n°782377
Natsboss
Posté le 14-02-2006 à 17:44:19  profilanswer
 

Je vous montre le miens actuellement :

Code :
  1. Section "Monitor"
  2.     Identifier "monitor1"
  3.     VendorName "Generic"
  4.     ModelName "Flat Panel 1024x768"
  5.     HorizSync 31.5-55
  6.     VertRefresh 40-70
  7.     ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
  8.     ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
  9.     ModeLine "1152x864_120" 176.0 1152 1240 1368 1584 864 865 868 926 -hsync +vsync
  10.     ModeLine "1152x864_100" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
  11.     ModeLine "1152x864_85" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
  12.     ModeLine "1152x864_75" 105.0 1152 1224 1352 1552 864 865 868 902 -hsync +vsync
  13.     ModeLine "1152x864_60" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
  14.     ModeLine "1152x864_50" 66.8 1152 1208 1328 1504 864 865 868 889 -hsync +vsync
  15.    
  16.     # modeline generated by gtf(1) [handled by XFdrake]
  17.     ModeLine "1152x864_120"  176.01  1152 1240 1368 1584  864 865 868 926  -HSync +Vsync
  18.    
  19.     # modeline generated by gtf(1) [handled by XFdrake]
  20.     ModeLine "1152x864_100"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
  21.    
  22.     # modeline generated by gtf(1) [handled by XFdrake]
  23.     ModeLine "1152x864_85"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
  24.    
  25.     # modeline generated by gtf(1) [handled by XFdrake]
  26.     ModeLine "1152x864_75"  104.99  1152 1224 1352 1552  864 865 868 902  -HSync +Vsync
  27.    
  28.     # modeline generated by gtf(1) [handled by XFdrake]
  29.     ModeLine "1152x864_60"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
  30.    
  31.     # modeline generated by gtf(1) [handled by XFdrake]
  32.     ModeLine "1152x864_50"  66.85  1152 1208 1328 1504  864 865 868 889  -HSync +Vsync
  33. EndSection
  34. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  35. # nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Dec 14 16:39:22 PST 2005
  36. # File generated by XFdrake.
  37. # **********************************************************************
  38. # Refer to the XF86Config man page for details about the format of
  39. # this file.
  40. # **********************************************************************
  41. Section "ServerLayout"
  42.     Identifier "layout1"
  43.     InputDevice "Keyboard1" "CoreKeyboard"
  44.     InputDevice "Mouse1" "CorePointer"
  45.     Screen "screen1" 0 0
  46. EndSection
  47. Section "Files"
  48.     # Multiple FontPath entries are allowed (they are concatenated together)
  49.     # By default, Mandrake 6.0 and later now use a font server independent of
  50.     # the X server to render fonts.
  51.     FontPath "unix/:-1"
  52. EndSection
  53. Section "Module"
  54.     Load "dbe" # Double-Buffering Extension
  55.     Load "v4l" # Video for Linux
  56.     Load "extmod"
  57.     Load "type1"
  58.     Load "freetype"
  59.     Load "glx" # 3D layer
  60. EndSection
  61. Section "ServerFlags"
  62.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  63.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  64.    
  65.     # allows the server to start up even if the mouse does not work
  66.     Option "allowmouseopenfail"
  67. EndSection
  68. Section "InputDevice"
  69.     Identifier "Keyboard1"
  70.     Driver "keyboard"
  71.     Option "XkbModel" "pc105"
  72.     Option "XkbLayout" "fr"
  73.     Option "XkbOptions" "compose:rwin"
  74. EndSection
  75. Section "InputDevice"
  76.     Identifier "Mouse1"
  77.     Driver "mouse"
  78.     Option "Protocol" "ExplorerPS/2"
  79.     Option "Device" "/dev/mouse"
  80.     Option "ZAxisMapping" "6 7"
  81. EndSection
  82. Section "Device"
  83.     Identifier "device1"
  84.     VendorName "nVidia"
  85.     BoardName "NVIDIA GeForce4 (generic)"
  86.     Driver "nvidia"
  87. EndSection
  88. Section "Screen"
  89.     Identifier "screen1"
  90.     Device "device1"
  91.     Monitor "monitor1"
  92.     DefaultColorDepth 24
  93.    
  94.     Subsection "Display"
  95.         Depth 8
  96.         Virtual 1152 864
  97.     EndSubsection
  98.    
  99.     Subsection "Display"
  100.         Depth 15
  101.         Virtual 1152 864
  102.     EndSubsection
  103.    
  104.     Subsection "Display"
  105.         Depth 16
  106.         Virtual 1152 864
  107.     EndSubsection
  108.    
  109.     Subsection "Display"
  110.         Depth 24
  111.         Virtual 1152 864
  112.     EndSubsection
  113.     Option "DPMS"
  114. EndSection

n°782378
l4nkou
Dr House Fan
Posté le 14-02-2006 à 17:46:47  profilanswer
 

je pense que l'intégration de ceci dans la section screen devrait suffire  :p

Citation :


    Option         "TwinView"
    Option         "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
    Option         "TwinViewOrientation" "RightOf"
    Option         "SecondMonitorHorizSync" "UseEdidFreqs"
    Option         "SecondMonitorVertRefresh" "UseEdidFreqs"
    Option         "RenderAccel"
    Option         "HWcursor"
    Option         "CursorShadow"
    Option         "CursorShadowAlpha" "32"
    Option         "CursorShadowXOffset" "3"
    Option         "CursorShadowYOffset" "3"
    Option         "AllowGLXWithComposite"
 


Message édité par l4nkou le 14-02-2006 à 17:47:40
n°782385
Natsboss
Posté le 14-02-2006 à 17:58:52  profilanswer
 

Je viens de le faire et le résultat est suprenant mais pas celui attendus..
En fait j'ai un bureau un peu plus grand (de 3-4 cm en haut et à droite), avec la même résolution, donc je ne vois pas mon bureau en entier mais avec ma souris je me baladais (genre faire bouger verticalement et horizontalement le bureau... Il se déplace sur mon écran)
Je ne sais pas si j'ai était bien clair... en attendant je vais remettre l'ancien fichier...
Merci quand même, si d'autre idée, je suis preneur ;)

n°782387
l4nkou
Dr House Fan
Posté le 14-02-2006 à 18:01:21  profilanswer
 

je viens de trouver ça
 
http://forums.gentoo.org/viewtopic [...] tvout.html
 
je pense que tu y trouveras ton bonheur :)

n°782393
mardi_soir
Posté le 14-02-2006 à 18:23:56  profilanswer
 

voivi mon xorg.conf j'ai un ecran minuscule tout vieux en 640x480  
et un ecran normal  
 

Citation :


 
Section "ServerLayout"
 Identifier     "X.org Configured"
 Screen     0   "Screen0"  
 Screen      1  "Screen1" RightOf "Screen0"
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
 
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "true"  
EndSection
 
Section "Extensions"
   #Option "Composite" "Enable"
   Option "RENDER" "Enable"
EndSection  
 
Section "Device"
 Identifier  "Card0"
 Driver      "nvidia"
 VendorName  "nVidia Corporation"
 BoardName   "NV43 [GeForce 6600/GeForce 6600 GT]"
 Option      "NoLogo" "true"  
 Option     "AllowGLXWithComposite" "True"
 Option     "RenderAccel" "true"
 Option     "backingstore" "true"
 BusID       "PCI:1:0:0"
 Screen   0
  Option "RandRRotation" "true"
EndSection
 
Section "Device"
 Identifier  "Card1"
 Driver      "nvidia"
 VendorName  "nVidia Corporation"
 BoardName   "NV43 [GeForce 6600/GeForce 6600 GT]"
 Option      "NoLogo" "true"  
 Option     "AllowGLXWithComposite" "True"
 Option     "RenderAccel" "true"
 Option     "backingstore" "true"
 BusID       "PCI:1:0:0"
 Screen       1
Option "RandRRotation" "true"
 
# Option "TwinView"  
# Option "TwinViewOrientation" "LeftOf"  
EndSection
 
 
Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 DefaultDepth     16
 SubSection "Display"
  Depth     16
 # Modes "1280x1024"
  Modes    "1024x768"
 EndSubSection
EndSection
 
Section "Screen"
 Identifier "Screen1"
 Device     "Card1"
 Monitor    "Monitor1"
 DefaultDepth     16
 SubSection "Display"
  Depth     16
  Modes    "640x480"
 EndSubSection
EndSection
 
 
 
 
 
 
#  tout ca en dessous c'ets bon
 
 
 
Section "Files"
 RgbPath      "/usr/lib/X11/rgb"
 ModulePath   "/usr/lib/modules"
 FontPath     "/usr/share/fonts/misc/"
 FontPath     "/usr/share/fonts/TTF/"
 FontPath     "/usr/share/fonts/Type1/"
 FontPath     "/usr/share/fonts/CID/"
 FontPath     "/usr/share/fonts/75dpi/"
 FontPath     "/usr/share/fonts/100dpi/"
 
 
  FontPath    "/home/mardi_soir/.fonts/lfp-fix/"
EndSection
 
Section "Module"
 Load  "record"
 Load  "extmod"
 Load  "dbe"
 #Load  "dri"
 Load  "glx"
 Load  "xtrap"
 Load  "freetype"
 Load  "type1"
EndSection
 
 
 
Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
 Option     "XkbModel" "pc105"
 Option     "XkbLayout" "fr"
EndSection
 
Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "IMPS/2"
 Option     "Device" "/dev/input/mice"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection
 
Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "LTN"
 ModelName    "C1770NSL/NST"
 HorizSync    30.0 - 70.0
 VertRefresh  50.0 - 160.0
 Option     "DPMS"
EndSection
 
Section "Monitor"
 Identifier   "Monitor1"
 VendorName   "Epson"
 ModelName    "vieux tout pourri"
 HorizSync    31.5 - 31.5
 VertRefresh  50.0 - 70.0
EndSection

n°782402
Natsboss
Posté le 14-02-2006 à 18:56:33  profilanswer
 

Ouf, j'ai réussis !
 
Voilà le truc qui me faut (ça marche enfin !)

Code :
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Dec 14 16:39:22 PST 2005
  3. # File generated by XFdrake.
  4. # **********************************************************************
  5. # Refer to the XF86Config man page for details about the format of
  6. # this file.
  7. # **********************************************************************
  8. Section "ServerLayout"
  9.     Identifier "layout1"
  10.     InputDevice "Keyboard1" "CoreKeyboard"
  11.     InputDevice "Mouse1" "CorePointer"
  12.     Screen "screen1" 0 0
  13. EndSection
  14. Section "Files"
  15.     # Multiple FontPath entries are allowed (they are concatenated together)
  16.     # By default, Mandrake 6.0 and later now use a font server independent of
  17.     # the X server to render fonts.
  18.     FontPath "unix/:-1"
  19. EndSection
  20. Section "Module"
  21.     Load "dbe" # Double-Buffering Extension
  22.     Load "v4l" # Video for Linux
  23.     Load "extmod"
  24.     Load "type1"
  25.     Load "freetype"
  26.     Load "glx" # 3D layer
  27. EndSection
  28. Section "ServerFlags"
  29.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  30.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  31.    
  32.     # allows the server to start up even if the mouse does not work
  33.     Option "allowmouseopenfail"
  34. EndSection
  35. Section "InputDevice"
  36.     Identifier "Keyboard1"
  37.     Driver "keyboard"
  38.     Option "XkbModel" "pc105"
  39.     Option "XkbLayout" "fr"
  40.     Option "XkbOptions" "compose:rwin"
  41. EndSection
  42. Section "InputDevice"
  43.     Identifier "Mouse1"
  44.     Driver "mouse"
  45.     Option "Protocol" "ExplorerPS/2"
  46.     Option "Device" "/dev/mouse"
  47.     Option "ZAxisMapping" "6 7"
  48. EndSection
  49. Section "Monitor"
  50.         Identifier   "TFT"
  51.         VendorName   "Monitor Vendor"
  52.         ModelName    "Monitor Model"
  53.         Option       "HorizSync"
  54.         Option       "VertRefresh"
  55. EndSection
  56. Section "Monitor"
  57.         Identifier   "CRT"
  58.         VendorName   "Monitor Vendor"
  59.         ModelName    "Monitor Model"
  60.         #Option     "HorizSync"
  61.         #Option     "VertRefresh"
  62. EndSection
  63. Section "Device"
  64. Option       "NoLogo" "true"
  65.         Option       "NvAGP" "1"
  66.         Option       "ConnectedMonitors" "crt,crt"
  67.         Option       "RenderAccel" "true"
  68.         Option       "SWCursor" "0"
  69.         Option       "HWCursor" "1"
  70.         Option       "CursorShadow" "true"
  71.         Option       "CursorShadowAlpha" "64"
  72.         Option       "CursorShadowXOffset" "4"
  73.         Option       "CursorShadowYOffset" "2"
  74.         Option       "Overlay" "true"
  75.         Option       "AllowGLXWithComposite" "true"
  76.         Screen 0
  77.         Option       "Xinerama" "true"
  78.         Option       "TwinView" "true"
  79.         Option       "MetaModes" "1152x864,1152x864"
  80.         #Option     "SecondMonitorHorizSync" "65-85"
  81.         #Option     "SecondMonitorVertRefresh" "50-160"
  82.         Option       "TwinViewOrientation" "RightOf"
  83.     Identifier "device1"
  84.     VendorName "nVidia"
  85.     BoardName "NVIDIA GeForce4 (generic)"
  86.     Driver "nvidia"
  87. EndSection
  88. Section "Screen"
  89.         Identifier "Screen0"
  90.         Device     "device1"
  91.         Monitor    "TFT"
  92.         DefaultDepth  24
  93.         SubSection "Display"
  94.                 Viewport     1 0
  95.                 Depth     24
  96.                 Modes     "1152x864"
  97.         EndSubSection
  98. EndSection
  99. Section "Screen"
  100.         Identifier "Screen1"
  101.         Device     "device1"
  102.         Monitor    "CRT"
  103.         DefaultDepth  24
  104.         SubSection "Display"
  105.                 Viewport     0 1
  106.                 Depth     24
  107.                 Modes     "1152x864"
  108.         EndSubSection
  109. EndSection


 
 
Alors pour l'explication:
J'ai pris sur le site que l'on m'as donner:

Code :
  1. Option "TwinView" "true"
  2.     Option "TwinViewOrientation" "clone"
  3.     Option "MetaModes" "1024x768,1024x768; 800x600,800x600; 640x480,640x480"
  4.     Option "SecondMonitorHorizSync" "30-50"
  5.     Option "SecondMonitorVertRefresh" "60"


 
Et quand j'ai rebooter, j'avais un clone ! Ce qui m'as fois ma rendus bien heureux... et dans le fichier que j'avais modifier j'ai remarquer la ligne:

Code :
  1. Option "TwinViewOrientation" "clone"


 
J'ai donc chercher quoi mettre à la place de clone et je suis tomber sur un site où un gars avez mis son fichier, j'ai recopier et modifier quelque petit truc et ça marche !!!!
 
 
Maintenant il me reste cette carte TV :(
 
Merci bien à tout ceux qui m'on aider, surtout à l4nkou
Et à mardi_soir aussi même si n'est pas eu le temps de regardais (je venais de trouver lol)


Message édité par Natsboss le 14-02-2006 à 18:57:42

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

  [Mandriva] Dual Screen et TV

 

Sujets relatifs
[RÉSOLU][Mandriva 2006.0 64] disque dur qui bosse tout seulProblème Menu K KDE 3.4.2 sous Mandriva 2006
Pilote ATI sur Mandriva (OpenGL)Plantage mandriva 2006 & nvidia
confusion de kernel entre debian et mandriva[Mandriva] Probleme carte wifi pcmcia
[Mandriva] Bulles d'aides dans le menu K[Debutant] Mandriva Mini 2006 --> probleme reseau
WOW avec wine (mandriva 2006) : problemeMANDRIVA 2006 free et commercial
Plus de sujets relatifs à : [Mandriva] Dual Screen et TV


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