Salut
J'ai installé mdk10.1 sur mon ordi, tout est ok et ma carte graphique est bien reconnu.
J'aimerais pouvoir me servir de ma tété comme écran.
J'ai le cordon qui relie ordi et télé,et sous Win 98 tout est ok, mais comment fait-on sous linux ?
Merci
# /etc/X11/xorg.conf
Posté par freeture . Évalué à 4.
Section "Monitor"
Identifier "télé"
HorizSync 30.0 - 50.0
VertRefresh 60
EndSection
Ensuite tu rajoute ça dans la Section "Device":
Option "ConnectedMonitor" "TV"
Option "TVStandard" "NTSC-M"
Et tout en bas du fichier, dans Section "ServerLayout", tu met "télé" à la ligne Screen.
http://www.linuxhardware.org/article.pl?sid=01/05/29/2147241&mo(...)
[^] # Re: /etc/X11/xorg.conf
Posté par yanlolot . Évalué à 1.
J'ai :
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable (server abort)
#DontZoom # disable <KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" ""
EndSection
Conclusion: je ne suis pas sûr de pouvoir rajouter des sections qui n'existent pas à la base.
[^] # Re: /etc/X11/xorg.conf
Posté par yanlolot . Évalué à 1.
pour l'instant, j'essaie juste de me servir de ma télé comme écran (je verrais plus tard pour me servir des 2 écrans en même temps).
J'ai donc changé le fichier /etc/X11/xorg.conf (j'ai mis en souligné les sections qui ont changé):
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "télé"
HorizSync 30.0-50.0
VertRefresh 60
EndSection
Section "Device"
Identifier "device1"
VendorName "Trident Microsystems"
BoardName "Trident CyberBlade (generic)"
Driver "trident"
Option "DPMS"
Option "ConnectedMonitor" "TV"
Option "TVStandard" "PAL"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "télé"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
Résultats:
je branche le câble de ma télé à l'ordi, je redémarre l'ordi:
télé: écran bleu
écran de l'ordi tout est ok (bizarre car l'écran de mon ordi n'apparaît plus dans ce fichier).
Donc, j'ai été sur le net pour chercher encore (passque ça me gave que Win98 sache faire un truc nickel et pas linux avec un noyeau 2.6 !!??):
je lis des trucs sur des drivers nvidia. Est-ce que je dois remplacer le driver de ma carte (Trident Cyber BladeXP) qui tourne bien sous linux par un pilote nvidia ??
help
Merci d'avance
# re
Posté par jasonx . Évalué à 1.
ben ecoute moi aussi je cherchais a mettre mon dvd vers la tv,j'ai juste brancher mon cordon puis mis xine et sortie video et voila dans la poche ,enfin c'est mon cas...
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.