Bonjour

J'ai appliqu� une autre m�thode pour utiliser la sortie TV de ma carte
video (Nvidia geforce2).Le principe est  de g�rer ta sortie TV comme si
tu avais une seconde carte video.
Donc tu configures dans ton XF86Config-4 2 sections "device" , 2
sections "monitor" et 2 sections "screen"
Tu modifies aussi la section "serveurlayout" pout g�rer l'emplacement du
second monitor (exemple ci-dessous "LeftOf")

L'avantage est de pouvoir g�rer des r�solutions diff�rentes, d'acc�der �
plus d'espace de travail.
De plus tu peux par exemple lancer une video sur ta TV et continuer �
utiliser ton pc normalement sur ton �cran.

ci-dessous mon XF86config-4 et un lien
http://lists.ze-linux.org/2003-08/msg00016.html

Bon courage

gismann

Section "Device"
        Identifier      "device1"
        VendorName      "NVIDIA Corporation"
        BoardName       "NV11 [GeForce2 MX/MX 400]"
        Driver          "nvidia"
        Screen          0
        BusID           "PCI:1:0:0"
        Option          "ConnectedMonitor" "CRT"
EndSection

Section "Device"
        Identifier      "device2"
        VendorName      "NVIDIA Corporation"
        BoardName       "NV11 [GeForce2 MX/MX 400]"
        Driver          "nvidia"
        Screen          1
        BusID           "PCI:1:0:0"
        Option          "ConnectedMonitor" "TV"
        Option          "TVStandard" "PAL-B"
EndSection

Section "Monitor"
        Identifier      "monitor1"
        VendorName      "AOC"
        ModelName       "Spectrum"
        HorizSync       30-70
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "monitor2"
        VendorName      "Thomson"
        ModelName       "TV"
        HorizSync       30-50
        VertRefresh     60
EndSection

Section "Screen"
        Identifier      "screen1"
        Device          "device1"
        Monitor         "monitor1"
        DefaultDepth    24
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "screen2"
        Device          "device2"
        Monitor         "monitor2"
        DefaultDepth    24
        SubSection "Display"
                Depth           8
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "screen1"
        Screen          "screen2" LeftOf "screen1"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection
 

Le mercredi 18 mai 2005 � 00:49 +0200, Claude Reveret a �crit :
> Le Mardi 17 Mai 2005 20:28, feanor a �crit :
> > steph wrote:
> > > Bonsoir � tous,
> coucou
> > > une simple question : comment faire pour avoir en simultan�
> > > l'affichage sur l'�cran de la machine et sur une tv ?
> > > Ou bien comment passer alternativement de l'un � l'autre ?
> Pour cela il faut naviguer entre les r�solutions
>  avec ctrl  alt + ou   ctl alt -
> > > Question subsidiaire : il faut une carte sp�ciale ?
> oui, sauf si la carte m�re le g�re 
> 
> >
> > Dans ta configuration X (/etc/X11/xorg.conf ou /etc/X11/XF86Config-4) il
> > faut mettre quelques options en fonction de ta carte vid�o, qui doit
> > �tre �quip�e d'une sortie TV...
> >
> > Pour une carte nvidia :
> >
> > Section "Device"
> >     Identifier    "Carte vid�o g�n�rique"86config-'
> >     Driver        "nvidia"
> >     Option "NoLogo" "true"
> >     Option "CursorShadow" "on"
> >     Option "CursorShadowAlpha" "128"
> >     Option "CursorShadowXOffset" "4"
> >     Option "CursorShadowYOffset" "2"
> >     Option "TwinView" "True"
> >     Option "TwinViewOrientation" "Clone"
> >     Option "SecondMonitorHorizSync" "30-50"
> >     Option "SecondMonitorVertRefresh" "60"
> >     Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480,
> > 640x480;"
> >     Option "TVStandard" "PAL-N"
> > EndSection
> 
> 


-- 
Pensez � lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à