Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Change Gnome resolution NEW now mouse doesnt work
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 3:20 pm    Post subject: Change Gnome resolution NEW now mouse doesnt work Reply with quote

I have gnome installed and working. i want to change the resolution though and I am not sure how. im stuck at 640x480 and that isnt cool. im using xorg 6.7. any ideas

Last edited by downat420 on Thu Sep 16, 2004 4:46 pm; edited 1 time in total
Back to top
View user's profile Send private message
shade266
Guru
Guru


Joined: 29 Oct 2003
Posts: 593
Location: Internal

PostPosted: Thu Sep 16, 2004 4:11 pm    Post subject: Reply with quote

http://www.google.com/linux?hl=en&lr=&ie=UTF-8&q=gentoo+gnome+resolution&btnG=Google+Search
_________________
I've been away for a long time, bear with me.
Back to top
View user's profile Send private message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 4:34 pm    Post subject: mouse doesnt work Reply with quote

ok, well i tried to redo the xorgconfig command
and now my mouse doesnt work. it used to work perfectly. i used all the same settings in the xorgconfig. what should i do
Back to top
View user's profile Send private message
shade266
Guru
Guru


Joined: 29 Oct 2003
Posts: 593
Location: Internal

PostPosted: Thu Sep 16, 2004 4:53 pm    Post subject: Reply with quote

does your resolution look better? what type of mouse do you have? also, did you reboot or restart your WM (depending on what you are using) sometimes rebooting after you have edited the xorg file helps
_________________
I've been away for a long time, bear with me.
Back to top
View user's profile Send private message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 5:01 pm    Post subject: Reply with quote

ok, i rebooted, and now the mouse still doesnt work properly, it jumps all over the place and loves the top of the screen. if i move it really fast I can get it to go down for a second or less before it jumps right back to the top. anyone know?
Back to top
View user's profile Send private message
shade266
Guru
Guru


Joined: 29 Oct 2003
Posts: 593
Location: Internal

PostPosted: Thu Sep 16, 2004 5:06 pm    Post subject: Reply with quote

post your xorgconfig and what type of mouse do you have? usb, ps/2?
_________________
I've been away for a long time, bear with me.
Back to top
View user's profile Send private message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 5:10 pm    Post subject: Reply with quote

i dont know how to post that. im using a windows maching next to it to get help, so i cant cut and paste.

im using a microsoft ps/2 mouse. the xorgconfig has a bunch of comments, is there a certain part you want me to type out?
Back to top
View user's profile Send private message
hoarycripple
n00b
n00b


Joined: 11 Mar 2003
Posts: 42

PostPosted: Thu Sep 16, 2004 5:12 pm    Post subject: Reply with quote

It sounds like the mouse protocol you are using in the new xorg.conf is wrong. What type of mouse do you use, and what protocol? Specifically, check the section in your xorg.conf file that says:
Code:

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/psaux"
    Option "Buttons"   "5"
    Option "ZAxisMapping" "4 5"


Check which protocol you need to use with your mouse.
Back to top
View user's profile Send private message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 5:19 pm    Post subject: Reply with quote

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/mouse"

thats what i have
Back to top
View user's profile Send private message
hoarycripple
n00b
n00b


Joined: 11 Mar 2003
Posts: 42

PostPosted: Thu Sep 16, 2004 5:47 pm    Post subject: Reply with quote

What did that section say in your previous configuration?

Try using "PS/2" as the protocol first. That's the generic ps/2 mouse protocol. You'll need to restart X (as you already know) after you make the changes.

You can then use a specific protocol for your mouse if that works.
"ExplorerPS/2" should work well also.

HTH.

EDIT: Are you using a ps/2 mouse? I totally forgot to ask and just assumed you were. If you are using a ps/2 mouse, then change the device to /dev/psaux also, or make a symlink from /dev/mouse to /dev/psaux.
Back to top
View user's profile Send private message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 5:59 pm    Post subject: Reply with quote

umm it was working, then i switched to my pc, maybe it has something to do with my kvm switch. i got the resolution changed and my mouse works until i switch and switch back. i really need to be able to do that. you are supposed to be able to right?

Last edited by downat420 on Thu Sep 16, 2004 6:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
hoarycripple
n00b
n00b


Joined: 11 Mar 2003
Posts: 42

PostPosted: Thu Sep 16, 2004 6:07 pm    Post subject: Reply with quote

You're welcome.

Off topic: Symlinks are great! you should really check out some man pages (man ln) and learn to use them. Very useful. And they are used pretty often too.
Back to top
View user's profile Send private message
hoarycripple
n00b
n00b


Joined: 11 Mar 2003
Posts: 42

PostPosted: Thu Sep 16, 2004 6:09 pm    Post subject: Reply with quote

I had this problem with my kvm switch also. You don't need to do a reboot, you can just restart X by doing a CTRL-ALT-BACKSPACE and it should work OK.

Also, change protocol to ExplorerPS/2 and see if that helps.
Back to top
View user's profile Send private message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 6:18 pm    Post subject: Reply with quote

it doesnt work when i restart x server. it only works just after a reboot. is there a better way to stop x server than kill it. that just sounds harsh
Back to top
View user's profile Send private message
hoarycripple
n00b
n00b


Joined: 11 Mar 2003
Posts: 42

PostPosted: Thu Sep 16, 2004 6:26 pm    Post subject: Reply with quote

So even after the protocol change, switching via the KVM still causes the mouse to get borked?

You can restart X b y doing a /etc/init.d/xdm restart

(where xdm can be xdm, gdm or kdm depending on what you use)
Back to top
View user's profile Send private message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 6:28 pm    Post subject: Reply with quote

yes, it worked a few hours ago. i dont know what to do.
Back to top
View user's profile Send private message
hoarycripple
n00b
n00b


Joined: 11 Mar 2003
Posts: 42

PostPosted: Thu Sep 16, 2004 7:12 pm    Post subject: Reply with quote

What is the specific problem now? Does the mouse get messed up only when you switch with a KVM, or it doesn't work at all?

Maybe the KVM is the problem?
Back to top
View user's profile Send private message
downat420
n00b
n00b


Joined: 09 Sep 2004
Posts: 72

PostPosted: Thu Sep 16, 2004 7:21 pm    Post subject: Reply with quote

The mouse only gets messed up when I switch away and then switch back. It will work just fine until I do that. The kvm switch is good.
Back to top
View user's profile Send private message
hoarycripple
n00b
n00b


Joined: 11 Mar 2003
Posts: 42

PostPosted: Thu Sep 16, 2004 9:48 pm    Post subject: Reply with quote

What model KVM are you using?
Does it include a built in mouse driver?
Are you running gpm on either computer?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum