![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Desktop Environments Support for your Ubuntu desktop. Including Gnome, KDE and XFCE. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Ubuntu Extra Shot
![]() Join Date: Jan 2006
Location: Texas
Beans: 340
Ubuntu 6.10 Edgy
|
Screenshot of 3d desktop & Login
I'm sorry to do this, 'cause I know it's posted, I just can't figure out the search parameters.
So, if you would please tell me how to get screenshots of things like 3ddesktop and the boot-up screen in action? I'm sure there is some type of keyboard short cut or something but I just can't find it in the forums. I can take screenshots of the current desktop once it's running, just don't know how to take those other shots to be able to show Windows friends of mine the 3d stuff and etc.
__________________
Steve's Articles (Fitness/Weight Loss, Computers, etc.) |
|
|
|
|
|
#2 |
|
Guest
Join Date: Jan 2006
Beans: 4,208
Ubuntu 7.04 Feisty Fawn
|
Re: Screenshot of 3d desktop & Login
There is a keyboard shortcut in GNOME (default I think is PrntScrn), but I'm not sure if it would work with the 3ddesktop transitions.
I suggest the easier way to achieve this one-off task would be to google for screenshots already posted by others. e.g. http://linuxreviews.org/features/3ddesktop/ I know this doesn't really answer the question, just another suggestion that's all. |
|
|
|
|
|
#3 |
|
WTF?
![]() Join Date: Jul 2006
Location: Lost!
Beans: 7,070
|
Re: Screenshot of 3d desktop & Login
Use gimp>file> acquire>screenshot, then just set the delay to how much time you need to get into 3ddesk. For the login i haven't got a clue, unless you run a system in qemu. I use a launcher for 3ddesk,see pic
Last edited by kerry_s; October 29th, 2006 at 03:40 AM.. |
|
|
|
|
|
#4 | |
|
Ubuntu Extra Shot
![]() Join Date: Jan 2006
Location: Texas
Beans: 340
Ubuntu 6.10 Edgy
|
Re: Screenshot of 3d desktop & Login
Quote:
Thanks for the input, all!
__________________
Steve's Articles (Fitness/Weight Loss, Computers, etc.) |
|
|
|
|
|
|
#5 |
|
Has an Ubuntu Drip
![]() Join Date: Nov 2005
Beans: 729
Ubuntu 6.06
|
Re: Screenshot of 3d desktop & Login
To get a screenshot of the login screen:
1. You'll need a command to take a screenshot of the GDM screen. I recommend making a bash script with the following content: Code:
#!/bin/bash chvt 7 ; sleep 5 ; XAUTHORITY=/var/lib/gdm/:0.Xauth DISPLAY=:0.0 import -window root /tmp/screenshot.png 2. Logout of your current session. 3. When the gdm screen appears, press the following keys: CTRL+ALT+F2 to go to console 2. 4. Login as yourself. 5. Type in the following: Code:
sudo sh /path/to/gdmshot.sh I use this method to get screenshots for the GDM themes I create. Here's the script I use for GDM screenshots: Code:
#!/bin/bash # take a gdm screenshot chvt 7 ; sleep 5 ; XAUTHORITY=/var/lib/gdm/:0.Xauth DISPLAY=:0.0 import -window root /tmp/screenshot.png # change owner and group ownserships of the screenshot chown username:username /tmp/screenshot.png # move the screenshot to a more suitable palce mv /tmp/screenshot.png /home/username/screenshot.png Last edited by ardchoille; August 20th, 2006 at 07:20 PM.. |
|
|
|
|
|
#6 | |
|
Ubuntu Extra Shot
![]() Join Date: Jan 2006
Location: Texas
Beans: 340
Ubuntu 6.10 Edgy
|
Re: Screenshot of 3d desktop & Login
Quote:
Thanks ardchoille, I'll give it a shot!
__________________
Steve's Articles (Fitness/Weight Loss, Computers, etc.) |
|
|
|
|
|
|
#7 |
|
Ubuntu Extra Shot
![]() Join Date: Jan 2006
Location: Texas
Beans: 340
Ubuntu 6.10 Edgy
|
Re: Screenshot of 3d desktop & Login
Ok, ardchoille, I did what you suggested and your script worked great.
I now have a great shot of my login (see attachment). I wanted to be able to do this, but I also wanted to be able to get a shot of my usplash screen (see attachment, Kubuntu). Can you (or anyone) tell me how to do this?
__________________
Steve's Articles (Fitness/Weight Loss, Computers, etc.) |
|
|
|
|
|
#8 |
|
I Ubuntu, Therefore, I Am
![]() |
Re: Screenshot of 3d desktop & Login
kerry_s: Where did you get the launcher icon? I want it!
__________________
What's a blub programmer? Registered Linux user #419974 My projects: |
|
|
|
|
|
#9 |
|
Ubuntu Extra Shot
![]() Join Date: Jan 2006
Location: Texas
Beans: 340
Ubuntu 6.10 Edgy
|
Re: Screenshot of 3d desktop & Login
Actually, kerry_s, I'd like to know that too, although that doesn't help me with my usplash shot. I did get 3ddesk settup and now have a hot-key set for it...pretty cool stuff, but very cool icon.
__________________
Steve's Articles (Fitness/Weight Loss, Computers, etc.) |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|