Unsolved
This post is more than 5 years old
2 Posts
0
86725
February 17th, 2005 09:00
linux on Latitude D810 (or D610)
I am in process of buying a new Dell laptop and since I have a need to
run both Windows and linux I wonder whether
anyone yet have had the chance to try out to install (any distribution)
Linux on the new "sonoma" Dell Latitude notebooks D810 and D610?
All comments and experiences on this issue is welcome.
Cheers,
Peter
run both Windows and linux I wonder whether
anyone yet have had the chance to try out to install (any distribution)
Linux on the new "sonoma" Dell Latitude notebooks D810 and D610?
All comments and experiences on this issue is welcome.
Cheers,
Peter
No Events found!


linuxoverwindow
9 Posts
0
February 17th, 2005 20:00
i would suggest fedora core 3 from fedora.redhat.com
it worked on one of my desktops that any other distro would not run on. it is also what i run on my server.
easy to setup and use.
BruceWard
10 Posts
0
February 21st, 2005 08:00
BruceWard
10 Posts
0
February 21st, 2005 08:00
pfranss
2 Posts
0
February 21st, 2005 12:00
Thanks for the information regarding the FC3 installation on your D610 - it sounds good
that you did not have any major difficulties. If it worked without
problems with the X300 graphics card on your D610, I guess it is likely that it will
also work for the ATI Radeon X600 card if I decide to go for the D810. Does the FC3
distribution include driver routines for these new graphic cards or did you have to go the ATI
web site for the latest driver routines in order to get it to work properly?
-Peter
linuxoverwindow
9 Posts
0
February 21st, 2005 13:00
BruceWard
10 Posts
0
February 21st, 2005 14:00
I used the driver that was automatically installed by FC3 as part of Xorg. Glxgears is reporing 600 fps, which is quite a bit more than I saw from the 700M. However not being much of a gamer I have no idea if that is a good number.
SDNick484
14 Posts
0
March 9th, 2005 06:00
To fix the wifi card: head over to ipw2200.sf.net and download the latest driver tarball (currently 1.0.1-23) as well as the latest firmware (2.2-5). Unzip the driver, make && make install it; unzip the firmware, copy it to /lib/firmware and create a symbolic link ( ln -s /lib/firmware /usr/lib/hotplug/firmware). Reboot and it should be autodetected and work.
As to the sound: it does work however by default the primary PCM channel is set to mute on boot. To fix this run aumix and set PCM to 100, escape out of it, run /usr/sbin/alsactl store 0, now add '/usr/sbin/alsactl restore 0 to /etc/rc.d/rc.local.
Lastly the ATI driver for 3D acceleration at the hardware level (as opposed to Mesa): download the latest ATI fglrx driver and switch to run level 3 (telinit 3). Force install the driver (rpm -Uvh --force fglrx_6_8_0-8.10.19-1.i386.rpm), next cd to /lib/modules/fglrx/build_mod and run make (sh make.sh). Drop back a directory and run make install (cd .. && sh make_install.sh). Restart X by telinit 5 and you should be set.
linuxoverwindow
9 Posts
0
March 9th, 2005 13:00
hasan.mahm
7 Posts
0
March 10th, 2005 14:00
*However*, this does not work. When I restart X after this, I get blank screen. I have to press Ctrl+Alt+F1 to get back a prompt and kill X. I looked at my X log file, and I don't see any errors in there. So, I'm kinda stumped right now about this.
Does anyone at Dell know what's going on here?
I don't like the radeon driver that Fedora has since it limits you to 24 bit color, and seems to consume a lot of battery power.
SDNick484
14 Posts
0
March 10th, 2005 18:00
hasan.mahm
7 Posts
0
March 10th, 2005 19:00
SDNick484
14 Posts
0
March 10th, 2005 22:00
BruceWard
10 Posts
0
March 11th, 2005 02:00
The D610 replaced an Inspiron 700M that was stolen. The 700M with a 8 cell battery had a 5 to 6 hour battery life running FC3. I have ordered another 700M and am sending back the D610. I like the higher resolution 1400x1050 screen versus the 1280x800 on the 700M. But a few extra pixels does not make up for half the battery life.
hasan.mahm
7 Posts
0
March 11th, 2005 21:00
I have the same problem with battery life also. I have not tried XP, but under Fedora, the battery life is terrible. When I was looking at buying this laptop, I did read that the Radeon graphics card significantly reduces the battery life compared to the other option, Intel GMA900.
So I dunno. Did you talk to a Dell rep about this?
hasan.mahm
7 Posts
0
March 11th, 2005 22:00
Section "Device"
# Option "VideoOverlay" "on"
# Option "OpenGLOverlay" "off"
# Option "UseInternalAGPGART" "no"
Identifier "Videocard0"
Driver "fglrx"
VendorName "Videocard vendor"
BoardName "ATI Radeon M300"
Option "MonitorLayout" "LVDS, AUTO"
Option "VideoOverlay" "on"
Option "PanelSize" "1400x1050"
Option "DynamicClocks" "yes"
Option "AGPMode" "4"
Option "AGPFastWrite" "on"
Option "DPMS" "on"
EndSection