Index: [thread] [date] [subject] [author]
  From: Lutz Oberst <ggi-devel@runner.swb.de>
  To  : ggi-develop@eskimo.com
  Date: Sun, 23 Aug 1998 00:15:15 +0000

Re: S3 Problems

Hello,

I don't know if this is interesting for my problem:

---
[root]/home/road/degas/kgicon/util/# ./con2fbmap 0 1
ioctl FBIOPUT_CON2FBMAP: Invalid argument
[root]/home/road/degas/kgicon/util/# ./con2fbmap 0
ioctl FBIOGET_CON2FBMAP: Invalid argument
[root]/home/road/degas/kgicon/util/# ./con2fbmap 1
console 1 is mapped to framebuffer 0
[root]/home/road/degas/kgicon/util/# ./con2fbmap 1 0
[root]/home/road/degas/kgicon/util/# ./con2fbmap 1 1
ioctl FBIOPUT_CON2FBMAP: Invalid argument
---

---
[root]/home/road/degas/kgicon/util/# ls -al /dev/fb*
crw-r--r--   1 root     root      29,   0 Aug 22 23:00 /dev/fb0
lrwxrwxrwx   1 root     root            8 Aug 23 02:11 /dev/fb0current -> /dev/fb0
crw-r--r--   1 root     root      29,  32 Aug 22 23:00 /dev/fb1
crw-r--r--   1 root     root      29,  64 Aug 22 23:00 /dev/fb2
crw-r--r--   1 root     root      29,  96 Aug 22 23:00 /dev/fb3
crw-r--r--   1 root     root      29, 128 Aug 22 23:00 /dev/fb4
crw-r--r--   1 root     root      29, 160 Aug 22 23:00 /dev/fb5
crw-r--r--   1 root     root      29, 192 Aug 22 23:00 /dev/fb6
crw-r--r--   1 root     root      29, 224 Aug 22 23:00 /dev/fb7
---

The link fb0current has been made by me, because con2fbmap was
complaining, that this file was missing.

The interesting thing about my problem is, that it worked
some time ago.... But I don't exactly know what I changed.
Maybe something with this con2fbmap oder /dev/fb* ?

Bye, Lutz
-- 
"Reality? That's where the pizza delivery guy comes from!"

Index: [thread] [date] [subject] [author]