Age | Commit message (Collapse) | Author |
|
|
|
"mesa" does not contain anything except two text files, and all the
graphics drivers are in gallium instead
|
|
|
|
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>
|
|
|
|
|
|
|
|
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.
|
|
|
|
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/
|
|
the setup-udev script is provided by eudev
|
|
|
|
also try figure out a good video driver from lspci outout
|
|
|
|
|
|
|
|
This script is supposed to help users to quickly get a working xorg server
running.
|