OVH Cloud OVH Cloud

question bëte

3 réponses
Avatar
Jean Luc
Bonjour
Sur une Mandrake 10 community, comment activer la sortie video de ma G4
Mx 440 ? Hein !
Merci

3 réponses

Avatar
manouchk
Jean Luc wrote:

Bonjour
Sur une Mandrake 10 community, comment activer la sortie video de ma G4
Mx 440 ? Hein !
Merci



soit tu utilises nvtv
soit tu modifie ton fichier de configuration Xfree
(probablement /etc/X11/XF86Config-4)
Avatar
manouchk
manouchk wrote:

Jean Luc wrote:

Bonjour
Sur une Mandrake 10 community, comment activer la sortie video de ma G4
Mx 440 ? Hein !
Merci



soit tu utilises nvtv
soit tu modifie ton fichier de configuration Xfree
(probablement /etc/X11/XF86Config-4)



http://lea-linux.org/trucs/item.85.html
Avatar
David corruble
Le Mon, 21 Jun 2004 20:02:27 +0200, manouchk a écrit :

manouchk wrote:

Jean Luc wrote:

Bonjour
Sur une Mandrake 10 community, comment activer la sortie video de ma G4
Mx 440 ? Hein !
Merci



soit tu utilises nvtv
soit tu modifie ton fichier de configuration Xfree
(probablement /etc/X11/XF86Config-4)



http://lea-linux.org/trucs/item.85.html



nvtv ce n'est pas spécialisé dans la gestion des turners qui équipent
les NVIDIA ?
Ceci dit, l'activation de la sortie TV : (voici un extrait de la
XF86Config-4)
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Lite-On S1770NSL"
HorizSync 30-70
VertRefresh 50-160

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
Option "DPMS"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x1024, 800x600; 800x600,800x600"
Option "TwinViewOrientation" "rightof"
Option "ConnectedMonitor" "CRT, TV"
Option "TVStandard" "PAL-N"
Option "IgnoreEDID" "1"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 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 "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection


Sur cette config, mon deuxième écran, et un prolongement du 1er.
Pour voir un film en plein écran sur la TV pendant que je travaille sur
l'écran SVGA (même les humains peuvent être multitâche), il suffit de
lancer :
mplayer 'nom du film' -xineramascreen 1

et voilà.