SOLVED xcalib error: Unsupported Ramp Size

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
sadhu
Level 5
Level 5
Posts: 862
Joined: Fri Nov 22, 2013 9:48 am
Location: Sri Lanka
Contact:

SOLVED xcalib error: Unsupported Ramp Size

Post by sadhu »

I had a script in LM 18.3 that worked fine, but doesn't work in LM 19.2

Code: Select all

xcalib -d :0 -s 0 -v /usr/share/color/icc/colord/Gamma5500K.icc
xcalib -co 90 -a
Both of these command come back with: Error - unsupported ramp size 0

What do I have to do to prevent this error?

-Thanks,
Sadhu
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sabbe sattā bhavantu sukhitattā. LM 21.2-64 Cinn 5.8.4
User avatar
sadhu
Level 5
Level 5
Posts: 862
Joined: Fri Nov 22, 2013 9:48 am
Location: Sri Lanka
Contact:

Re: xcalib error: Unsupported Ramp Size

Post by sadhu »

Found the answer elsewhere, so I thought I'd put it here for Mint 19 users.

Create a file /etc/X11/xorg.conf.d/20-intel.conf, and paste in this text

Code: Select all

Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
EndSection
in a terminal enter sudo xed /usr/share/doc/xserver-xorg-video-intel/xorg.conf and make sure the file contains Driver "intel" under the Section "Device". The Identifier may be called differently.

Now reboot or restart X sudo systemctl restart display-manager.
Last edited by sadhu on Tue Mar 31, 2020 7:07 am, edited 1 time in total.
sabbe sattā bhavantu sukhitattā. LM 21.2-64 Cinn 5.8.4
RodGA

Re: SOLVED xcalib error: Unsupported Ramp Size

Post by RodGA »

This is great solution! Thank you, it worked well!

NOTE though: the file to create must have a .CONF not .con at the end.

That is, the file should be /etc/X11/xorg.conf.d/20-intel.conf

(Don't forget the 'f' at the end)
User avatar
sadhu
Level 5
Level 5
Posts: 862
Joined: Fri Nov 22, 2013 9:48 am
Location: Sri Lanka
Contact:

Re: SOLVED xcalib error: Unsupported Ramp Size

Post by sadhu »

RodGA wrote: Tue Mar 31, 2020 5:57 am NOTE though: the file to create must have a .CONF not .con at the end.
Thanks :)

I'm not so good at proofreading. Now it's fixed.

-Sadhu
sabbe sattā bhavantu sukhitattā. LM 21.2-64 Cinn 5.8.4
Locked

Return to “Software & Applications”