LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-20-2003, 09:46 PM   #1
alypius
Member
 
Registered: Apr 2003
Location: Washington DC
Distribution: Slackware 9.0(file/web server), Redhat 6.0(Stereo/mp3 player), Redhat 9.0(Work)
Posts: 47

Rep: Reputation: 15
Newbie. . . GDM. . . and Mouse Wheel


So I just got slackware 9.0 installed with gnome 2 and I decided to start using the gdm since this computer is used by a lot of people and the friendlier it is, the better. . . But for some reason I can't get gnome to load from the gdm. Gnome will load when I run startx without any problems, but if I try to get in from the gdm it loads standard xwindows, not gnome.
What the bloody, bloody, bloody, bloody hell is causing this? I've tried reinstalling gdm, but that didn't work at all (slackware's packages seem to be more than a little flaky). . . Thanks in advance. :-)

Also, how do I get my mousewheel to work? I'm using a standard logitech wheel mouse, and I can't get imwheel to install for various reasons relating to tex (I have no idea why it needs tex to run, but it does). Thanks again. :-)
 
Old 05-20-2003, 09:47 PM   #2
alypius
Member
 
Registered: Apr 2003
Location: Washington DC
Distribution: Slackware 9.0(file/web server), Redhat 6.0(Stereo/mp3 player), Redhat 9.0(Work)
Posts: 47

Original Poster
Rep: Reputation: 15
I should also note that I can load failsafe gnome from the gdm.
 
Old 05-20-2003, 10:51 PM   #3
allelopath
Member
 
Registered: Jan 2003
Location: New Mexico
Distribution: Ubuntu 18.04.3 LTS
Posts: 539

Rep: Reputation: 30
mouse wheel

for the mouse, i think in your XF86Config file, you should use one of these protocols:

Section "Pointer"
Protocol "imps/2" # for ps/2 wheel mouse
or
Protocol "intellimouse" # for serial wheel mouse

see http://koala.ilog.fr/colas/mouse-wheel-scroll/
 
Old 05-21-2003, 09:44 AM   #4
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
can you get any other window manager to load from the gdm?

(I'm assuming when you say GDM, its the gnome display manager right?)
 
Old 05-21-2003, 09:50 AM   #5
alypius
Member
 
Registered: Apr 2003
Location: Washington DC
Distribution: Slackware 9.0(file/web server), Redhat 6.0(Stereo/mp3 player), Redhat 9.0(Work)
Posts: 47

Original Poster
Rep: Reputation: 15
I am using the gnome display manager, yes. I can't get any other wm's to load. I'm also running it at startup from rc.local. As in, I just put the command in my rc.local file. Is there a better way to do this? Could it be the source of the problem?
 
Old 05-21-2003, 09:57 AM   #6
pbhj
Member
 
Registered: Dec 2002
Location: UK
Distribution: Slackware 12; Ubuntu 7.10
Posts: 358

Rep: Reputation: 32
Question wheelmouse

I'm a bit of a n00b but for my Logitech USB mousein XF86Config I used the
Quote:
option "ZAxisMapping" "4 5"
after the mouse protocol line (imps/2 incidentally) to get the wheel going and also had to create a symlink
Quote:
ln -s /dev/input/mice /dev/mouse
Cheers

pbhj
 
Old 05-21-2003, 10:07 AM   #7
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
Does Slackware have chkconfig? I don't remember, its been too long (I use Mandrake)
 
Old 05-21-2003, 10:10 AM   #8
alypius
Member
 
Registered: Apr 2003
Location: Washington DC
Distribution: Slackware 9.0(file/web server), Redhat 6.0(Stereo/mp3 player), Redhat 9.0(Work)
Posts: 47

Original Poster
Rep: Reputation: 15
I don't know, I'm at work now so I won't be able to check until I get home. . . I imagine I can download it if it would be helpful. What does chkconfig do?
 
Old 05-21-2003, 10:22 AM   #9
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45
Well in Mandrake its used to list/add/remove services that run on start up in each runlevel...its pretty handy.
 
Old 05-21-2003, 10:24 AM   #10
alypius
Member
 
Registered: Apr 2003
Location: Washington DC
Distribution: Slackware 9.0(file/web server), Redhat 6.0(Stereo/mp3 player), Redhat 9.0(Work)
Posts: 47

Original Poster
Rep: Reputation: 15
I'll have to look into that. Perhaps it'd be better than just tossing things into rc.local. Ehe. :-)
 
Old 05-21-2003, 11:15 AM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
First off, you shouldn't normally be running GDM from rc.local.
That's what you've got runlevels for in /etc/inittab. Notice the line
'id:3:initdefault' or something similar to that? Well that's telling
your system that you want to start in text mode, if you don't (which you don't)
then you should change that to a 4 (assuming slack hasn't changed the runlevels)
and remove your entry in rc.local From there, to get gdm instead of kdm/xdm to
be your display manager of choice you will need to either edit /etc/rc.d/rc.4 (this is all from slack 8.1 so hopefully it hasn't changed)
and either re-arrange your display manager preference, placing gdm above kdm, OR
chmod a-x /usr/bin/kdm which will remove the exec bit for the kdm and force rc.4 to move onto gdm.

Cool
 
Old 05-21-2003, 06:29 PM   #12
alypius
Member
 
Registered: Apr 2003
Location: Washington DC
Distribution: Slackware 9.0(file/web server), Redhat 6.0(Stereo/mp3 player), Redhat 9.0(Work)
Posts: 47

Original Poster
Rep: Reputation: 15
All right, so gdm is loaded properly now, but the problem with gnome remains. . . Is there a gdm config file someplace?
 
Old 05-22-2003, 01:17 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Yes, but I'm sure it's just calling your xinitrc. Use xwmconfig to select your chosen window manager.

If that doesn't work post back. For the config for gdm check in /etc/X11

Cool
 
Old 05-22-2003, 03:49 PM   #14
alypius
Member
 
Registered: Apr 2003
Location: Washington DC
Distribution: Slackware 9.0(file/web server), Redhat 6.0(Stereo/mp3 player), Redhat 9.0(Work)
Posts: 47

Original Poster
Rep: Reputation: 15
I've run xwmconfig a few times, gnome is the only option and it's selected.

Any idea where in X11?
 
Old 05-22-2003, 04:12 PM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Possibly Sessions if it's there. I don't use/have installed gdm so I really cannot tell you. kdm is a far better tool IMHO, so I choose not the regress

Also, check the settings in xdm, they might have some info for you.

Cool
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PS2 wheel mouse/wheel not working jayhel Linux - Hardware 2 06-18-2006 06:54 PM
Newbie: Change mouse to wheel mouse (fedore c2) WesleyVH Linux - Newbie 9 10-29-2004 01:36 AM
4d wheel mouse - scroll wheel no worky CamelofCamelot Linux - Hardware 1 10-28-2004 08:33 PM
Cordless Mouse & Mouse Wheel Issues! simsjr Slackware 6 04-22-2004 04:57 PM
Wisetech optical mouse and mouse wheel support bigredgiant1 Linux - Hardware 2 12-31-2003 04:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration