LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ut2k4 and ut2k3 mouse glitchy (https://www.linuxquestions.org/questions/linux-software-2/ut2k4-and-ut2k3-mouse-glitchy-162873/)

exodist 03-26-2004 11:09 PM

ut2k4 and ut2k3 mouse glitchy
 
for a very logn time, since I first installed ut2k3 when it came out, after many reformats, custom kernel upgrades in both the 2.4 and 2.6 branch, and several mouse changes/port changes from usb and ps/2. changed refresh rates, just about everything I can think of. nothing solves my problem, now that I have explained what I have changed I will explain the problem.

I have good performcance in the game, moving everywhere works great, however only with the keyboard, when I use the mouse it will get glitchy liek it goes a little distance backtraces a bit and goes again. so if I am looking left with the mouse it will go left a bit, then right a tiny bit then continue left and keeps glitching. I have tried various mouse smoothing, exceleration, and sencitivity settings as well.

system specs:

slckare 8.1+9.1+customisations out the wazoo not a stock slack install

kernel 2.6.3 w/ ruby kernel patches (multiple displays w/ seperate keyboards and mice each (problem occured before I used this patch)

via motherboard, pentium 4 2.2ghz
1gb ddr
600gb hd space on 4 120's an 80 (main) and a 50
4gb swap space (almost never used)
video card for game is geforce4ti 4600 w/ 2 lcd's (agp)
have tried w/ both sblive, and gametheaterXP

lspci:
00:00.0 Host bridge: VIA Technologies, Inc. VT8374 P4X400 Host Controller/AGP Bridge (rev 03)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
00:08.0 VGA compatible controller: S3 Inc. 86c775/86c785 [Trio 64V2/DX or /GX] (rev 16)
00:09.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
00:0a.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
00:0b.0 Multimedia controller: Sigma Designs, Inc. REALmagic Hollywood Plus DVD Decoder (rev 02)
00:0c.0 Unknown mass storage controller: Promise Technology, Inc. 20269 (rev 02)
00:0d.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)
00:0e.0 Ethernet controller: VIA Technologies, Inc.: Unknown device 3053 (rev 96)
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 50)
01:00.0 VGA compatible controller: nVidia Corporation NV25 [GeForce4 Ti 4600] (rev a2)

xfree86 (I made custom):
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "speedo"
# Load "freetype"
# Load "xtt"
Load "glx"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
# FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
# Option "DisableModInDev"
Option "PciOsConfig" "1"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse1"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
EndSection

Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 82.0
VertRefresh 60-100
EndSection

Section "Device"
Identifier "NVIDIA"
Driver "nvidia"
#VideoRam 131072
# Insert Clocks lines here if appropriate
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "IgnoreEDID" "true"
Option "TwinView" "true"
Option "TwinViewOrientation" "RightOf"
Option "SecondMonitorHorizSync" "31.5 - 82.0"
Option "SecondMonitorVertRefresh" "60-100"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480; 1280x1024,NULL; 1024x768,NULL; 800x600,NULL; 640x480,NULL; NULL,1280x1024; NULL,1024x768; NULL,800x600; NULL,640x480"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "NVIDIA"
Monitor "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection


All times are GMT -5. The time now is 03:12 PM.