Andreas, thanks for the tips, but the values suggested by gtf or cvt did not work (WSOD). I found on internet some values suggested that worked:
crtc->mode.vrefresh = 8952 ; crtc->mode.hdisplay = 640 ; crtc->mode.hsync_start = 656 ; crtc->mode.hsync_end = 752 ; crtc->mode.htotal = 800 ; crtc->mode.vdisplay = 480 ; crtc->mode.vsync_start = 490 ; crtc->mode.vsync_end = 492 ; crtc->mode.vtotal = 525 ; crtc->mode.clock = 25180000; Thomas, now I have the landscape mode with drm, but it seems that the same problem as was earlier with pixels shifted. The full fb seems to be shifted -100 on x. This is true if I draw to the mapped fb, or if I do accelerated commands. I tried to fix it based on analogy with commit ee53d975c157a9763b6f8637f1c47a3bc0671f77 but... hm... not really straigtforward. Any hints? rgrds, mobi phil being mobile, but including technology http://mobiphil.com _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

