LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-26-2010, 10:55 AM   #1
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Rep: Reputation: 56
One command line to rule them all [living without X via the framebuffer]


I am a card-carrying member of the Church of the Command Line. I would love to do away with X altogether, and just use the virtual consoles. What's stopping me is, of course, media. Images, movies and web browsing. I know about the framebuffer, and it seems promising but still kind of complicated. From what I've read it looks like I'd have to recompile my kernel everytime I wanted to change the background image. Not a showstopper, but more work than I would like.

Anyway, this post is about the possibilities, and hopefully some hints on how to get started. I know images are possible, and that there are codecs for mplayer to output to the framebuffer. What about web browsing? I've gotten into my gmail via elinks before.. although I can't remember if I was using the standard view or basic HTML.. probably basic HTML. Are things like inline images, javascript, embedded video and flash even theoretically possible in a console browser at this point? Or am I just talking fantasy here?

And, any guidance on getting started would be most appreciated, especially with background images. It looks like mplayer just needs the right codec and it'll work (correct me if I'm wrong please).. so that doesn't seem too bad. But the background images seem kind of involved. The only eye candy I even remotely want on my screen is a nice background image with the text floating on top. How can I accomplish this via the framebuffer? An overview of how it works would also be appreciated.

[sorry if this isn't the right forum for this post.. I wasn't sure if software or hardware made more sense]

[Edit: also, I should have made the title more descriptive, but apparently I can't edit that ]

Last edited by mattca; 02-26-2010 at 02:00 PM.
 
Old 02-26-2010, 11:12 AM   #2
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
No idea about the background images on a console only environment. I recall reading about it once, and as I recall it was fairly involved.

You can do graphical web browsing in the framebuffer. Links2 is the way to go there.
http://pupnik.de/links2.html

Setting up the framebuffer depends on your distro and graphics card. I know in Arch, using the nouveau driver and an nvidia card, everything just worked after setting up kernel mode setting. No extra configuration with mplayer necessary. Links2 does require the gpm daemon running.

You might also be interested in dvtm as a console "window manager".

And of course screen is near indispensable. Although I don't believe mplayer will work while using screen.
 
Old 02-26-2010, 01:44 PM   #3
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by reed9 View Post
You can do graphical web browsing in the framebuffer. Links2 is the way to go there.
http://pupnik.de/links2.html
Really?! Amazing, thank you, I will check it out. I thought for sure that wouldn't be an option.

Quote:
Setting up the framebuffer depends on your distro and graphics card. I know in Arch, using the nouveau driver and an nvidia card, everything just worked after setting up kernel mode setting. No extra configuration with mplayer necessary. Links2 does require the gpm daemon running.
Hmmm, okay.. I am using slackware. I will look for some slackware specific resources. Are there any tips that are consistent between distros?

Quote:
You might also be interested in dvtm as a console "window manager".
Nice. I was planning on using screen, but options are always good.

Quote:
And of course screen is near indispensable. Although I don't believe mplayer will work while using screen.
Hmmmm.. does that apply to console viewing only? I started a screen session in urxvt, and launched a video and it worked fine. I wasn't viewing it in the terminal though, so maybe that's when it fails.

Thanks!
 
Old 02-26-2010, 01:49 PM   #4
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
@ mattca -- if you cannot rename your thread by clicking EDIT --> ADVANCED and changing the title, feel free to hit the REPORT button and ask a moderator to rename it for you.

Sasha
 
Old 02-26-2010, 01:55 PM   #5
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Hmmm, okay.. I am using slackware. I will look for some slackware specific resources. Are there any tips that are consistent between distros?
What is your graphics card? Worst case scenario you can use uvesafb. Looks like here is a person who set it up in Slackware.
http://www.linuxquestions.org/questi...vesafb-654739/

Oh, I think I'm wrong about screen and mplayer. I saw this blog post. I swear there was something that didn't work right with screen in the console. Maybe is was links in graphical mode? I don't know. Guess you'll just have to try and see.

And last (maybe) application recommendation, is fbida. It's the only program I've found to display pdf files in the framebuffer. (Needs ghostscript installed for that I believe.)
 
Old 02-26-2010, 02:09 PM   #6
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by GrapefruiTgirl View Post
@ mattca -- if you cannot rename your thread by clicking EDIT --> ADVANCED and changing the title, feel free to hit the REPORT button and ask a moderator to rename it for you.

Sasha
Awesome, thanks! Haha, why didn't I think to try clicking on the advanced button?
 
Old 02-26-2010, 02:17 PM   #7
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by reed9 View Post
What is your graphics card?
I'd actually like to do this on multiple machines.. but I'm pretty sure all are using Intel graphics.

Quote:
Worst case scenario you can use uvesafb. Looks like here is a person who set it up in Slackware.
http://www.linuxquestions.org/questi...vesafb-654739/
Amazing, that's great thank you.

Quote:
Guess you'll just have to try and see.
Haha, yeah I'll sort it out

Quote:
And last (maybe) application recommendation, is fbida. It's the only program I've found to display pdf files in the framebuffer. (Needs ghostscript installed for that I believe.)
Oh man I didn't even think of documents. I guess I'll probably always have to fire up an X session if I want to edit, say, a word document But it's great to see that PDFs can be viewed in the console.

Thanks so much for all the resources!
 
Old 02-26-2010, 02:31 PM   #8
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Oh man I didn't even think of documents. I guess I'll probably always have to fire up an X session if I want to edit, say, a word document But it's great to see that PDFs can be viewed in the console.
Ohoho, but you can. To a limited extent. You can at least extract and convert the document to text or a couple other formats.
MS Word Docs:
http://www.winfield.demon.nl/

OpenOffice Writer:
http://siag.nu/o3read/

Sadly, there is no good word processor for the console at this time. WordGrinder is about it.
 
Old 02-26-2010, 02:37 PM   #9
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by reed9 View Post
Ohoho, but you can.
Oh my god, I feel like a kid on Christmas. Thank you so much.

Linux has given me a near-obsessive level of appreciation for plain text. It's so beautiful on a linux system, why would I want anything more around it? Window decorations, etc, to me, only detract from the beauty that's already there.

[/textophile]
 
Old 02-26-2010, 02:45 PM   #10
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Original Poster
Rep: Reputation: 56
Another question:

I don't really understand how the underlying technology here works.. is this a situation that is complicated because the tools to make it simple haven't been developed yet? Or is it complicated because the task is inherently complicated to perform?

ie, can we develop tools to make this a more natural and streamlined process? Or will it always be complicated?

I know how to code and this is something I'd love to contribute to, time permitting.
 
Old 10-07-2011, 08:07 PM   #11
Xovan
LQ Newbie
 
Registered: Nov 2009
Distribution: Slackware64
Posts: 10

Rep: Reputation: 1
Here's a bit of Necromancy and forum witchcraft. Burn me at the stake at your convenience.

After a long time of trying different things to be a pure command line commando I have some things to tell you about.

Here is some gum for you to chew on as far as living on the command line goes. You can compile GTK to work in the framebuffer instead of X. There are actually tutorials on how to do this. Problem comes in when you try to use programs that are not entirely GTK.

http://directfb.org/wiki/index.php/P...TK_on_DirectFB

http://maemo.org/api_refs/4.0/gtk/gtk-framebuffer.html

This means that you could in theory run AbiWord in the framebuffer. I got frustrated half way though trying to compile everything in slackware and recompiling and reinstalling stuff all the time. But remember you cannot use openoffice as it is Java dependent and requires X.

I in my experiments with it was able to compile GTK for the framebuffer (not easy but not hard) but when I tried for certain apps like firefox they didn't work so great because of how it was designed to run in X.
But VLC, actually can go command line and work quite well in this regard.

Elinks is actually pretty good because you can extend its media functions pretty easy to use external players/viewers. Only trouble comes in when you want to use javascript based stuff. (flash, many websites)

Personally I tried to do all this with slack too. I have since then found that Gentoo and Linux From Scratch would do a much better job if you take the time.

The holy grail would be to make a distro specific to working on a command line using Gentoo or something as a base and including all those command line apps as part of the distro and using an installer instead of compiling all of that at install time.

I did this as an experiment to see if I could have a ancient computer do everything a modern computer could aside from 3d games and high-def videos. What I found is that you basically can do everything. Writing up a document is a pain in the butt with LaTex to me if I could take the time to compile abiword and all its dependencies that would be awesome. Now as it goes if you could get Firefox 3.x (maybe 3.6) to run properly in the framebuffer you'd be able to take advantage of stuff like google docs. Problem is I've only been able to get firefox 2 to run reliably. Firefox 3 and above use lots of X dependencies and make it hard to do anything with them short of rewriting large blocks of code.

http://mail.directfb.org/pipermail/d...ry/001433.html

Midori would be the only other one I could suggest that might be able to do that though I haven't personally tried it.

That's all I got really, if you're able to get somewhere with abiword, midori, or firefox please let me know. I'd like to see this stuff happen some day.

Last edited by Xovan; 10-07-2011 at 08:09 PM. Reason: fixed a link
 
Old 07-24-2012, 08:23 AM   #12
ronlankford
LQ Newbie
 
Registered: Jan 2004
Distribution: Puppy Linux
Posts: 2

Rep: Reputation: 0
Command Line Distro and Resources

Just have to add the following:

INX is a distro based on Ubuntu that is totally command line. A wonderful tool for both learning and working in the command line. Here;

http://inx.maincontent.net/

Also this web site is devoted to command line and is one of the very best for learning and resources:

http://kmandla.wordpress.com/

Lastly, if you use Twitter, here is your ultimate tool:

http://www.floodgap.com/software/ttytter/

Enjoy
 
Old 07-24-2012, 01:07 PM   #13
honeybadger
Member
 
Registered: Aug 2007
Location: India
Distribution: Slackware (mainly) and then a lot of others...
Posts: 855

Rep: Reputation: Disabled
@ OP try links -g <URL>, you would be amazed by the results. mplayer does play on a properly configured console. Atleast it playes (tested) the .mp4 and .avi (these are the only video formats I have).
There was also a tread about viewing images on the cli - but I am not able to find it. I am pretty sure it was solved .

(jokingly) you are on your wau to becoming an uber-geek.
 
  


Reply

Tags
command line, console, framebuffer, multimedia



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
awk command line: blank line record sep, new line field sep robertmarkbram Programming 4 02-21-2010 05:25 AM
xine command line? or some other command line only engine? lumix Linux - Software 2 08-10-2007 10:46 AM
Command to output file content line by line aznluvsmc Programming 2 09-12-2004 07:45 PM
[flex & bison] Why does my rule fail from line 2? chuanyung Programming 0 07-30-2004 04:21 AM
problem with ip rule command yogui Linux - Networking 1 04-20-2003 11:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration