mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: Matrox G400 Dualhead
@ 2001-03-31 11:01 Trevor Hemsley
  2001-04-02 17:39 ` Petr Vandrovec
  0 siblings, 1 reply; 16+ messages in thread
From: Trevor Hemsley @ 2001-03-31 11:01 UTC (permalink / raw)
  To: linux-kernel

On Sat, 31 Mar 2001 07:17:19, "Rafael E. Herrera" 
<raffo@neuronet.pitt.edu> wrote:

> J Brook wrote:
> > 
> > >With 2.4.2 it was working just fine.
> > 
> > I have also noticed problems with the 2.4.3 release. I have a G450
> > 32Mb, that I use in single-head mode. The console framebuffer runs
> > fine at boot time, but when I load X (4.0.3 compiled with Matrox HAL
> > library) and then return to the console, I get a blank screen (signal
> > lost).
> 
> In my case, when lilo boots my G450 on any video mode other than
> 'normal', going into X and then back into console, leads to a blank
> screen. I've observed this behavior in 2.2 and 2.4. Otherwise, I've no
> problem using the card in single or dual head.

I get this as well on my G200. From observation it appears that the 
refresh rate is being doubled when you exit X and that's why the 
console appears blank. On my system I normally use

modprobe matroxfb vesa=263 fv=85

to give a large text console. On return from X, if I blindly type

fbset "640x480-60"

then I get a visible screen back but my monitor tells me that it's 
running at 640x480@119Hz. Same thing for 800x600-60 only this one says
120Hz.

Base system is SuSE 7.1 using XFree86 4.0.2. If I switch to 3.3.6 then
it works OK. If I don't load matroxfb then it also works OK.

-- 
Trevor Hemsley, Brighton, UK.
Trevor-Hemsley@dial.pipex.com

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Matrox G400 Dualhead
@ 2001-05-27 22:48 mythos
  2001-05-28  3:13 ` Rafael Herrera
  0 siblings, 1 reply; 16+ messages in thread
From: mythos @ 2001-05-27 22:48 UTC (permalink / raw)
  To: linux-kernel

I have a serious problem when usind the second head of my Matrox with the
matroxfb driver.If I login to /dev/tty0 (fb0) and then to /dev/tty6(fb1)
and make fb1 to scroll,if I switch back to /dev/tty0 and make fb0 to
scroll while fb1 is still scrolling I get a segmentation fault.Also
sometimes I get a message like this:
INIT:Id "1" respawning too fast disabled for 5 minutes.
Can anyone help me ?

		Mythos



^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: Matrox G400 Dualhead
@ 2001-04-02 22:55 Trevor Hemsley
  0 siblings, 0 replies; 16+ messages in thread
From: Trevor Hemsley @ 2001-04-02 22:55 UTC (permalink / raw)
  To: linux-kernel

On Mon, 2 Apr 2001 17:43:42, Petr Vandrovec <vandrove@vc.cvut.cz> 
wrote:

