You are not logged in.

#1 2005-09-17 04:37:38

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

TV-Out in ATI fglrx drivers

( Hope this is in the right forum subsection... tongue )

I'm trying to get fglrx set up to do TV-out.  What I'd like is clone mode (same picture on monitor and tv), with my monitor at 1280x1024 and my TV at 800x600 or 640x480, so that I can play videos on the TV.

My problem: In the two "Clone" modes fglrxconfig supports, it doesn't quite work. 
In Mirror mode, both the TV and my monitor are forced to the same refresh rate/resolution -- obviously one of the two (usually my monitor) looks like crap.  However, videos play fine on the TV.
In "Clone" mode, my monitor looks fine at its native res, and the TV seems to be at 800x600 or 640x480, but instead of resizing the content, it sets up a virtual desktop of sorts on the tv screen -- as the mouse pans around, the desktop moves under it.  As an added annoyance, videos don't show up on the TV in this mode (all black.)

Dual-head mode works as expected, except that there's the problem that it obviously doesn't exactly clone my primary display -- they're two entirely seperate desktops.

I'd rather avoid dual-head if possible, as clone mode would be ideal.  I searched the Wiki to no avail; does anyone know how I can set this up?

Thanks!

Offline

#2 2006-11-29 22:43:30

tct1501
Member
Registered: 2006-11-28
Posts: 17

Re: TV-Out in ATI fglrx drivers

Did you find an answer? I have the same problem as for the tv-screen is virtually larger than the physical screen. It really pisses me off. I have written xorg.conf a dozen time tonight. Nothing.

I couldnt find much specific info on seacrh engine neither.

Offline

#3 2006-11-30 02:02:55

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: TV-Out in ATI fglrx drivers

Actually, I gave up on having an exact clone, and thinking about it, I'm not really sure what I expected - how does one have the exact same desktop at two different resolutions and expect them to act the same?

Anyway, what I have set up now is a 'wide' desktop - one half on my normal monitor, the other half being my TV.  I just drag movies from one half to the other then fullscreen them - works pretty well.  I'd give you my Xorg.conf, but my motherboard died two days ago and I'm waiting on a replacement.

Offline

#4 2006-11-30 09:43:43

tct1501
Member
Registered: 2006-11-28
Posts: 17

Re: TV-Out in ATI fglrx drivers

how does one have the exact same desktop at two different resolutions and expect them to act the same?

You got a point there. Exactly the same couldnt work for having an additional display that is a tv. Perhaps it's the driver's fault. I find it awkward that not more people have this problem (which is good)

And thanks for the offer. Too bad about your motherboard.

Greets

Offline

#5 2007-08-19 15:55:59

fyllemisstaget
Member
From: Sweden
Registered: 2006-04-14
Posts: 40

Re: TV-Out in ATI fglrx drivers

Can I get your xorg? I'm having the same problem

Offline

#6 2007-08-19 18:26:17

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: TV-Out in ATI fglrx drivers

Yeah, here's my current Xorg.conf.  I switched recently to a dual-head setup, as changes to my setup have made it a more preferable way of doing tv-out.

###################################################
#
# Cerebral's xorg.conf
#
###################################################

########### Server Layout
Section "ServerLayout"
    Identifier     "DualHead"
    Screen      0  "Norcent Screen" 0 0
    Screen         "Projector Screen" RightOf "Norcent Screen"
    InputDevice    "Logitech MX700" "CorePointer"
    InputDevice    "Logitech iTouch Internet Navigator Keyboard SE" "CoreKeyboard"
EndSection

########### General config (files, modules, server flags, dri, extensions)
Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/terminus"
    FontPath     "/usr/share/fonts/artwiz-fonts"
EndSection

Section "Module"
    Load  "glx"
    Load  "extmod"
    Load  "xtrap"
    Load  "record"
    Load  "dbe"
    Load  "dri"
    Load  "freetype"
    Load  "type1"
EndSection

Section "ServerFlags"
    Option        "AIGLX" "off" # Disable AIGLX 
    Option        "DefaultServerLayout" "DualHead"
EndSection

Section "DRI"
    # Allow only the video group
    Group        91
    Mode         0660
EndSection

Section "Extensions"
    Option        "RENDER" "off"
EndSection

########### Input devices
Section "InputDevice"
    Identifier  "Logitech iTouch Internet Navigator Keyboard SE"
    Driver      "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "logiinkse"
    Option        "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Logitech MX700"
    Driver      "mouse"
    Option        "Protocol" "ExplorerPS/2"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "6 7"
    Option        "Buttons" "7"
    Option        "ButtonMapping" "1 2 3 8 9 4 5 6 7 10 11"
EndSection

########### Monitors
Section "Monitor"
    Identifier   "Norcent LM730"
    VendorName   "NOR"
    ModelName    "LM730"
    DisplaySize  340    273
    HorizSync    30.0 - 83.0
    VertRefresh  55.0 - 75.0
    Gamma        0.77
    Option         "DPMS" "true"
EndSection

Section "Monitor"
    Identifier   "Projector"
    VendorName   "Proxmia"
    ModelName    "DesktopProjector 2810"
    Option         "DPMS" "true"
EndSection

########### Video Devices
Section "Device"
    Identifier  "Norcent Device"
    Driver      "fglrx"
    Option        "VideoOverlay" "off"
    Option        "OpenGLOverlay" "off"
    Option        "Capabilities" "0x00000800"
    Option        "KernelModuleParm" "locked-userpages=0"
    Option        "TVOverscan" "on"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "Projector Device"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

########### Screens
Section "Screen"
    Identifier "Norcent Screen"
    Device     "Norcent Device"
    Monitor    "Norcent LM730"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Projector Screen"
    Device     "Projector Device"
    Monitor    "Projector"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Offline

Board footer

Powered by FluxBB