If I compile a video/input driver into PicoGUI, does it use it automatically?
Usually the answer to this is no. When you compile in a driver, it’s made available, but that doesn’t mean it’s always loaded. By default, pgserver picks one video driver by probing for the first one that loads successfully, and that driver may load additional input drivers only if the video and input drivers are for the same backend. (like sdl and sdlinput, x11 and x11input) All other video drivers expect you to load the input drivers manually. Note that you can have multiple input drivers loaded, but currently only one video driver.
Related Questions
- The driver seems to work with S-Video and/or Composite video input, but with the TV tuner, I see snow and I cant change the TV Channel with the Video App. What could be wrong ?
- When using the tape, sometimes (depending on the make and model of the camcorder) the tape doesn automatically play after completing a video capture?
- If I compile a video/input driver into PicoGUI, does it use it automatically?