View previous topic :: View next topic |
Author |
Message |
bendy Apprentice


Joined: 18 May 2002 Posts: 274 Location: Gloucester, UK
|
Posted: Sun Sep 21, 2003 12:53 pm Post subject: graphical framebuffer apps - suggestions? |
|
|
Hi, I recently posted about running the links browser in a framebuffer console - see
https://forums.gentoo.org/viewtopic.php?t=87181
Can anyone suggest other good apps which will work with graphical output in the framebuffer (apart from mplayer, which I already know about)?
What would be interesting is a vnc client......
bendy. |
|
Back to top |
|
 |
Roguelazer Veteran


Joined: 10 Feb 2003 Posts: 1233 Location: San Francisco, CA
|
Posted: Sun Sep 21, 2003 1:39 pm Post subject: |
|
|
Have you tried "XDirectFB"? It is a framebuffer that behaves as a rootless X server, and therefore allows you to use ANY X application with a framebuffer. It supports all the framebuffer devices in the kernel, and uses DirectFB. It also provides such amenities as transparancy. _________________ Registered Linux User #263260 |
|
Back to top |
|
 |
bendy Apprentice


Joined: 18 May 2002 Posts: 274 Location: Gloucester, UK
|
Posted: Sun Sep 21, 2003 4:01 pm Post subject: |
|
|
bendy wrote: | What would be interesting is a vnc client...... |
Answering my own post, I just found directvnc.  |
|
Back to top |
|
 |
Roguelazer Veteran


Joined: 10 Feb 2003 Posts: 1233 Location: San Francisco, CA
|
Posted: Sun Sep 21, 2003 4:37 pm Post subject: |
|
|
I find running a fullscreen session of yourself at 50% transparancy in xdirectfb is fun... _________________ Registered Linux User #263260 |
|
Back to top |
|
 |
sawanv Apprentice

Joined: 05 Dec 2002 Posts: 238
|
Posted: Sun Sep 21, 2003 10:45 pm Post subject: |
|
|
Ah, my friend!
You should check out Qingy, first introduced in the following forums link:
https://forums.gentoo.org/viewtopic.php?t=72022&highlight=qingy
I just finished configuring it and its jaw-dropping!! I al
so tried out the themes provided by our friend Roguelazer...good stuff!!
Whats this XDirectFB stuff and how do you get it up and running?
Sawan _________________ Eir kahen "chalo ghar jayen",
Bir kahen "chalo ghar jayen",
Phatte kahen "chalo ghar jayen",
Cartman kahen....."Screw you guys, I am going home !!! " |
|
Back to top |
|
 |
Roguelazer Veteran


Joined: 10 Feb 2003 Posts: 1233 Location: San Francisco, CA
|
Posted: Mon Sep 22, 2003 12:41 am Post subject: |
|
|
emerge directfb
emerge xdirectfb
...
starxdfb
... Wait while it loads whatever is in ~/.xinitrc...
Yay!
Startbutton and mousescroll to change opacity values.
Also of interest might be this handy dandy script I made:
Code: |
#!/bin/sh
/usr/X11R6/bin/XDirectFB -enableRoot -defaultOpacity 200 -ac -nolisten tcp -enableUnfocused -unfocusedOpacity 100 -enableFadeIn -enableFadeOut & sleep 3 && DISPLAY=:0 /etc/X11/Sessions/kahakai
|
_________________ Registered Linux User #263260 |
|
Back to top |
|
 |
sawanv Apprentice

Joined: 05 Dec 2002 Posts: 238
|
Posted: Mon Sep 22, 2003 5:45 pm Post subject: |
|
|
Thanks for the tip man!
Will check out and let you know.
Sawan _________________ Eir kahen "chalo ghar jayen",
Bir kahen "chalo ghar jayen",
Phatte kahen "chalo ghar jayen",
Cartman kahen....."Screw you guys, I am going home !!! " |
|
Back to top |
|
 |
|