[BusyBox] fbset depth

Rolland Dudemaine karllim at apologia.cx
Thu Jun 20 07:40:05 UTC 2002


Hello,
fbset is missing depth changing support (-depth option is present but 
not used) in both CVS and 0.60.3. This is a two line patch :

         case CMD_YRES:
           varset.yres = strtoul(argv[1], 0, 0);
           break;
+        case CMD_DEPTH:
+          varset.bits_per_pixel = strtoul(argv[1], 0, 0);
+          break;
 #endif
       }

I suspect other options are not used...

I've been surprised by the changes in cvs, compared to 0.60.3. Wow, 
that's good job you're all doing !!!

Best Regards,
Rolland Dudemaine




More information about the busybox mailing list