I am trying to get a couple 16x9 resolutions working on the NSC geode
GX1 with the NSC framebuffer driver.

I have added a 848x480 and a 1368x768 resolution to the NSC framebuffer
driver, and have the framebuffer running at 1368x768 currently.

#fbset

mode "1368x768-60"
    # D: 85.866 MHz, H: 47.704 kHz, V: 60.004 Hz
    geometry 1368 768 1368 768 16
    timings 11646 144 144 12 12 144 3
    rgba 5/11,6/5,5/0,0/0
endmode

I added the same mode to /etc/fb.modes which DirectFB reads to find
modes.

I call SetVideoMode with a width of 1368, height of 768 and depth of 16
bits.  While DirectFB seems to use that resolution, the graphics are not
displaying on the surface in that resolution.  I'm not sure how to
accurately describe the problem, but if anyone knows what I should look
at next I would appreciate a pointer.



Reply via email to