mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Freeze: atyfb & XFree4.0.1
@ 2001-01-22 16:20 Jan-Benedict Glaw
  2001-01-22 20:20 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Jan-Benedict Glaw @ 2001-01-22 16:20 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]

Hi!

I just discovered a solid freeze:
jbglaw@jbglaw-sid:~$ uname -r
2.4.1-pre8
jbglaw@jbglaw-sid:~$ grep aty /etc/lilo.conf
        append="video=atyfb:800x600

Parts of /etc/X11/XF86Config-4:

	Section "Device"
		Identifier	"Generic Video Card"
		Driver		"ati"
	EndSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection


Now, when I switch from X to a configured virtual console (eg. tty1),
everything is okay. But if I press <Ctrl><Alt><F12> (for example)
the system just dies. I've not yet attached a serial console,
but SysRq keys seem to not be functional, as well as the NumLock
LED doesn't change when pressing the NumLock key...

MfG, JBG


-- 
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
/* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */
keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
     "insmod vi.o and there we go..." (Alexander Viro on linux-kernel)

[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]

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

* Re: Freeze: atyfb & XFree4.0.1
  2001-01-22 16:20 Freeze: atyfb & XFree4.0.1 Jan-Benedict Glaw
@ 2001-01-22 20:20 ` Geert Uytterhoeven
  2001-01-22 23:47   ` Jan-Benedict Glaw
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2001-01-22 20:20 UTC (permalink / raw)
  To: Jan-Benedict Glaw; +Cc: linux-kernel

On Mon, 22 Jan 2001, Jan-Benedict Glaw wrote:
> I just discovered a solid freeze:
> jbglaw@jbglaw-sid:~$ uname -r
> 2.4.1-pre8
> jbglaw@jbglaw-sid:~$ grep aty /etc/lilo.conf
>         append="video=atyfb:800x600
> 
> Parts of /etc/X11/XF86Config-4:
> 
> 	Section "Device"
> 		Identifier	"Generic Video Card"
> 		Driver		"ati"
> 	EndSection
>         SubSection "Display"
>                 Depth           24
>                 Modes           "1024x768"
>         EndSubSection
> 
> 
> Now, when I switch from X to a configured virtual console (eg. tty1),
> everything is okay. But if I press <Ctrl><Alt><F12> (for example)
> the system just dies. I've not yet attached a serial console,
> but SysRq keys seem to not be functional, as well as the NumLock
> LED doesn't change when pressing the NumLock key...

The `CONFIG_FB' entry in Documentation/Configure.help says:

|   If you are compiling for the x86 architecture, you can say Y if you
|   want to play with it, but it is not essential. Please note that
|   running graphical applications that directly touch the hardware
|   (e.g. an accelerated X server) and that are not frame buffer
|   device-aware may cause unexpected results. If unsure, say N.

XFree86 4.x is not fbdev-aware (yet), unless you specify some `UseFBDev' option
keyword (exact syntax may differ, I don't run 4.x yet).

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Freeze: atyfb & XFree4.0.1
  2001-01-22 20:20 ` Geert Uytterhoeven
@ 2001-01-22 23:47   ` Jan-Benedict Glaw
  0 siblings, 0 replies; 3+ messages in thread
From: Jan-Benedict Glaw @ 2001-01-22 23:47 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1493 bytes --]

Hi Geert!

On Mon, Jan 22, 2001 at 09:20:07PM +0100, Geert Uytterhoeven wrote:
> On Mon, 22 Jan 2001, Jan-Benedict Glaw wrote:
> > I just discovered a solid freeze:
> > jbglaw@jbglaw-sid:~$ uname -r
> > 2.4.1-pre8
> > jbglaw@jbglaw-sid:~$ grep aty /etc/lilo.conf
> >         append="video=atyfb:800x600

[...and X4 with accelerated ati driver, *not* the framebuffer driver]

> > 
> > 
> > Now, when I switch from X to a configured virtual console (eg. tty1),
> > everything is okay. But if I press <Ctrl><Alt><F12> (for example)
> > the system just dies. I've not yet attached a serial console,
> > but SysRq keys seem to not be functional, as well as the NumLock
> > LED doesn't change when pressing the NumLock key...
> 
> XFree86 4.x is not fbdev-aware (yet), unless you specify some
> `UseFBDev' option keyword (exact syntax may differ, I don't run 4.x yet).

I'll have a deeper look at that all, but switching between virtual
terminals and the X screen works perfectly. *Only* switching to
a not priviously allocated VC (ie. 8th VT which is unused in most
distributions) locks up the machine...

I think there's missing some little check somewhere;)

MfG, JBG

-- 
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
/* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */
keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
     "insmod vi.o and there we go..." (Alexander Viro on linux-kernel)

[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]

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

end of thread, other threads:[~2001-01-22 23:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-22 16:20 Freeze: atyfb & XFree4.0.1 Jan-Benedict Glaw
2001-01-22 20:20 ` Geert Uytterhoeven
2001-01-22 23:47   ` Jan-Benedict Glaw

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®