Permalänk
Medlem

Debian, ati, tv-out

Hej!
Har stora problem att få till tv-out. Har suttit och confat min xorg.conf nu så jag fattar knappt ingenting längre.
Jag kör Debian, kernel 2.6.16.1, fglrx från apt-get, fluxbox, en svhs-kabel som går in i en scart innan tv'n och har en msi kt800-mammabräda.
Jag har testat att använda mig av aticonfig, fireglcontrolpanel och även av diverse xorg.conf-exempel från denna sida och sådant jag hittat på nätet. Detta har resulterat i att jag har en tv-out som är grå, flimmrig och för stor för min tv's upplösning. För att visa videofiler på tv'n så använder jag mig av "DISPLAY=:0.1 mplayer bla bla".

Om det är någon som har någe tips på hur jag ska få detta att fungera med färg, storlek och grejer så vore det trevligt. Infogar mig xorg.conf här:

edit: Ett radeon 9800pro är kortet i fråga

Section "ServerLayout" Identifier "Default Layout" Screen "CRT" Screen "STV" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" # local font server # if the local font server has problems, we can fall back on these FontPath "unix/:7100" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/share/fonts/truetype" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "evdev" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" Load "GLcore" Load "speedo" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "se" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "M900" HorizSync 31.0 - 95.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Monitor" Identifier "Grundig" HorizSync 31.5 VertRefresh 60 Option "DPMS" EndSection Section "Device" Identifier "ATI Radeon 9800 Pro" Driver "fglrx" Option "no_accel" "no" Option "no_dri" "no" Option "mtrr" "off" Option "DesktopSetup" "0x00000000" # Option "MonitorLayout" "CRT, STV" # Option "IgnoreEDID" "off" Option "HSync2" "31.5" Option "VRefresh2" "50" Option "ScreenOverlap" "0" # Option "NoTV" "no" Option "TVStandard" "PAL-G" Option "TVHSizeAdj" "0" Option "TVVSizeAdj" "0" Option "TVHPosAdj" "0" Option "TVVPosAdj" "0" Option "TVHStartAdj" "0" Option "TVColorAdj" "0" Option "GammaCorrectionI" "0x06419064" Option "GammaCorrectionII" "0x06419064" Option "Capabilities" "0x00000000" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "CenterMode" "off" Option "PseudoColorVisuals" "off" Option "Stereo" "off" Option "StereoSyncEnable" "1" 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" Option "UseFastTLS" "0" Option "BlockSignalsOnLock" "on" Option "UseInternalAGPGART" "no" Option "ForceGenericCPU" "no" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "ATI Radeon 9800 Pro TV-out" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "CRT" Device "ATI Radeon 9800 Pro" Monitor "M900" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1280x960" "1024x768" EndSubSection EndSection Section "Screen" Identifier "STV" Device "ATI Radeon 9800 Pro TV-out" Monitor "Grundig" DefaultDepth 24 SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection Section "DRI" Mode 0666 EndSection