Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Installed Ubuntu Hardy for a friend

  1. #1
    Join Date
    Jul 2007
    Beans
    118
    Distro
    Lubuntu 13.04 Raring Ringtail

    Question Installed Ubuntu Hardy for a friend

    I have recently installed Ubuntu Hardy for a friend. The computer is a Dell with pretty decent stats that I don’t need to get into. I installed all the software that he would need from my home using my monitor, keyboard and mouse.

    When I brought the new box over to his place and hooked up his very outdated monitor, outdated keyboard, and outdated mouse, things were not nearly as pretty as I had them using my peripherals. This is not shocking at all and I knew I would have to do some tweaking. The Dell CRT monitor was not recognized at all so I chose a ViewSonic driver that I thought would work and it helped for the most part. I was finally able to get 1280 X 1024 resolution. The mouse was not a problem.

    The problem is the really old Dell Quietkey keyboard. It works but sometimes when you press the keys, they never register. For example, if I press the letter e 10 times, there is a good chance that I will onle see 4 of them on the screen. Other times I might get 10 out of 10. The same thing happens on other keys.

    I tried to switch out the keyboard to an even older one (only spare he had) but the problem still occurred. Has anyone seen this before? Will an updated keyboard resolve his type of issue or do I have something else going on here.

    Additional info: Nvidia video card with restricted driver installed and working.

    Please share your thoughts.

  2. #2
    Join Date
    Sep 2007
    Location
    cyberspace
    Beans
    77
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installed Ubuntu Hardy for a friend

    have you tried reconfiguring xorg? remember to make a backup first! (sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup)

    sudo dpkg-reconfigure -phigh xserver-xorg

    or

    sudo dpkg-reconfigure xserver-xorg



    with regards to your monitor, if you know it works at certain resolutions and you have the correct drivers for your graphics card installed that support those resolutions then you add those resolutions manually to your xorg.conf if they are not already there. you may want to check that the HorizSync and VertRefresh for your monitor are correct too. Ubuntu doesn't always auto-detect these correctly but you can use a program called ddcprobe to check what it should be, install that using

    sudo apt-get install xresprobe

    the run it using

    sudo ddcprobe | less

    you are wanting a specific part of the information shown (monitorrange) you can get to this quickly with this command

    sudo ddcprobe | grep monitorrange

    it will return some values

    "monitorrange: **-%%, 60-75"

    the **-%% in the example above will be the HorizSync and the 60-75 would be the VertRefresh

    these can then be added to your xorg.conf

    for more info please read this guide
    Last edited by vjkeito; July 21st, 2008 at 02:19 PM.

  3. #3
    Join Date
    Jul 2007
    Beans
    118
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Installed Ubuntu Hardy for a friend

    I was a little hesitant to go that route since xorg was auto configured by the restricted driver, but I had planned to go this route if a new keyboard does not work. Unfortunately, I will not be able to try the new keyboard for about three weeks. Thanks for the suggestion and let me know if you have any other ideas!

  4. #4
    Join Date
    Sep 2007
    Location
    cyberspace
    Beans
    77
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installed Ubuntu Hardy for a friend

    As far as I know that should help with your troubles getting your monitor setup correctly.

    is the keyboard usb/bluetooth etc?

  5. #5
    Join Date
    Jul 2007
    Beans
    118
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Installed Ubuntu Hardy for a friend

    Forgot to thank you for the monitor tip..I'll have to try that. The keyboard and mouse are PS2.

  6. #6
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Installed Ubuntu Hardy for a friend

    Don't forget that there is also an auto-configuration utility in Hardy, which takes advantage of the newer xorg 7.3. Start up using the recovery mode (second down in grub menu) and when you get to the options part, choose "xfix". As I understand it, this goes through the same procedures as when you install, detecting the monitor, etc etc, so should give the best for the hardware, assuming it is recognised.

  7. #7
    Join Date
    Jul 2007
    Beans
    118
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Installed Ubuntu Hardy for a friend

    Thanks, I was unaware of this feature. I have had the thought of reinstalling in the back of my mind as a last resort approach but this is definitely a better alternative.

  8. #8
    Join Date
    Nov 2007
    Beans
    449
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Installed Ubuntu Hardy for a friend

    It could be the keyboard that isnt working. Is it USB or PS/2?
    quidquid Latine dictum sit altum videtur

  9. #9
    Join Date
    Jul 2007
    Beans
    118
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Installed Ubuntu Hardy for a friend

    It's PS2 and very old. I tried an even older keyboard that is also PS2 and it had the same problem. This leads me to believe that it's not the keyboard since the chance of having two different keyboards with the same problem is slim...unless there is a problem with old keyboards in general when using a Linux system. These keyboards look to be from the early 90's or late 80's.

  10. #10
    Join Date
    Sep 2007
    Location
    cyberspace
    Beans
    77
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installed Ubuntu Hardy for a friend

    Quote Originally Posted by djxcon View Post
    Forgot to thank you for the monitor tip..I'll have to try that. The keyboard and mouse are PS2.

    no worries, hopefully these tips will help you out

    peace

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •