Why is video so much darker on lucid vs maverick/freak? nvidia drivers

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
bossanova808 Offline
Member+
Posts: 1,532
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #1
I have done several test install for Dharma (all on a Shuttle XS35).

1. XBMC SVN on Maverick
2. XBMCFreak B2 T3
3. XBMCLive B3

One thing I find really interesting is the different video performance - installs one and two (both of which use the latest 260.19.XX drivers) have much better looking video - largely because it is significantly brighter. That is, it does not appear to be black crushing like XBMC normally does without 'studio levels' turned on or a modification of brightness/contrast to about 56/43 that I normally use.

In general, the video looks cleaner and sharper as well with the new drivers, although that's more nebulous and hard to pin down. But I definitely have the impression the new drivers have some real video quality improvements over the brightness difference.

I am curious why Live uses the much older drivers, and am wondering if there is much danger/potential for issus in doing a vanilla XBMC B3 install (which is the easiest on this hardware) and then adding the 260 drivers to that.

I'm surprised this hasn't come up anywhere else that I have seen, as the brightness difference is substantail and can immediatebly be seen in both the UI and video play. My gut feeling is the Nvidia driver is goind 16 to 235 correctly automatically with the never drivers...
find quote
pennant Offline
Member
Posts: 63
Joined: Jun 2010
Reputation: 0
Post: #2
The new 260 NVIDIA drivers allow you to choose the colorspace output in nvidia-settings.

XBMC outputs in RGB Full. The new 260 drivers defaults to RGB Full on my system/TV, so the colors are brighter compared to the old drivers.

I love the new drivers because now my colors are correct without any modifications necessary.
find quote
bossanova808 Offline
Member+
Posts: 1,532
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #3
What version are you running the new drivers with, and are there any noticeable regressions?
find quote
Celox Offline
Member
Posts: 77
Joined: Oct 2010
Reputation: 0
Post: #4
pennant Wrote:The new 260 NVIDIA drivers allow you to choose the colorspace output in nvidia-settings.

XBMC outputs in RGB Full. The new 260 drivers defaults to RGB Full on my system/TV, so the colors are brighter compared to the old drivers.

I love the new drivers because now my colors are correct without any modifications necessary.

ooh nice i didn't know that!! though i have been using the latest drivers from the ppa https://launchpad.net/~ubuntu-x-swat/+archive/x-updates on my lucid. maybe thats why i didn't notice it...

according to apt-cache its the version 260 Smile

Code:
nvidia-current:
  Installed: 260.19.06-0ubuntu1~xup1~lucid
  Candidate: 260.19.06-0ubuntu1~xup1~lucid
  Version table:
*** 260.19.06-0ubuntu1~xup1~lucid 0
        500 http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
     195.36.24-0ubuntu1~10.04 0
        500 http://nl.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Packages
     195.36.15-0ubuntu2 0
        500 http://nl.archive.ubuntu.com/ubuntu/ lucid/restricted Packages

i calibrate my lcd to HD-REC709 colourspace, so knowing that will make me look into the nvidia settings more in the future versions Big Grin

btw are they defined in the xorg.conf?
find quote
speed32219 Offline
Fan
Posts: 429
Joined: Feb 2007
Reputation: 0
Post: #5
Also, reading what this new driver does has some interesting verbage.

Stopped installing OpenGL, VDPAU, CUDA, and OpenCL header files with the driver. Those interested in these files can get them from their Linux distributions' packages, where available, or upstream from:
OpenGL header files (gl.h, glext.h glx.h, glxext.h):
http://www.opengl.org/registry/

VDPAU header files (vdpau.h and vdpau_x11.h):
http://freedesktop.org/wiki/Software/VDPAU

CUDA and OpenCL header files (cuda.h, cudaGL.h, cudaVDPAU.h,
cl.h, cl_gl.h, cl_platform.h):
http://developer.nvidia.com/object/gpucomputing.html

Note that while libvdpau.so is still included in 260.xx drivers, it will be removed from a future release series in early 2011. Distributors are encouraged to package libvdpau.so from http://freedesktop.org/wiki/Software/VDPAU

Plus much more. Here is what you are referring to:
•Added ColorSpace and ColorRange features for HDMI. These give the ability to output YUV over HDMI and select full/reduced color range on RGB over HDMI. ColorSpace and ColorRange are X Configuration options and can be changed dynamically through nvidia-settings.

I wonder what the default is for ColorSpace/ColorRange.

A fresh XBMCbuntu minimal install using Karmic with this new driver may cause vdpau to not work without the additional headers configured from above. Maybe using the latest vpdau ppa https://launchpad.net/~ubuntu-x-swat/+archive/x-updates adds the missing headers. I'll know soon enough I guess.
find quote
Hannes The Hun Offline
Posting Freak
Posts: 1,208
Joined: May 2009
Reputation: 3
Post: #6
usually you don't need the header files
http://en.wikipedia.org/wiki/Header_file

I am not aware that e.g. any component of XBMC is calling these files

for the additional colorspace options, it would be really interesting to incorporate these into the XBMC video settings GUI

XBMCbuntu Frodo --> Foxconn Netbox 330i --> Onkyo TX-NR709 --> Sharp Aquos LC-46XD1E
XBMCbuntu FAQ <-- answers 99% of your questions.
Forum Search answers the rest.
find quote
athloni Offline
Fan
Posts: 312
Joined: Dec 2007
Reputation: 0
Post: #7
Hannes The Hun Wrote:for the additional colorspace options, it would be really interesting to incorporate these into the XBMC video settings GUI

+1 for colorspace setting in "Appearance Settings" because it's also effects the UI.
find quote
bossanova808 Offline
Member+
Posts: 1,532
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #8
With the new drivers both the UI and the video play appear correct (vanilla Live Beta3 plus 260.19.12) - no obvious issues to note, upgrade was easy.

EDIT: by correct, I mean no brightness/contrast adjustment or 'studio levels' is required.
(This post was last modified: 2010-10-18 12:28 by bossanova808.)
find quote
ShinyAndy Offline
Junior Member
Posts: 13
Joined: Aug 2009
Reputation: 0
Location: Marbella, Spain
Post: #9
bossanova808 Wrote:upgrade was easy.

As per this?

http://wiki.xbmc.org/index.php?title=XBM...repository
find quote
bossanova808 Offline
Member+
Posts: 1,532
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #10
Yup

add-apt-repository ppa:ubuntu-x-swat/x-updates
apt-get update
apt-get upgrade
reboot

was all I did.
find quote
Post Reply