![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
#1 | |||||
|
Way Too Much Ubuntu
![]() Join Date: Jan 2005
Location: United States
Beans: 229
Ubuntu 8.04 Hardy Heron
|
Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
Hi guys!
I just installed Gutsy Gibbon on my Dell Inspiron 5100. What a disappointment compared to Feisty Fawn! Whereas Feisty was able to run everything out of the box more or less on defaults (had to change a few lines in xorg.conf to improve speed) Gutsy has me stuck on VESA mode! I'm sure there have got to be other disappointed users with Inspiron 5100s, so this is a thread for all of us to tweak our way back towards usability.... First up, slowness in booting... Quote:
Quote:
Quote:
Next for the video display... I have an ATI Radeon Mobility M7 (LW) with 32mbs of ram on it. I managed to wade through the various options and etc used in my old Feisty Fawn xorg.conf and find settings that worked! Compiz is amazing!! Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
Driver "radeon"
BusID "PCI:1:0:0"
Option "LVDSBiosNativeMode" "false"
Option "GARTSize" "64"
Option "AGPSize" "64"
Option "AGPMode" "4"
Option "XAANoOffscreenPixmaps"
Option "AGPMode" "8"
Option "AGPFastWrite" "True"
Option "EnablePageFlip" "true"
Option "EnableDepthMoves" "true"
Option "UseInternalAGPGART" "no"
Option "BackingStore" "on"
Option "UseInternalAGPGART" "no"
Option "DMAForXv" "true"
Option "AccelMethod" "XAA"
Option "ColorTiling" "on"
Option "AccelDFS" "true"
Option "TripleBuffer" "true"
Option "DynamicClocks" "on"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Option "AIGLX" "true"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Third issue, HEAT! Update! There was a thread about this in the Ubuntu-users List that suggests the issue is caused by a combination of the new desktop search "tracker" and not having i8kutils installed right... The "tracker" can be fixed by: Quote:
Quote:
I had previously recommended the zen kernel here as a solution for slowness, but unfortunately the zen kernel hasn't worked well for me in some time...if only I could go back to the earlier version that did work...alas being security-minded prevents me from doing so. I recommend Inspiron 5100 users give the Hardy Heron kernel a shot in Gutsy Gibbon. You can find more information about that here. --bornagainpenguin Last edited by bornagainpenguin; April 4th, 2008 at 01:24 PM.. Reason: Added heat info; Better fix for slow booting added; my xorg.conf posted; cleaned up outdated entries; added new boot info |
|||||
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2007
Location: Seattle. WA. USA
Beans: 16
Ubuntu 8.04 Hardy Heron
|
Re: Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
Where can I find the list of different options for i8k?
Thanks. |
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2006
Beans: 1
|
Re: Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
Im not sure what kind of problems you were having to make you stick with vesa, but I have an inspiron 5100 with the 32mb m7 video card in it too. Everything was kind of shivering and shifted to the left and I just found a fix that let me use the ati driver again. I actually hadnt updated since tribe 2 I beleive because of the problem. If you edit xorg.conf under devices add the line
Code:
Option "LVDSBiosNativeMode" "FALSE" |
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 15
|
Re: Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
Thank you engwalker,
I was going insane trying to get my Inspiron 5100 with xubuntu back to 1024x768. Code:
Option "LVDSBiosNativeMode" "FALSE" This new screens & graphics applet is useless! |
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2007
Beans: 3
|
Can anyone get the S-video tv out working? I have tried 500 different approaches with no luck. I have concluded from the posts that it has to do with the driver and the xorg.conf...but that is as far as I have come.
My wife is telling me that I should go back to windows because I spend too much time with all of these bugs (her vista system plugs right into the tv with no problem at all). I am so terribly upset that I upgraded from Feisty! As far as I can tell Gutsy does not seem ready. |
|
|
|
|
#6 |
|
Way Too Much Ubuntu
![]() Join Date: Jan 2005
Location: United States
Beans: 229
Ubuntu 8.04 Hardy Heron
|
Re: Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
Finally managed to get Gutsy behaving on my Inspiron 5100! Some new tips added to the top post and my xorg.conf posted so others can give it a try... NOTE: YMMV, use all advice at your own risk!--bornagainpenguin |
|
|
|
|
#7 |
|
Chocolate Ubuntu Mocha Blend
![]() Join Date: Nov 2007
Beans: 1,808
Ubuntu 9.10 Karmic Koala
|
Re: Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
Dude this totally works. I went from 200-300fps to 1140fps in glxgears. Sweet. Thanks man, don't know why nothing else worked.
EDIT I actually meant more like 1400fps. However, when I run glxinfo I still get no direct rendering. So what does yours say? I like the better framerate, but is there any way to get 3D from the card working? /EDIT Last edited by JoshuaRL; December 25th, 2007 at 06:59 PM.. |
|
|
|
|
#8 |
|
Way Too Much Ubuntu
![]() Join Date: Jan 2005
Location: United States
Beans: 229
Ubuntu 8.04 Hardy Heron
|
Re: Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
That's funny it always comes up as direct rendering for me...
Did you try installing driconf? --bornagainpenguin PS: Sorry for not having seen this post sooner! |
|
|
|
|
#9 |
|
Chocolate Ubuntu Mocha Blend
![]() Join Date: Nov 2007
Beans: 1,808
Ubuntu 9.10 Karmic Koala
|
Re: Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
Not a problem dude. I did and when I tried to run it it said that I didn't have the radeon driver installed. I think I'll try running dpkg-reconfigure on xserver and see if that works. If you have any suggestions I'd be willing to try. Thanks man.
|
|
|
|
|
#10 |
|
Spilled the Beans
![]() Join Date: Jan 2008
Beans: 14
|
Re: Troubleshooting the Dell Inspiron 5100 on Gutsy Thread...
This solution worked perfectly for me with Gutsy on my Dell Inspiron 5100.
I started with Gutsy server, then added the GNOME X Windows environment. Found this post, and replaced the /etc/X11/xorg.conf file with the version given in this thread. Dell displayed login screen on restart. Thanks for the quick solution. |
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|