Announcement

Collapse
No announcement yet.

Strange thing :-(

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Strange thing :-(

    Hi Guys..
    I've just installed Kubuntu 6.06...but I've a strange problem...
    Often Kubuntu start with resolution only 640x480 and at same time ...mouse is like crazy......movement are impossible to see and is not regular...
    I try to reinstall it but no problem..
    Could happen that when I shut down and restar...Kubuntu goes fine...at rite resolution (1024x768) with mouse ok
    Thanx

    #2
    Re: Strange thing :-(

    Sounds like a problem with your 'xorg.conf' file - this is where settings related to screen, mouse etc are.

    You could try:
    Code:
    sudo dpkg-reconfigure xserver-xorg
    This will set up the file again from scratch, prompting you for each setting. You might want to copy the orignal file first in case this makes it worse!:
    Code:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
    To see if this has worked, you need to reboot (or at least restart X from the login screen)

    Hope this helps!

    Comment

    Working...
    X