[mythtv-users] issue with new TV and nvidia drivers

Thomas Boehm mythtv-users at lists.boehmi.net
Sun Jan 5 19:38:23 UTC 2014


Jean-Yves Avenard wrote:
> A friend got a new samsung TV: UE46F6100 a 46" 1920x1080 LCD TV.
> graphic card is a nvidia 620GT (asus)
> 
> I've tried everything I could think of; I can't get the TV to display
> the picture in full screen.
> 
> It properly shows 1920x1080/60p signal; yet what it displays is more
> like 1900x540; the picture is completely stretched vertically and the
> bottom half is missing.

I'm not sure whether your problem is the same I ran into some time ago,
but running that script below at login solved it for me

------------
#!/bin/bash
sleep 5
nvidia-settings -a 0/CurrentMetaMode="856x481_75 @856x481 +0+0"
mythfrontend --service
------------

HTH
Thomas



More information about the mythtv-users mailing list