Linux Framebuffer Layer development
 help / color / mirror / Atom feed
From: David J Ring Jr <n1ea@arrl.net>
To: linux-fbdev@vger.kernel.org
Subject: Re: Getting FB to work in Console
Date: Sun, 13 Nov 2011 02:46:09 +0000	[thread overview]
Message-ID: <alpine.DEB.2.00.1111130224120.2319@localhost.localdomain> (raw)
In-Reply-To: <CADO5RbhunU1X7mWwGDbVRc1FSPKBaLudAVav0TMkBoQ_1zp0Mw@mail.gmail.com>

Hello Florian,

What I'm trying to do is make a command line distribution with speakup so 
that blind people and people who just like the command line can use it.  I 
still have some sight so occasionally I like to see the pictures that 
links2 -g can display.

I have everything working in this system:  alpine, mutt, elmo for mail, 
emacspeak the complete audio desktop is loaded and running and speaking. 
elinks, links2, w3m, and searchraw are all installed.   All the console 
multimedia stuff is in here, ftp, pdftotext converters, etc.

But the only thing that doesn't work on this is command links2 -g.

So I want this to be card independant - and my previous versions of Debian 
command line Vinux (that's the distro) worked fine.

I have no /etc/modprobe.d/fbdev-blacklist.conf file at all.

I also have no /dev/fb0 file.

Here is my /etc/modprobe.d/blacklist.conf file - it doesn't have any fb 
blacklisted either.

# This file lists modules which will not be loaded as the result of
# alias expansion, with the purpose of preventing the hotplug subsystem
# to load them. It does not affect autoloading of modules by the kernel.
# This file is provided by the udev package.

# evbug is a debug tool and should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# replaced by tmscsim
blacklist am53c974

# these watchdog drivers break some systems
blacklist iTCO_wdt

Any suggestions?

I have changed grub to give me a large 640x480 screen and that works but 
and it gives me color say if I have bash add color to folders and 
executables - and mc comes up in color but no links2 -g in color because 
no /dev/fb0.

Any other suggestions?

I made my username member of its own group and also tty and video.

As I said before I tried mknod and that worked but when I rebooted
/dev/fb0 was gone.

I tried the mknod command again and it created /dev/fb0
which is owned by root and in root group.  I changed the group to video.

Now root has rwx permissions the group can read and everyone can read.

I run links2 -g and it still says it cannot access /dev/fb0.

If I reboot /dev/fb0 will disappear.

I'm stuck!

David


On Sun, 13 Nov 2011, Florian Tobias Schandinat wrote:

> Hi,
>
> On 11/12/2011 11:42 PM, D.J.J. Ring, Jr. wrote:
>> I want to make framebuffer work in console only Debian installation.
>> I find many of the howto's on the web won't work for current Debian
>> Stable - or I'm just too stupid to figure them out.
>
> what graphic card/chip do you have?
> You might have to remove the corresponding framebuffer from
> /etc/modprobe.d/fbdev-blacklist.conf
>
>> < grin >
>>
>> I want to get fbi and links2 -g working in console.
>>
>> I tried entering in console:
>>
>> sudo mknod /dev/fb0 c 29 0
>
> Shouldn't be necessary. If the correct driver is loaded the device should appear
> immediately.
>
>
> Best regards,
>
> Florian Tobias Schandinat
>
>>
>> But when I reboot /dev/fb0 does not exist.
>>
>> I've had links2 -g working before - I've got libdirectfb-dev
>> libdirectfb-bin and all the files I can find with directfb to install.
>>
>> I am working on Debian Stable command line only.
>>
>> David
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
>

  parent reply	other threads:[~2011-11-13  2:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-12 23:42 Getting FB to work in Console D.J.J. Ring, Jr.
2011-11-13  1:00 ` Florian Tobias Schandinat
2011-11-13  2:46 ` David J Ring Jr [this message]
2011-11-13 16:57 ` Anatolij Gustschin
2011-11-13 18:58 ` David J Ring Jr
2011-11-13 19:11 ` David J Ring Jr
2011-11-13 20:00 ` Geert Uytterhoeven
2011-11-13 20:11 ` Anatolij Gustschin
2011-11-13 20:53 ` Anatolij Gustschin
2011-11-13 21:17 ` David J Ring Jr
2011-11-13 21:21 ` David J Ring Jr
2011-11-13 21:39 ` Anatolij Gustschin
2011-11-13 21:44 ` Bruno Prémont
2011-11-13 22:48 ` David J Ring Jr
2011-11-13 22:50 ` David J Ring Jr
2011-11-14  0:15 ` Anatolij Gustschin
2011-11-14  0:32 ` Anatolij Gustschin
2011-11-14  1:10 ` David J Ring Jr
2011-11-14 18:58 ` Anatolij Gustschin
2011-11-14 20:09 ` D.J.J. Ring, Jr.
2011-11-14 20:25 ` Bruno Prémont
2011-11-14 21:50 ` David J Ring Jr
2011-11-14 23:38 ` D.J.J. Ring, Jr.

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=alpine.DEB.2.00.1111130224120.2319@localhost.localdomain \
    --to=n1ea@arrl.net \
    --cc=linux-fbdev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox