/seeed-linux-usbdisp

USB monitor Linux kernel driver.

Primary LanguageCGNU General Public License v2.0GPL-2.0

Seeed Linux USB Display

Driver for Linux USB Display Project

You can use it for multi-screen expansion display and multi-screen clone display.

WIKI

Get more detail about Seeed Linux USB Display from: WIKI

Get Started

Take Raspberry Pi as an example.

  1. Update the raspberry pi kernel headers and kernels.
$ sudo apt-get -y --force-yes install raspberrypi-kernel-headers raspberrypi-kernel
  1. Download the display driver to your local path using git tool.
$ cd; git clone https://github.com/Seeed-Studio/seeed-linux-usbdisp.git
  1. Go to the linux-driver path.
$ cd ~/seeed-linux-usbdisp/drivers/linux-driver/
  1. Make and build the driver.
$ make && sudo make install
  1. Restart raspberry pi.
$ sudo reboot
  1. Go to ~/seeed-linux-usbdisp/drivers/linux-driver/xserver_conf/, And there are five xorg.config sample files in this folder. Please copy one of the files you required to /usr/share/X11/xorg.conf.d/ (You can also modify the xorg.config file by yourself)
$ cd ~/seeed-linux-usbdisp/drivers/linux-driver/xserver_conf/
$ sudo cp <the-file-you-chosen> /usr/share/X11/xorg.conf.d/
  1. Restart the X11 Server.
$ sudo service lightdm restart

Contributing

Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.

Seeed Studio is an open hardware facilitation company based in Shenzhen, China.
Benefiting from local manufacture power and convenient global logistic system,
we integrate resources to serve new era of innovation. Seeed also works with
global distributors and partners to push open hardware movement.