LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is there a conf file for rdesktop? (https://www.linuxquestions.org/questions/linux-newbie-8/is-there-a-conf-file-for-rdesktop-94689/)

guitarnix 09-19-2003 09:16 PM

Is there a conf file for rdesktop?
 
I am using rdesktop to remote into my windows servers at work. I normally launch with the "-g" switch set to 1068x768.

I was wondering if there was a conf file for this app so that I can make this the default screen resolution.

If so, where can I find it.

I am using RH9.

zatriz 09-22-2003 01:36 AM

There doesn't seem to be any config files that i can find
But what you can do is create a file put command inside
like rdesktop -g 1068x768.
then chmod +x the file it will make it executable then all you have to do just type the file name and it will load.
ie
echo "rdesktop -g 1068x768" > /usr/bin/rdesk
chmod +x /usr/bin/rdesk

You can do it for any program that requires extra settings.

guitarnix 09-22-2003 01:45 AM

Hey, great solution since there isn't a config file. Thanks.


All times are GMT -5. The time now is 12:39 AM.