| Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
09-05-2009, 05:53 AM
|
#1
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
|
Intel video - Da Switch-Over
Hi,
I have an F10, and the video is sluggish. Of course, my xorg.conf has "vesa" as driver - the installer would'nt take anything else. So, I'm stuck now.
This morning, I changed the line to "intel" and got - a grey screen. Possibly due to the missing drivers.
Intel's site says that all/most Linux distro's have a pre-compiled driver. So, where do I find the F10's Intel driver?
I run a Compaq D51s EVO by the way.
Tnx 4 a reply
Thor
|
|
|
|
09-05-2009, 06:14 AM
|
#2
|
|
Senior Member
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Rep: 
|
Of course that you'll have problems if you use "Intel" and you don't have Intel drivers installed.
I don't use Fedora but I think that you should follow this guide if you want to make things work the right way. Comments are useful to read too.
You can find the latest Intel driver for Linux here.
|
|
|
|
09-05-2009, 06:23 AM
|
#3
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
Hi,
Big tnx - and indeed : all-round trouble, though having re-set the xorg.conf to "vesa" at least gave me the old desktop back...
Tnx!
Thor
|
|
|
|
09-05-2009, 11:09 AM
|
#4
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
Ok,
I found xorg-x11-drv-i810-2.5.0-3.fc10.i386.rpm on the DVD I installed F10 from, my chipset however is 845G, will this driver (assuming it IS a driver  of course) will it work?
Tnx in advance...
Thor
|
|
|
|
09-05-2009, 03:02 PM
|
#5
|
|
Senior Member
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Rep: 
|
Yes, that is a driver, but it's old driver, version 2.5.0. Latest Intel driver is 2.8.1. Newest drivers have many bug fixes. Even the driver before 2.8.0 version had so many problems that it made some distros look bad, like Ubuntu for example. Maybe this qoute from one of the Ubuntu users describes that problem in the best way;
Quote:
|
There is hope for Ubuntu users with Intel graphics.
|
You can try to install that driver (2.5.0), if it's made for Fedora it should work, just be sure that you have all dependencies installed too.
But as I said, I recommend installing the newest driver.
|
|
|
|
09-05-2009, 03:10 PM
|
#6
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
Indeed, as I suspected...of course, teh DVD I got it from is about eight months old.
Eh, if I read your quote, and the recommendationd ( found something to be compiled...) maybe it's not (yet) worth the headache...
Of course, the newer driver is called for. But it's only to be able to play games...so, indeed maybe not worth the hassle?
Tnx for your help, I learned something, and that(s what life's about!
Thor
|
|
|
|
09-05-2009, 04:15 PM
|
#7
|
|
Senior Member
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Rep: 
|
If you follow the guide that I've linked, you should have no problems and there are lots of us here who will help you if needed. Don't give up, you can do it and it's not a headache, it's about how do you approach to the problem. 
|
|
|
|
09-06-2009, 03:04 AM
|
#8
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
Now, THAT is coaching! Thanks, let me give it a whack then!
Thor
|
|
|
|
09-06-2009, 12:30 PM
|
#9
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
I checked my install and ... I already seem to have the driver installed, a 2.5 to be exact, though never actively used, thus never updated. Let me change the "vesa" in my xorg.conf in "i810" - I tried "intel" and got a grey blank screen...
Thor
|
|
|
|
09-07-2009, 08:46 AM
|
#10
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
Forget it...with "i810" as device, the X complains it cannot find the folder...
With "intel" as driver, I did get the intro tune (the guitar) so I assume the X server did statrt up at least...
I do have a background, is that a problem?
Thor
|
|
|
|
09-07-2009, 11:36 AM
|
#11
|
|
Senior Member
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Rep: 
|
You need to check what modules are loaded on your system. You can do this with lsmod command. Now if you see vesa there you should remove it with modprobe -r vesa or modprobe -r vesa.ko, then you need to blacklist that module. In Debian I would go to /etc/modprobe.d/blacklist to do that. Then you need to load "intel" driver into the kernel if it's not already. You would do this with modprobe command too. If I'd want to know some specifics about certain module I'd use modinfo nvidia for example, if I'd like to check nvidia module specifics. If I would want to load certain module on boot I would add an entry in /etc/modules.
There is one more guide here directly from Intel.
Background is not the problem.
|
|
|
|
09-09-2009, 10:43 AM
|
#12
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
Ok, lsmod does not show vesa, possibly not surprising, it seems to be the default mode...
I "dry-ran" modprobe, vebosely,
it showed two line - possibly to be added. Question, what is the consequence of adding kernel modules this way? How will that affect my system?
Thor
BTW things move like mud here, sorry - barely have time for my PC anymore...
Last edited by Thor_2.0; 09-09-2009 at 10:47 AM.
|
|
|
|
09-10-2009, 06:04 AM
|
#13
|
|
Senior Member
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Rep: 
|
Please take into the consideration that I'm pretty drunk at the moment, but adding modules like that won't do nothing wrong to your system, just do it.
|
|
|
|
09-10-2009, 09:03 AM
|
#14
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
Ok, so here goes...
Thor
|
|
|
|
09-13-2009, 05:09 AM
|
#15
|
|
Senior Member
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Arch
Posts: 2,028
Original Poster
|
Ok,
I found out that I already have the driver:
Quote:
modinfo i810
filename: /lib/modules/2.6.27.30-170.2.82.fc10.i686/kernel/drivers/gpu/drm/i810/i810.ko
license: GPL and additional rights
description: Intel i810
author: VA Linux Systems Inc.
srcversion: CEBE0996DF8BE26B3363FCB
depends: drm
vermagic: 2.6.27.30-170.2.82.fc10.i686 SMP mod_unload 686 4KSTACKS
|
I make a symlink in /etc/X11 so the xorg.conf can find it, full rwx rights are in place.
The X11 still cannot find the driver.
Compiling may be a little beyond my current capacities...though I am willing to give it a whack...
The instructions on http://intellinuxgraphics.org/install.html are clear...but @ the first one (./autogen) I already get stuck, I have to use
/usr/bin/autogen
And I'm not sure just WHAT that does...
I just did a
./configure
to read @ the end that the server was'nt found...I suspect that the develfiles ar'nt installed either...
The saga continues...
Thor
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:06 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|