Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-02-2004, 08:21 PM
|
#1
|
|
Member
Registered: Sep 2004
Location: Silicone Valley
Distribution: Debian Sarge
Posts: 77
Rep:
|
Can't Get X Working - Sony Vaio C1MV Picturebook Laptop
Greetings,
I'm a Linux Newb and trying to get Linux (Slackware 10) up and running on my recently acquired Sony Vaio PCG-C1MV laptop.....
Managed to finally get Slackware 10 installed yesterday. Took a while to figure out how to get the Sony CD drive to run for the actual install. The C1MV booted OK with the Slackware 10 CD but had a problem when I got to the point where it actually supposed to start installing Slackware.
Anyway, it boots OK with LILO, choose Linux and then ran XOrgConfig to set things up. It uses Xorgconfig instead of XF86Config...
Then tried 'startx' but get error about mouse, etc....maybe someone can advise??
Here's an excerpt of the error messages....
Module loader present
(==) Log File: "/var/log/Xorg.0.log", Time: Sat Oct 2....
(==) Using Config file: "etc/X11/xorg.conf"
modprobe: modprobe: Cannot locate module char-major-10-134
(EE) xf860OpenSerial: Cannot open device dev/gpmdata
No such file or directory
(EE) Mouse1: Cannot open input device
(EE) PreInit failed for input device 'Mouse1'
No core pointer
Fatal Server Error: failed to initialize core devices
Any ideas??
Noticed that it's suggested to try and use SuperProbe to get system info. However, haven't figured out how to get it to run. Tried typing 'SuperProbe' at the prompt but no go...
Appreciate any help!
Thanks!
|
|
|
|
10-02-2004, 11:04 PM
|
#2
|
|
Senior Member
Registered: Jan 2003
Location: Malaysia
Distribution: Fedora Core, Slackware, Mac OS X, Debian, OpenSUSE
Posts: 1,210
Rep:
|
I have the same problem, couldn't get my mouse to work with stock kernel (2.4.26). So I procede to upgrade to the testing kernel (2.6.7) and it works.
I have encountered this problem also with Slackware 9.0 on a P4 machine. The problem is I can't get the device location correctly. What I mean is, X window server rejects my /dev/mouse, /dev/mice, etc.
Maybe you should have a look at that part of configuration before you move on to 2.6.7.
I have 2.6.7 devfs to link the mouse for me.  And it will for you.
|
|
|
|
10-07-2004, 11:07 AM
|
#3
|
|
Member
Registered: Sep 2004
Location: Silicone Valley
Distribution: Debian Sarge
Posts: 77
Original Poster
Rep:
|
Quote:
Originally posted by carboncopy
I have the same problem, couldn't get my mouse to work with stock kernel (2.4.26). So I procede to upgrade to the testing kernel (2.6.7) and it works.
I have encountered this problem also with Slackware 9.0 on a P4 machine. The problem is I can't get the device location correctly. What I mean is, X window server rejects my /dev/mouse, /dev/mice, etc.
Maybe you should have a look at that part of configuration before you move on to 2.6.7.
I have 2.6.7 devfs to link the mouse for me. And it will for you.
|
Thanks for your reply carboncopy!
Since I am fairly new to Linux, could you explain a bit more about what you mean about
"window server rejects my /dev/mouse, /dev/mice, etc.
Maybe you should have a look at that part of configuration before you move on to 2.6.7.
I have 2.6.7 devfs to link the mouse for me."
Thanks!
Mark
|
|
|
|
10-07-2004, 11:34 AM
|
#4
|
|
Member
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299
Rep:
|
What kind of a mouse is it? PS/2? Serial? USB?
You can edit (as I found out) the xorg.conf file from the command line with "mcedit /etc/X11/xorg.conf" command (the "X" in "X11" has to be capitalized).
This is how my xorg.conf looks, regarding my (PS/2) mouse:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
AFter editing the xorg.conf in mcedit, save by hitting "F2", confirm Save by Entering, then "F10" to exit.
type startx at the next prompt, and it might work...
|
|
|
|
10-07-2004, 06:52 PM
|
#5
|
|
Member
Registered: Sep 2004
Location: Silicone Valley
Distribution: Debian Sarge
Posts: 77
Original Poster
Rep:
|
> What kind of a mouse is it? PS/2? Serial? USB?
Well, good question...since it's a laptop it has the little stick and 2 buttons below the keyboard...
Will try what you suggest....
Thanks noxious!
Mark
|
|
|
|
10-07-2004, 08:08 PM
|
#6
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,903
|
The "little stick" is commonly a normal PS2 device.
Manufacturer's usually call it a TrackPoint (IBM) or
AccuPoint (Toshiba) ... :}
Cheers,
Tink
|
|
|
|
10-07-2004, 08:20 PM
|
#7
|
|
Member
Registered: Sep 2004
Location: Silicone Valley
Distribution: Debian Sarge
Posts: 77
Original Poster
Rep:
|
Yeah, I know Tinkster....was just being silly...
Anyway, I did select PS/2 for mouse type selection....
Thanks,
Mark
|
|
|
|
10-07-2004, 09:59 PM
|
#8
|
|
Member
Registered: Sep 2004
Location: Silicone Valley
Distribution: Debian Sarge
Posts: 77
Original Poster
Rep:
|
Just checked and noticed that kernel installed is version 2.4.26.
Do you think it would help if I installed the newer kernel v 2.6 ??
If so how do I install it?
Do I start install from the beginning again?
If so, how do you specify the newer kernel?
If you can do an upgrade install, how do you do that??
Thanks!
Mark
|
|
|
|
10-07-2004, 10:33 PM
|
#9
|
|
Member
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299
Rep:
|
The kernel shoudn't have an effect - unless you compile yourself and leave it out (doh!).
There's a couple of other xorg.conf files in the /etc directory... at a command line try:
su
cp /etc/X11/xorg.conf-vesa /etc/X11/xorg.conf
then try startx... maybe that other xorg.conf file has a workable mouse section...
or type:
xorgconfig
and go through the screens to re-write the file...
|
|
|
|
10-07-2004, 11:07 PM
|
#10
|
|
Member
Registered: Sep 2004
Location: Silicone Valley
Distribution: Debian Sarge
Posts: 77
Original Poster
Rep:
|
Thanks for the help noxious, really appreciate it!
Meanwhile, for fun, I just tried a Knoppix 3.3 LiveCD to see if that would work on my ol' Picturebook...
Sure enough, it works great!
Got right into KDE...no problem....
Hmmmm.......
Mark
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:27 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|