Milis Linux 2.0 Git Deposu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- mkdir -p $PKG/usr/share/X11/xorg.conf.d
- cat >> $PKG/usr/share/X11/xorg.conf.d/20-intel.conf << "EOF"
- Section "Device"
- Identifier "Intel Graphics"
- Driver "intel"
- #Option "DRI" "2" # DRI3 is default
- #Option "AccelMethod" "sna" # default
- #Option "AccelMethod" "uxa" # fallback
- EndSection
- EOF
|