LinuxDoomer@Posted: Mon Mar 24, 2008 6:14 pm :
I've got Quake 4, but I don't hardly play it now because I'm having problems with the mouse sensitivity being extremely low while playing and I can't fix it.

Also, the last time I started it up, I couldn't hear NPC voices during gameplay.

Running v1.4.2 of Quake 4 for Linux, and I'm not having any of these issues when running Doom 3.



voldemort@Posted: Mon Mar 24, 2008 7:17 pm :
what version of linux are you running and copying some of your config files might help
example your xorg.conf etc
also your comp specs --if YOU provide no info -then- WE can be no help



LinuxDoomer@Posted: Mon Mar 24, 2008 10:37 pm :
Oops! My apologies.

Running Ubuntu 7.10 w/ Linux Kernel of 2.6.22-14-generic.

CPU: Intel Pentium D dual core at 3.4 GHz

nVidia GeForce 7300 256 MB video ram.

2 GB system memory.

This computer was as cutting edge as I could get locally when I bought in December of 2006.

Config files in /home/noah/.quake4



Bittoman@Posted: Mon Mar 24, 2008 11:19 pm :
go to /etc/X11 and open up xorg.conf (don't need to su or be root user to view, at least not normally), copy and paste that into the thread here. Mouse sensitivity is really screwy in Linux compared to Windows, it's actually hyper sensitive normally by comparison but you can adjust it to work more suitably if you keep the acceleration low and the movement higher. Problem I've always had is that it's just very sensitive in general so it's either too high or too low.

Also, as for the sound issue what's the sound card? Is it onboard or a name brand audio?



LinuxDoomer@Posted: Tue Mar 25, 2008 2:00 am :
Okay, xorg.conf

Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "ZAxisMapping"      "4 5"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "nVidia Corporation G70 [GeForce 7300 GT]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
   Option      "UseFBDev"      "true"
EndSection

Section "Monitor"
   Identifier   "ViewSonic VX924"
   Option      "DPMS"
   HorizSync   30-65
   VertRefresh   50-75
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "ViewSonic VX924"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
EndSection


Soundcard is onboard, HDA Intel STAC9221 chip.



LinuxDoomer@Posted: Mon Mar 24, 2008 6:14 pm :
I've got Quake 4, but I don't hardly play it now because I'm having problems with the mouse sensitivity being extremely low while playing and I can't fix it.

Also, the last time I started it up, I couldn't hear NPC voices during gameplay.

Running v1.4.2 of Quake 4 for Linux, and I'm not having any of these issues when running Doom 3.



voldemort@Posted: Mon Mar 24, 2008 7:17 pm :
what version of linux are you running and copying some of your config files might help
example your xorg.conf etc
also your comp specs --if YOU provide no info -then- WE can be no help



LinuxDoomer@Posted: Mon Mar 24, 2008 10:37 pm :
Oops! My apologies.

Running Ubuntu 7.10 w/ Linux Kernel of 2.6.22-14-generic.

CPU: Intel Pentium D dual core at 3.4 GHz

nVidia GeForce 7300 256 MB video ram.

2 GB system memory.

This computer was as cutting edge as I could get locally when I bought in December of 2006.

Config files in /home/noah/.quake4



Bittoman@Posted: Mon Mar 24, 2008 11:19 pm :
go to /etc/X11 and open up xorg.conf (don't need to su or be root user to view, at least not normally), copy and paste that into the thread here. Mouse sensitivity is really screwy in Linux compared to Windows, it's actually hyper sensitive normally by comparison but you can adjust it to work more suitably if you keep the acceleration low and the movement higher. Problem I've always had is that it's just very sensitive in general so it's either too high or too low.

Also, as for the sound issue what's the sound card? Is it onboard or a name brand audio?



LinuxDoomer@Posted: Tue Mar 25, 2008 2:00 am :
Okay, xorg.conf

Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "ZAxisMapping"      "4 5"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "nVidia Corporation G70 [GeForce 7300 GT]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
   Option      "UseFBDev"      "true"
EndSection

Section "Monitor"
   Identifier   "ViewSonic VX924"
   Option      "DPMS"
   HorizSync   30-65
   VertRefresh   50-75
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "ViewSonic VX924"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
EndSection


Soundcard is onboard, HDA Intel STAC9221 chip.



LinuxDoomer@Posted: Mon Mar 24, 2008 6:14 pm :
I've got Quake 4, but I don't hardly play it now because I'm having problems with the mouse sensitivity being extremely low while playing and I can't fix it.

Also, the last time I started it up, I couldn't hear NPC voices during gameplay.

Running v1.4.2 of Quake 4 for Linux, and I'm not having any of these issues when running Doom 3.



voldemort@Posted: Mon Mar 24, 2008 7:17 pm :
what version of linux are you running and copying some of your config files might help
example your xorg.conf etc
also your comp specs --if YOU provide no info -then- WE can be no help



LinuxDoomer@Posted: Mon Mar 24, 2008 10:37 pm :
Oops! My apologies.

Running Ubuntu 7.10 w/ Linux Kernel of 2.6.22-14-generic.

CPU: Intel Pentium D dual core at 3.4 GHz

nVidia GeForce 7300 256 MB video ram.

2 GB system memory.

This computer was as cutting edge as I could get locally when I bought in December of 2006.

Config files in /home/noah/.quake4



Bittoman@Posted: Mon Mar 24, 2008 11:19 pm :
go to /etc/X11 and open up xorg.conf (don't need to su or be root user to view, at least not normally), copy and paste that into the thread here. Mouse sensitivity is really screwy in Linux compared to Windows, it's actually hyper sensitive normally by comparison but you can adjust it to work more suitably if you keep the acceleration low and the movement higher. Problem I've always had is that it's just very sensitive in general so it's either too high or too low.

Also, as for the sound issue what's the sound card? Is it onboard or a name brand audio?



LinuxDoomer@Posted: Tue Mar 25, 2008 2:00 am :
Okay, xorg.conf

Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "ZAxisMapping"      "4 5"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "nVidia Corporation G70 [GeForce 7300 GT]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
   Option      "UseFBDev"      "true"
EndSection

Section "Monitor"
   Identifier   "ViewSonic VX924"
   Option      "DPMS"
   HorizSync   30-65
   VertRefresh   50-75
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "ViewSonic VX924"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
EndSection


Soundcard is onboard, HDA Intel STAC9221 chip.