Skip to content

xserver ddx driver for loongson's display controller and GPU

License

Notifications You must be signed in to change notification settings

plum930/xf86-video-loongson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a generic modesetting driver.
The idea is to piggy-back the X driver on top of the DRM and Gallium3D
drivers (DRM for modesetting and Gallium3D for Exa acceleration)

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/driver/xf86-video-modesetting

        http://cgit.freedesktop.org/xorg/driver/xf86-video-modesetting

For patch submission instructions, see:

        http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage


### Dependency

# On fedora/centos

yum install git automake xorg-x11-util-macros libXrandr-devel libdrm-devel xorg-x11-server-devel

# On debian

$ sudo apt-get install automake autotool xserver-xorg-dev libdrm-dev libudev-dev xutils-dev libgbm-dev

### Build and Install

$ ./autogen.sh

# if build on loongnix
$ ./configure --prefix=/usr --libdir=/usr/lib64/
# if build on UOS
$ ./configure --prefix=/usr

$ make -j4
$ sudo make install

About

xserver ddx driver for loongson's display controller and GPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • M4 1.4%
  • Other 0.8%