Recent Changes - Search:

1.  Dell M70 Overview

The Dell Precision M70 is a workstation notebook computer. It has a professional Quadro go1400 GPU, a small 15" 1920x1200 screen, supports the newer 533Mhz FSB Pentium-M processors and Sonoma architecture. It is reasonably light weight, fits most notebook cases and backpacks and has excellent (for an upper class notebook) battery life (2.5 hours+).

    2.0 Ghz 533Mhz Intel Pentium M 760

    1G PC 2x512 Corsair DDR2-533 PC4200

    60GB Hitachi E7K60 7200 RPM PATA

    GCC-4243M DVD/CDRW

    Nvidia go1400 256MB PCIe GPU

    1920x1200 WUXGA 15.4" LCD

    Intel W2200BG Wireless

    BCM5751 Gigabit Ethernet

    AC97(i810) sound

    90W (9 cell/80 WHr battery)

    D-Port Port Replicator (Docking Station) 

1.1 Untested

I wanted to test everything. I did try the built-in modem under a modified SUSE 9.2 without success. But I did not try really hard, so I cannot say if the built-in modem works or not.

WinModem 56K (PCMCIA modems are pretty much plug and play via YaST) SmartCard Reader

2.  Installation of SUSE 9.3

Novell SUSE 9.3 allows you to install using CDs or DVD. I don't like swapping CDs, so I performed a DVD installation.

First install failed. Was in the Detail installation screen watching packages getting installed when I switched back to the Slide Show, started getting I/O errors on the DVD/CDRW device. I recommend stayting with the Detail view when packages are getting installed.

  1. SUSE 9.3 uses a graphical installer, you can select your resolution which includes several VESA screen resolutions. Unfortunately, 1920x1200 is not a VESA resolution, so I picked 1600x1200. The resolution will guide initial defaults for X11 screen resolution, but it is really unrelated. So it doesn't matter if you go with an ultra high resolution install or not. In fact, SUSE allows for a text based install if you just can't do a graphical install (e.g. installing using a non-graphical terminal). Also, it is possible to do an install via VNC (Virtual Network Computing), so you could add vnc=1 on the boot line and use a remote VNC client. This was the best way to do a graphical install if using a VMware guest, but now with VMware 5.0, it appears that VESA frame buffer
  2. I chose to do a new install. and started out selecting my timezone as US-central UTC.
  3. Package selection was the Default KDE install, plus I added gcc and other development tools and the kernel sources.
  4. After the packages were installed, I configured the networking. For now I left the BCM5751 as a "manual" configure (so it will not get started) and configured the W2200BG. However, when I got to configuring my WEP key, it would not accept it. It said it was an invalid key (I used a hexadecimal representation of the key as given by my Linksys WRT54G wireless router. Mine is acting as a bridge to my primary wired network, the DCHP actaully will come off of my D-Link DI-707P). Later after the install is finished I will use YaST to insert the WEP key, which works.
  5. For the initial user setup that is part of the install process, I prefer to have my HOME directory to be /localhome rather than /home. That is because where I work, we use /home as an automount point under NIS-NFS. In older versions of SUSE, you could see the detailed options for user creation and change the user's HOME directory. I did not a way of changing a user's HOME directory in the SUSE 9.3 installer. It did have a way to change the global defaults for new users... BUT there is a problem. After the install is complete you will find that the /etc/default/useradd file is not correctly formatted. It shows my change to /localhome for the basedir (HOME=/localhome), but it has an invalid entry for the default GROUP=.
  6. When you get to the X11 (xorg) setup, select a VESA monitor that can do 1920x1440@60Hz, while still in the sax2 setup, change your resolution setting to use settings from 1920x1200 and below. I already had an external wheel mouse (Logitech Mouseman, explorerps/2, so under sax2 I show both the ALPS touchpad as well as my external mouse as being configured. I will get the commercial Nvidia driver later.
  7. When it prompted for using Online Update at the end of the install, I declined. We can do that later. In general, I have always had problems running YOU at the install phase. Too many variables to let the install just hang at the end. For example, in my case, since my WEP key was not allowed at install, I really do not have any network connectivity (no sense in doing YOU at all).

I did not detail out every step of the SUSE 9.2 install. I will gladly try to answer any questions though.

3.  Post Installation

  1. Logged in as the user I attempted to create at install time, ccox. But noticed that the HOME directory was still /home. Checked the useradd defaults with useradd -D and it came back with an error because the GROUP parameter in /etc/default/useradd was not defined correctly. I set GROUP=100 (that is, users) to fix that problem. Then I moved my HOME from /home/ccox to /localhome/ccox and edited /etc/passwd directly to correspond to the change in the HOME dir. Logged out.
  2. Logged back in and brought up YaST and successfully entered my WEP hexadecimal key. Same panel as during install, except this time the key was accepted. And Intel W2200BG wireless enabled perfectly with WEP.
  3. Performed a YaST Online Update (YOU) and also installed the commercial Nvidia drivers (fetchnvidia.sh) via YOU. Verified that Driver "nvidia" was being used inside /etc/X11/xorg.conf. This worked surprisingly well.

4.  CD/DVD Issues

When I first attempted to put SUSE 9.2 on my M70, I quickly discovered that the DVD/CDRW drive and harddrive are PATA devices connected to a combination SATA/PATA controller. This is interesting, because I was unable to see the DVD/CDRW at all. I loaded the ide-generic modules, which did allow me to see the DVD/CDRW, but WITHOUT DMA. Kernel 2.6.11.4 fixed most of the issues. I still have a disk with SUSE 9.2 and everything works just fine (except software suspend to disk).

  1. I fully expected some CD/DVD issues with SUSE 9.3. While the DVD/CDRW was at least seen, there were some significant issues:
         1. SATA-like devices blacklisted.
         2. /dev/cdrom was a directory instead of a link to a device.
         3. submounts were happening using /media/<volname> which was unreliable.
  1. I first de-blacklisted the CD/DVD (SATA-like) devices. Edit the file /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi. Change storage.media_check_enabled to "true". There is a warning comment about kernel crashing in the file, but I do not believe it is applicable. This should allow suseplugger to work.
  2. I then got rid of the /dev/cdrom directory by modifying how hotplug devices were handled in /etc/sysconfig/hotplug. Edit /etc/sysconfig/hotplug and change HOTPLUG_DEV_ON_TMPFS="yes".
  3. Finally, a change is required to fix the fact that CD's are now being mounted at /media/<volname>. While using <volname> seems to be a good idea, the problem is that many of my CDs would not work. Not sure if it's a problem with the code used to get the volume names, or simply poor judgment. Create a file called /usr/share/hal/fdi/90defaultpolicy/cddvd.fdi with the following content:

Note from ccox, I am currently not using this file on my laptop

cddvd.fdi

Hopefully, the CD/DVD drive is working now.

5.  Must Haves from kde-look.org and kde-apps.org

  1. textshadowedit - This packages compiles easily if all of the KDE/Qt/C/C++ development tools are in place. Provide a KDE Control Center panel for changing how the shadows look for the desktop icons.
  2. superkaramba - There is a binary RPM there. Superkaramba allows you to run little controls all over your desktop that do things like monitoring in the root backdrop of your system.
  3. Crystal SVG icons - Well, it would appear that you have these, BUT you really don't. There is a download link from www.linuxcult.com at kde-look.org. You can remove all instances of kmenu.png from your $HOME/.kde/share/icons/crystal/* directories to get the gecko back as your start button (if that's interesting).
  4. filelight - Really nice visual directory from kde-apps.org.

