Kodi Community Forum

Full Version: No upscaling settings at all?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm currently running XBMC on my HTPC, but I can seem to find the upscaling settings as described here. Even though I have a Geforce G210, which has VDPAU feature set C. I've also set the render method to 'VDPAU'. Does someone have a clue? Tnx!

The data:

Uname:
Code:
Linux sonata 2.6.32-24-server #39-Ubuntu SMP Wed Jul 28 06:21:40 UTC 2010 x86_64 GNU/Linux

lspci -v:
Code:
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 210] (rev a2)
    Subsystem: Micro-Star International Co., Ltd. Device 2011
    Flags: bus master, fast devsel, latency 0, IRQ 19
    Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Memory at ce000000 (64-bit, prefetchable) [size=32M]
    I/O ports at d800 [size=128]
    [virtual] Expansion ROM at fea80000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information <?>
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information <?>
    Kernel driver in use: nvidia
    Kernel modules: nvidia-current, nvidiafb, nouveau

aptitude show nvidia-current | grep -i version
Code:
Version: 195.36.24-0ubuntu1~10.04

aptitude show xbmc | grep -i version:
Code:
Version: 1:9.11-lucid2

cat /var/log/Xorg.0.log | grep -i nvidia | head:
Code:
(**) |   |-->Device "nvidia"
(--) PCI:*(0:1:0:0) 10de:0a65:1462:2011 nVidia Corporation GT218 [GeForce 210] rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000d800/128, BIOS @ 0x????????/524288
(II) Module glx: vendor="NVIDIA Corporation"
(II) NVIDIA GLX Module  195.36.24  Thu Apr 22 19:52:00 PDT 2010
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
(II) NVIDIA dlloader X Driver  195.36.24  Thu Apr 22 19:18:54 PDT 2010
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
Which version of xbmc are you running.
For 9.11 you need to set the upscaling method in advancedsettings.xml, in svn and dharma you can set it during playback in the video settings dialog.
Alright. Thanks. I wasn't aware of that fact. I'll probably be able to manage it from hereon. Thanks for the quick answer!
bobo1on1 Wrote:For 9.11 you need to set the upscaling method in advancedsettings.xml, in svn and dharma you can set it during playback in the video settings dialog.

How new svn? I don't currently (updated July 28) have vdpau hq-scaling in those options.
You still have lanczos3 optimized right?
If you really want vdpau scaling you have to turn it on through advancedsettings.xml, it's not in the gui settings because it's rather hard to turn on during playback.
bobo1on1 Wrote:You still have lanczos3 optimized right?
If you really want vdpau scaling you have to turn it on through advancedsettings.xml, it's not in the gui settings because it's rather hard to turn on during playback.

Yes, there is lanczos3 (i have set this to auto). I have vdpauscaling true in advancedsettings.xml.

http://wiki.xbmc.org/index.php?title=Vid...s#Playback

Just confused about wiki showing those in Video settings, thought it was changed in svn..
If you turn vdpau scaling on you won't get any lanczos scaling at all when using vdpau.
I had few commented out options in advancedsettings.xml, removed those and i think vdpau hq scaling works now (video quality is back to normal). Also switched to pvr-testing2 branch, don't know which one did help.