OVH Cloud OVH Cloud

Carte ATI

3 réponses
Avatar
RedLums
Hi !

Je viens d'investir dans une carte ATI Rage LT PRO 8mo PCI. ( super
investissement :-) oui ca existe encore.)
Dessus il y a une sortie RCA et SVideo (à l'époque ca devait etre le dernier
cri)
Enfin bon tout ca pour vous demander si il y a moyen d'utiliser la sortie
TV.
Google me donne pas grand chose sur cette carte et pas beaucoup d'info sur
gatos ATI.

Une personne at-il cette carte et est-il possible d'utilser la sortie TV en
PAL ?

Merci

3 réponses

Avatar
Frédéric Fauberteau
Une personne at-il cette carte et est-il possible d'utilser la sortie TV en
PAL ?
J'utilise une Mandrake et à l'installation de ma Rage Fury (avec sortie

TV), on me demandait si je voulais utiliser cette sortie. Donc, il y a
très surement moyen de configuré XFree pour qu'il gère ta sortie. Je
crois qu'il faut ajouter une option à lilo aussi.
Je pourrais regarder demain ...

Merci
De rien


Avatar
RedLums
Je pourrais regarder demain ...


Ouaip, ce serait cool :-)

Merci

Avatar
Frédéric Fauberteau
Ouaip, ce serait cool :-)
Alors voilà, dans mon fichier /etc/lilo.conf, j'ai une partie TVout

identique à la partie pour le chargement normal. La différence, c'est
qu'à la ligne append=" ... ", il y a l'option XFree=tvout en plus.
Après ça, dans le répertoire /etc/X11, j'ai un fichier de conf pour
qu'XFree gère correctement ta télé (histoire qu'il ne lui balance par
une résolution de 1280x1024 ;-) ). C'est XF86Config-4.tvout, le voici :

# 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"
AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
#DontZap # disable <Crtl><Alt><BS> (server abort)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
HorizSync 30-50
VertRefresh 50

# PAL
ModeLine "640x480" 29.50 640 675 678 944 480 530 535 625
ModeLine "800x600" 36.00 800 818 820 960 600 653 655 750

# NTSC
ModeLine "640x480" 28.195793 640 656 658 784 480 520 525 600
ModeLine "800x600" 38.769241 800 812 814 880 600 646 649 735
EndSection

Section "Device"
Identifier "device1"
Driver "fbdev"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"

Subsection "Display"
Depth 8
EndSubsection

Subsection "Display"
Depth 16
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection

Merci
De rien