I'm having a small (but still irritating) lag in the game.
I've installed the game on ubuntu 7.10 trough appget. Current version is 2.3-2.
Is there a solution for this?
Moderators: Nexuiz Moderators, Moderators
ion wrote:I'm having a small (but still irritating) lag in the game.
I've installed the game on ubuntu 7.10 trough appget. Current version is 2.3-2.
Is there a solution for this?
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "CorePointer" "True"
Option "Emulate3Buttons" "False"
EndSection
Section "InputDevice"
Identifier "kbd"
Driver "keyboard"
Option "CoreKeyboard" "True"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
TheUbuntuGuy wrote:Paste this code in your /etc/X11/xorg.conf file, and restart Nexuiz:
[go to terminal and type "sudo gedit /etc/X11/xorg.conf" and then paste, then save"
- Code: Select all
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "CorePointer" "True"
Option "Emulate3Buttons" "False"
EndSection
Section "InputDevice"
Identifier "kbd"
Driver "keyboard"
Option "CoreKeyboard" "True"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Return to Nexuiz - Support / Bugs
Users browsing this forum: No registered users and 1 guest