OS - ubuntu 24.04
I installed new version of xcalib this way:
sudo apt-get install libx11-dev libxrandr-dev libxss-dev libxxf86vm-dev libxkbfile-dev libxv-dev
git clone https://github.com/OpenICC/xcalib.git
cd xcalib
cmake CMakeLists.txt
sudo make install
and this is what I have:
pavel@notebook:~$ xcalib --version
xcalib v0.11.0 - Tiny monitor calibration loader for Xorg and Windows.
Author: Stefan Dohla <stefan AT doehla DOT de>
For more information read the man page:
man xcalib
pavel@notebook:~$ xcalib -co 70 -a
X Error of failed request: BadRRCrtc (invalid Crtc parameter)
Major opcode of failed request: 139 (RANDR)
Minor opcode of failed request: 24 (RRSetCrtcGamma)
Crtc id in failed request: 0x0
Serial number of failed request: 13
Current serial number in output stream: 15
Could anyone help me?
OS - ubuntu 24.04
I installed new version of xcalib this way:
and this is what I have:
Could anyone help me?