mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-03-03 12:13:34 +01:00
profile: remove modesetting (no longer optional) and add i915
This commit is contained in:
parent
b377a309bc
commit
a8f7db0689
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
VIDEO_CARDS="modesetting nvidia amdgpu nouveau fbdev glint intel i965 mach64 mga nv radeon radeonsi radeonhd savage sis tdfx vga via vmware voodoo apm chips cirrus cyrix epson i128 i740 imstt nsc rendition s3 s3virge siliconmotion"
|
||||
VIDEO_CARDS="nvidia amdgpu nouveau fbdev glint intel i915 i965 mach64 mga nv radeon radeonsi radeonhd savage sis tdfx vga via vmware voodoo apm chips cirrus cyrix epson i128 i740 imstt nsc rendition s3 s3virge siliconmotion"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ if [ -n "${clst_target}" ]; then #we are in catalyst
|
|||
mkdir -p /var/log/portage/emerge-info/
|
||||
emerge --info > /var/log/portage/emerge-info/emerge-info-$(date "+%Y%m%d").txt
|
||||
else #we are on a user system
|
||||
if [ -x /usr/bin/layman ]; then
|
||||
if [ -d /var/db/repos/pentoo ] && [ -x /usr/bin/layman ]; then
|
||||
if /usr/bin/layman -l | grep pentoo; then
|
||||
printf "Pentoo now manages it's overlay through portage instead of layman.\n"
|
||||
printf "Removing Pentoo overlay from layman...\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue