summaryrefslogtreecommitdiff
path: root/setup-xorg-base.in
AgeCommit message (Collapse)Author
2023-01-24setup-*: use fake apk instead of $MOCK apkNatanael Copa
2022-11-08setup-xorg-base: install mesa-dri-gallium insteadpsykose
"mesa" does not contain anything except two text files, and all the graphics drivers are in gallium instead
2022-11-08setup-xorg-base: don't use the : character in a file nameNatanael Copa
2022-11-08setup-xorg-base: fix case with several sources in repositoriesLaurent Bercot
setup-xorg-base didn't correctly handle the case where /etc/apk/repositories contains several main sources, and that caused test failures. We fix this by throwing out the big sed command (which fails on multiline /etc/apk/repositories) and processing the repositories file in a pedestrian way, line by line in shell. Since we entirely cut grep and sed and make sure we never fork in the loop, the performance is acceptable. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-05-19setup-xorg-base: silence errors when repositories does not existNatanael Copa
2022-05-19setup-xorg-base: add usage help textNatanael Copa
2022-04-08setup-alpine: add setup-devd scriptLaurent Bercot
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.