From: Lawrence <lawrencio@hotpop.com>
To: linux-assembly@vger.kernel.org
Subject: Re: Using framebuffer device under Linux
Date: Wed, 19 Nov 2003 09:28:47 +0800 [thread overview]
Message-ID: <3FBAC74F.9050709@hotpop.com> (raw)
Hi Karsten,
Thanks for your suggestion. here is what I got from strace:
execve("./fb", ["./fb"], [/* 18 vars */]) = 0
ioctl(0, 0x4b3b, 0x80492e8) = 0
ioctl(0, 0x4b3a, 0x1) = 0
open("/dev/fb0", O_RDWR) = 3
ioctl(3, 0x4600, 0x804931c) = 0
ioctl(3, 0x4604, 0x80492ec) = 0
ioctl(3, 0x4601, 0x80493bc) = -1 EINVAL (Invalid argument)
ioctl(3, 0x4601, 0x804931c) = 0
ioctl(3, 0x4605, 0x80492ec) = 0
ioctl(0, 0x4b3a, 0) = 0
_exit(1) = ?
The system call in question seems on setting screen parameters. But I
don't know how to deal with this. Could you please give me some hints?
Thanks and Regards,
Lawrence
next reply other threads:[~2003-11-19 1:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-19 1:28 Lawrence [this message]
2003-11-19 22:03 ` Using framebuffer device under Linux Karsten Scheibler
2003-11-20 1:34 ` Lawrence
-- strict thread matches above, loose matches on Subject: below --
2003-11-18 12:41 Lawrence
2003-11-18 13:11 ` Frederic Marmond
2003-11-18 14:00 ` Lawrence
2003-11-18 21:01 ` Karsten Scheibler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3FBAC74F.9050709@hotpop.com \
--to=lawrencio@hotpop.com \
--cc=linux-assembly@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.