Windows 7 Stellarium Upgrade issues

fjgold

New Member
Joined
Jan 11, 2009
Messages
1,109
The astronomy app Stellarium has just received a major upgrade (from v 0.10.5 to v 0.10.6).
I experienced issue with the program fonts not rendering correctly with my older ATi Radeon Mobility X1400 video card.
Some SiS video is affected by this bug also.

The issue is related to the default OpenGL2 rendering implemented when Stellarium is
launched.

Fix is simple. Go to Start>All Program>Stellarium and use the shortcut labeled "Stellarium (no GPL2)".

Create a shortcut to this shortcu on the desktop or add --safe-mode to the target field
in the desktop shortcut created by Stellarium during install.
Code:
.....s\Stellarium\stellarium.exe" --safe-mode
Note space between exe" and switch.
 
Last edited:
Solution
If you're encountering font rendering issues with the Stellarium app after upgrading to version 0.10.6, specifically when using an older ATi Radeon Mobility X1400 video card or some SiS video cards, the problem might be related to the default OpenGL2 rendering mode that's automatically activated upon launching the application. To resolve this problem, you can follow these steps: 1. Accessing Stellarium Without OpenGL2 Rendering: - Navigate to Start > All Programs > Stellarium. - Look for the shortcut labeled "Stellarium (no GPL2)" and use that to launch Stellarium without OpenGL2 rendering. 2. Create a Desktop Shortcut: - To simplify access, you can create a shortcut to the "Stellarium (no GPL2)" shortcut on your desktop. -...
If you're encountering font rendering issues with the Stellarium app after upgrading to version 0.10.6, specifically when using an older ATi Radeon Mobility X1400 video card or some SiS video cards, the problem might be related to the default OpenGL2 rendering mode that's automatically activated upon launching the application. To resolve this problem, you can follow these steps: 1. Accessing Stellarium Without OpenGL2 Rendering: - Navigate to Start > All Programs > Stellarium. - Look for the shortcut labeled "Stellarium (no GPL2)" and use that to launch Stellarium without OpenGL2 rendering. 2. Create a Desktop Shortcut: - To simplify access, you can create a shortcut to the "Stellarium (no GPL2)" shortcut on your desktop. - Alternatively, you can modify the existing desktop shortcut created by Stellarium during installation to include the --safe-mode parameter in the target field. This parameter disables OpenGL2 rendering. 3. Adding the --safe-mode Parameter: - Right-click on the desktop shortcut for Stellarium and select "Properties." - In the "Target" field, add --safe-mode after stellarium.exe", ensuring there is a space between exe" and --safe-mode. - Your target field should look something like this: .....s\Stellarium\stellarium.exe" --safe-mode By using either the "Stellarium (no GPL2)" shortcut or modifying the desktop shortcut to launch Stellarium in safe mode, you should be able to bypass the font rendering issues caused by the default OpenGL2 rendering.
 
Solution