Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-10-2007, 06:21 PM
|
#1
|
|
Member
Registered: Apr 2003
Location: Waterford, Ireland
Distribution: Mandrivia 2006.1, Ubuntu 7.10
Posts: 188
Rep:
|
Dosbox - trapped focus in dosbox window.
I'm using Dosbox a lot under linux now - but I have one small niggle with it. I cannot alt tab out from the dosbox window to another window after running a dos game like, say BI2 or doom. ie, alt-tab doesn't do anything - I need to close the game and exit dos box before alt tab works again.
This is strange - anyone come across that? I have ubuntu 7.10 and running dosbox 0.71.
|
|
|
|
11-10-2007, 06:40 PM
|
#2
|
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
From the manual page (please check manual pages before posting questions):
Code:
SPECIAL KEYS
ALT-ENTER Go full screen and back.
ALT-PAUSE Pause emulation.
CTRL-F1 Start the keymapper.
CTRL-ALT-F5 Start/Stop creating a movie of the screen.
CTRL-F4 Swap mounted disk-image (Only used with imgmount). Update directory cache for all drives!
CTRL-F5 Save a screenshot.(png)
CTRL-F6 Start/Stop recording sound output to a wave file.
CTRL-ALT-F7 Start/Stop recording of OPL commands.
CTRL-ALT-F8 Start/Stop the recording of raw MIDI commands.
CTRL-F7 Decrease frameskip.
CTRL-F8 Increase frameskip.
CTRL-F9 Kill dosbox.
CTRL-F10 Capture/Release the mouse.
CTRL-F11 Slow down emulation (Increase dosbox Cycles).
CTRL-F12 Speed up emulation (Decrease dosbox Cycles).
ALT-F12 Unlock speed (turbo button).
|
|
|
|
11-10-2007, 07:55 PM
|
#3
|
|
Member
Registered: Apr 2003
Location: Waterford, Ireland
Distribution: Mandrivia 2006.1, Ubuntu 7.10
Posts: 188
Original Poster
Rep:
|
Quote:
Originally Posted by matthewg42
From the manual page (please check manual pages before posting questions):
Code:
SPECIAL KEYS
ALT-ENTER Go full screen and back.
ALT-PAUSE Pause emulation.
CTRL-F1 Start the keymapper.
CTRL-ALT-F5 Start/Stop creating a movie of the screen.
CTRL-F4 Swap mounted disk-image (Only used with imgmount). Update directory cache for all drives!
CTRL-F5 Save a screenshot.(png)
CTRL-F6 Start/Stop recording sound output to a wave file.
CTRL-ALT-F7 Start/Stop recording of OPL commands.
CTRL-ALT-F8 Start/Stop the recording of raw MIDI commands.
CTRL-F7 Decrease frameskip.
CTRL-F8 Increase frameskip.
CTRL-F9 Kill dosbox.
CTRL-F10 Capture/Release the mouse.
CTRL-F11 Slow down emulation (Increase dosbox Cycles).
CTRL-F12 Speed up emulation (Decrease dosbox Cycles).
ALT-F12 Unlock speed (turbo button).
|
doh! sorry matthew - missed that completely!  Thanks.
|
|
|
|
11-11-2007, 05:36 AM
|
#4
|
|
Senior Member
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802
Rep:
|
Just because the answer to a question is in the man page, does not mean the poster of the question did not read the man page.
There have been many times when I have read man pages and missed a totally obvious switch or option. Perhaps the thing which helped me the most with man pages was not someone telling me to RTMP but when I found out how to search a man page.
It's really quite simple:
While viewing man dosbox type '/mouse' without quotes. There is your answer!
BTW you will not find that little hint by reading the man pages, because it's not in the man page.
|
|
|
|
11-11-2007, 06:40 AM
|
#5
|
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
Fair enough. I was a little tetchy 
|
|
|
|
11-11-2007, 02:47 PM
|
#6
|
|
Member
Registered: Apr 2003
Location: Waterford, Ireland
Distribution: Mandrivia 2006.1, Ubuntu 7.10
Posts: 188
Original Poster
Rep:
|
Quote:
Originally Posted by /bin/bash
when I found out how to search a man page.
It's really quite simple:
While viewing man dosbox type '/mouse' without quotes. There is your answer!
|
That's a great tip! I must make a note of that one!  Once I start using that trick a few times.. I won't know how I survived without it. And no harm done - I need a kick up the bum sometimes too. lol!
|
|
|
|
11-11-2007, 05:22 PM
|
#7
|
|
Member
Registered: Jan 2004
Location: Los Angeles
Distribution: Slack64 13.37
Posts: 535
Rep:
|
Quote:
Originally Posted by /bin/bash
It's really quite simple:
While viewing man dosbox type '/mouse' without quotes. There is your answer!
BTW you will not find that little hint by reading the man pages, because it's not in the man page.
|
That's because the man pages don't know what program you're using as the "pager", and so can't give you the options.
Look in /usr/lib/man.conf, or wherever your distro keeps it, find the "PAGER" option and see what is used for your distro. You can then use any of the commands supported by that program.
Cheers.
|
|
|
|
11-11-2007, 05:56 PM
|
#8
|
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
Most Linux distros use less as the viewer for manual pages. Just press h while viewing a manual page to see lots of thing you can do.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:53 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|