NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Just ordered Sager 8887
New Posts  All Forums:Forum Nav:

Just ordered Sager 8887

post #1 of 13
Thread Starter 
I just ordered an 8887 and I was curious, after reading many of the other posts, what is the most popular/used distro on the 8887 notebooks.

I plan on running RH 8.1 on this machine + XF86 4.3. I wouldn't mind writing a general Linux setup guide if I have to, but I'd like some input before I start down that path.

Thanks much. I hope to hear from you guys soon.
post #2 of 13

Re: Just ordered Sager 8887

Quote:
Originally posted by GrandMasterLee
I just ordered an 8887 and I was curious, after reading many of the other posts, what is the most popular/used distro on the 8887 notebooks.

I plan on running RH 8.1 on this machine + XF86 4.3. I wouldn't mind writing a general Linux setup guide if I have to, but I'd like some input before I start down that path.

Thanks much. I hope to hear from you guys soon.
The most popular distro? That'd be WinXP Pro...

Well, you get it...

Seriously, I like Mandrake 9...

-myrkat
post #3 of 13
If you're hardcore, its Slackware or Gentoo.

Gentoo for the most insane.

If you're not running these two, or LFS, then you're missing out on something -- unless of course you're not a freak like me =)

Brian.
post #4 of 13
Debian or Gentoo for me. I cannot stand anything that doesn't update itself well. Debian is really nice... I can just run a quick

sudo apt-get upgrade

and boom, i'm up-to-date.

Why sudo? I like it better than su. Running single commands as root.
post #5 of 13
Oh, And Debian, I forgot that one.

Brian.
post #6 of 13
How bout some linux screen shoots and desktops
post #7 of 13

here :

http://drakken.homeunix.org/shadow.p...ots/ut2003.jpg
thats debian linux sid unstable running on the 5660 sager serie, p4 2.4, 512 , 40 gigs.
OH my old laptop :
http://poochie.flancrest.org/~laclasse/SuckXP.jpg
This was a Nec Versa VXi Celeron2 700 Mhz, 256 SDRAM, ATi rage mobility 4 megs, cdrom, 10 gigs.

http://poochie.flancrest.org/~laclasse/Quake2_lappy.jpg

Buhahah The same running quake2, notice the exCCCelent fps on the PCI ati rage mob 4meg

Finally the sager running debian again, but :
--installing windows 98 with norton ghost (vmware)
--then Running it

1) http://activate.kicks-ass.org/~lacla...ware4beta1.jpg
2)
http://activate.kicks-ass.org/~lacla...ware4beta2.jpg

OHhh bonus, Return to Castle of Wolfenstein
http://poochie.flancrest.org/~laclasse/wolfenstein2.jpg

-------------------------------------
nixnixnixnixnixnixnixnixnixnixnixnixnixnix.
post #8 of 13
Very cool, some of those links don't work but running the Win98 in an emulater thats very cool.
post #9 of 13
Thread Starter 

Thanks for all the replies.

Nice to see that enough people are willing to speak up about it. I think the 8887 will kick ass, and I'm salivating to get that 16.1" screen too...mmmmm.

I'll probably use this opportunity to try different distributions, and maybe note which worked best/worst, etc and then post a guide about the experience.

Impatiently waiting for 8887...and my archos mp3/divx player. :-D
post #10 of 13

Debian 'Testing' mini-HOWTO: PART 1- (Lots of config info)

'lo all:
RH 8.0 and Debian testing both have worked great on my 5620... And I
use the heck out of the thing.

There seem to be a bunch of 'leet users here, and though I can't
claim to be an expert, I've banged my head at a bunch of issues
setting up my laptop, and thought some of you would find some of
this useful.

Someone asked for a howto/manual earlier. This is definately NOT
complete info, and may me more depth than many of you might want!
That said, here goes.

Some things I've found with time (hope there's no limit to post size
:-) :

