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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-01-2003, 02:09 PM
|
#1
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Rep:
|
w3m in framebuffer console?
Just started to use w3m yesterday and have a question about viewing images. Inline images show up but i cant view a full screen image. For example, if you go here and go to the All Things Unix forum, then look at the "Its august already" thread. There are thumbnails of desktop screenshots. The thumnails show up fine, but if i click on it it should show me a full size version. I get some net activity, but nothing happens in the end. If i try in X it works. Can anyone get it to work?
Also, someone told me they use zgv for their image viewer but if i put 'zgv' in the 'externel command to view images' box in options no images show up what so ever.
Maybe someone that uses w3m in frambuffer can help out -thanks
|
|
|
08-01-2003, 03:24 PM
|
#2
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
Have you first tried using zgv on its own to view some image files?
|
|
|
08-01-2003, 03:38 PM
|
#3
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep: 
|
In X I double click and a full-screen xv pops up with the image in it. In console, I get nothing either. zgv is a separate program - do you have that? I don't have it, so can't test it. So download zgv, I guess.
PS - a direct link would *really* help.
-- See - somebody posted before me while I was hunting down the link. 
Last edited by slakmagik; 08-01-2003 at 03:40 PM.
|
|
|
08-01-2003, 03:52 PM
|
#4
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
If you do not have zgv installed, then how do you expect it to work from within w3m?
Do you have a browser installed on your system?
If you do not, how come you are able to access this site?
Since you do have a browser installed, why not try using Google
www.google.COM
or
your favorite search engine
or
http://www.alltheweb.com/advanced?c=...o-8859-1&l=any
----------------------------------------------
Description
zgv is a picture viewer with a thumbnail-based file selector, for the Linux console (it uses svgalib
http://www.svgalib.org/rus/zgv/
-------------------------------------------------
Last edited by Corin; 08-01-2003 at 03:53 PM.
|
|
|
08-01-2003, 04:14 PM
|
#5
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep: 
|
I was guessing he thought zgv was an option on w3m. He obviously has a browser because he's having trouble with one.  I don't use it regularly myself but if I ever fubar X or Mozilla, that's my backup choice by far.
|
|
|
08-01-2003, 04:17 PM
|
#6
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
Digiot : A thousand pardons!
I misinterpreted your comments as coming from the starter of the thread.
DUH! <slaps forehead>
|
|
|
08-01-2003, 04:35 PM
|
#7
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep: 
|
Oh, I see.  I thought you were talking about the first post. Just a little confusion for both of us. No problem.
|
|
|
08-01-2003, 04:44 PM
|
#8
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
And Gentoo means that he must download and compile the source
(and not just use rpm) ?
|
|
|
08-01-2003, 04:56 PM
|
#9
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep: 
|
Y'know, come to think of it, I'm not sure. I think it's all source-based but you type some 'emerge' command and it sort of compiles it for you. And as far as being able to accept rpm's and such, I don't know if they can or not. Like in Slack I can compile from source or 'installpkg' or use an rpm and 'rpm2tgz' it. Not sure how Gentoo works.
|
|
|
08-02-2003, 09:26 PM
|
#10
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Original Poster
Rep:
|
Just incase anyone is interested. Run this command as normal user
Code:
echo "image/* ; zgv %s" > ~/.w3m/mailcap
Then when you want to see the image full size it wil appear on console 7 or 8. w3m is actually pretty nice. Links2 -g is nice also but destroys my eyes for some reason. I dont understand how people can stay in the framebuffer for long periods of time since it is brutal on the eyes.
|
|
|
08-04-2003, 11:54 AM
|
#11
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
Quote:
Originally posted by wr3ck3d
Just incase anyone is interested. Run this command as normal user
Code:
echo "image/* ; zgv %s" > ~/.w3m/mailcap
|
That is a good tip, but note that it will only work when using w3m.
Quote:
I dont understand how people can stay in the framebuffer for long periods of time since it is brutal on the eyes.
|
Well to what resolution do you have your framebuffer set?
This is done by command line options to the kernel in your lilo.conf or grub.conf file. The actual syntax depends on which frame buffer (VESA or video card specific) you are using.
Look at the relevant file in
/usr/src/linux/Documentation/fb
for details on the parameters.
|
|
|
All times are GMT -5. The time now is 04:30 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|