View previous topic :: View next topic |
Author |
Message |
at240 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 12 Aug 2005 Posts: 603 Location: UK
|
Posted: Wed Apr 19, 2006 10:31 am Post subject: [SOLVED] Odd USB mouse response to startx |
|
|
This is a strange one; never seen anything like it.
When I startx, my USB mouse does not work. If I switch to a different console and then back to X, then it works fine. If I'm quick-witted and move it around just after typing startx, as long as I move it off dead-centre as X initialises, it works fine. But if I'm too late, then nothing.
How can I stop this? USB support is working fine; as I say, the mouse works, just not after startx without me moving it around.
Any ideas, anyone?
![Confused :?](images/smiles/icon_confused.gif)
Last edited by at240 on Mon Apr 24, 2006 2:28 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
olger901 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Mar 2005 Posts: 625
|
Posted: Wed Apr 19, 2006 12:17 pm Post subject: |
|
|
Could you post your emerge --info and xorg.conf here please, that would make it easier for us to help you. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
at240 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 12 Aug 2005 Posts: 603 Location: UK
|
Posted: Wed Apr 19, 2006 6:07 pm Post subject: |
|
|
Here you are
emerge info wrote: | Gentoo Base System version 1.6.14
Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r3, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1.73GHz
dev-lang/python: 2.4.2
sys-apps/sandbox: 1.2.12
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.16.1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm audiofile avi berkdb bitmap-fonts bzip2 cdr cli crypt ctype cups curl dba dri dvd dvdr eds emboss encode expat fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gpm gstreamer gtk gtk2 imlib ipv6 isdnlog jpeg kde lcms libg++ libwww mad memlimit mikmod mng motif mp3 mpeg ncurses nls nptl nsplugin ogg opengl pam pcre pdflib perl png posix pppd python qt quicktime readline sdl session simplexml soap sockets spell spl ssl tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev usb vorbis xine xml xml2 xsl xv zlib userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
|
xorg.conf wrote: | Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
# FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
# FontPath "/usr/share/fonts/Speedo/"
# FontPath "/usr/share/fonts/TrueType/"
# FontPath "/usr/share/fonts/freefont/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 29 - 49
VertRefresh 0 - 60
EndSection
Section "Device"
Identifier "** NVIDIA (generic) [nv]"
Driver "nvidia"
VideoRam 131072
Option "NoLogo" "true"
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "** NVIDIA (generic) [nv]"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
at240 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 12 Aug 2005 Posts: 603 Location: UK
|
Posted: Thu Apr 20, 2006 11:54 am Post subject: |
|
|
**bump**
Any ideas, anyone? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
at240 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 12 Aug 2005 Posts: 603 Location: UK
|
Posted: Mon Apr 24, 2006 2:28 pm Post subject: |
|
|
Solved: upgrading to latest nvidia drivers has done the trick. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|