I use system with former sever board Supermicro X9SCL-F, with buil-in Matrox G200ew gaphics card, on Fedora 38. It has
file with defaults in the path:
Code:
/usr/lib/udev/rules.d/
One of rules in the file is:
Code:
ATTR{vendor}=="0x102b", ATTR{device}=="0x0532", GOTO="gdm_disable_wayland"
This disables Wayland and forces xorg to run when defined Matrox device is detected. It is not possible to turn off the built-in Matrox G200ew in BIOS. Then even if PCIe graphics is installed the Matrox is still active, detected during system boot and disables Wayland.
How can I properly override the rule? By 'proper' I mean without editing the default rules file or shadowing it by file with same name under:
to avoid any problems after upgrades?