LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-01-2002, 12:03 PM   #1
hoborocks
LQ Newbie
 
Registered: Nov 2002
Distribution: Gentoo
Posts: 14

Rep: Reputation: 0
Question KVM + Nvidia


Hi all! I'm at school right now, so I can't give full details...I'll try to later on tonight, but I have Calc in a few minutes so I can't do much now..

ANYWAY!

I recently bought a Linksys KVM switch to administer my two Linux boxes on my desk. One is running RH 7.2, (2.4.19?) the other RH 7.3 (2.4.19?). the second one, my HP, is the one in question. I have an NVidia chipset (though that's been factored out mostly), an Intellimouse USB, and an HP Internet keyboard.

Upon booting, because of the shoddy NVidia drivers I have, the computer starts into X partially...it goes through the bootup sequence and shows the "NVidia" screen...yet upon showing this screen, the X process reboots and tries to start again....I can't log in, x starts back up too quickly for my to log into text mode, so I can't view the logs...

I think it's the mouse:

Mouse --> USB->Ps/2 converter --> KVM switch --> Ps/2->USB converter --> Usb port on machine.

That would make sense, when I disconnected the monitor, it still didn't work...but when I hooked all components back into the machine, it all worked...

Any ideas? When i get home at about 5:30, I'm going to try the mouse and keyboard individually....it's one of them, I think...

thanks in advance,

Last edited by hoborocks; 10-05-2010 at 07:52 AM.
 
Old 11-01-2002, 01:47 PM   #2
smtoughill
LQ Newbie
 
Registered: Sep 2002
Location: New Jersey
Distribution: Red Hat 7.3
Posts: 20

Rep: Reputation: 0
I really don't have a clue what your problem is but i do know that linksys kvms get their "power" from the video cable.
 
Old 11-01-2002, 07:00 PM   #3
hoborocks
LQ Newbie
 
Registered: Nov 2002
Distribution: Gentoo
Posts: 14

Original Poster
Rep: Reputation: 0
Lightbulb Home now...

Okay, it's definitely the mouse...

I've submitted my XF86Config-4...

Yes, I've been using Linux for many years now, but I'm still a huge newbie...

*deflects rocks*

But I have NO idea as to what to do...I need to change my mouse, evidently...how can I tell /dev/input/mice (or whatever it is) to point to the USB port...or is that the problem, since it SHOULD be pointed there anyway!

Agh, I'm confused...I'll just leave....if you have ANY ideas, please dont' hesitate to post...any ideas will help, I'll try anything (besides something dumb like rm -rf / *....i'm not THAT newbie...*
 
Old 11-01-2002, 07:09 PM   #4
hoborocks
LQ Newbie
 
Registered: Nov 2002
Distribution: Gentoo
Posts: 14

Original Poster
Rep: Reputation: 0
Red face Re: Home now...

Quote:
Originally posted by hoborocks
Okay, it's definitely the mouse...

I've submitted my XF86Config-4...
Ahh, no attachments...i'lll post it when i get to a working machine.,..

Last edited by hoborocks; 10-05-2010 at 07:52 AM.
 
Old 11-01-2002, 08:23 PM   #5
hoborocks
LQ Newbie
 
Registered: Nov 2002
Distribution: Gentoo
Posts: 14

Original Poster
Rep: Reputation: 0
here it is...please help! Thanks!

attached...

# File generated by anaconda.

Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"

EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"

# Option "AutoRepeat" "500 5"

# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbRules" "xfree86"
Option "XkbModel" "hp"
Option "XkbLayout" "us"
Option "XkbVariant" "basic"
#Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-48.5
VertRefresh 50-70
Option "dpms"

# -- 1400x1050 --
# 1400x1050 @ 60Hz, 65.8 kHz hsync
Modeline "1400x1050" 129 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync

# 1400x1050 @ 70Hz, 76.8 kHz hsync
Modeline "1400x1050" 151 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync

# 1400x1050 @ 75Hz, 82.3 kHz hsync
Modeline "1400x1050" 162 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync

# 1400x1050 @ 85Hz, 93.2 kHz hsync
Modeline "1400x1050" 184 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync

EndSection

Section "Device"
# no known options
Identifier "NVIDIA Riva TNT (generic)"
Driver "nvidia"
VendorName "NVIDIA Riva TNT (generic)"
BoardName "NVIDIA Riva TNT (generic)"
#BusID
EndSection

Section "Screen"
Identifier "Screen0"
Device "NVIDIA Riva TNT (generic)"
Monitor "Monitor0"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768" "1024x768"
EndSubsection

Option "NvAgp" "0"

EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 11-02-2002, 07:01 AM   #6
hoborocks
LQ Newbie
 
Registered: Nov 2002
Distribution: Gentoo
Posts: 14

Original Poster
Rep: Reputation: 0
Lightbulb

K, I think I figured it out...well, partially...

It definitely lies in the mouse, somewhere. I plugged the USB directly into the machine, and also plugged a normal PS/2 mouse through the switch.

So since I only have one PS/2 -> USB converter, I can't test that....it might be the Intellimouse?

No idea, but it's solved...now I just need a decent PS/2 mouse....with more buttons..


Last edited by hoborocks; 10-05-2010 at 07:52 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KVM issues Paulymon Linux - Hardware 2 10-31-2005 12:38 PM
Linux and KVM philipogletree Linux - Hardware 2 08-25-2005 06:23 AM
KVM switch kingtas Linux - Newbie 7 02-17-2005 07:50 PM
KVM switch frankie_DJ Linux - Hardware 2 10-07-2004 02:05 AM
KVM and X issues BattousaiX Linux - Software 1 10-02-2004 08:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration