summaryrefslogtreecommitdiff
path: root/setup-xorg-base.in
AgeCommit message (Collapse)Author
2021-01-19setup-xorg-base: install mesaAlex Xu (Hello71)
now that video ddx is not installed, glamor is usually enabled, which requires mesa (nvidia is not officially supported on alpine). as before, this is a simple script, so no configuration is provided. users who don't want udev or mesa should invoke apk manually.
2021-01-06setup-xorg-base: enable community repositoryNatanael Copa
2020-11-23setup-xorg-base: don't install video DDXAlex Xu (Hello71)
modesetting provides superior compatibility and comparable performance on modern platforms. other distros such as debian/ubuntu [0] and fedora [1] switched to modesetting several years ago. users who require maximum xrender performance can manually install a ddx. [0] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/AUPYPJMFJZMHPEKN24LBABZKIEOV4NU5/ [1] https://tjaalton.wordpress.com/2016/07/23/intel-graphics-gen4-and-newer-now-defaults-to-modesetting-driver-on-x/
2018-06-21setup-xorg-base: install eudevNatanael Copa
the setup-udev script is provided by eudev
2017-06-08setup-xorg-base: add driver for QXLNatanael Copa
2017-05-19setup-xorg-base: use libinput and modesettingNatanael Copa
also try figure out a good video driver from lspci outout
2017-05-19setup-xorg-base: call setup-udevNatanael Copa
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2014-04-23setup-xorg-base: add xf86-video-modesetting by defaultNatanael Copa
2011-06-06setup-xorg-base: initial commitNatanael Copa
This script is supposed to help users to quickly get a working xorg server running.