---
The modem is a Lucent chipset modem, It SHOULD work with the LT
winmodem drivers from:
http://www.physcip.uni-stuttgart.de/heby/ltmodem/
... The modem is recognized, and the modules compile and install, but
I have yet to get the driver to see dialtone. This hasn't been a
priority for me (I've got broadband at home and work), but If anyone
HAS gotten this to work, please let me know...

---

The network card is a Realtek RTL8139CL, and uses the '8139too' driver.

---

Suspend/standby/resume are troublesome... You can occasionally get
standby to work, but I have never beeen able to resume from a full
suspend.
To go to standby:
o Drop out of your X session by doing a
<control>-<alt>-<F1>
o then type: apm -S
To resume:
o Hit your Fn-F7 key (sometimes several times...) and wait. You may
eventually get your command prompt back.
o Use <control>-<alt>-<F5> to get back to your suspended X session.

---

Sound config:
Most distros use the OSS sound drivers, which are pretty limited,
especially if you plan on doing any music composition or MIDI work.
For this, the ALSA drivers work great, but can be a bear to get
working. You will need to compile the alsa stuff into your kernel (I
believe RH and Mandrake already do...).
For Debian, you can do your kernel compile the Debian way by:
o apt-get install kernel-source-<version>
... I also use the preempt, lowlatency and deblogo patches. To see all
your patch options, do:
> apt-cache search kernel-patch
> apt-get install <patches>
o apt-get install alsa-modules-<version> alsa-base alsa-headers
alsa-source alsa-utils... (etc.)
o cd /usr/src/
o tar xjvf kernel-sources-xxxx.tar.bz

To clean out added patches:
o make-kpkg --added_patches debianlogo,lowlatency,preempt,uml,systrace
clean

To cleanup a hpelessly mucked-up install:
o rm -rf kernel-source-2.4.20 && tar xjvf kernel-source-2.4.20.tar.bz2
&& cp .config kernel-source-2.4.20/.&& cd kernel-source-2.4.20/

To create the .deb's:
o make-kpkg --config menuconfig --added-patches
debianlogo,lowlatency,preempt configure

(remember to save the .config file: )
o cp .config /usr/src/.

o make-kpkg clean

o make-kpkg --append_to_version -preempt-lowlatency-deblogo
--added_patches debianlogo,lowlatency,preempt clean modules_clean
binary modules_image

To install the packages:
o cd /usr/src
o dpkg -i
kernel-doc-2.4.20-preempt-lowlatency-deblogo_10.00.Custom_all.deb
kernel-headers-2.4.20-preempt-lowlatency-deblogo_10.00.Custom_i386.deb
kernel-image-2.4.20-preempt-lowlatency-deblogo_10.00.Custom_i386.deb
kernel-source-2.4.20-preempt-lowlatency-deblogo_10.00.Custom_all.deb
modules/alsa-modules-2.4.20-preempt-lowlatency-deblogo_0.9.0rc7-2_i386.deb

For better info, you can look here:
http://myrddin.org/howto/debian-kernel-recompile.html

---
Once you have everything installed, you can use this as your alsa
config:

/etc/modutils/alsa (can also be /etc/alsa/xxx, depending on the distro):

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module options should go here
options snd-cmipci id="first" enable_midi="1"
options snd snd_major=116 snd_cards_limit=2 \
snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
alias sound-slot-2 snd-card-2
alias sound-slot-3 snd-card-3

---

I'm attaching my XF86config-4 file too... It's a neat one:
I use a 20" external monitor at work, which I have xinerama'd to
extend my desktop. I also use a Logitech FX trackball, and this
config allows you to use the 4th (red) button to scroll. I
occasionally use a usb mouse, and that's in there too...
This config uses the normal 'startx' for standalone use, and 'startx
-- -layout work' to start with my trackball and external monitor.

---

For configuring network equipment, I use a USB to serial adapter. Just
make sure that you get one that is listed as working at:
http://www.qbik.ch/usb/devices/
You will also need to make sure that usb abd usb-serial is enabled
in your kernel.
The model I use is the ATEN (pretty generic). Just remember that
when you setup minicom for your serial communications, you point to
the /dev/usb/ttyUSB0 device instead of /dev/modem.

The only issue I have yet to work through is the settings in
XF86Config-4 for the bloody touchpad. I'll probably be asking others
here about that!

---

Debian is a GREAT distribution, but it can be a little bit of a bear
to get installed and configured. There are lots of guides out there
for doing a Debian install, and the Debian manuals are some of the
best I've seen.
As a shortcut,I chose to use Knoppix as a base for my Debian install,
rather than the Debian CD... Check out:

http://www.knopper.net/knoppix/index-en.html
and
http://www.linuxworld.com/site-stori...1104.barr.html

I've also tweeked some things beyond the Knoppix install, added
added KDE 3.1.1 and mplayer, as well as some other more current
packages. Some of these require that you add the Debian package
sources to your /etc/apt/sources.list repository... Here is mine:

>cat /etc/apt/sources.list

#######################################################################
## SUPERCEEDING PACKAGES #
##########################
#
# KDE 3
deb http://download.kde.org/stable/3.1/Debian stable main


#######################################################################
## STABLE PACKAGES #
#######################
#
# the main Debian packages. Uncomment the deb-src line if you
# want 'apt-get source' to work with most packages.
deb http://lyre.mit.edu/debian/ stable main contrib non-free
deb-src http://lyre.mit.edu/debian/ stable main contrib non-free
# the non-US Debian packages. Uncomment the deb-src line if you
# want 'apt-get source' to work with non-US packages.
deb http://debian.teleglobe.net/non-US/ stable/non-US main contrib non-free
deb-src http://debian.teleglobe.net/non-US/ stable/non-US main contrib non-free



#######################################################################
## TESTING PACKAGES #
#######################
# want 'apt-get source' to work with most packages.
deb http://debian.lcs.mit.edu/debian/ testing main contrib non-free
deb-src http://debian.lcs.mit.edu/debian/ testing main contrib non-free
# the non-US Debian packages. Uncomment the deb-src line if you
# want 'apt-get source' to work with non-US packages.
deb http://debian.teleglobe.net/non-US/ testing/non-US main contrib non-free
deb-src http://debian.teleglobe.net/non-US/ testing/non-US main contrib non-free


#######################################################################
## UNSTABLE PACKAGES #
#######################
#
# the main Debian packages. Uncomment the deb-src line if you
# want 'apt-get source' to work with most packages.
deb http://208.185.25.38/debian/ unstable main contrib non-free
deb-src http://208.185.25.38/debian/ unstable main contrib non-free
# the non-US Debian packages. Uncomment the deb-src line if you
# want 'apt-get source' to work with non-US packages.
deb http://mirror.cict.fr/debian-non-US/ unstable/non-US main contrib non-free
deb-src http://mirror.cict.fr/debian-non-US/ unstable/non-US main contrib non-free


#######################################################################
## APPLICATION DISTRIBUTIONS #
###############################
#
# Experimental
deb http://debian.uni-essen.de/debian ../project/experimental main contrib non-free
deb-src http://debian.uni-essen.de/debian ../project/experimental main contrib non-free

# Mozilla
deb http://non-us.debian.org/~kitame/mozilla ./
deb-src http://non-us.debian.org/~kitame/mozilla ./

# GNOME 2.0
# deb http://www.gnome.de/debian/ ./

# kdevelop
deb http://people.debian.org/~njordan kde3.0-woody/

# cdbakeoven
# deb http://coyote.asoc.euitt.upm.es/mud/debian/ ./

# XFree 4.2
deb http://people.debian.org/~branden sid/i386/
deb-src http://people.debian.org/~branden sid/source/

# Java
deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
# deb http://people.debian.org/~sgybas/jdk13

# LyX & others
deb ftp://ntama.uni-mainz.de/pub/debian unofficial/
deb-src ftp://ntama.uni-mainz.de/pub/debian unofficial/

#Mplayer
deb http://marillat.free.fr/ testing main
deb-src http://perso.wanadoo.fr/debian/ unstable main

---

As you can see, I have stuff from several different Debian branches,
but mostly from 'testing' and 'unstable'. However, the KDE install,
even though described by KDE as 'stable' is MORE up to date than the
'unstable' branch. This can make for a mess if you don't do some more
tweeking... LOTS of apt-get conflicts. To fix this, you need to add
some weightings to your /etc/apt/preferences file. Here is mine:

> cat /etc/apt/preferences
#This file sets the various weightings for the
# different source and tracks. As configured, it keeps the stable
# version of the kde build (from the kde site) over any in
# debian-testing or debian-unstable
#
Package: *
Pin: origin download.kde.org
Pin-Priority: 999

Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 900

Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: 300

Package: *
Pin: release o=Debian
Pin-Priority: -1



---------------------------------------------

... Looks like my XF86config-4 file won't fit into this post... I'll separate this into the next post...
post #11 of 13

Debian 'Testing' mini-HOWTO: PART 2- (Lots of config info)

... And here is the /etc/X11/XF86config-4 file that I promised:

>cat /etc/X11/XF86config-4
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection

#Input Devices---------------------------------------------------
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
Option "Buttons" "4"

EndSection

Section "InputDevice"
Driver "mouse"
Identifier "TrackmanFX"
Option "Device" "/dev/psaux"
Option "Protocol" "MouseManPlusPS/2"
Option "Buttons" "4"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
Option "EmulateWheel" "1"
Option "EmulateWheelButton" "4"
Option "EmulateWheelInertia" "12"
Option "Resolution" "350"
EndSection


Section "InputDevice"
Driver "synaptics"
Identifier "touchpad"
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"
# Option "Repeater" "/dev/ps2mouse"
# Option "SHMConfig" "on"
EndSection



Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection



#Card Devices---------------------------------------------------

Section "Device"
## This is my definition for the LCD part of the adapter
Identifier "RADEONLCD"
## Use the ati driver
Driver "radeon"
## You must specify which screen this is (LCD is 0, external is 1).
Screen 0
## I'm not absolutely sure if it's neccessary to include the
## BusID but if you need to it must be correct!
## Chances are that this is the right bus ID for you too but
## just in case you should perform "lspci" and put in the
## bus ID that appears there for your VGA controller.
BusID "PCI:1:0:0"
## This may or may not be important. I read somewhere that this may
## prevent my ThinkPad from screwing up the screen when coming out
## of suspend mode.
Option "UseFBDev" "false"
Option "sw_cursor"

EndSection

Section "Device"
## Same thing again except this is the CRT so specify "Screen 1"
Identifier "RADEONCRT"
Driver "radeon"
Screen 1
BusID "PCI:1:0:0"
Option "UseFBDev" "false"
vendorname ""
boardname ""
EndSection


#Display Devices---------------------------------------------------

#LCD
Section "Monitor"
Identifier "LCD"
HorizSync 31.5-48.5
VertRefresh 50-70
Option "dpms"

# -- 1400x1050 --
# 1400x1050 @ 60Hz, 65.8 kHz hsync
Modeline "1400x1050" 129 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync

# 1400x1050 @ 70Hz, 76.8 kHz hsync
Modeline "1400x1050" 151 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync

# 1400x1050 @ 75Hz, 82.3 kHz hsync
Modeline "1400x1050" 162 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync

# 1400x1050 @ 85Hz, 93.2 kHz hsync
Modeline "1400x1050" 184 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
EndSection



## Work
Section "Monitor"
Identifier "NEC MultiSync XE21"
HorizSync 31-69
VertRefresh 55-120

ModeLine "800x600" 76.69 800 840 1040 1120 600 602 614 640 #107Hz
ModeLine "808x606" 77.24 808 848 1048 1128 606 608 620 646 #106Hz
ModeLine "816x612" 77.77 816 856 1056 1136 612 614 626 652 #105Hz
ModeLine "824x618" 78.28 824 864 1064 1144 618 620 632 658 #104Hz
ModeLine "832x624" 78.78 832 872 1072 1152 624 626 638 664 #103Hz
ModeLine "840x630" 80.05 840 880 1080 1160 630 632 644 670 #103Hz
ModeLine "848x636" 80.53 848 888 1088 1168 636 638 650 676 #102Hz
ModeLine "856x642" 81 856 896 1096 1176 642 644 656 682 #101Hz
ModeLine "864x648" 81.45 864 904 1104 1184 648 650 662 688 #100Hz
ModeLine "872x654" 81.89 872 912 1112 1192 654 656 668 694 #99Hz
ModeLine "880x660" 82.32 880 920 1120 1200 660 662 674 700 #98Hz
ModeLine "888x666" 82.72 888 928 1128 1208 666 668 680 706 #97Hz
ModeLine "896x672" 83.11 896 936 1136 1216 672 674 686 712 #96Hz
ModeLine "904x678" 84.36 904 944 1144 1224 678 680 692 718 #96Hz
ModeLine "912x684" 84.73 912 952 1152 1232 684 686 698 724 #95Hz
ModeLine "920x690" 84.18 920 960 1160 1240 690 692 704 730 #93Hz
ModeLine "928x696" 84.50 928 968 1168 1248 696 698 710 736 #92Hz
ModeLine "936x702" 84.80 936 976 1176 1256 702 704 716 742 #91Hz
ModeLine "944x708" 84.14 944 984 1184 1264 708 710 722 748 #89Hz
ModeLine "952x714" 84.39 952 992 1192 1272 714 716 728 754 #88Hz
ModeLine "960x720" 84.63 960 1000 1200 1280 720 722 734 760 #87Hz
ModeLine "968x726" 84.84 968 1008 1208 1288 726 728 740 766 #86Hz
ModeLine "976x732" 84.04 976 1016 1216 1296 732 734 746 772 #84Hz
ModeLine "984x738" 84.08 984 1032 1272 1368 738 740 752 778 #79Hz
ModeLine "992x744" 84.14 992 1040 1280 1376 744 746 758 784 #78Hz
ModeLine "1000x750" 84.18 1000 1048 1288 1384 750 752 764 790 #77Hz
ModeLine "1008x756" 84.21 1008 1056 1296 1392 756 758 770 796 #76Hz
ModeLine "1016x762" 84.21 1016 1064 1304 1400 762 764 776 802 #75Hz
ModeLine "1024x768" 84.18 1024 1072 1312 1408 768 770 782 808 #74Hz
ModeLine "1032x774" 84.14 1032 1080 1320 1416 774 776 788 814 #73Hz
ModeLine "1040x780" 84.07 1040 1088 1328 1424 780 782 794 820 #72Hz

vendorname "[NEC MultiSync XE21]"
modelname "[NEC MultiSync XE21]"
EndSection


#Attach Devices to Monitors---------------------------------------------------


Section "Screen"
Identifier "LCD-screen"
Device "RADEONLCD"
Monitor "LCD"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1400x1050" "1024x768" "800x600"
EndSubsection

EndSection

Section "Screen"
Identifier "External NEC MultiSync XE21"
Device "RADEONCRT"
Monitor "NEC MultiSync XE21"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "1040x780"
EndSubSection
EndSection




#Specify Scenarios---------------------------------------------------


Section "ServerLayout"
Identifier "standalone"
Screen "LCD-screen"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "USB Mouse"
EndSection


#Work
## starting X with "startx -- -layout work"
Section "ServerLayout"
Identifier "work"
Screen "LCD-screen"
Screen "External NEC MultiSync XE21" RightOf "LCD-screen"
InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "touchpad" "CorePointer"
# InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "TrackmanFX" "CorePointer"

EndSection

Section "ServerFlags"
Option "Xinerama" "true"
EndSection


Section "DRI"
Mode 0666
EndSection




Well, That's it. I hope this was useful to you all!

--Jason
post #12 of 13
jpiterak

What a great DEBIAN guide ! Impressed, be surely helpful to anybody looking into debian.
So i will rate this post high. But it will be nice if ya can post the 5620 specs. ATI 7500 mob ?

Anyhow, to boost the DRI in ya XF86Config, take a look at the new posts in 15/20 minutes.

Great Post once again
post #13 of 13
Thanks laclasse!

Here are the specs for my machine (it's ~9 mos old):

System Chip
Intel R682845MP / Intel FW82801CAM

LCD Screen
15" TFT SXGA+: Hitachi/TX38D95VC1CAA

Video Memory
Samsung K4D263238M-QC50 x 4 (64MB)

Video Control Chip
ATI MOBILITY RADEON 7500 (M7)

Video-In Control Chip
None

Audio Control Chip
ALC201 AC'97 Audio CODEC

I/O Control Chip
National Semiconductor PC8739X

Integrated LAN Chip
Realtek RTL8139CL

IEEE1394 Control Chip
TI TSB 21C74RT/43AB22

Infrared Chip
National Semiconductor

PCMCIA Contorl Chip
TI PCI1410PGE

Touch Pad
Synaptics TM41PDG351-1

Hard Disk Drive
40GB

Floppy Drive
YE-DATA/YD-702J-6037J

CD-ROM/DVD-ROM Drive
Matsu****a CD-173-D CD-ROM (24X Max.), Torisan DRD-U824
DVD (8X Max.), Matsu****a UJDA330L CD-RW (8x4x24 Max.), Toshiba SD-R2102 (8X DVD/8x8x24 CD-RW ) Combo
--> I have the CD-RW/DVD

Miscellanies
8ohm, 1.5W Stereo Speakers

... Enjoy!

--Jason
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Just ordered Sager 8887