Can I customize the display parameters? For example, 600x480x60hz, it is suggested to be in the form of device=configp.mnu /s 800x600x60. This way, the compatibility will be better.
Or directly change to the text display mode? The current test is that the driver compatibility of configp is better, but now the interface cannot be displayed, which is a big problem.
Confect has the second best compatibility, and it is easy to use, but it is not easy to organize; sometimes there is a problem that grub4dos cannot run.
Also, for yaya, I have five mutually exclusive options. Use the unrelate five lines to implement. Suppose to implement this function with the syntax unrelate==1,2,3,4,5 (the master control is empty to indicate mutual exclusion), and it will be a little more convenient to modify. In this way, some two mutually exclusive options only need one line.
Or it looks more concise with unrelate=1,2,3,4,5;6,7;8,9;10,11. The entire mutual exclusion only needs one line. The original function suggestions are still reserved, because sometimes there are inclusion relationships.
Because of the mutually exclusive items, it will be very troublesome to add or reduce driver items in the future. I put the driver selection in an interface. All use checkboxes, but when a certain one is checked, the mutually exclusive ones will be invalidated to avoid crashing in the middle.
And in another window, it is a single-choice menu, which can run a certain command quickly.
So it is relatively fast to switch between projects.
Too late, sleepy. I don't know what I'm talking about...
[ Last edited by cchessbd on 2009-5-13 at 12:06 ]