Open yaygya opened 3 years ago
Thanks @yagyaxt1034 for reporting this issue. Not entirely sure yet what is causing this.
(II) AIGLX: Loaded and initialized iris
[ 91.313] (II) GLX: Initialized DRI2 GL provider for screen 0
Can you please run
sudo pkg install -y glx-utils
glxinfo | grep vendor
It would be very interesting to see which driver gets loaded when your run GhostBSD and NomadBSD on that machine.
If you have some time, please run cat /var/log/Xorg.0.log | grep LoadModule
on GhostBSD, NomadBSD and on helloSystem to see what gets loaded there and compare.
Here's Xorg.0.log's output (similar on NomadBSD and GhostBSD)
LoadModule: "glx"
LoadModule: "intel"
LoadModule: "scfb" // GhostBSD only, NomadBSD didn't have this
LoadModule: "vesa"
LoadModule: "glamoregl"
LoadModule: "fb"
LoadModule: "libinput"
helloSystem:
LoadModule: "glx"
LoadModule: "modesetting"
LoadModule: "scfb"
LoadModule: "glamoregl"
LoadModule: "fb"
LoadModule: "libinput"
I wasn't able to get a net connection. I'll update if I'm able to.
So helloSystem is missing LoadModule: "intel"
. Need to find out why. Interesting that it works on NomadBSD, because helloSystem is also using their initgfx script for GPU autoconfiguration.
Possibly also affected: https://linux-hardware.org/?probe=10f8e5f5cf Source: https://twitter.com/woz05060269/status/1449812627278999558
Describe the bug The menu bar and window titlebars do not show. This has the side effect of not being able to move any windows on the desktop, as well as keyboard text input not working for some reason.
To Reproduce Steps to reproduce the behavior:
Screenshots Unfortunately, I have not been able to obtain any. Version (please complete the following information):
cat /.url
): https://github.com/helloSystem/ISO/commit/d8e8c62b43713a545e18e5485568b4d228f1681eComputer (please complete the following information):
Additional context This problem doesn't occur on 0.5.0 but has occurred on every subsequent release.