LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-15-2004, 09:31 PM   #1
englishman69
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Rep: Reputation: 0
Mandrake Linux 10.0 on Toshiba A75


Hi, I am new to Linux and am having some problems getting KDE to run on my Toshiba A75-S226 laptop. I am dual booting with Windows XP and everything seems to be going okay, but when I select Linux from the boot loader, I am taken to a command prompt instead of a GUI. When I try running "kde" or "startx" from the command line I get several errors relating to the touchpad (set as mouse0 in XF86Config-4) and the graphics card... Since I am dual booting and can only access the internet when I am booted to Windows (with NTFS) I am not able to copy and paste the full error message... Sorry!! Any help setting this up would be greatly appreciated
 
Old 09-16-2004, 07:33 AM   #2
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
as root, try running the command

X -configure

this will create an XF86Config.new file,

see if that helps
 
Old 09-16-2004, 08:33 AM   #3
englishman69
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Okay, that gave me something different!! I am now left with a blue screen with an "X" in the middle of it (I am assuming this is the mouse pointer). The "X -configure" command worked perfectly, then I ran the command that was suggested by Mandrake - something like "XFree86 -xf86configure /root/XF86Config.new"

Now, as I said, I have a blue screen with an "X" It has been sitting like that for a while now...
 
Old 09-16-2004, 07:45 PM   #4
englishman69
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Alright - Update: The GUI is now loading after I copied the new XF86Config.new file ontop of the old XF86Config-4 file... but I have no touchpad control or keyboard control... any ideas??
 
Old 09-16-2004, 08:42 PM   #5
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
ok well thats a good sign,

put this into your config file

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection

im pretty sure touchpads run under the psaux just like a ps2


oh and as for keyboards

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

remove the old keyboard and mouse first
 
Old 09-17-2004, 07:11 PM   #6
englishman69
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Original Poster
Rep: Reputation: 0
I don't think I am editing the correct config file... whenever I make changes to it, nothing happens!! I am editing etc/X11/XF86Config-4... is this right??
 
Old 09-17-2004, 07:26 PM   #7
englishman69
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Update: I made the changes you suggested to XF86Config-4 and now the system is no longer booting to KDE at all!! I think I will run your first suggestion again to reset things...
 
Old 09-18-2004, 07:01 AM   #8
englishman69
LQ Newbie
 
Registered: Sep 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Update: managed to avoid that by rewriting the mouse section, but still... I downloaded the synaptics driver, copied the synaptics_drv.o file to /usr/X11R6/lib/modules/input/ and edited the XF86Config-4 file to include:

Section"InputDevice"
Identifier "touchpad"
Driver "synaptics"
Option "CorePointer"
Option "device" "/dev/psaux"
Option "edges" "1900 5400 1800 3900"
Option "Finger" "25 30"
Option "MaxTapTime" "20"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
EndSection

But now I get a blank screen with no HDD activity... Ctrl-Alt-F1 does nothing...

Oopsie!
 
Old 09-19-2004, 07:35 PM   #9
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
mayb try

xf86cfg

config ur mouse n stuff from there
 
Old 01-02-2005, 03:45 PM   #10
kcox920
LQ Newbie
 
Registered: Sep 2003
Posts: 20

Rep: Reputation: 0
Try turning off the "Legacy USB Support" in the bios settings. That worked for me.
 
  


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
Linux on toshiba satellite A75-S209 (some problems) Carlosrah Linux - Laptop and Netbook 2 10-07-2005 01:27 PM
Atheros 802.11 Toshiba A75 Mandrake 10.1 Driver Help Needed Tunein_Connect Linux - Laptop and Netbook 2 07-21-2005 05:59 PM
Madwifi on Toshiba A75 biggjimmy7 Linux - Laptop and Netbook 3 05-04-2005 12:59 PM
Toshiba A75 Touchpad Issues drunkenbanana Linux - Laptop and Netbook 3 04-22-2005 09:44 PM
setup problems: toshiba satellite A75 running mandrake 10 thiqued Linux - Laptop and Netbook 4 08-16-2004 10:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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