Ubuntu :: Exit Full Screen Bash In VIrtual Machine
Aug 28, 2010
I'm running Ubuntu with Sun Virtual Macine on my Mac OSX and I have two problems.Somhow I have managed to get the Ubuntu screen to go completely black with a bash command line in the centre of it and the characters: "tty6" at the top of it. How do I exit this??Also I have a file on this virtual machine. Does anyone know how i would put this on my mac without the use of a Pen drive?
View 1 Replies
ADVERTISEMENT
Jul 12, 2011
I'm playing a game (fullscreen) and change some video settings, and the game hangs. I always have to power off the computer and restart.Is there any way to just exit that program, like in windows, one can open the task manager and end the process?
View 4 Replies
View Related
Feb 13, 2010
I have Fedora 11 running on Microsoft virtual PC. When I start Fedora it opens in full screen mode. How do I exit full screen so that I can pause or turn off Fedora.
View 3 Replies
View Related
Aug 7, 2010
I have windows installed through virtual Box now but i have some questions. When i make it full screen it goes full screen but Windows stays in the middle of the screen small and doesn't adjust to the full screen. Can you make windows completely take up the full screen Can i access folders on my ubuntu drive ? i have a file in downloads i want in windows but don't want to reinstall it
View 4 Replies
View Related
Feb 7, 2010
I'm got ubunt-desktop running VirtualBox. I installed MS XP HOME on a virtual disk. so everything *works* .. but I'd be a lot happier to have the box opened up all the way to my Ubuntu top-and-bottom bars.
View 6 Replies
View Related
Jan 19, 2010
Since Firefox is cross platform, this is equally Linux and Windows question, but presumably the Linux crowd knows better.
Whenever I go full screen with any kind of video in Firefox I get the "press ESC to exit full-screen mode" warning that plagues my screen for several seconds.
How can I get rid of this?
View 1 Replies
View Related
Mar 26, 2011
how to install ksnapshot application in fedora 9? What command should i type in terminal to get full screen and shared folders in virtual box?
View 1 Replies
View Related
Jan 25, 2011
This obnoxious bar has just appeared in Smplayer at the top of the screen. It stays there even when I go full screen. Now full screen isn't full screen and there are black edges on both sides of the screen. I have not be able to figure out how to hide it. I do not need or want this onscreen display. How can I configure Smplayer to make this go away? How can I get my 16:9 full screen aspect ratio back? I have done nothing to mplayer or smplayer as far as editing any or changing any configuration files. I tried several videos and it displays on all of them. It was not there last time I used Smplayer.
View 9 Replies
View Related
May 27, 2010
I have installed CentOS on a VMwareWorktation and that CentOS, i also install VMware Server (suscess) and setup a guest OS that, but i start this Guest OS, an error show "You may not power virtual machine in virtual machine"...
View 3 Replies
View Related
Feb 3, 2010
how to use CTRL-ALT-DELETE on a virtual Windows machine on my Virtual Box?
View 2 Replies
View Related
Jan 2, 2011
How do I program a virtual machine to auto-start/boot upon boot up of the host system? I am experimenting with SNORT network intrusion detection system and have installed it inside a virtual ubuntu box which I want to start automatically.
View 1 Replies
View Related
Jan 3, 2010
I read once that you could use VMWare's converter to convert a physical machine into a virtual machine to run in VirtualBox. Can someone point me in the direction of a tutorial or just give me instructions on how to do this? I was very confused by the converter and how to get the image to work with virtualbox.
View 1 Replies
View Related
Dec 3, 2008
I have ubuntu-8.04.1-server installed on virtual machine. It works perfect. Now, I made copy of this virtual machine. I started that copied machine and it works fine, except one thing: network does not work!
I have several others VMs with freeBSD, openBSD or Windows on it, but only ubuntu machine hes network problem after coping. I tried some other VM with ubuntu on it - same problem! I downloaded VM with ubuntu - same problem.I take a look into /etc/network/interfaces file and it looks just as it should (same as before coping) but ifconfig command returns parameters for lo only (before coping there was eth0 and lo).
View 2 Replies
View Related
May 2, 2010
In Ubuntu 9.04 and 9.10, KTorrent worked just fine for me. However, this time whenever I launch it, it is for some reason full screen and I have no idea how to get out of full screen.it's of the entire screen when KTorrent is in focus (so no panels or other things were cut out of the image).URL...
View 4 Replies
View Related
Aug 14, 2010
Can I copy my virtual box VM windows XP virtual-machine files to another Linux computer and run the machine on that computer while I keep on running it on the original computer?
This question is about technical possibilities, not licences.
View 2 Replies
View Related
Jul 29, 2009
I successfully installed the virtual box on my fedora 8 system, and also created a virtual machine with windows xp OS, it works nicely, I try to configure the serial port of my virtual machine and try to configure the path for the port "screen shot are attached" it gives me the error message also the "screen shot are attached" for your review.Is kind of mistake is going on during the path setting, and how to set the path for configuring the serial port of my virtual machine so that I can use the hyper terminal tool of windows.
View 4 Replies
View Related
Oct 24, 2010
I'm having trouble with a bash script. Does anyone know why this doesn't work?
Code:
nautilus ./ &
wait $!
I'm writing a script which will extract a series of .rar files, present the extracted files to the user in nautilus so they may modify them, then when the user closes nautilus, the modified files are packed back into the archive.
View 9 Replies
View Related
Jun 10, 2010
I am running a command pretty similar to the one below:
Code:
I need to capture the exit status of that part of the command.
What I am trying to do is set a variable that can be modified within my_job.sh, and used to exit.
However, no matter what I set "status" to in my_job.sh, it exits with "0".
What can I do differently?
View 3 Replies
View Related
Mar 3, 2010
How exactly can I use the exit status of a command in an if statement ?
Something like this:
Code:
View 3 Replies
View Related
Dec 26, 2010
I'm new to scripting and I have a trouble with if statement syntax. The code is: Code: #there is a diff command here, and it does what i want but#i wanna see 1 if the exit value of diff is 0, and otherwise i wanna see 0.#the problem is here: (syntax error near unexpected token "then")
if["$?"==0];
then
echo 1
[code].....
View 1 Replies
View Related
Jul 1, 2010
Is there a way to count the number of errors- an exit variable $? from one function?
The output from the exit variable (either erroneous or correct (1) or (0)) is it possible to add the erroneous one ups?
View 3 Replies
View Related
Aug 7, 2011
Is there a script to do this? I have shotwell and want to find files that are going to cause problems with automatic sorting.
View 3 Replies
View Related
Mar 22, 2011
I have not been able to write bash to use a PID file to ensure no other instance of the same script is running! All three methods I can think of to see if the PID in the PID file is another instance of the script make the script exit with a return code of 1 but the same commands run at the command prompt work as expected.
The first attempt was:
Code:
The first attempted workaround was:
Code:
The second attempted workaround (with debug to make the following command prompt copy and paste meaningful) was:
Code:
Here's the command prompt session, testing with a stale PID file and then manually running the problem command and it behaving as expected:
Code:
This on Slackware64 13.1 which has bash 4.1.7.
In desperation I tried rebooting but the behaviour was the same.
View 2 Replies
View Related
Mar 6, 2010
I have made a simple bash script through which i can add, del, edit user from certain file using different CASE variables. like
case
1. adduser
2. del user
3. edit user
Now i want to add a exit CASE like
1. adduser
2. del user
3. edit user
4. exit
Now i want to make a script such a way that, if user input is 4 then only script quit. I used with exit function also but it didn't work. if user press ENTER or other keys then also it quit the program.
View 6 Replies
View Related
Feb 3, 2011
I am trying to get bash script using zentity to exit if the user presses the cancel or close buttons.The exit codes are working fine; they read 1 or 0 depending on the status but it always assumes 0. This is the portion of the script: PHP Code:
function settings(){
result=$(zenity --height=30 --width=300 --list --checklist --title='Selection'--column=Boxes --column=Selections --column="Options"
[code]...
View 2 Replies
View Related
May 5, 2010
I have some screen questions. First, can you give screens names (such as whatever app you're screening), and second, how do you exit from a screen without closing the app (ie exit screen back to the command prompt, do your thing, then screen -r it)?
View 3 Replies
View Related
Feb 7, 2011
Is there a command in bash which would allow you to list all users along with their full names?
View 2 Replies
View Related
Jul 4, 2011
is there anyway to automatically disable screen saver whenever I watch video in full screen?
View 1 Replies
View Related
Aug 27, 2011
I recently upgraded my graphics card from a Geforce 7600GS to a Gefore 560Ti. And while most things are normal, during boot up my screen isn't "full screen" until X is started, after which everything else is fine. Essentially, all display, the grub menu, the splash screen, console text, etc, is within a box on the screen, with 2" on the left and right, and 1" top and bottom of empty blackness.
From what I understand, this is because the framebuffer is using the wrong resolution, but the maximum resolution that hwinfo --framebuffer returns is 1280x1024 (which I am already using "0x031a".) (My monitors is natively 1920x1080) Is it possible to do something about this? If not increase resolution than at least stretch the screen to full screen?
sudo /usr/sbin/hwinfo --framebuffer
02: None 00.0: 11001 VESA Framebuffer
[Created at bios.459]
Unique ID: rdCR.GGyCBArXznD
Hardware Class: framebuffer
Model: "NVIDIA GF104B Board - 10400050"
[Code]...
View 2 Replies
View Related
Jul 18, 2010
OpenSuse 11.3 with nVidia drivers.I have the screen working fine though it only runs in 1600x1200@75 using the nVidia driver (GTX260 card).When I play a game in full screen mode all seems OK but when I exit the game then I just get the mouse pointer on a black screen.There must be something present since the cursor changes as I move it, normal pointer -> hand over a link etc. It's just that black on black isn't very readable.
View 5 Replies
View Related