From: Saurabh N. <na...@ii...> - 2002-09-12 03:26:23
Attachments:
dmesg
|
Hi, Been trying to get my system work with the framebuffer but have some troubles. I compiled 2.4.19 with the * VGA Text Console * Video Mode Selection Support * Support for frame buffer devices * nVidia Riva Support * VESA VGA Graphics Console I have a Riva TNT2 32MB. When I try to go into the video mode "314" (or any other mode) I always get /dev/fb0 with the following resolution: mode "640x480-60" # D: 25.176 MHz, H: 31.469 kHz, V: 59.942 Hz geometry 640 480 640 480 8 timings 39721 40 24 32 11 96 2 accel true rgba 8/0,8/0,8/0,0/0 endmode Frame buffer device information: Name : nVidia RIVA-VTNT Address : 0xde000000 Size : 33554432 Type : PACKED PIXELS Visual : PSEUDOCOLOR XPanStep : 1 YPanStep : 1 YWrapStep : 0 LineLength : 640 MMIO Address: 0xdc000000 MMIO Size : 16777216 Accelerator : Unknown (28) And /dev/fb1 with the following: mode "800x600-75" # D: 48.001 MHz, H: 46.876 kHz, V: 75.121 Hz geometry 800 600 800 600 16 timings 20833 96 32 16 4 96 4 rgba 5/11,6/5,5/0,0/0 endmode Frame buffer device information: Name : VESA VGA Address : 0xde000000 Size : 33554432 Type : PACKED PIXELS Visual : TRUECOLOR XPanStep : 0 YPanStep : 0 YWrapStep : 0 LineLength : 1600 Accelerator : No I do not understand what is happening. I have also attached my dmesg output along with this message. Thanks in advance... Saurabh Nanda |
From: Jurriaan <thu...@xs...> - 2002-09-12 05:28:55
|
From: Saurabh Nanda <na...@ii...> Date: Thu, Sep 12, 2002 at 08:54:01AM +0530 > Hi, > Been trying to get my system work with the framebuffer but have some > troubles. > I compiled 2.4.19 with the > * VGA Text Console > * Video Mode Selection Support > * Support for frame buffer devices > * nVidia Riva Support > * VESA VGA Graphics Console > > I have a Riva TNT2 32MB. > When I try to go into the video mode "314" (or any other mode) I always > get /dev/fb0 with the following resolution: > > mode "640x480-60" > # D: 25.176 MHz, H: 31.469 kHz, V: 59.942 Hz > geometry 640 480 640 480 8 > timings 39721 40 24 32 11 96 2 > accel true > rgba 8/0,8/0,8/0,0/0 > endmode > > Frame buffer device information: > Name : nVidia RIVA-VTNT > Address : 0xde000000 > Size : 33554432 > Type : PACKED PIXELS > Visual : PSEUDOCOLOR > XPanStep : 1 > YPanStep : 1 > YWrapStep : 0 > LineLength : 640 > MMIO Address: 0xdc000000 > MMIO Size : 16777216 > Accelerator : Unknown (28) > > And /dev/fb1 with the following: > mode "800x600-75" > # D: 48.001 MHz, H: 46.876 kHz, V: 75.121 Hz > geometry 800 600 800 600 16 > timings 20833 96 32 16 4 96 4 > rgba 5/11,6/5,5/0,0/0 > endmode > > Frame buffer device information: > Name : VESA VGA > Address : 0xde000000 > Size : 33554432 > Type : PACKED PIXELS > Visual : TRUECOLOR > XPanStep : 0 > YPanStep : 0 > YWrapStep : 0 > LineLength : 1600 > Accelerator : No > > I do not understand what is happening. > I have also attached my dmesg output along with this message. > > rivafb: RIVA MTRR set to ON > Console: switching to colour frame buffer device 80x30 > rivafb: PCI nVidia NV4 framebuffer ver 0.9.3 (RIVA-VTNT2, 32MB @ 0xDE000000) > vesafb: abort, cannot reserve video memory at 0xde000000 It looks like you have compiled in both rivafb and vesafb into your kernel. rivafb starts first, vesafb second and vesafb then complains rivafb has taken all memory. vesafb then can only use a very low-grade resolution. Recompile your kernel without vesafb, would be my suggestion. Good luck, Jurriaan -- Remember, Unix on some machines is nUxi. GNU/Linux 2.4.19-ac4 SMP/ReiserFS 2x1402 bogomips load av: 0.22 1.24 1.49 |
From: Saurabh N. <na...@ii...> - 2002-09-12 06:22:45
Attachments:
XF86Config
t
|
okay, I got the point rivafb and vesafb together is a bad thing to do. So i compiled two new kernel (2.4.19) (i) with only rivafb - this one gives me only 640x480@(8/16/24) (ii) with only vesafb - this one gives me all the resolutions I want. Now I come to my next woe... setting up the XF86-FBDev I am attaching my XF86Config file and the output by the XServer when it fails to start. Does rivafb support more that 640x480?? One more problem (might not be appropriate to ask here) - when i use mplayer with -vo fbdev the picture doesn't get full screen. Any pointers?? Thanx in advance. Saurabh Nanda |