You are not logged in.

#1 2016-12-18 06:57:52

yepyang
Member
Registered: 2011-03-01
Posts: 62

[SOVLED]displaycal can not load spyder profile

Dear All,
    when load spyder profile not success,below error:

Argyll CMS:Diswin:Warning - new_dispwin:Expected VideoLUT depth 11 doesn't match actual 10

    Anyone got idea how to fix?displaycal version:3.1.7.3

Last edited by yepyang (2017-03-19 13:36:20)

Offline

#2 2016-12-18 16:15:05

Dokter Bibber
Member
Registered: 2016-09-19
Posts: 65

Re: [SOVLED]displaycal can not load spyder profile

Maybe you can find clues in the output of :

dispwin -D {1..9}

OR

dispread -D {1..9}

OR

dispcal -D {1..9}

#-- {1..9} is the debug level from 1 to 9. With 9 being the most verbose level.

EDIT: To let XF86Video LUT extensions work properly.
In addition check which Xserver modules were loaded with :

grep -ie loadmodule /var/log/Xorg.0.log

If module "extmod" is not loaded :
Add it by creating a file

"/etc/X11/xorg.conf.d/99-load-extmod.conf"

with this content :

Section "Module"
    Load           "extmod"
EndSection

And these permissions and owners :

ls -lah /etc/X11/xorg.conf.d/99-load-extmod.conf
-rw-r--r-- 1 root root 1003 Nov 25 03:19 /etc/X11/xorg.conf.d/99-load-extmod.conf

Then reboot and check again that Xmodule extmod is loaded.
Then try again if your GPU LUTs are one-on-one with the software.

Last edited by Dokter Bibber (2016-12-18 16:50:14)

Offline

#3 2016-12-18 17:14:30

Dokter Bibber
Member
Registered: 2016-09-19
Posts: 65

Re: [SOVLED]displaycal can not load spyder profile

I've never seen this error before with my setup. So I did a quick google.
Looks like you don't have to worry about this if calibration succeeded anyway. From the author of ArgyllCMS : http://www.freelists.org/post/argyllcms … a-driver,1

My google search term (include the quotes) is as follows. And I linked above to the 3rd result. :

"Expected VideoLUT depth * doesn't match actual *"

Last edited by Dokter Bibber (2016-12-18 17:15:04)

Offline

#4 2016-12-20 12:51:05

yepyang
Member
Registered: 2011-03-01
Posts: 62

Re: [SOVLED]displaycal can not load spyder profile

Dear Dokter Bibber,
      Thanks your info,I will check more deep,and update if got any found!

Offline

#5 2017-03-19 13:35:54

yepyang
Member
Registered: 2011-03-01
Posts: 62

Re: [SOVLED]displaycal can not load spyder profile

Topic Follow Up:

Downgrade the colord to 1.3.3-1,Issue is gone

Offline

Board footer

Powered by FluxBB