Computing.Net > Forums > Linux > mouse problem in ubuntu 8.04

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

mouse problem in ubuntu 8.04

Reply to Message Icon

Name: Paul Griesbaum
Date: September 27, 2008 at 11:19:43 Pacific
OS: ubuntu 8.04
CPU/Ram: 640mb
Product: self made
Comment:

Is this normal? I've just installed ubuntu 8.04 and whenever I use the mouse, there is a shadowy white box from which I have to place over whatever I want to click on. It's really difficult to use this distro because of this. Will I have to download and install mouse drivers to get the mouse to work properly?



Sponsored Link
Ads by Google

Response Number 1
Name: KirstyN
Date: October 1, 2008 at 17:43:57 Pacific
Reply:

Currently, not all plug-and-play features are supported by fit-PC, so autoconfiguration of X11 (the graphics engine) does not work.
Now, to change the resolution you need to do the following:

Press "Ctrl+Alt+F1" to get into the text console, there:
Code:

/etc/init.d/xdm stop # stop the X server
nano /etc/X11/xorg.conf # edit the X server configuration
/etc/init.d/xdm start # start X server back

When you edit the X server configuration, you need to delete "HorizSync 31.5 - 35.1" and "VertRefresh 50-70" from monitor definitions (lines 121-122), and also in the "Screen" section add the resolutions you would like to use in the "Modes" (lines 155, 155, 160, 165, 170, and 175), e.g.
Code:

Subsection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection

http://www.pcfixreview.com


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: mouse problem in ubuntu 8.04

VLC Player error in Ubuntu 8.04 www.computing.net/answers/linux/vlc-player-error-in-ubuntu-804/30088.html

Major mouse problem in Mandrake 8.2 www.computing.net/answers/linux/major-mouse-problem-in-mandrake-82/16441.html

Nasty Mouse Problem in Linux Mandra www.computing.net/answers/linux/nasty-mouse-problem-in-linux-mandra/16289.html