project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - runephilosof

Pages: [1]
1
Bugs prior to release 2.4 / Re: Mouse is too sensitive
« on: March 14, 2015, 11:41:33 pm »
As I wrote in http://ufoai.org/forum/index.php/topic,8645.0.html

You will want to start the games with
Code: [Select]
SDL_VIDEO_X11_DGAMOUSE=0 SDL_VIDEO_X11_MOUSEACCEL=2/1/0 "command to start the game"
So I have made a script for starting ufoai containing:
Code: [Select]
#!/bin/bash
SDL_VIDEO_X11_DGAMOUSE=0 SDL_VIDEO_X11_MOUSEACCEL=2/1/0 /home/rp/repos/ufoai/ufo

2
Linux / Re: Wacom Mouse/Stylet way too fast
« on: March 14, 2015, 11:40:11 pm »
You will want to start the games with
Code: [Select]
SDL_VIDEO_X11_DGAMOUSE=0 SDL_VIDEO_X11_MOUSEACCEL=2/1/0 "command to start the game"
So I have made a script for starting ufoai containing:
Code: [Select]
#!/bin/bash
SDL_VIDEO_X11_DGAMOUSE=0 SDL_VIDEO_X11_MOUSEACCEL=2/1/0 /home/rp/repos/ufoai/ufo

Pages: [1]