I've got a plasma tv that requires underscan. It is normally a mythtv frontend box so I have very specific video modes set in xorg.conf to optimize video playback. I added a steam big picture launcher menu item in mythtv. When I launch big picture mode steam changes the video mode to 1832x1030 (the underscan resolution I use) with a panning area of 1920x1080. The mode set is called something like "1920x1080@60 @1832x1030". This makes things very strange and the panning mode remains even after steam is exited. I didn't test, but maybe the issue is due to "viewportin=1920x1080" being set, which seems to be necessary for mythtv. Big picture mode needs to do something better in this situation like not touch the video mode, figure out things on its own better, or allow an option to be set to use a specific video mode.
Nvidia driver version is 331.49.
As a workaround, I made a wrapper that disables underscan, starts steam, and switches underscan back on after exit. Overscan in steam is better than the panning mode:
Hi,
I've got a plasma tv that requires underscan. It is normally a mythtv frontend box so I have very specific video modes set in xorg.conf to optimize video playback. I added a steam big picture launcher menu item in mythtv. When I launch big picture mode steam changes the video mode to 1832x1030 (the underscan resolution I use) with a panning area of 1920x1080. The mode set is called something like "1920x1080@60 @1832x1030". This makes things very strange and the panning mode remains even after steam is exited. I didn't test, but maybe the issue is due to "viewportin=1920x1080" being set, which seems to be necessary for mythtv. Big picture mode needs to do something better in this situation like not touch the video mode, figure out things on its own better, or allow an option to be set to use a specific video mode.
Nvidia driver version is 331.49.
As a workaround, I made a wrapper that disables underscan, starts steam, and switches underscan back on after exit. Overscan in steam is better than the panning mode:
Here is my xorg.conf: