|
|
#1 | |
|
Registered User
Join Date: Jan 2006
Location: Worcester, UK
Posts: 29
|
I need GPU scaling enabled for all modes on my card because it seems the AV Amp I'm connected to doesn't support 800x600 or 1024x768 which I need (trying to output them just results in a black screen) - therefore with GPU scaling I'd be able to use these modes (as far as applications are concerned) whilst the actual output resolution would remain 1080p, keeping the AV Amp happy.
Can someone please explain how exactly to do this now that nVidia have removed the GPU scaling options? I tried setting up metamodes but this had no effect at all, the TV was still switching modes proving that it's not sticking to 1080p. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2011
Posts: 92
|
You used ViewPortIn / ViewPortOut in your MetaModes? Can you post them?
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2006
Location: Worcester, UK
Posts: 29
|
I've deleted it now, but this is what I had (ignore typos, I'm writing it off the top of my head. It was accepted because XOrg showed the metamodes parsed correctly in the XOrg log).
Option "MetaModes" "nvidia-auto-select, nvidia-auto-select { ViewPortIn: 1680x1024 }, nvidia-auto-select { ViewPortIn: 1600x1200 }, nvidia-auto-select { ViewPortIn: 1440x800 }, nvidia-auto-select { ViewPortIn: 1280x1024 }, nvidia-auto-select { ViewPortIn: 1280x800 }, nvidia-auto-select { ViewPortIn: 1024x768 }, nvidia-auto-select { ViewPortIn: 800x600 }, nvidia-auto-select { ViewPortIn: 640x480 }, nvidia-auto-select { ViewPortIn: 320x240 }" |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
http://us.download.nvidia.com/XFree8...html#metamodes
Separate MetaModes are separated by semicolons, not commas. As written, that MetaModes string tries to create a single MetaMode with ten display devices. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jan 2006
Location: Worcester, UK
Posts: 29
|
Aaaaaahhh. That probably won't help. I'll try the correct one when I get back to the machine. Surprised it didn't complain though.
Is there any way of condensing what I'm trying to do? That gigantic line looks a little unweildly... |
|
|
|
|
|
#6 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Unfortunately, no. The X server's configuration file syntax doesn't make it easy to split that sort of thing up into multiple lines or separate options.
|
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Jan 2006
Location: Worcester, UK
Posts: 29
|
Still didn't work. XOrg shows it during initialisation:
Code:
[ 86493.726] (II) NVIDIA(0): Validated modes:
[ 86493.726] (II) NVIDIA(0): "HDMI-0:1920x1080{ViewPortIn=1920x1080}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1680x1050}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1600x900}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1440x900}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1400x1050}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1360x768}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1280x1024}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1280x800}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1280x720}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1152x864}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=1024x768}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=800x600}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=720x576}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=720x480}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=640x480}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=320x240}"
[ 86493.726] (II) NVIDIA(0): "1920x1080{ViewPortIn=320x200}
[ 86493.726] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
Code:
[ 86506.771] (II) NVIDIA(0): Setting mode "HDMI-0: 1280x720 @1280x720 +0+0" |
|
|
|
|
|
#8 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Quote:
A future driver release should list the MetaModes through the RandR 1.1 interface the way 295.* and earlier did. |
|
|
|
|
|
|
#9 |
|
Registered User
Join Date: Jan 2006
Location: Worcester, UK
Posts: 29
|
Just typed out a massive response and lost it so this is going to be terse.
Wine is still changing screenmodes as normal, my TV is reporting 640x480 so clearly GPU scaling isn't working. XRandr shows this after the mode gets changed (however Linux apps normally change res) Code:
Screen 0: minimum 8 x 8, current 640 x 480, maximum 16384 x 16384 DVI-I-0 disconnected (normal left inverted right x axis y axis) DVI-I-1 disconnected (normal left inverted right x axis y axis) DP-0 disconnected (normal left inverted right x axis y axis) HDMI-0 connected 640x480+0+0 (normal left inverted right x axis y axis) 160mm x 90mm 1920x1080 60.0 + 59.9 50.0 24.0 30.0 30.0 25.0 1280x720 59.9 50.0 720x576 50.0 720x480 59.9 640x480 59.9* 59.9 DP-1 disconnected (normal left inverted right x axis y axis) |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Apr 2006
Posts: 277
|
Because, as AaronP said, this stuff isn't fully implemented yet.
|
|
|
|
|
|
#11 |
|
Registered User
Join Date: Jan 2006
Location: Worcester, UK
Posts: 29
|
|
|
|
|
|
|
#12 |
|
Registered User
Join Date: Apr 2006
Posts: 277
|
There is a long-lived branch. If the bleeding edge is too much for you (and it's fully understandable that it is, considering the big shift in functionality), use that.
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem connecting Pioneer VSX-S300 to Nvidia Ion - flat panel scaling solves it? | wild_oscar | NVIDIA Linux | 3 | 06-17-12 07:18 AM |
| Choosing The Right GPU To Take Adobe Workflows To The Max | News | Latest Tech And Game Headlines | 0 | 05-29-12 05:40 PM |
| GTC Poster Session Shows Breadth of GPU Research | News | Latest Tech And Game Headlines | 0 | 05-15-12 01:50 AM |
| GPU Tech Conference Off to a Fast Start in San Jose | News | Latest Tech And Game Headlines | 0 | 05-14-12 05:00 PM |
| New GPU from Nvidia Announced Today, the GeForce GTX 670 | News | Latest Tech And Game Headlines | 0 | 05-10-12 01:50 PM |