Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #30141
| From | Hul Tytus <ht@panix.com> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: Linux screensaver |
| Date | 2020-06-18 18:52 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <rcgd5b$ank$2@reader1.panix.com> (permalink) |
| References | <rcdtf6$mpf$1@reader1.panix.com> <eli$2006171705@qaz.wtf> |
Many thanks, Eli. That should keep me busy for a day or two. Hul Eli the Bearded <*@eli.users.panix.com> wrote: > In comp.os.linux.misc, Hul Tytus <ht@panix.com> wrote: > > After reading the remarks here it's apparent "screensaver"s save the screen > > from the results of continued and needless display of the same image. Ah so... > > I was looking for a program enabling pressing a key & having the screen's > > image placed in a file for later recall. Snapshot maybe? Imagesave? What's the > > suitable term? > Screenshot. Often a tool is already installed for that. xwd will work in > a pinch, but it's old and only writes images to obscure xwd format. > Imagemagick's convert has no problems with that format: > xwd -root | convert xwd:- "$filename" > will capture the full screen and save it to $filename (which should > include an extension such as .png or .jpg to specify format). > > Also, any suggestion on a Linux system that isn't hindered with ubuntu's > On Ubuntu, specifically, I believe a default screen shot tool (better > than xwd) is by default bound to a keystroke out of the box. I don't > recall which tool or the exact keystroke, but it saves images to the > standard pictures directory and the keystroke is something involving the > "prtsc" (print screen) button. Maybe just the button, maybe with shift > or control? Try it out. > At this point I can't remember what the standard pictures directory is. > $HOME/Pictures or $HOME/Images probably. I override the default because > directories with capital letters are not to my tastes. > $ cat ~/.config/user-dirs.dirs > XDG_DESKTOP_DIR="$HOME/.empty" > XDG_DOWNLOAD_DIR="$HOME/downloads" > XDG_TEMPLATES_DIR="$HOME/work" > XDG_PUBLICSHARE_DIR="$HOME/tmp" > XDG_DOCUMENTS_DIR="$HOME/notes" > XDG_MUSIC_DIR="$HOME/tmp" > XDG_PICTURES_DIR="$HOME/images" > XDG_VIDEOS_DIR="$HOME/video" > $ > > sudo or ubuntu's witholding the administrator's password? > "sudo passwd root" works. Boot to single user mode and changing root's > password has always worked. Capturing a screenshot requires access to > X11, not root permissions. > Elijah > ------ > there are a lot of screen shot tools these days
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Linux screensaver Hul Tytus <ht@panix.com> - 2020-06-17 20:12 +0000
Re: Linux screensaver Robert Heller <heller@deepsoft.com> - 2020-06-17 15:37 -0500
Re: Linux screensaver Hul Tytus <ht@panix.com> - 2020-06-18 18:48 +0000
Re: Linux screensaver Eli the Bearded <*@eli.users.panix.com> - 2020-06-17 21:05 +0000
Re: Linux screensaver Stéphane CARPENTIER <sc@fiat-linux.fr> - 2020-06-17 21:54 +0000
Re: Linux screensaver Hul Tytus <ht@panix.com> - 2020-06-18 18:54 +0000
Re: Linux screensaver gazelle@shell.xmission.com (Kenny McCormack) - 2020-06-17 23:26 +0000
Re: Linux screensaver Hul Tytus <ht@panix.com> - 2020-06-18 18:55 +0000
Re: Linux screensaver Hul Tytus <ht@panix.com> - 2020-06-18 18:52 +0000
Re: Linux screensaver Bobbie Sellers <bliss@mouse-potato.com> - 2020-06-17 23:37 -0700
Re: Linux screensaver Hul Tytus <ht@panix.com> - 2020-06-18 18:59 +0000
Re: Linux screensaver Bobbie Sellers <bliss@mouse-potato.com> - 2020-06-18 10:15 -0700
Re: Linux screensaver Rathbone <please@replytolist.com> - 2020-06-20 21:03 +0000
Re: Linux screensaver Aragorn <thorongil@telenet.be> - 2020-06-21 09:29 +0200
Re: Linux screensaver Rathbone <please@replytolist.com> - 2020-06-22 20:20 +0000
Re: Linux screensaver Aragorn <thorongil@telenet.be> - 2020-06-23 10:07 +0200
Re: Linux screensaver Hul Tytus <ht@panix.com> - 2020-06-22 20:15 +0000
Re: Linux screensaver Rich <rich@example.invalid> - 2020-06-18 17:57 +0000
Re: Linux screensaver Hul Tytus <ht@panix.com> - 2020-06-18 19:01 +0000
csiph-web