daveywilks
12-03-2006, 11:08 AM
Hello all,
I am running the latest proprietary ATI linux drivers(8.31.5) on ubuntu edgy.
I have set up in dual head mode so i can put videos on the TV for my G/F while still using the computer for my important stuff.
This setup is working fine except that i can't seem to enable overscan on the tv-out in dual head mode. i can do it in clone and big desktop!
here is a snippet of my xorg.conf
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "KernelModuleParm" "agplock=0"
Option "ForceMonitors" "tdms1,tv"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHSizeAdj" "100"
Option "TVVSizeAdj" "100"
Option "TVFormat" "PAL-I"
Option "TVStandard" "SCART"
Option "OverlayOnCRTC2" "0"
BusID "PCI:5:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:5:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "PLE430/431"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480"
EndSubSection
EndSection
When i do
aticonfig --tv-info
i get
The TV is not connected
The TV geometry is "100x100+0+0"
The horizontal position limits are [0, 146571128]
The vertical position limits are [147396624, 146486216]
TV overscan mode is enabled
But the tv is definitly connected(eg. i have an instance of x running on it and i can see it!) and the overscan is definitly not enabled!!!!!
Any gurus out there know if this is possible/how to do it???
Cheers
Dave
I am running the latest proprietary ATI linux drivers(8.31.5) on ubuntu edgy.
I have set up in dual head mode so i can put videos on the TV for my G/F while still using the computer for my important stuff.
This setup is working fine except that i can't seem to enable overscan on the tv-out in dual head mode. i can do it in clone and big desktop!
here is a snippet of my xorg.conf
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "KernelModuleParm" "agplock=0"
Option "ForceMonitors" "tdms1,tv"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHSizeAdj" "100"
Option "TVVSizeAdj" "100"
Option "TVFormat" "PAL-I"
Option "TVStandard" "SCART"
Option "OverlayOnCRTC2" "0"
BusID "PCI:5:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:5:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "PLE430/431"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480"
EndSubSection
EndSection
When i do
aticonfig --tv-info
i get
The TV is not connected
The TV geometry is "100x100+0+0"
The horizontal position limits are [0, 146571128]
The vertical position limits are [147396624, 146486216]
TV overscan mode is enabled
But the tv is definitly connected(eg. i have an instance of x running on it and i can see it!) and the overscan is definitly not enabled!!!!!
Any gurus out there know if this is possible/how to do it???
Cheers
Dave