Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Sreensaver will not start, detecting keystrokes?


  • Please log in to reply

#1
thedude5000

thedude5000

    New Member

  • Member
  • Pip
  • 8 posts
Long story short:
I have a Dell Vostros 1000. I bought this notebook new and it had Windows XP installed. I installed a 64-bit version of linux (ubuntu) for a few months. I then switched to Win XP 64-bit. Then I returned to Win XP 32-bit.

The Problem: Programs like the screen saver and my bank's virtual keyboard detect a keystroke from the keyboard and therefore do not work properly.

Details:
The problem started after the installation of Win XP 64-Bit. It continues under the current Win 98 installation. Both Windows versions were installed from legit licensed copies.

Whenever I try to run the screen saver preview it runs for between 1-5 seconds then turns off like an event was detected.
On my bank's web site they use a virtual keyboard that will not work if it detects keyboard input. It gives an error message that tells me to use the mouse to click on the virtual keyboard and not use my actual keyboard (also 1-5 seconds after the virtual keyboard gets focus).

The keystrokes do not appear in notepad, or anywhere else I've noticed at all.

Here are some things I've tried:
Restarting (ha!)
Updating the driver
Running a full Symantec scan with an updated database.
Bazooka!

I even cleared my all my cookies and tried my bank in IE6 and IE7 and Firefox

Anybody have any ideas/solutions? :)
  • 0

Advertisements


#2
thedude5000

thedude5000

    New Member

  • Topic Starter
  • Member
  • Pip
  • 8 posts
I ran this program, and got the result in the attached screen shot. Anybody have a better program that can tell me exactly what key it's hearing?

import java.awt.Frame;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;

@SuppressWarnings("serial")
public class Main extends Frame {

private KeyListener k;

public Main(){
super("Yarg");
k = new KeyListener(){

@Override
public void keyPressed(KeyEvent e) {
System.out.println(KeyEvent.getKeyText(e.getKeyCode()));
}

@Override
public void keyReleased(KeyEvent e) {
System.out.println(KeyEvent.getKeyText(e.getKeyCode()));
}

@Override
public void keyTyped(KeyEvent e) {
System.out.println(KeyEvent.getKeyText(e.getKeyCode()));

}};
this.addKeyListener(k);
this.setSize(50,50);
this.setVisible(true);
}
public static void main(String[] args) {
new Main();
}

}

Attached Thumbnails

  • yarg.jpeg

  • 0

#3
Ztruker

Ztruker

    Member 5k

  • Technician
  • 7,091 posts
Have you loaded all the drivers fro the notebook, including the chipset drivers, from the manufacturers web site?
  • 0

#4
thedude5000

thedude5000

    New Member

  • Topic Starter
  • Member
  • Pip
  • 8 posts
yup
  • 0

#5
Ztruker

Ztruker

    Member 5k

  • Technician
  • 7,091 posts
Do you per chance have a microphone connected?
  • 0

#6
thedude5000

thedude5000

    New Member

  • Topic Starter
  • Member
  • Pip
  • 8 posts
not that i know of. might there be one built into my notebook?
  • 0

#7
Ztruker

Ztruker

    Member 5k

  • Technician
  • 7,091 posts
You said you installed all the drivers, did that include the Touchpad driver?

What about running the Dell Diagnostics from the Driver download page?

Dell Vostro 1000 Drivers and Downloads

Does it fail if you boot to Safe Mode with Networking?
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP