Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5061 - Missing fbcon database: /etc/fb.modes
Summary: Missing fbcon database: /etc/fb.modes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-15 20:31 UTC by Robert Blyler
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Blyler 2002-07-15 20:31:33 UTC
fbset doesn't work due to the missing fb.modes.

bash-2.05a# fbset "1024x768"
fopen /etc/fb.modes: No such file or directory
Comment 1 Michael M Nazaroff (RETIRED) gentoo-dev 2002-07-18 02:39:55 UTC
You can use modeline2fb if you have modelines in your XF86Config

for example

modeline2fb -d 24 /etc/X11/XF86Config > /etc/fb.modes

The depth depends on video card

I will see about adding a generic one to the ebuild this weekend 20 or 21.

Naz
Comment 2 Robert Blyler 2002-07-19 16:31:48 UTC
Unfortunately I don't have any modelines in my XF86Config file.
Comment 3 Michael M Nazaroff (RETIRED) gentoo-dev 2002-07-20 18:28:11 UTC
Dang ok well I will work on it

Naz.. hopefully get it done this weekend
Comment 4 Michael M Nazaroff (RETIRED) gentoo-dev 2002-07-20 20:23:38 UTC
This is already fixed in DirectFB-0.9.12 ebuild 

Naz