6.  Must Haves from packman.links2linux.org

  1. Go to http://packman.links2linux.org and search for libdvdcss2. There you will find instructions and a source RPM (have to get the source tarball from somewhere else... READ the directions there!!). After you copy the libdvdcss2*tar.bz2 file to /usr/src/packages/SOURCES you should be able to do a rpmbuild --rebuild libdvdcss2*src.rpm to create the RPMs in /usr/src/packages/RPMS/i586. This library is necessary if you want to play encrypted DVDs on Linux.
  2. You can get individual RPMs and get each dependency by downloading them from www.links2linux.org... BUT there is a better way. Using YaST, add a new installation source with "Change Source of Installation". Add HTTP packman.iu-bremen.de with directory of suse/9.3. Move that entry so that it is ahead of your primary 9.3 installation source. Now you can update your kaffeine, and install xine-ui and libxine* using the newer packaman versions. Dependencies will be handled by YaST.

The bad news is that there is no longer a pre-built kwin-shadow rpm for SUSE 9.3. The developer says that now that xcompmgr is supported, there is no need for kwin software generated window shadows. BUT, since the transparency and shadow support in xorg and Nvidia has numerous bugs yet. So no easy way to have stable shadows on KDE yet.

7.  Xorg.conf

Everyone always want to see it... so here goes...

xorg.conf for 1920x1200 internal display

xorg.conf for 1920x1200 combined with 1024x768 external

xorg.conf for external 1920x1200 on a Dell 2405FPW monitor

Page last modified on November 11, 2006, at 12:36 AM