From: Petr V. <VAN...@vc...> - 2003-12-01 19:14:52
|
On 1 Dec 03 at 20:03, Svetoslav Slavtchev wrote: > [root@tux root]# fbset -fb /dev/fb0 > > mode "1024x768-60" > # D: 64.994 MHz, H: 48.359 kHz, V: 59.998 Hz > geometry 1024 768 1024 768 32 > timings 15386 160 32 30 4 128 4 > accel true > rgba 8/16,8/8,8/0,8/24 > endmode > [root@tux root]# matroxfb_swapped > [root@tux root]# fbset -fb /dev/fb0 > > mode "1024x0-1273" > # D: 64.994 MHz, H: 48.359 kHz, V: 1272.598 Hz > geometry 1024 0 1024 0 32 > timings 15386 160 32 30 4 128 4 > accel true > rgba 8/16,8/8,8/0,8/24 > endmode What does 'matroxfb_swapped' do ? You have not only yres_virtual, but also yres set to 0. It looks to me like that 'matroxfb_swapped' asked for this... Driver in kernel is identical to driver on my site, except that features which are impossible to have with 2.6 fbdev kernel API were removed. But for mere users who do not need fbset, different resolutions on each display, textual displays or legacy svga games should not notice any difference. Petr |