Unix Technical Forum

framebuffer on 10.0 with 2.4.26

This is a discussion on framebuffer on 10.0 with 2.4.26 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> does any of you run framebuffer other than vesafb on slackware 10.0 with 2.4.26 kernel ? I have matox ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 03:04 PM
patryk
 
Posts: n/a
Default framebuffer on 10.0 with 2.4.26

does any of you run framebuffer other than vesafb on slackware 10.0 with
2.4.26 kernel ?

I have matox g450 I used matroxfb before on 9.1
I have disabled vesafb which was compiled in the kernel and instead
compiled id matrox framebuffer support. This works for 9.1 and for 10.0
with 2.6.7 kernel.

I also pass the right parameters to the kernel.

Patryk



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 03:04 PM
lobotomy
 
Posts: n/a
Default Re: framebuffer on 10.0 with 2.4.26

In <pan.2004.08.27.09.38.57.215886@poczta.onet.pl>, patryk wrote:

> does any of you run framebuffer other than vesafb on slackware 10.0 with
> 2.4.26 kernel ?
>
> I have matox g450 I used matroxfb before on 9.1 I have disabled vesafb
> which was compiled in the kernel and instead compiled id matrox
> framebuffer support. This works for 9.1 and for 10.0 with 2.6.7 kernel.
>
> I also pass the right parameters to the kernel.
>
> Patryk


What difficulties are you having with matroxfb in 2.4? I found it worked
fine.

One thing to look out for is that the matroxfb modeline string is
different in 2.6 versus 2.4, so you can't use the same command line.

So to start in 1024x768x32 framebuffer mode, you would put
'video=matrox:vesa:0x118' in 2.4, and 'video=matroxfb:vesa:0x118' in 2.6.

--
Not to have been a dupe, that will have been my best possesion, my best
deed, to have been a dupe, wishing I wasn't, thinking I wasn't, knowing
I was, not being a dupe of not being a dupe.
--Samuel Beckett, The Unnamable

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 03:05 PM
patryk
 
Posts: n/a
Default Re: framebuffer on 10.0 with 2.4.26

On Fri, 27 Aug 2004 19:57:12 +0000, lobotomy wrote:

> In <pan.2004.08.27.09.38.57.215886@poczta.onet.pl>, patryk wrote:
> What difficulties are you having with matroxfb in 2.4? I found it worked
> fine.

do you use slackware 10.0, did you recompile 2.4. kernel or do you use
the module matrox or matroxfb

I think my problem has smth to do with udev system org with the kernle


> So to start in 1024x768x32 framebuffer mode, you would put
> 'video=matrox:vesa:0x118' in 2.4, and 'video=matroxfb:vesa:0x118' in 2.6.

yes this is a parto w dmesg, kernel option are ok

Linux version 2.4.26 (root@tree) (gcc version 3.3.4) #6 Mon Jun 14
19:07:27 PDT 2004 Kernel command line: BOOT_IMAGE=LinuxFB ro root=302
video=matrox:vesa:0x118 Initializing CPU#0
Detected 451.026 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 897.84 BogoMIPS
-
Patryk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 03:05 PM
lobotomy
 
Posts: n/a
Default Re: framebuffer on 10.0 with 2.4.26

In <pan.2004.08.27.23.38.09.986686@poczta.onet.pl>, patryk wrote:

> On Fri, 27 Aug 2004 19:57:12 +0000, lobotomy wrote:
>
>> In <pan.2004.08.27.09.38.57.215886@poczta.onet.pl>, patryk wrote: What
>> difficulties are you having with matroxfb in 2.4? I found it worked
>> fine.

> do you use slackware 10.0, did you recompile 2.4. kernel or do you use the
> module matrox or matroxfb
>


I recompiled the kernel with the fb driver compiled in statically, so it
switches to fb console automatically during boot (even if no boot options
are given, it runs in 640x480 fb mode).

> I think my problem has smth to do with udev system org with the kernle


udev won't work with 2.4, and shouldn't start unless the /sys filesystem
is mounted. Since 2.4 doesn't support sysfs, the init scripts won't start
udev when running a 2.4 kernel.

--
Not to have been a dupe, that will have been my best possesion, my best
deed, to have been a dupe, wishing I wasn't, thinking I wasn't, knowing
I was, not being a dupe of not being a dupe.
--Samuel Beckett, The Unnamable

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 03:05 PM
lobotomy
 
Posts: n/a
Default Re: framebuffer on 10.0 with 2.4.26

In <pan.2004.08.27.23.38.09.986686@poczta.onet.pl>, patryk wrote:


> do you use slackware 10.0, did you recompile 2.4. kernel or do you use the
> module matrox or matroxfb
>


Oh yeah, it is slackware 10.0

--
Not to have been a dupe, that will have been my best possesion, my best
deed, to have been a dupe, wishing I wasn't, thinking I wasn't, knowing
I was, not being a dupe of not being a dupe.
--Samuel Beckett, The Unnamable

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 03:08 PM
patryk
 
Posts: n/a
Default Re: framebuffer on 10.0 with 2.4.26

On Sat, 28 Aug 2004 19:04:26 +0000, lobotomy wrote:

> In <pan.2004.08.27.23.38.09.986686@poczta.onet.pl>, patryk wrote:
>
>> On Fri, 27 Aug 2004 19:57:12 +0000, lobotomy wrote:
>>
>>> In <pan.2004.08.27.09.38.57.215886@poczta.onet.pl>, patryk wrote: What
>>> difficulties are you having with matroxfb in 2.4? I found it worked
>>> fine.

>> do you use slackware 10.0, did you recompile 2.4. kernel or do you use the
>> module matrox or matroxfb


now i know what was the problem, the simlink in /boot directory
i must have overwirtten vmlinuz with some kerenl image

Now everything works fine.
BTW have you tried second head tvout ?

Patryk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:45 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com