Thank you for confirming my suspicions. I had noticed fbset was showing 1024x768. The odd part about that was that of the many modes in the fb.modes file the system chose this mode from the middle of the file. I had hoped it would choose the first mode in the file which is 1920x1080.
I tried your solution but was unable to get a viewable result. fbset did not complain, but it also did not change the screen. The version of fbset included with Puppy is apparently limited. --help only displays "FBSET [OPTIONS] [MODE]" and then states the program is used to modify the framebuffer. > your framebuffer driver was initialized with 1024x768. to check that do: > $> fbset --show > to change it do: > $> fbset -xres 1920 -yres 1080 -vxres 1920 -vyres 1080 > for more options. > $> fbset --help > > regards. Haithem. _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
