LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-31-2007, 11:21 PM   #1
poetic_assassin
LQ Newbie
 
Registered: Mar 2005
Location: Nevada
Distribution: SuSE 10.2 / Fedora 7
Posts: 6

Rep: Reputation: 0
Intel GM965 (X3100) Graphics Trouble


Greetings,

I've got a shiny new Sony VAIO FZ145E Laptop that came with oh-so-many nice features... except that it's default installation of Windows Vista was just begging to be replaced by a superior OS - namely SuSE 10.2, my OS of choice.

The problem:
Intel's new GM965 Graphics chipset does not play so nicely with current Linux distros I have found. I even tried Fedora 7, which I also like, but it won't even read the CD drive in the machine to install. In SuSe 10.2, the system sits in 800x600 resolution on the VESA Framebuffer driver; and won't let me change anything.

I've got a little experience compiling source code for hardware drivers, but not a lot. The Xorg 2D drivers on www.intellinuxgraphics.org reach a certain point and fail each time. The message I get is:

Code:
"configure: error: Must have X server >= 1.3 source tree for mode setting code."
Anyone run into this problem? Know where to go from here?

(P.S., if this belongs in the software section... my bad! I figured since it's about getting hardware to work it should go here)

Last edited by poetic_assassin; 08-31-2007 at 11:24 PM.
 
Old 09-02-2007, 10:53 AM   #2
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
Check the Suse 10.3 repositories to see if they have a beta for this driver. I'm running Mandriva 2007 Spring Edition, and it was in a separate installation rpm. It works quite well, though.

It's not easy to build from the Intel site, as you need a later version of Xorg than what ships with most rpm based distro's.
 
Old 09-10-2007, 07:34 PM   #3
PhantomLimb
LQ Newbie
 
Registered: Sep 2007
Posts: 1

Rep: Reputation: 0
I have exactly the same problem on my vaio laptop (running openSUSE 10.2). I got where you were and used the command:

git-clone git://anongit.freedesktop.org/git/xorg/xserver

That downloads the xserver source files. Then I did:

./configure --with-xserver-source=/path/to/xserver

After that it was just

make
make install

That got me past that error but I still can't switch to the new intel driver.

Hope this helps. If you get it working please let me know. I'll be working on it also.
 
Old 02-17-2008, 12:12 AM   #4
centguy
Member
 
Registered: Feb 2008
Posts: 627
Blog Entries: 1

Rep: Reputation: 48
It is rather unfortunate that I don't see many replies to the original "Intel GM965 (X3100) Graphics Trouble".
I have a Fujitsu Lifebook A6030 wide screen (i.e., 1280x800 with an aspect ratio of 1.6) two months ago. I am a fan of red hat
(I have used red hat 7.3, 9.0, centos 4.5) but even Centos 5.1 gives a default 800x600 resolution.
On Centos 5.1, even after I switch to the generic VESA driver, the best I can get is 1024x768, thus distorting my display. I read the instructions under intellinuxorg but the instructions are very high level (meaning hard to understand, even for someone who have used Linux for some many years).
It seems to me that to install the proper driver provided by intellinuxorg, then I have to upgrade Centos5.1 kernel
and the X server. This sounds rather scary (I don't have much time and energy for my scientific research!!)

Since I don't get much help, I have switched (after a friend's recommmendation)
to opensuse 10.3 after two weeks of late nights. Opensuse 10.3 "solved " my display problem, but it also means that I have to say goodbye to Centos and redhat. (BTW, I don't have much luck with Fedora either)

From time to time, I google search this problem and hope someone will give some hints so that I may do some
experiments on my WindowsXP+OpenSuse10.3+CentOS5.1 triboot system. Meantime, I am doing some reading and thinking about this important problem (at least to me!).
 
Old 02-17-2008, 08:23 AM   #5
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
Just some background from a Debian perspective. There is a new xorg intel driver:

http://packages.debian.org/sid/xserver-xorg-video-intel

which works with this hardware. This has been in Debian Unstable for a month or more, but has still not appeared in Debian Stable (Etch).
 
Old 02-17-2008, 08:49 AM   #6
samael26
Member
 
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848

Rep: Reputation: 30
Hi,
I have an unbranded laptop which came with no OS. Same chipset, though. The only distro that recognized and configured both wireless and graphics to 1200x800 was Mepis 7.0.
Cheers.
 
Old 02-19-2008, 09:49 PM   #7
centguy
Member
 
Registered: Feb 2008
Posts: 627
Blog Entries: 1

Rep: Reputation: 48
I did some experiments on my Fujitsu A6030. The default xorg.conf
contains a line Driver "i810", I changed it to "i915" and reboot (I have
to that a reboot if I don't want to blank screen after logout),
then I hit (Failed to Load Kernel Module "i915") problem.
After let the xserver to switch the default xorg.conf,
the file /var/log/Xorg.0.log tells me that it loads "i810"
via Loading /usr/lib64/xorg/modules/drivers/i810_drv.so.
I checked /usr/lib64/xorg/modules/drivers does not contain i915_drv.so,
so I guess this is the crux of the problem. Can it be a problem that
the 64-bit driver is not compiled properly ??
I may try a 32-bit centos5.1 to confirm my theory.

BTW, I found a related thread in this forum:
http://www.linuxquestions.org/questi...e-i915-519009/
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound and Graphics not working in Intel D101GGC with ATI graphics and Realtek audio sanu1 Linux - Hardware 2 12-28-2008 07:29 PM
DRI for Intel GM965 -- Slackware 12.0 geomatt Slackware 1 08-26-2007 10:19 PM
Ubuntu Install Trouble with Intel 82845G graphics card cyborg939 Linux - Hardware 11 07-15-2007 08:48 AM
Graphics Card Problem - GM965 aspekt9 Slackware 6 06-24-2007 02:11 PM
Mandrake 10.1 having trouble with onboard Intel 82865G Graphics card. sairam9 Mandriva 6 06-23-2005 11:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration