nwrkbiz / android-xserver

Maintaining the original project to make it work again with new Android versions.
MIT License
167 stars 18 forks source link

The display of wine gui is unclear #33

Open PangBaiWork opened 2 years ago

PangBaiWork commented 2 years ago

Hey friends! I have some problems

When I connected to the wine gui,there were vertical lines and it seemed to be blurry. But it's clear when I connected to firefox(browse a colorful page) and xterm ,it worked well. Dose it have anything to do with static colourmaps or resolution ?could you help me ? here are some pictures Screenshot_20220514_181725

IMG_20220508_142956 Screenshot_20220514_204819

Hagb commented 1 year ago

I meet the same problem. Turning off ClientSideGraphics works:

Save the content to file tmp.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"ClientSideGraphics"="N"

and run wine regedit tmp.reg.