Open manfredu opened 1 year ago
After trying a lot of configurations without success I finally have been able to get the Mate GUI working again in the updated BE.
I did a pkg upgrade -f
and created /usr/local/etc/X11/xorg.conf.d/driver.conf
with the following content:
Section "Device"
Identifier "Device0"
Driver "modesetting"
BusID "PCI:0:2:0"
Option "PrimaryGPU" "yes"
EndSection
ghostbsd-version is now 23.08.23.
Log file from successful start of Xorg server:
To use nvidia-hybrid-graphics-390, you will need the lines below the xorg config for Nvidia to work.
Section "ServerFlags"
Option "IgnoreABI" "1"
EndSection
Version
23.04.23
Explain the issue and what happens
I've got an Acer Aspire V3-771G with Nivida Optimus (2 graphics adapters): GeForce GT 650M and an integrated Intel HD Graphics 4000.
I have used this notebook with GhostBSD since beginnung of 2022, but since about may this year it is no longer possible for me to update it.
Initially there was an issue with the Nvidia driver update, so as recommended I switched to the Optimus setup:
Now I get Xorg.0.log and Xorg.8.log. The notebook is still working fine, but I'm not sure if it is using the Nvidia adapter:
But this causes no issues as the integrated GPU is used by default.
Now when I update GhostBSD via Update Manager Xorg no longer works:
Xorg.0.log after the update:
Explain how to reproduce the bug?
I guess one would need a system with this hardware, install on older GhostBSD release and use the update manager to install the latest ghostbsd version...
What is the Expected behavior (if applicable)
After the update GhostBSD should continue to work.
Additional context (if applicable)
No response