Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
Configuration de la sortie TV avec une radeon 9600
Envoyé par: Froggy

Bonjour tout le monde,

Je possède donc une radeon 9600 dont j'ai patché le bios pour avoir la sortie svideo en continue.
J'ai la carte video qui est relie à la TV via un cable svideo, jusque là aucun probleme.

Maintenant je veux pouvoir utiliser X sur la tele et degager definitivement l'ecran, seulement impossible de trouver un mode que la tele supporte.
J'ai parcouru different site et tester differente configuration, mais à chaque fois, l'image sur la tele est assez ... illisible smiling smiley

Si quelqu'un avait une chtite idée de comment faire.

Merci d'avance,

Ma télé est une 72cm et supporte théoriquement le 720p (ou 720i, je confond tjrs).

Mon fichier xorg.conf :


# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Screen0"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "Monitor"
Identifier "TV"
Option "IgnoreEDID"
HorizSync 30-40
VertRefresh 50-120
Modeline "640x480" 49.45 640 656 800 816 480 482 485 505  # 49 MHz, 60.6 kHz, 120.0 Hz
EndSection

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "ati"
# ### generic DRI settings ###
# === disable PnP Monitor ===
Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "no"
Option "TVStandard" "PAL-N"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=5964
Screen 0

Option          "MetaModes"                  "640x480"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "ATI Graphics Adapter"
    Monitor "TV"
    DefaultDepth 8 
    #Option "backingstore"
    Option  "TVStandard"    "PAL-B"
    Option  "TVOutFormat"   "SVIDEO"
    
    Subsection "Display"
	Depth 24
	Modes "640x480"
	ViewPort 0 0 # initial origin if mode is smaller than desktop
	# Virtual 1280 1024
    EndSubsection
EndSection

Poste le Monday 10 September 2007 22:12:49
Répondre     Citer    

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
Configuration de la sortie TV avec une radeon 9600
Posez dans ce forum les questions qui ne trouvent pas place dans les autres...

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons