Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Qingy DirectFB help
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
VoiDeR
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2003
Posts: 122

PostPosted: Sun Jan 09, 2005 7:05 am    Post subject: Qingy DirectFB help Reply with quote

Im trying to get qingy set up but i keep getting thie error messege

framebuffer resolution is '1024x768'
Session loking is NOT enabled.
(!)DirectFB/core/system: No System found!
Unrecoverable error: reverting to text mode!

Ive been searching for hours and can find any answers. Its on a G3 ibook with ati rage 128 card.

Thanks
VoiDeR
Back to top
View user's profile Send private message
Roguelazer
Veteran
Veteran


Joined: 10 Feb 2003
Posts: 1233
Location: San Francisco, CA

PostPosted: Sun Jan 09, 2005 3:40 pm    Post subject: Reply with quote

Did you install DirectFB and xdirectfb?
_________________
Registered Linux User #263260
Back to top
View user's profile Send private message
VoiDeR
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2003
Posts: 122

PostPosted: Sun Jan 09, 2005 3:52 pm    Post subject: Reply with quote

I didnt install xdirectfb but directfb was installed when i emerge qingy. Ill emerge xdirectfb now and see what happens.

VoiDeR
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Tue Jan 11, 2005 12:00 pm    Post subject: Reply with quote

VoiDeR wrote:
I didnt install xdirectfb but directfb was installed when i emerge qingy. Ill emerge xdirectfb now and see what happens.

VoiDeR


Forget xdirectfb, it has nothing to do with qingy.
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Tue Jan 11, 2005 12:03 pm    Post subject: Re: Qingy DirectFB help Reply with quote

VoiDeR wrote:
Im trying to get qingy set up but i keep getting thie error messege

framebuffer resolution is '1024x768'
Session loking is NOT enabled.
(!)DirectFB/core/system: No System found!
Unrecoverable error: reverting to text mode!

Strange error... but that's always to be expected on non-x86 hardware when hardware-sensitive apps are run. You did emerge your DirectFB with the 'fbcon' USE flag turned on, did you?

VoiDeR wrote:
Ive been searching for hours and can find any answers. Its on a G3 ibook with ati rage 128 card.

Which framebuffer driver did you compile into your kernel?
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
VoiDeR
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2003
Posts: 122

PostPosted: Tue Jan 11, 2005 3:07 pm    Post subject: Reply with quote

s4t4n: no i didnt emerge with 'fcron' flag. Im using the aty128fb, thats the one used in the bootsplash tutorial i was reading. Ive pretty much given up on qingy. Ive just discovered how theme able xdm is. Thanks for the help.

VoiDeR
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Tue Jan 11, 2005 3:22 pm    Post subject: Reply with quote

VoiDeR wrote:
s4t4n: no i didnt emerge with 'fcron' flag.


That's the trick, the 'fbcon' USE flag gives console framebuffer support to DirectFB...
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
VoiDeR
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2003
Posts: 122

PostPosted: Tue Jan 11, 2005 3:32 pm    Post subject: Reply with quote

Hmm well i guess it wouldnt hurt to give it one more go :D Ill post back and let you know.

Thanks
VoiDeR
Back to top
View user's profile Send private message
VoiDeR
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2003
Posts: 122

PostPosted: Tue Jan 11, 2005 4:12 pm    Post subject: Reply with quote

Oh my goodness that worked. The picture and stuff is all screwed up but it works.

Thanks
VoiDeR
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Tue Jan 11, 2005 4:22 pm    Post subject: Reply with quote

VoiDeR wrote:
Oh my goodness that worked. The picture and stuff is all screwed up but it works.

Thanks
VoiDeR


You still have to configure the resolution/depth/refresh rate of your framebuffer when using DirectFB. Feel free to contact me if you encounter any problems...
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
VoiDeR
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2003
Posts: 122

PostPosted: Tue Jan 11, 2005 5:50 pm    Post subject: Reply with quote

Ok heres what i put in my /etc/directfbrc
system=aty128fb
fbdev=/dev/fb0
mode=1024x768-60
depth=16

Im still getting the screwed up backgound and cursor. Did i miss something?
Thanks
VoiDeR
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Wed Jan 12, 2005 10:03 am    Post subject: Reply with quote

VoiDeR wrote:
Ok heres what i put in my /etc/directfbrc
system=aty128fb

This should be 'fbdev', which is the default, so you can skip this line completely

VoiDeR wrote:
fbdev=/dev/fb0

Again, this is the default and you can leave it out.

VoiDeR wrote:
mode=1024x768-60
depth=16

OK

I suggest, as a first thing, you run the 'fbset' command without parameters, and paste its output as the first entry into /etc/fb.modes. This way the file will contain the actual framebuffer mode you are using. Then, rip off everything from your /etc/directfbrc so that it picks the defaults (which we now know are good). If it still does not work, I suggest you begin with trying the VESA framebuffer driver, which is the one that gives the fewest problems...
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
HorsePunchKid
n00b
n00b


Joined: 04 May 2004
Posts: 13
Location: Champaign, IL

PostPosted: Sat Jan 15, 2005 3:46 am    Post subject: Reply with quote

s4t4n wrote:
That's the trick, the 'fbcon' USE flag gives console framebuffer support to DirectFB...

Thanks for the tip! I had been using qingy without issue for several months, but apparently a DirectFB update (and my ignorance) broke it. I don't recall having to USE fbcon previously; it's certainly not in my make.conf. Anyway, all better now. :)
_________________
Steven N. Severinghaus
http://severinghaus.org/
Back to top
View user's profile Send private message
erb69
n00b
n00b


Joined: 05 Jan 2005
Posts: 13
Location: Middleboro, MA USA

PostPosted: Mon Jan 31, 2005 6:30 pm    Post subject: xdirectfb & DirectFB Reply with quote

I installed both not knowing xdirectfb wasn't needed. Will these programs clash? How doI uninstall xdirectfb?
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Tue Feb 01, 2005 8:17 am    Post subject: Re: xdirectfb & DirectFB Reply with quote

erb69 wrote:
I installed both not knowing xdirectfb wasn't needed. Will these programs clash? How doI uninstall xdirectfb?


They won't clash.
emerge unmerge xdirectfb
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
zoid
n00b
n00b


Joined: 29 Dec 2003
Posts: 18

PostPosted: Fri Feb 18, 2005 2:00 pm    Post subject: directFB video mode error Reply with quote

I'm having a similar problem trying to get Qingy to work.

After fixing the "respawing too fat: disabled for 5 minutes" error by reemerging DirectFB with use="fbcon" set I now get the following:

Code:
(!)Couldn't set 1024x768x16 video mode no video mode large enough for 1024x768
(!) DirectFB/Core/Layers: failed to initialize layer 0!
(!) DirectFB/Core: could not initialize 'layers' core
--> general failure
(!) DirectFB/core: error during initialization (general failure!)
unrecoverable error: reverting to text mode


Running fbset returns:

Code:

mode "1024x768-85"
    # D: 94.500 MHz, H: 68.677 kHz, V: 84.997 Hz
    geometry 1024 768 1024 1536 32
    timings 10582 208 48 36 1 96 3
    hsync high
    vsync high
    rgba 8/16,8/8,8/0,8/24
endmode


Which I have added to /etc/fb.modes. I tried removing all other entries from this file as well. There is nothing currently in /etc/directfbrc although I did try putting

Code:

mode=1024x768-85
depth=16


Which made no difference.

Any help would be appreciated.
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Fri Feb 18, 2005 4:48 pm    Post subject: Re: directFB video mode error Reply with quote

zoid wrote:
I'm having a similar problem trying to get Qingy to work.

After fixing the "respawing too fat: disabled for 5 minutes" error by reemerging DirectFB with use="fbcon" set I now get the following:

respawing too fat? Lol!

[snip]

zoid wrote:
Any help would be appreciated.


What video card have you got?
Apparently DirectFB is not able to initialize the graphic mode you chose. Try with a lower resolution, refresh rate or color depth...
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
zoid
n00b
n00b


Joined: 29 Dec 2003
Posts: 18

PostPosted: Fri Feb 18, 2005 9:25 pm    Post subject: Reply with quote

Quote:
respawing too fat? Lol!

And I thought I'd checked for typos :oops:

Anyway, I have an Nvidia Geforce 3. How do I lower the the display settings? I tried using

Code:
qingy tty1 -r 800x600 -v

But it still starts up in 1024*768 (which is the resolution used by gensplash). Do I just need to adjust /etc/fb.modes and /etc/directfbrc?
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Wed Feb 23, 2005 1:11 pm    Post subject: Reply with quote

zoid wrote:
Quote:
respawing too fat? Lol!

And I thought I'd checked for typos :oops:

Anyway, I have an Nvidia Geforce 3. How do I lower the the display settings? I tried using

Code:
qingy tty1 -r 800x600 -v

But it still starts up in 1024*768 (which is the resolution used by gensplash). Do I just need to adjust /etc/fb.modes and /etc/directfbrc?


That's probably because DirectFB cannot find any suitable mode in /etc/fb.modes, and thus defaults to the first usable entry in there. I suggesy you try changing your kernel boot parameters to have a 800x600 framebuffer at startup, then copy again the results of 'fbset' into /etc/fb.modes. This way, even if you start up in 1024x768, you should be able to switch to 800x600...
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
zoid
n00b
n00b


Joined: 29 Dec 2003
Posts: 18

PostPosted: Mon Feb 28, 2005 7:57 pm    Post subject: Getting there! Reply with quote

I've finally had a bit of time to try this out and have made a bit of progress. I now boot the system in 800*600 but just jet a flashing cursor in the top right hand corner of the screen.

Running
Code:
qingy tty2

from a working terminal screen does start qingy (although it doesn't look too great at this resolution) and I can login using the keyboard but the mouse cannot be controlled properly.

How can I get Qingy to start correctly and is there any way to get get the mouse working properly? It is a logitech cordless mouse (receiver connects via USB)

I have added mouse-protocol=MouseMan in /etc/directfbrc.
Back to top
View user's profile Send private message
s4t4n
Retired Dev
Retired Dev


Joined: 25 Feb 2003
Posts: 433
Location: Italy

PostPosted: Wed Mar 09, 2005 4:27 pm    Post subject: Re: Getting there! Reply with quote

zoid wrote:
I've finally had a bit of time to try this out and have made a bit of progress. I now boot the system in 800*600 but just jet a flashing cursor in the top right hand corner of the screen.

Any news about this?

zoid wrote:
How can I get Qingy to start correctly and is there any way to get get the mouse working properly? It is a logitech cordless mouse (receiver connects via USB). I have added mouse-protocol=MouseMan in /etc/directfbrc.

Leave this alone: DirectFB 99% of the time detects your mouse properly...
_________________
Linux *IS* user friendly: it just appears
to be selective who it is friend with!
Back to top
View user's profile Send private message
zoid
n00b
n00b


Joined: 29 Dec 2003
Posts: 18

PostPosted: Thu Mar 10, 2005 10:24 pm    Post subject: Reply with quote

Quote:
Any news about this?

Things seem to have taken a step backwards. Now when qinqy starts it just goes to a text login prompt.

Code:
qingy tty2 -v

Indicates no errors. The last line before it goes to the login prompt is:
Code:
DirectFB/input: Joystick 0.9 (convergence intergated media GmbH)

I'm not sure what changed to cause this to happen, although I think DirectFB may have been recompiled as a result of running revdep-rebuild
to fix another problem.

Also, I only added the line about the mouse in directfbrc because it didn't work without it and I found the suggestion in another post.

Any other suggestions on how to get this up and running would be greatly appreciated...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum