LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Compiz and now my mouse is jacked (https://www.linuxquestions.org/questions/linux-software-2/compiz-and-now-my-mouse-is-jacked-696404/)

atomn 01-10-2009 07:49 PM

Compiz and now my mouse is jacked
 
Hi, I'm very new to linux. I just installed ubuntu on an HP dv9000 notebook. Everything went great, I love it. But, I installed the compiz manager and was playing around with settings (the "scale" feature) and all of the sudden my mouse stopped working normally. My mouse will only grab windows, it wont do anything else within a window. It doesn't matter where I my mouse is within a window, the only thing I can do with it is drag the window. So, that means I cannot click on anything. I can't scroll down, make selections, highlight text, click OK. All my mouse will do in any windows is grab it. This is true for both my external USB mouse and my laptop mouse.

I restarted my notebook, then went into compiz using keyboard shortcuts and disabled most of the features, and it didn't make any difference. I have no idea what I did. I also tried using my mouse on different desktops, and my mouse still failed to work normally on all of them.

I've been trying to fix the problem for about an hour. Can someone help a linux noob who doesn't want to reinstall ubuntu (unless I have to).

Thanks

atomn 01-11-2009 08:32 PM

I already tried changing all of the compiz settings back to default. I read every other related mouse issue on this forum that I could find. Still haven't been able to fix my problem. This is my last request for help before I reinstall.

atomn 01-12-2009 09:39 PM

Quote:

Originally Posted by atomn (Post 3405105)
I already tried changing all of the compiz settings back to default. I read every other related mouse issue on this forum that I could find. Still haven't been able to fix my problem. This is my last request for help before I reinstall.

I had to delete my xwindows config file in order to fix this problem. I got help from a guy at work who's been running Linux for years. He knew exactly what to do even though he had never come across the problem before.

SqdnGuns 01-12-2009 09:42 PM

Quote:

Originally Posted by atomn (Post 3406503)
I had to delete my xwindows config file in order to fix this problem. I got help from a guy at work who's been running Linus for years. He knew exactly what to do even though he had never come across the problem before.

Thanks for posting your solution, most n00bs just do a "hit 'n run."

Good luck with your new OS.

atomn 01-12-2009 11:31 PM

Quote:

Originally Posted by SqdnGuns (Post 3406507)
Thanks for posting your solution, most n00bs just do a "hit 'n run."

Good luck with your new OS.

No problem. I don't do hit and runs. Thanks for noticing.

atomn 01-13-2009 08:20 PM

Correction:

Although I fixed the problem I have been unable to edit, or access the xconfig file ( I'm sure it has something to do with permissions. I guess I was supposed to use a sudo login or something), and my compiz isn't working. So I just reinstalled ubuntu.

jschiwal 01-13-2009 08:27 PM

Something like "sudo vim /etc/X11/xorg.conf" will work. You can use your favorite text editor, maybe nano. A graphical text editor such as "gnomesu <editorname> /etc/X11/xorg.conf" should work as well. ( Sorry, I don't use gnome and don't know a kate equivalent in gnome. ) Make sure you use a text editor, and not a word processing editor.

John VV 01-13-2009 08:31 PM

for gnome it would be gedit ( if you have a working GUI ) or nano or vi / vim for the CLI

atomn 01-13-2009 11:30 PM

I just changed the permissions on my fonts directory to 666 after not being able to import a font folder to the directory even though I was logged in as root. As soon as I did every bit of text on my system turned into a square. It's just funny at this point that Linux claims to be more stable than windows. I've been running window on my new PC for two months without a single error, yet I've had nothing be big problems with Linux after running it for literally 2 days. How stable is an OS (Ubuntu/debian) that has to lock up it's font directory otherwise the fonts go crazy and get corrupted immediately after changing the permissions.

SqdnGuns 01-13-2009 11:50 PM

Quote:

Originally Posted by atomn (Post 3407894)
I just changed the permissions on my fonts directory to 666 after not being able to import a font folder to the directory even though I was logged in as root. As soon as I did every bit of text on my system turned into a square. It's just funny at this point that Linux claims to be more stable than windows. I've been running window on my new PC for two months without a single error, yet I've had nothing be big problems with Linux after running it for literally 2 days. How stable is an OS (Ubuntu/debian) that has to lock up it's font directory otherwise the fonts go crazy and get corrupted immediately after changing the permissions.

Sorry to hear about your bad experience, reminds me of my first time.

All I can really say is to try some of the other distros until you find one you're comfortable with. Back up any configs that you have edited so you may use some of it if needed.

Good luck and don't give up..............

John VV 01-14-2009 01:02 AM

hi atomn compiz and compiz-fusion don't run to well an a HP dv9000 notebook , or any notebook . because it runs on the graphics card GPU and not the system cpu with a notebook most of the work ends up being done by the system cpu and it will REALLY slow things down a bit .
But Ubuntu is a good distro for the new person switching over from windows .It is very stable but there is a learning curve just like the one you had learning windows ( 98,me,xp, now vista).
So give it some time and soon it will be second nature .
Also use the Ubuntu package manager for all the software installs ( if possible ) , it will keep things strait for you so you don't kill the operating system . But even if you do then is is VERY easy to reinstall .
I reinstalled fedora 4 and 5 then 6 quite a few times after I messed up the system( FUBAR 'ed it )

atomn 01-14-2009 09:53 AM

My laptop is a media laptop with a pretty good nvidia graphics card. Compiz works really well on it...it's super fast. Running compiz hasn't been a problem. The problem that I had eariler seemed to have been related to the settings in compiz, not it performance.

My real problem now is that after I changed the permissions on my font folder all of my system fonts changed to square symbols and so I can't read anything on my system. I'm going to show it to a friend today and see if he can't use a command line (the only place where fonts aren't messed up) to fix the fonts.

I don't mind reinstalling, it's just that after a while it gets old.

John VV 01-14-2009 12:32 PM

because "666" is not the correct setting
files in /,/etc,/bin/usr/bin,/usr/share ( and so on) should not be changed
from ls -l in /usr/share
drwxr-xr-x 29 root root 4096 2008-12-12 15:29 fonts
try this
Code:

sudo( or su)
cd /usr/share
chown -R root:root fonts
chmod -R 755 fonts
chmod +x fonts

logout and log backin

jschiwal 01-15-2009 04:32 AM

Quote:

I just changed the permissions on my fonts directory to 666 after not being able to import a font folder to the directory even though I was logged in as root.
Where is this directory. A directory needs the 'x' bit set to be able to enter the directory. The system can't read the font files inside the directory. If you mean the .fonts directory in your own home directory, creating files as root can cause problems, due to the file being owned by root.

Are you logged in as root in the gui? That isn't a good idea. Sudo exists so you can perform some commands as root.

atomn 01-15-2009 10:32 AM

used chmod to change the permissions to 777, and it fixed all of my fonts automatically. I used sudo /fontsdirectory/ and then chmod 777 /fontsdirectory/ or something like that. Anyway, It fixed it. I have no idea why, but it did.


All times are GMT -5. The time now is 09:03 PM.