Difference between revisions of "Alpine"

From Steak Wiki
Jump to navigationJump to search
Line 5: Line 5:
  
 
https://wiki.alpinelinux.org/wiki/Custom_Kernel
 
https://wiki.alpinelinux.org/wiki/Custom_Kernel
 +
 +
==Xorg video playback stutters upon suspend / resume==
 +
 +
I added the following configuration to xorg.conf
 +
Section "Device"
 +
  Identifier "Intel Graphics"
 +
  Driver "intel"
 +
  Option "AccelMethod" "uxa"
 +
EndSection
 +
 +
This seems to resolve video playback issues. What happens is that the video will not play, though audio will. Only the first frame or so is visible. Video seems to be unable to display. This is a documented fix. The important part is AccellMethod.
  
 
==Links==
 
==Links==
 
[https://wiki.alpinelinux.org/wiki/Configure_Wake-on-LAN Configure_Wake-on-LAN]
 
[https://wiki.alpinelinux.org/wiki/Configure_Wake-on-LAN Configure_Wake-on-LAN]

Revision as of 22:50, 7 November 2020

Building a package in Alpine

https://wiki.alpinelinux.org/wiki/Category_talk:Developer_Documentation#Building_from_source_and_creating_packages

https://wiki.alpinelinux.org/wiki/Custom_Kernel

Xorg video playback stutters upon suspend / resume

I added the following configuration to xorg.conf

Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "AccelMethod" "uxa"
EndSection

This seems to resolve video playback issues. What happens is that the video will not play, though audio will. Only the first frame or so is visible. Video seems to be unable to display. This is a documented fix. The important part is AccellMethod.

Links

Configure_Wake-on-LAN