Screen Resolution
-
Topic authorkane426
- Posts: 5
- Joined: 20.06.2004
- With us: 20 years 5 months
- Location: Butte, Montana
Screen Resolution
Is it possible to run a command in the start script that will load a predetermined screen resolution????????????? (v1.3.2)
Re: Screen Resolution
kane426 wrote:Is it possible to run a command in the start script that will load a predetermined screen resolution????????????? (v1.3.2)
Code: Select all
[color=red][/color][color=red][/color][size=18][/size]
Unfortunately, a --resolution option didn't make it into Celestia v1.4.0. However...
I'm assuming you're using Windows, preferably Windows XP. If you're talking about the resolution that Celestia uses when it runs in full-screen mode, running Celestia so it opens in full-screen mode at one particular (default) resolution has been possible for quite some time.
The command line option
--fullscreen
causes Celestia to start occupying the entire screen instead of in windowed mode.
You can select the default fullscreen resolution from Celestia's Render / Set Display Mode... menu.
You can edit the properties of the icon that runs Celestia so that its startup command includes whatever command-line options you want.
1. run Celestia and pick the appropriate full-screen resolution; exit from Celestia
2. edit the icon's properties
Right-click on the icon
Select Properties (at the bottom of the popup menu)
Select the Shortcut tab (the default)
Edit the Target line. At its end, insert a space and --fullscreen after the last double-quote (").
The line should now look like
(for example)
Click on OK
3. select (double-click) on the icon to run Celestia in full-screen mode at the resolution that you selected.
I'm assuming you're using Windows, preferably Windows XP. If you're talking about the resolution that Celestia uses when it runs in full-screen mode, running Celestia so it opens in full-screen mode at one particular (default) resolution has been possible for quite some time.
The command line option
--fullscreen
causes Celestia to start occupying the entire screen instead of in windowed mode.
You can select the default fullscreen resolution from Celestia's Render / Set Display Mode... menu.
You can edit the properties of the icon that runs Celestia so that its startup command includes whatever command-line options you want.
1. run Celestia and pick the appropriate full-screen resolution; exit from Celestia
2. edit the icon's properties
Right-click on the icon
Select Properties (at the bottom of the popup menu)
Select the Shortcut tab (the default)
Edit the Target line. At its end, insert a space and --fullscreen after the last double-quote (").
The line should now look like
Code: Select all
"C:\Program Files\Celestia\Celestia.exe" --fullscreen
(for example)
Click on OK
3. select (double-click) on the icon to run Celestia in full-screen mode at the resolution that you selected.
Selden
Thank you very much Selden,
I'll try that at home in the weekend (I'm at work now...)
I was already running Celestia at full screen, but in the Window mode, ie. with the blue horizontal stripe at the top etc.
What I'd like is to run with only Celestia as an uncluttered view into space - and when I need its menu I just move my mouse at the top of the screen. All this without having to pull down the resolution menu and set it to 1024x768 at the start.
Thanks again.
I'll try that at home in the weekend (I'm at work now...)
I was already running Celestia at full screen, but in the Window mode, ie. with the blue horizontal stripe at the top etc.
What I'd like is to run with only Celestia as an uncluttered view into space - and when I need its menu I just move my mouse at the top of the screen. All this without having to pull down the resolution menu and set it to 1024x768 at the start.
Thanks again.
Well?€¦ unfortunately it didn?€™t work.
As a matter of fact, wether I change the resolution by selecting Toggle Full Screen in the Render Menu or by the Alt+Enter keys, my LCD display changes to 640x480 16bit, when I normally run on 1024x768x32!!!!
OTHO if I select my correct res in Render>Select Display Mode>drop down menu, all goes well and I get to view Celestia in 1024x768, without applications bar.
Any ideas about this strange behaviour?
As a matter of fact, wether I change the resolution by selecting Toggle Full Screen in the Render Menu or by the Alt+Enter keys, my LCD display changes to 640x480 16bit, when I normally run on 1024x768x32!!!!
OTHO if I select my correct res in Render>Select Display Mode>drop down menu, all goes well and I get to view Celestia in 1024x768, without applications bar.
Any ideas about this strange behaviour?
Perhaps I wasn't clear.
Then after you exit from Celestia, whenever you start Celestia in fullscreen mode or switch to fullscreen mode using the keyboard shortcut Alt-Enter, Celestia should run in that selected resolution.
Are you saying that it doesn't?
That was what I intended you to do.if I select my correct res in Render>Select Display Mode>drop down menu,
Then after you exit from Celestia, whenever you start Celestia in fullscreen mode or switch to fullscreen mode using the keyboard shortcut Alt-Enter, Celestia should run in that selected resolution.
Are you saying that it doesn't?
Selden