This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
client:optional_parameters [2018/04/15 05:48] karl [-opengl] Add error messages when GLX is not switched on |
client:optional_parameters [2024/12/30 16:39] (current) leaf Remove known client issues link |
||
---|---|---|---|
Line 139: | Line 139: | ||
==== -mapsize ==== | ==== -mapsize ==== | ||
- | Short: -mapsize xXy - Set the mapsize to be X by Y spaces. (default 11x11) | + | Short: -mapsize xXy - Set the mapsize to be X by Y spaces. \\ |
+ | gdefaults Entries: [[gdefaults#map_width]] , [[gdefaults#map_height]] \\ | ||
+ | Default: gtk1: 11x11; gtk-2: old 15x15, new 25x25 | ||
+ | |||
+ | For a new installation of the GTK-1 client without any configuration files, the default map size of 11x11 might lead to a slightly distorted GUI. \\ | ||
+ | ''-mapsize 9x9'' might be a better first impression without stat bars / resistances column overlapping the bottom of the map: | ||
+ | |||
+ | ^ mapsize default ^ mapsize 9 x 9 ^ | ||
+ | | {{gcfclient_mapsize_default.jpg?350}} | {{gcfclient_mapsize_9x9.jpg?350}} | | ||
+ | |||
+ | |||
+ | |||
- | gdefaults Entries: [[gdefaults#map_width]] , [[gdefaults#map_height]] | ||
==== -mapscroll ==== | ==== -mapscroll ==== | ||
Line 202: | Line 213: | ||
</code> | </code> | ||
+ | When OpenGL had not been available at [[client compiling]] time, then the client will fall back to Pixmap mode, and prints to stderr | ||
+ | <code bash> | ||
+ | # crossfire-client-gtk2-1.70.0 -opengl | ||
+ | [WARNING ] (main.c::init_windows) client not compiled with opengl support. Ignoring -opengl | ||
+ | </code> | ||
Line 226: | Line 242: | ||
* ChangeLog [[changelog_0_92_1_70_0#Keyboard input impossible or confusing]] | * ChangeLog [[changelog_0_92_1_70_0#Keyboard input impossible or confusing]] | ||
* ChangeLog [[changelog_0_92_1_70_0#Popups @ v.1.12.0 client GTK1 mixed with GTK2 can not login]] | * ChangeLog [[changelog_0_92_1_70_0#Popups @ v.1.12.0 client GTK1 mixed with GTK2 can not login]] | ||
- | * known_client_issues [[:known_client_issues#Keyboard input impossible or confusing]] | ||
* bugs [[bugs#Pressing a keyboard key activates the command-line]] | * bugs [[bugs#Pressing a keyboard key activates the command-line]] | ||