mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 10:08:30 +00:00
The fbdev pci probe doesn't use the fbdev passed by the user, and instead tries to guess what framebuffer the user wants to use. Only if that fails, fbdev falls back to the option passed by the user. This is backwards, if the user explicitly passes a framebuffer device to use, the X server should use that, and fall back on guessing if that fails. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>