Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

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
Old May 23rd, 2007   #1
smylie
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 80
Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

Hi

I've just got this laptop (insurance replacement, would not have been my first choice =). I'm unable to start up X at all on this computer.
I've been able to install feisty using the text based install on the Alternate CD, and starts up fine, displays splash screen etc, but drops back to command prompt every time X is about to load.

I've tried editing the xorg.conf to use both the VESA and I810 drivers, but get messages like this:

(WW) I810: No matching Device section for instance (BusID PCI:0:2:1). (may not be exact that's from memory =)

I've tried emerging the xserver-xorg-video-intel package, and changed the driver in xorg.conf to "intel". X seems to start up at this point (the screen seems to initialise), but just goes black and the computer becomes mostly unresponsive. Caps-Lock key still toggles the caps-lock led, but I'm unable to use Control-Alt-Backspace to crash out of X to try something else. At this point I need to boot back off the rescue CD so I can change the the xorg.conf driver away from intel so the laptop doesn't boot straight back into the same problem = /

According to wikipedia ( http://en.wikipedia.org/wiki/Intel_GMA#GMA_X3100 ) the X3100 uses the Mobile 965GM chipset which is supported under linux (as of May 2007).

Does that mean I just have to wait for this to be included in the ubuntu repositories?

Thanks
Dave Smylie
smylie is offline  
Old May 24th, 2007   #2
smylie
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 80
Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

Further information from a few more hours digging round . . .

the wikipedia states that the 965GM chipset is supported from version 2.0 onwards - this is the version in the feisty repo's so the driver should support it. Sure enough, in Xorg.log it detects it.

(II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
(--) intel(0): Chipset: "965GM"


(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low?

the intel_agp module wasn't loaded automatically - i modprobe'd it (and chucked it into /etc/modules), and no errors came back on command line or dmesg.

However - /dev/agpgart is still missing and the above error still remains. I have specified 128M VideoRam (i believe the max for these cards)

Section "Device"
Identifier "Generic Video Card"
Driver "intel"
VideoRam 128000
BusID "PCI:0:2:0"
EndSection

However, the log shows it's only picking up 8M

(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(WW) intel(0): /dev/agpgart is either not available, or no memory is available for allocation. Using pre-allocated memory only.
(**) intel(0): VideoRam: 7676 KB

I'm not sure of whether that's caused by /dev/agpgart being missing or because I need to configure the bios to allocate the videocard memory. (I had to do that for my old computer, but in the bios of this one, there's no mention of the video card at all)

Any one got any ideas on where I could go from here? (With the current goal being to work out why my /dev/agpgart is gone . . .)

Cheers
Dave
smylie is offline  
Old June 9th, 2007   #3
bimbo
5 Cups of Ubuntu
 
Join Date: Mar 2006
Beans: 27
Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

You might want to take a look at http://www.intellinuxgraphics.org/install.html if you didn't already.

However, since I'm actively considering that very notebook (the 1680x1050 version) to run Ubuntu on myself, could you comment on build quality and overall impression?
bimbo is offline  
Old June 9th, 2007   #4
neptho
Way Too Much Ubuntu
 
neptho's Avatar
 
Join Date: Jan 2005
My beans are hidden!
Kubuntu 8.04 Hardy Heron
Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

Try adding the following to your /etc/modules:

Code:
intel_agp
agpgart
Then reboot and see if it loads AGP support.
__________________
Registered Linux user #32508.
I use openSUSE on my Latitude E6500.
neptho is offline  
Old June 9th, 2007   #5
smylie
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 80
Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

I've actually been very disappointed with this laptop so far.

I had to use to use the Alternate Install CD as it couldn't start X winders in the normal live cd. Even with the Alternate Installer, I couldn't get X to run afterwards. I needed to get the latest intel video drivers from their git repository and compile those + my own custom kernel. (Which also meant had to work out how to do the Intel wireless custom compile as well, which was a real pita .. . . )

Literally took about 4 days to get this laptop into a useable state, which is seriously not cool.


Anyway, having finally got X to run, compiz / beryl won't work, and the monitor is blurry. (see http://ubuntuforums.org/showthread.php?t=464907 )

About the only thing that has impressed me is that suspend and hibernate worked out of the box - first laptop I've seen do that.

I think the main problem is that the laptop is too new - the first version of the video driver was only released about 3 or 4 weeks ago, so it's not incorporated into any distributions yet. This should change, (and hopefully one of the newer drivers will resolve my screen issues).

I'm about to give gutsy gibbon a try shortly - will let you know how it goes . . .

Cheers
Dave Smylie
smylie is offline  
Old June 9th, 2007   #6
bimbo
5 Cups of Ubuntu
 
Join Date: Mar 2006
Beans: 27
Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

Sounds like maybe the driver doesnt actually use the truly proper resolution?

Maybe you need 915resolution like with 915 and 950 chipsets?

But other than the issues with X (which should sort out themselves over time, I can deal with that) does it feel solidly built?

The fact that suspend and hibernate works is a very good sign already

Last edited by bimbo; June 9th, 2007 at 05:48 AM..
bimbo is offline  
Old June 9th, 2007   #7
smylie
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 80
Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

Quote:
Originally Posted by bimbo View Post
Sounds like maybe the driver doesnt actually use the truly proper resolution?

Maybe you need 915resolution like with 915 and 950 chipsets?

But other than the issues with X (which should sort out themselves over time, I can deal with that) does it feel solidly built?

The fact that suspend and hibernate works is a very good sign already
That's what I thought - but it is (as far as I can tell) running at the right resolution - everything is the size I'd expect, and xdpyinfo etc return that it's running at 1650x1080 so go figure . . .

Unfortunately 915resolution doesn't support the chipset on this card (yet?). I'm not sure if it ever will given the new intel modesetting drivers can supposedly do everything 915resolution can do . . .
(Having said that, I just used the 915resolution binaries from the fiesty repo's - it's possible a newer version does support it).

But yeah, apart from the screen, it's pretty good. The internal speakers are adequate, the touch sensitive audio controllers work out of the box, (volume, mute etc), card reader works. Haven't tried bluetooth yet, but I'm not anticipating any issues there.

However, the screen is a HUGE downer. I would recommend strongly against this laptop until these issues are sorted.

Cheers
Dave Smylie
smylie is offline  
Old June 9th, 2007   #8
ramjet_1953
May the Ubuntu Be With You!
 
ramjet_1953's Avatar
 
Join Date: Aug 2006
Location: Thailand
Beans: 1,633
Ubuntu 9.10 Karmic Koala
Send a message via Skype™ to ramjet_1953
Talking Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

You could always try the new Intel driver;

Copy and paste this into a terminal:

sudo apt-get install xserver-xorg-video-intel

After it has done it's thing just re-boot.

Hopefully, it will have done the right thing.

Regards,
Roger
__________________
There are only two things in life that are mandatory.
Birth and Death.
Everything else is optional.
Ubuntu User #10495
ramjet_1953 is offline  
Old June 10th, 2007   #9
bimbo
5 Cups of Ubuntu
 
Join Date: Mar 2006
Beans: 27
Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

How about noise? there are some reports about it spinning the fan near constantly?

Some older HP notebooks can control the fan from software according http://www.debianhelp.org/node/3731#comment-8166 I wonder if that works on the 6710b too, must see if I can get one for testing somewhere...
bimbo is offline  
Old June 10th, 2007   #10
smylie
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 80
Re: Display issues with HP 6710b laptop (Intel GMA X3100 UMA video card)

Quote:
Originally Posted by bimbo View Post
How about noise? there are some reports about it spinning the fan near constantly?

Some older HP notebooks can control the fan from software according http://www.debianhelp.org/node/3731#comment-8166 I wonder if that works on the 6710b too, must see if I can get one for testing somewhere...
Yeah - the fan is pretty loud when it's going. It isn't constant, but does seem to be going more often than not. It hasn't been enough of an issue for me that I've looked into seeing weather or not I can control it . . .
smylie is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:17 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry