Ubuntu :: Possible To Take Screenshot Of Grub Screen?
Mar 5, 2010Is there any way to take a screenshot of GRUB screen without having WUBI or Virtual Box?
View 1 RepliesIs there any way to take a screenshot of GRUB screen without having WUBI or Virtual Box?
View 1 Repliesinitiated update. Grub update required user input. The 'help' message is incorrect. Attached is a .jpg of a Grub message during the upgrade. Question: how does this get corrected? I would post an alternative wording but honestly,
View 9 Replies View RelatedI need to figure out how to tackle the full screen issue using GFCE Ultra. Anyone know this? I have checked off the full screen option, but when it goes to full screen, it just adds black space.
Screenshot 1
Screenshot 2
Finally, how can I use the PS3 wireless controller as my mouse? And after that, set it up for use with the emulators. I found a few links, but not sure which one I should be following:
[url]
[url]
[url]
[url]
They all have some similarities, but also some things that are different.
My screen capture software, shutter and system's default "take screenshot", do not function normal any more. It can only capture the desktop wallpaper, not any other elements on the desktop, nor any other opened windows. It's just like taking an x-ray picture by passing all the other objects/elements/running programs on top of the desktop wallpaper. Any ideas? I am using Fedora 14 64 bit. The screen capture software were working fine, though.
View 1 Replies View RelatedMy screen capture software, shutter and system's default "take screenshot", do not function normal any more. It can only capture the desktop wallpaper, not any other elements on the desktop, nor any other opened windows. It's just like taking an x-ray picture by passing all the other objects/elements/running programs on top of the desktop wallpaper. Any ideas? I am using Fedora 14 64 bit. The screen capture software were working fine, though.
My screen capture software, shutter and system's default "take screenshot", do not function normal any more. It can only capture the desktop wallpaper, not any other elements on the desktop, nor any other opened windows. It's just like taking an x-ray picture by passing all the other objects/elements/running programs on top of the desktop wallpaper. Any ideas? I am using Fedora 14 64 bit. The screen capture software were working fine, though.
I use a program which makes a large image which I have to scroll to view. The program has no way to save the image, and I have no access to the source to modify it. The only way I have to get the image from the program is by screenshot. My goal is to save the full size image without having to piece together individual screenshots. I'm using this script to try taking a screenshot:
#!/bin/bash
window=$(wmctrl -l | grep "Program$" | awk '{print $1}')
wmctrl -v -i -r $window -e '0,0,0,6030,5828'
wmctrl -i -a $window
import -window $window ~/Desktop/screenshot.png
This uses wmctrl to get the window id ($window) for a window named "Program". It then tries to resize the window to the desired dimensions. It uses imagemagick (import) to save a screenshot.png on the user's Desktop. All of this works except the resize step. I can resize the window using wmctrl -r -e, but sizes greater than the screen size don't work. I'm using Ubuntu 10.04 and the Gnome Desktop. I run two monitors, but I've tried this with one of them disabled. Is there a way to resize the window larger than my screen to get a huge screenshot?
Part II: I tried using xrandr to set up screen panning, so as to have a bigger desktop than my monitor. xrandr --output LVDS --panning 2600x2500 This command makes the laptop screen pan over a 2600x2500 size desktop, even though it can only show 1440x900 at one time. To turn off the panning, I can use a similar command to set total size and with zeroes for the panning section. This gives me back my original laptop display behavior. xrandr --fb 1440x900 --output LVDS --panning 0x0 This is all done with xrandr, and does not require any Xorg.conf changes (my Ubuntu system doesn't even have an Xorg.conf).
My video card seems to only allow about 6.5 million pixels, even though the maximum dimensions are 8192x8192. That maximum seems to be the maximum for either dimension, but there is a limit to how many pixels can be drawn, which is the width multiplied by the height. Once I did the screen resize, I tried my script again and got a screenshot. The screenshot however is totally scrambled. I'm not sure if it's unable to take a screenshot of an off-screen window or if it is unable to handle the large dimensions of the window. With the panning display, the window should think it is visible, and the window manager should think it is on-screen. So there is a pixel buffer somewhere with those pixels in it, so there should be a way to get a screenshot.
I have a dual-boot with windows and linux. Sometimes if I reboot from windows into linux, I notice that when X is starting up before the login screen comes up it will flash a screenshot from Windows. Has anyone ever noticed this?
View 4 Replies View Relatedmy Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?
View 4 Replies View Relatedsince i have installed the nvidia drivers i have lost the graphical boot and just had a bar at the bottom of the screen instead. i tried to get the graphical screen back by adding vga=795 to my /boot/grub/grub.conf but when i rebooted not only did i not get the graphical boot or the toolbar at bottom.
i got list of all the drivers and services it is starting with ok next to it. i have also since doing this lost the bit when restarting or shutting down getting the words restarting or shutting down and just get blank screen with flashing cursor. i removed the vga=795 and i still get the list of drivers/services loading.
how do i get the quiet option back. i have checked /boot/grub/grub.conf and it has the quiet in it.i have also tried running update-grub but get message command not found. i have attached the grub.conf file
is it ever possible to do dual booting with grub(legacy) ever at all!. it is possible provided i take some pain, here is the link of that post [URL] i was coward and weak i didn't try that out then. but i did try it out. now so if u haven't seen the post .... I've installed Fedora 15 desktop(Gnome) with physical Logical volume called vg_fedora lv_root(ext4) ,lv_swap and lv_home(ext4), with 500MB /boot partition and had about 200GB free hard disk space ... so i wanted to install Scientific Linux 6.1 (because our school uses RHEL 6.1)
so, while running the installer I made (added) a logical volume lv_Scientific with ext4 FS and made its mount point (/) and used the MBR /boot which overwrote the Fedora /boot (completely OK and was as expected) i restarted after installation i got SL log in and as per the directions of the thread i copied the boot stanza from grub.conf of fedora 15 (which i already had copied and pasted into a text file and copied it from there)and pasted it into grub.conf of SL you may ask why did i choose same physical LVM too save swap space ... if i had made another physical LVM i had to make another swap ( i like LVM ... its cool)
completely unexpected happened Fedora now boots but not SL when grub starts i get this error 27 unrecognised commad and when i press <enter> i get grub menu with SL and fedora when i press on Fedora it works well i get my fedora login and i did login .. everything works fine but when i press SL it goes to the previous black screen grub error 27
[Code]...
I've been running openSuse 11.2 for a while on my notebook.Today I turned it off at work and came home. When I tried to turn it on, it boots, shows a black screen written 'GRUB' and then NOTHING. It doesn't complete the boot process.
View 9 Replies View RelatedI installed Ubuntu 11.04 today as the main OS on my laptop.I had deleted my XP partition, and repartitioned it according to a guide I had found. (http:url)......Basically it was setup like this: 500mb ext2 primary partition, has the grub folder, I believe this is either the '/' partition, or the '/boot' partition 2gb swap space logical partition
10gb ext4 logical partition -- this is either the '/' or the '/boot', it contains the 'bin,boot,cdrom,dev' etc folders 243gb (the rest of my hard drive, with the exception of a partition that contains documents and files from my XP OS, formatted to NTFS) ext4, this is the one that has all my desktop/documents/etc folders.After Ubuntu was done installing, I had some message pop up about installing an ATI proprietary driver for my ATI graphics card (an ATI Radeon HD 4330, I believe, I may have messed that number up). I installed it and rebooted, no problem.
Next, I had another update window pop up with 198 items checked and ready to download and install. I went through all of this, and rebooted, again, no problem.Next thing I did was install some apps that were essential for me to have to use for my work (an ide, chat programs, etc). No problem with any of that.Last thing to install was the OSE Virtualbox, and then I installed WindowsXP Pro and Windows Vista Business, then installed the guest addition addon for VB. This all worked without any issues whatsoever.
Time goes on, and I notice my computer is heating up much more than (seemingly) normal. I begin to wonder if its my graphics card. So I shut down the computer and let it cool down. Reboot, and no problem, still working fine.Then I opened a couple of apps and tried a simple game (can't remember the name) I believe it was a simple 3d topdown, as I wanted to test my graphics card. This is where things seemed to start to go wrong. My laptop began hanging, not even allowing me to access the terminal via ctrl+alt+f2. The screen flashed and I saw the blue/green/grey fuzz that I get when the graphics card is starting to heat up too much. Then everything hangs and I can't do anything at all, including move the mouse. I did a hard reboot (I believe this is what you call pulling the plug/pressing the power button, correct me if I'm wrong). I then rebooted, saw a chkdisk, then it booted seemingly normal, but it hung right after the purple screen after the grub screen.
This is pretty much where I'm at right now. I strongly suspect the fault is with the ATI drivers, but have been completely unsuccessful in my attempts to fix it. I've googled just about everything I could think of, along with searching these forums. I've tried just about everything listed in the forums, but to no avail.I've tried the commands that are supposed to purge the ati drivers, but all I get are errors that say they can't remove the 'virtual drivers'.
Right now I'm booting off a live cd, so I know the computer still works fine, just not my actual installed OS. I'd really like to get the issue resolved without having to reinstall, as it took quite awhile just to get it usable in the first place, but this has already taken so much time, I may just resort to that if we can't solve it any other way. Got too much work to catch up on as it is.As a re-instated note, perhaps if you have any tips, but not particularly about fixing the OS, my laptop (I'm strongly guessing my graphics card) is heating up much more than normal, compared to that when XP was installed. Is this more than likely just a driver issue, as is the rest of it? Also, I did have Compiz installed, though I didn't choose for it to be installed, I believe it came pre-installed. I've heard it could cause some issues, though I have no idea as to the validity or relation to this particular issue.
Edit:
I just remembered while searching for a solution, I found a post somewhere that said something about the information not being sent to the monitor from the graphics card properly, thus no desktop. I'm guessing that'd still fall under the driver issues, but again, I'm unsure. I would think that wouldn't be entirely true anyway, since I can still see my mouse fine, just no desktop, only a black screen.
The day started as usual until I got the very bright idea to install Ubuntu. A new OS along side W7, that sounded great. I checked some guides on the Internet, it was all very straight forward. Install it and Grub will show you the OS:es when you boot up. I installed Ubuntu, rebooted. After the BIOS messages the screen goes blank and my screen on-button begins to blink, as if trying to find a signal, I press enter, it reboots instantly. After BIOS messages I get to a screen that says "GRUB error: uknown filesystem grub rescue>"
I've looked through everything here and nothing works. I've tried to fix the mbr-thingy using Windows Repair and even though it says "one partition was updated with new boot-thingy" when I reboot, I get into that very same grub rescue. I think my setup has something to do with it. I run RAID0 (2x360Gb hard drives), first having C: at 50Gb and then the rest as F: for programs and such. What I did was that I shrunk the F: part and then used that as partition for Ubuntu. Also please have a look at these screenshots, my partitiontables and such seems completely wacky to the raid: Where should the boot-loader go? I'm very, very new at this. I've had Ubuntu Netbook remix on my netbook for a time but still treat me as an utter beginner.
Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen....nothing works except Ctrl+Alt+Delete....system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?
View 6 Replies View Relatedanother post about this. I just don't know how to handle this, as I'm pretty nsee the grub loading menu, but screen just freezes after, no way I can reboot, or open a console. In recovery mode I can log as root in console, though.I run Debian 6, 64 bits. I have an intel q6600 and a nvidia geforce 9800GX2.
View 9 Replies View RelatedI try to install openSUSE 11.4 KDE RC 2, unfortunately I show black screen after GRUB screen. I must press Power button to turn off my computer. I hope it won't on openSUSE 11.4 stable. I'm waiting for downloading openSUSE 11.4.
View 8 Replies View RelatedI just started and very green, I got a old unit that has Linux instaled. I get home start it and I get a purple screen after gnu grub screen, I'm using a diferent mouse and monitor is all that changed from when I picked it up. I don't know were to start.
View 4 Replies View RelatedUsing 10.04 64 bit. Just took a screen shot of my desktop, but now I can't find it. It's not on my Desktop nor my home folder nor the Pictures folder. Where the heck did it go? I used Applications>>Accessories>>Take Screen Shot.
View 5 Replies View RelatedHow do i take a screenshot on Ubuntu 11.04?
View 9 Replies View RelatedI have Xubuntu with a minimal XFCE 4.6 installed. How to take a screenshot under XFCE?
View 9 Replies View RelatedHow do i take a screenshot without an open window? The 'Print Scrn' does not return the usual pop up window that asks me where i want to put the picture.
View 3 Replies View RelatedIs there a way to take a screenshot just before the "shutdown" terminal command? for example "sudo shutdown -h 90" for 90 minutes timer shutdown, and just before turning off to take a screenshot.
View 1 Replies View RelatedI frequently need to take screenshots of a game (flash-based, running inside a browser), in particular it's statistics screen which is shown when I hold the TAB key. The problem is, when I take a screenshot, either by pressing PrintScreen key or by pressing a custom-defined shortcut, the game responds to this keypress and hides its statistics screen, so the screenshot doesn't contain the information I need.I figured out how to overcome this using a custom application launcher icon; but this requires using the mouse which is rather inconvenient.define a shortcut that wouldn't be processed by the active application? Or maybe there's some screenshot utility that does this out of the box?
View 2 Replies View RelatedOk here's what I'd like to do:
Take a screenshot, or some other way of saving the visual output of a java applet [URL], and saving that as an image, without having to manually do it (open browser go there, and take a screenshot).
I guess this would be most easily done using a script of some sort, but I have no idea how to go about doing this..
I would like to do this, so I can use this image to update my conky every 30 secs or so (got that part figured out ).
I was gathering some screenshots to use in a tutorial on how to do something in Unity. For the most part that went well... however I did find an unfortunate quirk.When I Right-Click any of the items in the Unity Launcher panel, and they bring up the submenu (for example I did the modification to add Pics, Docs etc to my Home Folder in the Launcher) I then cannot do a screenshot using my "PrtSc" key on my netbook. This only happens when the submenus are visible. Unfortunate because I wanted to get a screen shot of the submenus.
View 2 Replies View RelatedI've been experiencing a weird delay between me pressing the printscreen key and the screenshot dialog appearing. The delay is about one second, and is happening even though gnome-screenshot's delay key is set to zero in gconf-editor. This delay is making it difficult to capture things which disappear quickly, and I'd like to know if there's any way to make the screenshot dialog appear instantly.
View 2 Replies View RelatedDoes anyone know what icon theme is used for the dock in this screenshot? I've searched gnome-look but cant seem to find it.
View 5 Replies View RelatedUsing the Screenshot in CompizConfig Settings Manager, can I copy the clipped screenshot to the clipboard right away? When I used <Super>Button1 to clip the screenshot, the image gets saved on the desktop and not on the clipboard. I would like to save some time and keystrokes by automating the "copy to the clipboard" I am using Ubuntu 10.04
View 1 Replies View RelatedI go to turn on my laptop this afternoon and it boots up fine, but then I get a 'Save Screenshot" Popup that is using, most likely, 100% of my cpu. So I can't do anything, mouse doesn't move, shortcut keys do nothing, all I can do is a hard shutdown.
View 4 Replies View RelatedI'm making a tutorial for a program and it involves me screen shooting dropdown menus, however this is inpossible with the screenshot software in ubuntu.
to reproduce this click on "system" and try to take a screenshot of the dropdown.
currently my way around this is to "record" my desktop using ffmpeg, however i wonder if there is a better alternative way?