1. introduction
Inspur Graphics PCI-E DRM Driver

2. Usage
1)  Please make sure that you are in console and run as root user.
2)  Open this driver directory, and use the "make" command, it will to generate the "inspur-drm.ko" and install to the directory.
3)  use "sudo depmod -a" to load module automatically or install module by manual everytime after reboot.
4)  Reboot and restart graphic interface, 

Build essential package:
If there is build-mistake such as "/lib/modules/.../build: No such file or directory"
(Ubuntu version)
apt-get install linux-headers-$(uname -r) build-essential
(Fedora version)
yum install kernel-devel-$(uname -r) kernel-headers-$(uname -r)

IF you use gnome3, please set "WaylandEnable=false" in "vim /etc/gdm3/custom.conf" and reboot.

