Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
This is a totally newbie question. I opened up a command prompt in pclinux os and then ran the command rdesktop xxx.xxx.xxx.xxx
When the new remote desktop window opened, the window was rather small.
I didn't want to maximize the screen, but I did want to increase the size just slightly. I thought similar to windows I could just drag the corners of the window to the size I wanted, but that didn't work.
Am I missing something, how do I increase the size of this window without going full screen?
You can use the -g option in one of the following two ways:
1. specifying the rdesktop window dimensions you want, like WxH
2. use a percentage of the actual window, e.g. 90%
You can use the -g option in one of the following two ways:
1. specifying the rdesktop window dimensions you want, like WxH
2. use a percentage of the actual window, e.g. 90%
Thank you, that worked perfectly. I guess other then setting the window size when you first start rdesktop, there is no way to resize the window once you are actually in a remote session?
Thank you, that worked perfectly. I guess other then setting the window size when you first start rdesktop, there is no way to resize the window once you are actually in a remote session?
Not that I am aware of, but I personally use the -f (full screen) mode and use ctrl-alt-enter to toggle between maximized full screen and the Linux Desktop to navigate to other desktops. What I like about the -f option is that it will spread the RDESKTOP session across my dual headed Linux machine automatically (using NVidia TwinView drivers)
There are of course other options to improve performance over a VPN or non-local LAN. (color depth, compression, animation, backgrounds, etc.)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.