You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully running the FLTEST 0 where it turned the display on with some colored bars, I still can't set the display in Ubuntu since Ubuntu does not show this Display in Display settings. I am using Kernel 5.4.
So why Ubuntu is not recognizing the new display?
Also have to mention that every time that I boot the computer I have to re run the FL2000/src/make and also the sudo insmod fl2000.ko it seems that after I reboot It uninstalls the driver.
The text was updated successfully, but these errors were encountered:
Make generates the .ko file, so once you have that you shouldn't need to make it again. Usually make install copies it to /lib/modules/* so that the kernel will find it there automatically. You might want to read this: https://tldp.org/LDP/lkmpg/2.6/lkmpg.pdf.
The manufacturer did not write a full driver, only half of it... this driver does not expose any X display functions. There might be a way to run XVnc on it, or get SDL apps to display directly to it in the mean time.
After successfully running the FLTEST 0 where it turned the display on with some colored bars, I still can't set the display in Ubuntu since Ubuntu does not show this Display in Display settings. I am using Kernel 5.4.
So why Ubuntu is not recognizing the new display?
Also have to mention that every time that I boot the computer I have to re run the FL2000/src/make and also the sudo insmod fl2000.ko it seems that after I reboot It uninstalls the driver.
After successfully running the FLTEST 0 where it turned the display on with some colored bars, I still can't set the display in Ubuntu since Ubuntu does not show this Display in Display settings. I am using Kernel 5.4.
So why Ubuntu is not recognizing the new display?
Also have to mention that every time that I boot the computer I have to re run the FL2000/src/make and also the sudo insmod fl2000.ko it seems that after I reboot It uninstalls the driver.
The text was updated successfully, but these errors were encountered: