You are not logged in.
I installed w3m,but when I'm browsing a Web page. I find it can't display the picture.
I use alacritty as my terminal.
Last edited by TSwiftie (2020-09-08 10:06:32)
Offline
pacman -Si w3m |grep Dep
Depends On : openssl gc ncurses gpm
Optional Deps : imlib2: for graphics supportdo you have imlib2 installed ?
Offline
See: https://github.com/alacritty/alacritty/ … -359184981
I am not using X11, so I have resolved this by using sdump (from AUR) which uses a libsixel backend to display images.
Offline
Some terminal emulators do not support frame buffer image rendering.
E.g. xterm does support it, while gnome-terminal doesn't.
If you're using w3m from a plain TTY (no XServer ow Wayland), your current user must be in the group "video" to display frame buffer images.
Last edited by schard (2020-09-08 14:38:10)
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
pacman -Si w3m |grep Dep Depends On : openssl gc ncurses gpm Optional Deps : imlib2: for graphics supportdo you have imlib2 installed ?
Yes, I have installed it,but nothing.
Offline
Some terminal emulators do not support frame buffer image rendering.
E.g. xterm does support it, while gnome-terminal doesn't.
If you're using w3m from a plain TTY (no XServer ow Wayland), your current user must be in the group "video" to display frame buffer images.
I tried it, but no use.If I use the ueberzug for my ranger to preview image,it works perfectly.So I think it's not a problem from my terminal.
Offline
See: https://github.com/alacritty/alacritty/ … -359184981
I am not using X11, so I have resolved this by using sdump (from AUR) which uses a libsixel backend to display images.
em.....I just want to know why w3m can't display picture on my terminal.
Last edited by TSwiftie (2020-09-12 02:40:50)
Offline
Mortimer Houghton wrote:See: https://github.com/alacritty/alacritty/ … -359184981
I am not using X11, so I have resolved this by using sdump (from AUR) which uses a libsixel backend to display images.
em.....I just want to know why w3m can't display picture on my terminal.
Did you read the link? It explains fairly well why you are having trouble with w3mimgdisplay in Alacritty as well as some suggestions on how it might be fixed. I also gave you information on how I got w3m working in Alacritty. I gave you everything you asked for.
Offline
w3m -o auto_image=TRUE www.totallynotporn.xxxOnline