[tlinux-users:07382] sattellite m60-135
Mario Fetka <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <1130503213.29098.62.camel@localhost> |
Hallo All, A small Install Howto for the m60-135 Laptop from toshiba Ok pcmcia 1. The PCMCIA Bridge is directly connected to the pci bus (no pci-pci bridge) so you have to deactivate memory mapping deactivate every occurrency of include & exclude for port,memory,irq in /etc/pcmcia/config.opts 2. To get the bridge working you have to add some pci-ids overrides to the kernel driver. The Patch for the Kernel: http://lists.infradead.org/pipermail/linux-pcmcia/2005-September/002719.html This Patch is already in the 2.6.14 tree. 3. To bypass the freez of this laptop when the cardmgr is started you have to deactivate the pcmcia bus on Installation (Suse,knoppix), first boot (suse,fedora,gentoo,knoppix) The Graphic Card (ATI MOBILITY RADEON X700) 1. This Card isn't supported by th actual x.org radeon driver the upcoming release of x.org already has the need support. 2. The closed Source Driver from ATI already has the needed support. The LCD 1. The LCD is P&P i could not check if it is auto detected (No working Grahic Card on install) 2. Here the relvant informations of my xorg.conf Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Touchpad" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "synaptics" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Modes" Identifier "Modes0" ModeLine "1440x900" 96.2 1440 1504 1536 1760 900 903 906 912 EndSection Section "Monitor" Option "DPMS" "true" Identifier "Monitor0" VendorName "LPL" ModelName "LP171WX2-A4K3" UseModes "Modes0" DisplaySize 367 230 EndSection Section "Device" Identifier "Videocard0" Driver "fglrx" VendorName "Videocard vendor" BoardName "VESA driver (generic)" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1440x900" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" "yes" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mice" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "130" Option "MaxTapMove" "5" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "40" Option "MinSpeed" "0.4" Option "MaxSpeed" "0.95" Option "AccelFactor" "0.035" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "7" Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" Option "LockedDrops" "1" EndSection The Touchpad 1. The Touchpad works out of the box The configuration for X is included in the upper xorg.conf The DVD-ROM 1. The dvd-rom is connected to the sata bus There are still some problems with atapi Support on sata bus so it is turned of by default http://lkml.org/lkml/2005/8/30/263 so you have to turn it on by changing a line in include/linux/libata.h #undef ATA_ENABLE_ATAPI /* define to enable ATAPI support */ to #define ATA_ENABLE_ATAPI /* define to enable ATAPI support */ in your Kernel Sources you also have to add ide0=noprobe ide1=noprobe to your kernel boot parameters. wfg Mario