> Trevor Hemsley wrote:
> 
> > I get this as well on my G200. From observation it appears that the
> > refresh rate is being doubled when you exit X and that's why the
> > console appears blank. On my system I normally use
> > 
> > modprobe matroxfb vesa=263 fv=85
> > 
> > to give a large text console. On return from X, if I blindly type
> > 
> > fbset "640x480-60"
> > 
> > then I get a visible screen back but my monitor tells me that it's
> > running at 640x480@119Hz. Same thing for 800x600-60 only this one says
> > 120Hz.
> 
> Unfortunately Matrox datasheet says that it is impossible :-( Can you
> try 'fbset -depth 0; fbset -depth 8' ?

Yes, that fixes it. Issuing the first fbset command brings me back 
some sort of display, all fsck'ed up but vaguely readable with 
shimmering bits of text all over it in the wrong places. The second 
fbset gets it back correctly at the right resolution and right refresh
rate. Thanks, a workaround at least.

-- 
Trevor Hemsley, Brighton, UK.
Trevor-Hemsley@dial.pipex.com

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: Matrox G400 Dualhead
@ 2001-04-01 20:22 mythos
  2001-04-02 17:36 ` Petr Vandrovec
  0 siblings, 1 reply; 16+ messages in thread
From: mythos @ 2001-04-01 20:22 UTC (permalink / raw)
  To: linux-kernel

I solved the problem with dualhead!!!
Second head from 2.4.3 is /dev/fb2 rather than /dev/fb1.
Just had to look to the messages.
About matroxfb + X11 what I have seen is that if you use the same
resolution with the same number of colors as in X11 ,most of the times it will
work(except if I am in the login manager kdm!Then if I change to console
it will have the same screen).

P.S. Petr on the second head if I put mouse in the right-corner at the
bottom of the screen I will have a nice white border around the screen.
Also cursor blinks very strange if there is a lot of move on another
framebuffer on the first head and leaves some white blocks around.
I have used software and hardware cursor.

	Mythos



^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: Matrox G400 Dualhead
@ 2001-03-31 17:46 J Brook
  0 siblings, 0 replies; 16+ messages in thread
From: J Brook @ 2001-03-31 17:46 UTC (permalink / raw)
  To: Andrew Ferguson; +Cc: raffo, papadako, alan, vandrove, linux-kernel

> I have a similar problem with my G450, booting into the framebuffer,
> then loading xdm and working in X, and then switching back to the 
> console. I may have another detail to add in that when I switch back
> to the console from X, my monitor blanks and displays the warning 
> that the frequencies are out of range.

 I think I have a work around. Boot up 2.4.3 with the framebuffer
enabled as normal. Log in as root and use the fbset program to change
the settings for all the framebuffers.
eg.

fbset -a 1024x768-70

or whatever works for you. fbset has its own man page.

This makes everything hunky-dory for me, in that after running fbset
I
can go in and out of X without ever losing the video signal.

 Petr, I had a look at the drivers/video/matrox subdir and there's no
difference between 2.4.2 and 2.4.3, however there are differences in
the drivers/video dir to do with framebuffers. The files that have
been changed in drivers/video/ are:
  creatorfb.c
  fbmem.c
  fonts.c
  modedb.c
  sbus.c

 I know nothing about the nature of the changes that have been made
though!

 It does seem to be a kernel problem rather than a X4.0.3 problem
seeing as how 4.0.3 works fine under 2.4.2, and that using fbset on
the framebuffer console in 2.4.3 solves the problem.

     John
----------------
jbk@postmark.net

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: Matrox G400 Dualhead
@ 2001-03-31  0:12 J Brook
  2001-03-31  1:59 ` Petr Vandrovec
  2001-03-31  7:09 ` Rafael E. Herrera
  0 siblings, 2 replies; 16+ messages in thread
From: J Brook @ 2001-03-31  0:12 UTC (permalink / raw)
  To: mythos, Alan Olsen, Petr Vandrovec; +Cc: linux-kernel

> Does anyone know why fualhead is not working anymore?
> I just get a screen with rubbish on the second head.
> Also when kernel loads and and registers fb1 I lose signal
> on the second head.

...

>With 2.4.2 it was working just fine. 

I have also noticed problems with the 2.4.3 release. I have a G450
32Mb, that I use in single-head mode. The console framebuffer runs
fine at boot time, but when I load X (4.0.3 compiled with Matrox HAL
library) and then return to the console, I get a blank screen (signal
lost).

I don't know what the problem is. I can confirm with Mythos that
under
2.4.2 it was working just fine :-)

Petr Vandrovec is the man who knows... what do you say Petr?!

    John
----------------
jbk@postmark.net


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Matrox G400 Dualhead
@ 2001-03-30 20:13 mythos
  2001-03-30 20:45 ` Alan Olsen
  0 siblings, 1 reply; 16+ messages in thread
From: mythos @ 2001-03-30 20:13 UTC (permalink / raw)
  To: linux-kernel

Does anyone know why fualhead is not working anymore?
I just get a screen with rubbish on the second head.
Also when kernel loads and and registers fb1 I lose signal
on the second head.

	Thanks for your help.



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2001-05-28 16:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-31 11:01 Matrox G400 Dualhead Trevor Hemsley
2001-04-02 17:39 ` Petr Vandrovec
  -- strict thread matches above, loose matches on Subject: below --
2001-05-27 22:48 mythos
2001-05-28  3:13 ` Rafael Herrera
2001-05-28  8:43   ` mythos
2001-05-28 16:16     ` Rafael Herrera
2001-04-02 22:55 Trevor Hemsley
2001-04-01 20:22 mythos
2001-04-02 17:36 ` Petr Vandrovec
2001-03-31 17:46 J Brook
2001-03-31  0:12 J Brook
2001-03-31  1:59 ` Petr Vandrovec
2001-03-31  7:09 ` Rafael E. Herrera
2001-03-30 20:13 mythos
2001-03-30 20:45 ` Alan Olsen
2001-03-30 21:10   ` mythos

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®