Hi
We have using VirtualGL on thin client servers for a while on our HPC
installation and it works well. However, when the OS (RHEL 9.3) / xorg
starts up it disables onboard VGA which also makes IPMI Remote Console
unavailable.
I can get VGA back by doing these changes:
"
# cat /etc/X11/xorg.conf.d/10-nvidia.conf
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "PrimaryGPU" "no" <--- changed from yes
Option "SLI" "Auto"
Option "BaseMosaic" "on"
EndSection
Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
Option "PrimaryGPU" "yes" <---- added this line
EndSection
"
But then VirtualGL stops working. Any suggestions on how to fix this?
Reinstalled made no difference.
Mvh.
Torkil
--
You received this message because you are subscribed to the Google Groups
"VirtualGL User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/virtualgl-users/4277950b-4fa9-43a9-bffd-26ae40e9f2ffn%40googlegroups.com.