-
Notifications
You must be signed in to change notification settings - Fork 174
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
Black lstopo window #626
Comments
Oh, that's interesting. Random things to test:
|
What cairo version do you have? Do you know if things worked better on these systems in the past? |
These systems use cairo 1.18.0 currently. I do know that these systems all had lstopo working normally before. |
Thanks, ok I am going to upgrade my cairo on several systems to try to reproduce. |
In the meantime, you could try to comment-out this line in the source since it sets the drawing color to black. We're supposed to only draw the border of the box with this color, but maybe we end up filling the box some reason.
Boxes won't have border anymore, but hopefully they'll have the expected background. Another random patch to try is this one in case your compiler decides to cast to float after dividing:
|
Hello, did you have a chance to test the ideas above? |
Hi, I'm sorry, I couldn't reproduce this after a random |
Thank you for replying. I am going to close, and hopefully you won't ever face the issue anymore. Otherwise feel free to reopen. |
What version of hwloc are you using?
# lstopo --version lstopo 2.9.1
Which operating system and hardware are you running on?
Details of the problem
Running
lstopo
produces a black window, see screenshot:I simply run
lstopo
from the commandline.It displays a black window instead of the GL-based overview of my system.
The text was updated successfully, but these errors were encountered: