Cyber Killer wrote:- more available screen resolutions (the windows client only allows 1024x768, didn't try the Linux client yet), higher for large LCD screens native res (and to see more of the playfield), and lower to play the game on a netbook
The game gets all available modes that are 1024x786 or higher through SDL_ListModes. This should mean that all resolutions above and including 1024x768 that you can switch your desktop to should appear in-game as well. In Linux I believe it checks the resolutions in your X config file.
Downwards it's limited to 1024x786 because otherwise the UI is crammed up (especially height-wise), but I also believe that with less screen space it would be pretty much unplayable.
Perhaps try updating your graphics and monitor drivers if you don't have the latest version installed. I did though also notice a note somewhere that SDL_ListModes might not list all available modes, I can check into it some other day.
Cyber Killer wrote:- a new turn notification
There is a click sounds when a new turn starts.