Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird graphics #17

Open
customautosys opened this issue Aug 27, 2022 · 7 comments
Open

Weird graphics #17

customautosys opened this issue Aug 27, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@customautosys
Copy link

Basically the entire system does not work at all due to screwed up graphics. I tried to disable graphics acceleration (https://answers.microsoft.com/en-us/outlook_com/forum/all/disable-hardware-acceleration-option-move/24bc32e2-a86d-4e3c-9405-a097e361e27c) and also to install d3dx9 and d3dx11 or to install dxvk and nothing works.

bildo

@DonutsBl
Copy link
Owner

I've had problems with the windows being transparent before on a Debian-based system. I'm not entirely sure what's going on there, but installing some additional 32-bit packages fixed it for me:
sudo apt install gstreamer1.0-plugins-base:i386 gstreamer1.0-plugins-good:i386 gstreamer1.0-plugins-ugly:i386 libcups2:i386 libdbus-1-3:i386 libfontconfig1:i386 libfreetype6:i386 libgcc-s1:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libgnutls30:i386 libgstreamer1.0-0:i386 libnss-mdns:i386 libpng16-16:i386 libpulse0:i386 libsane:i386 libudev1:i386 libvulkan1:i386 libx11-6:i386 libxcomposite1:i386 libxcursor1:i386 libxext6:i386 libxfixes3:i386 libxi6:i386 libxinerama1:i386 libxml2:i386 libxrandr2:i386 libxrender1:i386 libxslt1.1:i386 libxxf86vm1:i386

@DonutsBl DonutsBl added the bug Something isn't working label Nov 23, 2022
@Ray-Eldath
Copy link

Ray-Eldath commented Mar 17, 2023

image

Sorry, but have you figured out how to solve this? I just met the same problem, all windows seems to be transparent and glitched. I checked several i386 packages that @DonutsBl listed in the comments, seems most of them have been installed (I didn't check all packages because I have to google them one by one which is a gruelling task). I'm GNOME 43 on Archlinux with a GTX 950 graphics card, nvidia, nvidia-utils and lib32-nvidia-utils are installed.

@dxwil
Copy link

dxwil commented Mar 18, 2023

Installing lib32-gst-plugins-ugly - sudo pacman -S lib32-gst-plugins-ugly, will install 68 of its dependencies and hopefully fix your issue @Ray-Eldath. At least it did for me.

@Ray-Eldath
Copy link

Ray-Eldath commented Mar 19, 2023

Installing lib32-gst-plugins-ugly - sudo pacman -S lib32-gst-plugins-ugly, will install 68 of its dependencies and hopefully fix your issue @Ray-Eldath. At least it did for me.

There isn't a lib32-gst-plugins-ugly in the repositories (maybe because I'm using Manjaro Linux not ArchLinux per se), but installing lib32-gst-plugins-good and all of its dependencies surely fixed my issue. The graphics now works great. Many thanks!

@dxwil
Copy link

dxwil commented Mar 19, 2023

Oh you're right, I made a mistake, lib32-gst-plugins-ugly is in the AUR so you wouldn't install it with pacman. I'm also trying to install Office this way but it fails during install. What wine version did you use? The one from the instructions (21.2.0 I think it was) or the newest one (22.1.0)?

@Ray-Eldath
Copy link

@dxwil I use the winecx from the instructions, i.e. cx-21.2.0 compiled in docker. Everything's fine during install, but after that I opened Word 365 only to find the windows are all transparent and glitched, installing lib32-gst-plugins-good fixed everything. What errors were reported during your installation? Did you set the winecx to Windows 7 mode?

@dxwil
Copy link

dxwil commented Mar 20, 2023

I used the newest winecx version available (22.1.0), which might've been my problem. Everything was working until after some time of the office installer running it returned an error. I will try to recompile winecx version (21.2.0) and see if that changes anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants