Skip to content

markkoszykowski/Achieva-Shimian-QH270-EDID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the EDID binary (shimian.bin) required to set up the Achieva Shimian QH270 monitor on Linux (tested on Debian 11 "bullseye" with Apple Mini DisplayPort to Dual-Link DVI Adapter). The EDID binary was extracted using Monitor Asset Manager 2.9 on Windows 11.

Configuration files

Also included are the configuration files required to set up a triple monitor display configuration on the Razer Blade 15" Advanced (2018) w/ GeForce GTX™ 1060 running Debian 11 "bullseye".

Display configuration:

  1. Built-in 1080p 144Hz display
  2. Samsung 27” T55 Curved Monitor via HDMI
  3. Achieva Shimian QH270 w/ Apple Mini DisplayPort to Dual-Link DVI Adapter via Mini DisplayPort

The X Server configuration files included were produced according to Chapter 34. Offloading Graphics Display with RandR 1.4 of the Linux x64 NVIDIA Display Driver README (tested with NVIDIA Driver Version 525.105.17). The xorg.conf was generated by running nvidia-xconfig --prime with root privileges and making appropriate edits to utilize the custom EDID.

PRIME Display Offloading is required on many laptops like the Razer Blade 15" due to the fact that the built-in display hardware is connected to the Intel integrated graphics, whereas external display ports' hardware is connected to the discrete GPU.

Installation

$ cp ./.xsessionrc ~/
# cp ./xorg.conf /etc/X11/
# cp ./shimian.bin /etc/X11/    // Can be placed anywhere, however xorg.conf must be changed accordingly
$ – requires given linux commands to be executed as a regular non-privileged user
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command

Bugs

  • Login screen only displays on external displays (problematic when they are not connected)
  • Achieva Shimian QH270 does not power on after boot up (must be re-plugged in)