неделя, 26 ноември 2017 г.

kvm "Guest has not initialized the display" yet

I has the problem with new VM for KVM.

just find good UEFI Variable file ( i just replace mine and that fix initial display problem)

So in all cases it's wrong option!

in my case it was 128kb  but in last compile from GIt was 512kb


Some notes:
https://firmware.intel.com/blog/accessing-uefi-variables-linux

zgrep CONFIG_EFI /proc/config.gz

https://github.com/tianocore/tianocore.github.io/wiki/OVMF

https://wiki.gentoo.org/wiki/Sakaki%27s_EFI_Install_Guide/Configuring_Secure_Boot






понеделник, 3 юли 2017 г.

wine 32 on 64 slack freetype touble

Missing freetype development files when try to compile wine 32 on 64 bit slack.

on my case:

less config.log

error in:

 configure:12631: freetype2 cflags: -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include

Error was missing function in zlib called from: libpng16

i just update zlib to last version and everything goes ok.

P.S.
I use 64 bit slackware with multilib
so i upgrade with:

convertpkg-compat32 -i zlib-1.2.11-i586-1.txz
upgradepkg /tmp/zlib-compat32-1.2.11-x86_64-1compat32.txz


teamviewer 12 font buttons troubles

Team viewer use wine 32 bit

you just need to INSTALL ( not upgrade): libpng-1.4.12-i486-1.txz
or similar it contains libpng 12 and 14

P.S.
install and delete script this lib's need ta stay just for teamviewer, if not remote /var/log/script/libpng-1.4.... next time when update system will delete them.

if you mistake and upgrade lib, just need to get previous version and upgrade whit him: libpng16 now

I use multi lib on 64 bit Slack so i: convertpkg-compat32 -i libpng-1.4.12-i486-1.txz
and install /tmp/libpng-compat32-1.4.12-x86_64-1compat32.txz

that's all