Re: glamo gdrm,

2010-06-13 Thread mobi phil
> Modesetting on Glamo is a menace.  One tiny false move and either the > GPU or the LCM will get upset and decide not to talk to you any more. > Here are my numbers for rotated operation.  Your rotated display > probably comes from your timings being out by a bit. > > mode.vrefresh = 0 > mode.hdis

Re: glamo gdrm,

2010-06-06 Thread Thomas White
On Mon, 31 May 2010 22:23:15 +0200 mobi phil wrote: >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 ; >cr

Re: glamo gdrm,

2010-05-31 Thread mobi phil
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 =

Re: glamo gdrm,

2010-05-31 Thread Andreas Pokorny
Hi, I do not know the right settings for 640 480 on the glamo. But inverting will not work. You should try the output of gtf or cvt: $ gtf 480 640 60 Modeline "480x640_60.00" 24.82 480 504 552 624 640 641 644 663 -HSync +Vsync $ cvt 480 640 60 Modeline "480x640_60.00" 24.25 480 504 544 608

glamo gdrm,

2010-05-30 Thread mobi phil
Hello! I was trying to change to landscape from a custom drm application with following: crtc->mode.vrefresh = 8952 ; crtc->mode.hdisplay = 640 ; crtc->mode.hsync_start = 656 ; crtc->mode.hsync_end = 658 ; crtc->mode.htotal = 660 ; crtc->mode.vdisplay = 480 ; crtc->mode.vsyn