* 2.5.71 Frame Buffer Problem
@ 2003-06-16 19:19 Zoup
2003-06-16 20:51 ` James Simmons
0 siblings, 1 reply; 8+ messages in thread
From: Zoup @ 2003-06-16 19:19 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
Hi :)
I'm using Albatron Ti4200 graphic card and i can't get
frame buffer working on VGA 788 or 790 , 2.5.71 config file
attached .
--
Wish You Were Here ...
[-- Attachment #2: config.gz --]
[-- Type: application/x-gzip, Size: 6204 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.5.71 Frame Buffer Problem
2003-06-16 19:19 2.5.71 Frame Buffer Problem Zoup
@ 2003-06-16 20:51 ` James Simmons
2003-06-18 20:31 ` Zoup
0 siblings, 1 reply; 8+ messages in thread
From: James Simmons @ 2003-06-16 20:51 UTC (permalink / raw)
To: Zoup; +Cc: linux-kernel
> Hi :)
> I'm using Albatron Ti4200 graphic card and i can't get
> frame buffer working on VGA 788 or 790 , 2.5.71 config file
> attached .
Ugh. You have the vga16, vesa, and NVIDIA framebuffer drivers enabled.
The NVIDIA driver might not work with your card. The VESA will so you
should only enable that. Also you enabled both VGA console and frmaebuffer
console. Please only enable framebuffer console.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.5.71 Frame Buffer Problem
2003-06-18 20:31 ` Zoup
@ 2003-06-17 19:33 ` James Simmons
2003-06-18 8:30 ` Paweł Gołaszewski
0 siblings, 1 reply; 8+ messages in thread
From: James Simmons @ 2003-06-17 19:33 UTC (permalink / raw)
To: Zoup; +Cc: linux-kernel
> i had compile kernel 2.5.71 with VESA support (disabled nvidia driver ) , on
> boot some lines and dotes dancing around the screen ! :)
Hum. Like to see those bugs.
> now i have remove VESA support and VGA Console , there is no blank screen
> again but , i have seleted vga 791 ( 1025x768x256 ) and its working on 769 (
> 640x486x256 ) , i dont know why ! :) i have tested many times , you know
> nvidia driver works under 2.4.* .
> thanks
vga=791 will not work for the rivafb driver. That is vesafb specific. You
need to use modedb. See linux/Documentation/fb/modedb.txt.
P.S
I think the modedb code is broken for the NVIDIA driver. I haven't got
around to fixing that.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.5.71 Frame Buffer Problem
2003-06-17 19:33 ` James Simmons
@ 2003-06-18 8:30 ` Paweł Gołaszewski
2003-06-18 16:40 ` James Simmons
[not found] ` <200306210032.56806.Zoup@zoup.org>
0 siblings, 2 replies; 8+ messages in thread
From: Paweł Gołaszewski @ 2003-06-18 8:30 UTC (permalink / raw)
To: James Simmons; +Cc: linux-kernel
On Tue, 17 Jun 2003, James Simmons wrote:
> > i had compile kernel 2.5.71 with VESA support (disabled nvidia driver
> > ) , on boot some lines and dotes dancing around the screen ! :)
> Hum. Like to see those bugs.
I've got similar problems on my matroxfb.
--
pozdr. Paweł Gołaszewski
---------------------------------
worth to see: http://www.againsttcpa.com/
CPU not found - software emulation...
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.5.71 Frame Buffer Problem
2003-06-18 8:30 ` Paweł Gołaszewski
@ 2003-06-18 16:40 ` James Simmons
2003-06-18 17:03 ` Paweł Gołaszewski
[not found] ` <200306210032.56806.Zoup@zoup.org>
1 sibling, 1 reply; 8+ messages in thread
From: James Simmons @ 2003-06-18 16:40 UTC (permalink / raw)
To: Paweł Gołaszewski; +Cc: linux-kernel
> > > i had compile kernel 2.5.71 with VESA support (disabled nvidia driver
> > > ) , on boot some lines and dotes dancing around the screen ! :)
> > Hum. Like to see those bugs.
>
> I've got similar problems on my matroxfb.
Strange. I will see if I can duplicate this bug. Is the bug at boot time
or is it present all the time?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.5.71 Frame Buffer Problem
2003-06-18 16:40 ` James Simmons
@ 2003-06-18 17:03 ` Paweł Gołaszewski
0 siblings, 0 replies; 8+ messages in thread
From: Paweł Gołaszewski @ 2003-06-18 17:03 UTC (permalink / raw)
To: James Simmons; +Cc: linux-kernel
On Wed, 18 Jun 2003, James Simmons wrote:
> > > > i had compile kernel 2.5.71 with VESA support (disabled nvidia
> > > > driver , on boot some lines and dotes dancing around the screen !
> > > Hum. Like to see those bugs.
> > I've got similar problems on my matroxfb.
> Strange. I will see if I can duplicate this bug. Is the bug at boot time
> or is it present all the time?
All the time.
Everything looks fine at the beginning, but running i.e. 'top' causes the
console is unreadable. I can make it readable for a while with simple
switch between consoles.
I don't know if I described it ok - the best would be short *.avi of that,
but I don't have any camera...
--
pozdr. Paweł Gołaszewski
---------------------------------
worth to see: http://www.againsttcpa.com/
CPU not found - software emulation...
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.5.71 Frame Buffer Problem
2003-06-16 20:51 ` James Simmons
@ 2003-06-18 20:31 ` Zoup
2003-06-17 19:33 ` James Simmons
0 siblings, 1 reply; 8+ messages in thread
From: Zoup @ 2003-06-18 20:31 UTC (permalink / raw)
To: James Simmons; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 791 bytes --]
On Tuesday 17 June 2003 01:21, James Simmons wrote:
> Ugh. You have the vga16, vesa, and NVIDIA framebuffer drivers enabled.
> The NVIDIA driver might not work with your card. The VESA will so you
> should only enable that. Also you enabled both VGA console and frmaebuffer
> console. Please only enable framebuffer console.
>
>
> -
i had compile kernel 2.5.71 with VESA support (disabled nvidia driver ) , on
boot some lines and dotes dancing around the screen ! :)
now i have remove VESA support and VGA Console , there is no blank screen
again but , i have seleted vga 791 ( 1025x768x256 ) and its working on 769 (
640x486x256 ) , i dont know why ! :) i have tested many times , you know
nvidia driver works under 2.4.* .
thanks
config file attached .
--
Wish You Were Here ...
[-- Attachment #2: config.gz --]
[-- Type: application/x-gzip, Size: 6251 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: 2.5.71 Frame Buffer Problem
[not found] ` <200306210032.56806.Zoup@zoup.org>
@ 2003-06-20 20:04 ` Zoup
0 siblings, 0 replies; 8+ messages in thread
From: Zoup @ 2003-06-20 20:04 UTC (permalink / raw)
To: linux-kernel
On Wednesday 18 June 2003 13:00, Paweł Gołaszewski wrote:
> On Tue, 17 Jun 2003, James Simmons wrote:
> > > i had compile kernel 2.5.71 with VESA support (disabled nvidia driver
> > > ) , on boot some lines and dotes dancing around the screen ! :)
> >
> > Hum. Like to see those bugs.
>
> I've got similar problems on my matroxfb.
>
Also i have problem with my SavageIX on my laptop ( pavilion n5310 ) , so
Geforce ti 4200 , MatroxFB and savageIX had problem with frame buffer .
--
Wish You Were Here ...
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-06-18 19:50 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-16 19:19 2.5.71 Frame Buffer Problem Zoup
2003-06-16 20:51 ` James Simmons
2003-06-18 20:31 ` Zoup
2003-06-17 19:33 ` James Simmons
2003-06-18 8:30 ` Paweł Gołaszewski
2003-06-18 16:40 ` James Simmons
2003-06-18 17:03 ` Paweł Gołaszewski
[not found] ` <200306210032.56806.Zoup@zoup.org>
2003-06-20 20:04 ` Zoup
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®