LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-02-2004, 08:21 PM   #1
ArchiMark
Member
 
Registered: Sep 2004
Location: Silicon Valley
Distribution: Debian/Linux Mint/Archbang/Angstrom
Posts: 81

Rep: Reputation: 15
Question 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!
 
Old 10-02-2004, 11:04 PM   #2
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
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.
 
Old 10-07-2004, 11:07 AM   #3
ArchiMark
Member
 
Registered: Sep 2004
Location: Silicon Valley
Distribution: Debian/Linux Mint/Archbang/Angstrom
Posts: 81

Original Poster
Rep: Reputation: 15
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
 
Old 10-07-2004, 11:34 AM   #4
noxious
Member
 
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299

Rep: Reputation: 30
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...
 
Old 10-07-2004, 06:52 PM   #5
ArchiMark
Member
 
Registered: Sep 2004
Location: Silicon Valley
Distribution: Debian/Linux Mint/Archbang/Angstrom
Posts: 81

Original Poster
Rep: Reputation: 15
> 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
 
Old 10-07-2004, 08:08 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
The "little stick" is commonly a normal PS2 device.
Manufacturer's usually call it a TrackPoint (IBM) or
AccuPoint (Toshiba) ... :}



Cheers,
Tink
 
Old 10-07-2004, 08:20 PM   #7
ArchiMark
Member
 
Registered: Sep 2004
Location: Silicon Valley
Distribution: Debian/Linux Mint/Archbang/Angstrom
Posts: 81

Original Poster
Rep: Reputation: 15
Yeah, I know Tinkster....was just being silly...

Anyway, I did select PS/2 for mouse type selection....

Thanks,

Mark
 
Old 10-07-2004, 09:59 PM   #8
ArchiMark
Member
 
Registered: Sep 2004
Location: Silicon Valley
Distribution: Debian/Linux Mint/Archbang/Angstrom
Posts: 81

Original Poster
Rep: Reputation: 15
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
 
Old 10-07-2004, 10:33 PM   #9
noxious
Member
 
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299

Rep: Reputation: 30
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...
 
Old 10-07-2004, 11:07 PM   #10
ArchiMark
Member
 
Registered: Sep 2004
Location: Silicon Valley
Distribution: Debian/Linux Mint/Archbang/Angstrom
Posts: 81

Original Poster
Rep: Reputation: 15
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
 
  


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
Sony Vaio FRV37 Laptop Jerrac Linux - Laptop and Netbook 5 04-18-2005 09:12 PM
Can't Get X Working - Sony Vaio C1MV Picturebook Laptop ArchiMark Linux - Laptop and Netbook 0 10-02-2004 08:23 PM
Installing vector linux on sony vaio pcg-c1vn picturebook problem! ooagentbender Linux - Newbie 1 02-15-2004 02:21 AM
x11 "split screen" on sony vaio picturebook pcg-c1xd Kerridis Linux - Laptop and Netbook 1 01-04-2004 05:32 PM
installing SUSE pro 8.1 from external firewire disc on Sony Vaio Picturebook PCG-C1XD jurg.hengstler Linux - Newbie 0 08-16-2003 10:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08: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