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

Compile error #5

Open
blueoe opened this issue Nov 29, 2022 · 8 comments
Open

Compile error #5

blueoe opened this issue Nov 29, 2022 · 8 comments

Comments

@blueoe
Copy link

blueoe commented Nov 29, 2022

Screenshot_20221129_134404
what should i do to fix it?

@Scrumplex
Copy link
Member

Install xrandr and its development headers. The exact package name highly depends on your distro

@blueoe
Copy link
Author

blueoe commented Nov 29, 2022

Thanks for that, i installed successfully. But now another error appeared. What you suggest?
Screenshot_20221129_160647

@Scrumplex
Copy link
Member

It installed to your /usr/local directory.
You can either set the following environment variable or update your ld.conf to include that path when looking for libraries:

LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"

@blueoe
Copy link
Author

blueoe commented Dec 18, 2022

Thanks again. But what am i doing wrong now? What my X11 output name is? or is libvibrant not supporting my nvidia driver..? By the way my pc has hybrid gpus; nvidia and intel hd graphics. Could be this is reason of failure?
Screenshot_20221218_164957
Screenshot_20221218_165032

@Scrumplex
Copy link
Member

eDP-1 is probably managed by your Intel driver. There were other people with similar issues on Intel. You probably have the intel xorg driver installed. You could try removing that so that X11 falls back to the modeset driver (which should work fine on Intel)

@blueoe
Copy link
Author

blueoe commented Dec 18, 2022

i removed xserver-xorg-video-intel and restarted, still same. Any more packages needs to be removed?
Screenshot_20221218_173012
Screenshot_20221218_173106
Screenshot_20221218_173135
Screenshot_20221218_173633

@Scrumplex
Copy link
Member

hmm, not sure. I think I have never seen that error before. Usually it will just tell you that the output is not supported.

@Riyufuchi
Copy link

Riyufuchi commented Mar 7, 2023

@blueoe Are you using Wayland or X11 window system, because from your last post it seems that you are using Wayland. You can try changing your window system to X11 and might help, because X11 apps have no control over Wayland according to the internet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants