Author

Topic: Using Ubuntu 11.04? Be sure not to move your mouse off of your main screen! (Read 5030 times)

jr. member
Activity: 69
Merit: 3
Has anybody else experienced this? Do you have any idea what could be causing it? Do you know how I can stop it!?

I had the same problem, and I just managed to fix it.

In a terminal, type:

Code:
sudo gedit /etc/X11/xorg.conf

You should see this section in the file:

Code:
Section "ServerLayout"
Identifier     "aticonfig Layout"
Screen      0  "aticonfig-Screen[0]-0" 0 0
Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
Screen         "aticonfig-Screen[2]-0" RightOf "aticonfig-Screen[1]-0"
Screen         "aticonfig-Screen[3]-0" RightOf "aticonfig-Screen[2]-0"
EndSection

You need to move the second screen beyond the boundaries of the first, and the remaining two will follow it. In my case, 2000 pixels is enough since my resolution is less than that in both directions; adjust for your monitor as needed.

Code:
Section "ServerLayout"
Identifier     "aticonfig Layout"
Screen      0  "aticonfig-Screen[0]-0" 0 0
Screen         "aticonfig-Screen[1]-0" 2000 2000
Screen         "aticonfig-Screen[2]-0" RightOf "aticonfig-Screen[1]-0"
Screen         "aticonfig-Screen[3]-0" RightOf "aticonfig-Screen[2]-0"
EndSection

Restart and you should be all set.

Let me know if this worked for you!
member
Activity: 91
Merit: 11
Could try simply unplugging your mouse so it doesn't wander.
full member
Activity: 126
Merit: 100
If you're using gnome, go down to where you can switch between desktops. Then, right click and go to preferences and set the number of desktops to 1.
hero member
Activity: 560
Merit: 517
I can confirm this. Same problem on my Ubuntu 11.04 (64-bit) machines. I also heard mention of it on an IRC chat. Apparently you need to edit xorg.conf and move the second screen over so that your mouse can't get to it. I haven't tried it yet since my machines are headless.

EDIT: Well I can't find any options in man xorg.conf to "move the screen over" which is what I remember someone suggesting. Perhaps the extra Screens can just be removed?
hero member
Activity: 714
Merit: 500
Sounds like a memory problem. Could be your cards, could be your RAM. That's my best guess.
sr. member
Activity: 280
Merit: 252
I have 4 * 5870s setup on one motherboard.

I have downclocked them and use a high -f value for poclbm so they are running cool enough - ~75-80C at most...

I (for some reason) took my mouse pointer and started dragging it off the screen, to the far right.

The computer immediately showed a black screen and said:

Code:
>> Starting CUPS spooler/server                                             [ok]
>> Checking battery status                                                  [ok]
>> Stopping System V runlevel compatibility                                 [ok]

I had to re-start and everything was all good again. I also double checked this behavior, it is most definitely caused by allowing your mouse to wonder... which worries me because I know some optical mice will simply do that given long periods of inactivity... Whenever I leave my mouse in the top right of the screen for example if I am watching something, it will occasionally and randomly move itself.

Has anybody else experienced this? Do you have any idea what could be causing it? Do you know how I can stop it!?

Specs:
Ubuntu 11.04 desktop 64 bit, latest poclbm, SDK 2.1, catalyst v11.4, 16gb usb as hdd... ask if you need more info.
Jump to: