From: Petr V. <VAN...@vc...> - 2003-12-01 19:56:20
|
On 1 Dec 03 at 20:27, Svetoslav Slavtchev wrote: > > <hopeless wish> > is there a way to add an option for independand fb's > without matroxset > </hopeless wish> No. > could the problem be in the different resolutions of fb0 & fb1 ? > everything is OK if i use the default 640x480, the problem shows when > i try "options matroxfb_base vesa=0x117" > fb0 124x768 <-> fb1 640x480 matroxfb_swapped does not touch videomode, so it is really surprising that it clears yres for you. It only says which CRTC is connected to which OUTPUT. Can you do: fbset -fb /dev/fb0 matroxset -f /dev/fb1 -m 0 fbset -fb /dev/fb0 matroxset -f /dev/fb0 -m 2 fbset -fb /dev/fb0 matroxset -f /dev/fb0 -m 0 fbset -fb /dev/fb0 matroxset -f /dev/fb0 -m 1 fbset -fb /dev/fb0 and post output here? I do not see any reason why matroxset should clear yres/yres_virtual unless you already did not have yres_virtual at zero before (then it will clip yres to yres_virtual, making it zero too). Petr |