Results 1 to 3 of 3

Thread: Screenshot of Login screen

  1. #1
    Join Date
    Aug 2011
    Beans
    32

    Screenshot of Login screen

    I use Slim as my login manager does anyone know how to take a screenshot of the login screen?

  2. #2
    Join Date
    Apr 2006
    Beans
    64
    Distro
    Xubuntu

    Re: Screenshot of Login screen

    Perhaps you could use "xwd"

    Code:
    usage: xwd [-display host:dpy] [-debug] [-help] [{-root|-id <id>|-name <name>}] [-nobdrs] [-out <file>] [-xy] [-add value] [-frame]
    Change to a terminal (ctrl + alt + F1) and login.
    Then something like:

    xwd -display localhost:0 -root -out screenshot.xpm

    Then back to X again (ctrl + alt + F7)

    I don't know if this works, but worth a shot perhaps

  3. #3
    Join Date
    Aug 2011
    Beans
    32

    Re: Screenshot of Login screen

    I will give it a shot.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •