To test HDR 4k display on linux
This is a simple test to verify the HDR 4K display on Linux using a color depth of 10 bits per channel. The test requires an HDR 4K display and a Linux environment with the X server installed.
To run the test, you will need the following software installed on your system:
You can install these packages on Ubuntu or Debian-based systems by running the following command:
sudo apt-get install xserver-xorg python3 python3-gi python3-gi-cairo gir1.2-gtk-3.0 imagej
To install ImageIO, you can use pip:
pip3 install imageio
To run the test, follow these steps:
git clone https://github.com/yourusername/HDR-10bpp-Display-Test.git
cd HDR-10bpp-Display-Test
sudo systemctl stop lightdm || sudo systemctl stop gdm
sudo pkill Xorg
startx -- -depth 30
xwininfo -root | grep Depth
python3 Viewer.py
python3 Viewer3.py # video support
imagej --no-splash /path/to/image
If the X server does not start with a color depth of 30, try starting it with a color depth of 24:
startx -- -depth 24
This project is licensed under the MIT License - see the LICENSE.md file for details.