Age | Commit message (Collapse) | Author |
|
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.
|