base-files: unblacklist some framebuffer drivers
these drivers don't have modesetting counterparts, and blacklisting them means breaking graphics on systems that need them
This commit is contained in:
parent
fe95547336
commit
a2d34b6381
2 changed files with 1 additions and 9 deletions
|
@ -12,23 +12,15 @@
|
|||
blacklist i8xx_tco
|
||||
|
||||
# framebuffer drivers
|
||||
blacklist aty128fb
|
||||
blacklist atyfb
|
||||
blacklist radeonfb
|
||||
blacklist i810fb
|
||||
blacklist cirrusfb
|
||||
blacklist intelfb
|
||||
blacklist kyrofb
|
||||
blacklist i2c-matroxfb
|
||||
blacklist hgafb
|
||||
blacklist nvidiafb
|
||||
blacklist rivafb
|
||||
blacklist savagefb
|
||||
blacklist sstfb
|
||||
blacklist neofb
|
||||
blacklist tridentfb
|
||||
blacklist tdfxfb
|
||||
blacklist virgefb
|
||||
blacklist vga16fb
|
||||
|
||||
# ISDN - see bugs 154799, 159068
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.141
|
||||
revision=10
|
||||
revision=11
|
||||
bootstrap=yes
|
||||
depends="xbps-triggers"
|
||||
short_desc="Void Linux base system files"
|
||||
|
|
Loading…
Reference in a new issue