LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-05-2008, 12:00 PM   #1
le Stone
LQ Newbie
 
Registered: Sep 2008
Posts: 8

Rep: Reputation: 0
Question Help finding and installing Intel video drivers


I am a newbie to Linux. Just started setting up Debian on an older Dell desktop. It has integrated video (Intel 3D Extreme Graphics chipset).

My questions are:
1. Where would I find a compatible video driver?
2. How do I install it?
and
3. How can I change my video resolution for my terminal?

Sorry for such basic questions, but that's what this forum is for, right?

TIA

le Stone
 
Old 09-05-2008, 12:31 PM   #2
Hewson
Member
 
Registered: Feb 2007
Location: /home
Distribution: Kubuntu and CentOS
Posts: 214

Rep: Reputation: 32
This isnt really an answer for your question, but a suggestion. If your new to linux and haven't spent much time configuring your system, you may want to switch to Ubuntu (or kubuntu). Its debian based, but is a bit easier to manage from a new user perspective. For me, on ubuntu, the system directly after install, the system recognized my system and simply prompted me that it wanted to install the proprietary video drivers. no searching around. That said if you want to it can be a good experience to configure your system by hand.



1. Find out your exact chipset and google 'linux driver <chipset>'; you may want to look at the result of `lspci`
2. worry about that AFTER you find the driver.
3. There are a number of ways. If you a windows manager installed (typically Gnome or KDE) there is an application that allows you to do this. Poke around in your 'system' and/or 'settings' menus. If you want to dig into the actual files you want to poke around in your /etc/X11/xorg.conf file. BE CAREFUL you can get yourself out into the woods if you dont save a back up. There are plenty of good guides a google search away for configuring xorg.conf for all your video needs. Since you have an old chipset/driver odds are you are not the 1st, 2nd, or 3rd person to do this. You may find someone who has clear steps tailored to your set up.

Good luck =0)
 
Old 09-05-2008, 02:39 PM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
welcome to LQ!!

If you are installing a modern distro on older hardware, chances are good that the drivers will already be there. If there is any issue--and you are given the option--simply specify "vesa". This will get you started.
Sooner or later you'll wind up running xorgconfig and/or manually editing a few things in /etc/X11/xorg.conf

If the Linux installer does not find the right driver automatically, start with the package manager. If you have to get a driver from somewhere else, I think you can simple copy it into:
/usr/lib/xorg/modules/drivers
Regardless of how you install the driver, you have to update xorg.conf to point to it.
 
Old 09-05-2008, 03:45 PM   #4
le Stone
LQ Newbie
 
Registered: Sep 2008
Posts: 8

Original Poster
Rep: Reputation: 0
No X11

Thanks for the help and the suggestions.

A few items of note:

1. For my learning purposes, I am not running a windows manager. Just command line stuff for now. I would like to get some experience installing packages etc.

2. I have no idea if I have the right video driver installed already. I've seen references to Xorg, X11 etc in my searches and here, but I don't have it installed from what I can tell. lspci tells me 'VGA Compatible controller: Intel Corp. 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)'. Which sounds like the right thing, so maybe it is ok.

3. Currently, I would just like to change my display so that I can take advantage of my bigger monitor. That's my current goal. Maybe the driver is ok (sounds like it may be) but I don't know how I would go about changing the resolution.

Thanks,
le Stone

Last edited by le Stone; 09-05-2008 at 03:49 PM.
 
Old 09-05-2008, 03:57 PM   #5
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
For console you can set vga=number for different resolutions on the kernel line in /boot/grub/menu.lst. Google for vga vesa modes. For 16bit colours and 1280x1024 I use 794:
kernel /boot/vmlinuz-2.6.26.3-080824 root=/dev/hdb1 vga=794
 
Old 09-05-2008, 04:16 PM   #6
le Stone
LQ Newbie
 
Registered: Sep 2008
Posts: 8

Original Poster
Rep: Reputation: 0
Excellent, thanks!

I added vga=794 to the kernel line, but it didn't like it. On boot it says I passed an invalid number, and gave me some choices. I picked the 80x50 option (80 chars wide x 50 lines, I presume) and it showed in that mode for a while, then reverted to the default which looks to be about 80x25.

Of course I would like to see more than 80 chars wide on my wide screen monitor, but all of the options were 80x something.

Sorry if I'm being lame here, I am obviously new to Linux.

And all of you helping is SO APPRECIATED

le Stone
 
Old 09-05-2008, 05:10 PM   #7
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Hmm, try with fewer colours first, like vga=773 for 1024×768 and 256 colours: http://en.wikipedia.org/wiki/VESA_BI...o_mode_numbers

Edit: Come to think of it, you might want to try a wide screen resolution there.

Last edited by makuyl; 09-05-2008 at 05:13 PM.
 
Old 09-06-2008, 09:03 AM   #8
le Stone
LQ Newbie
 
Registered: Sep 2008
Posts: 8

Original Poster
Rep: Reputation: 0
makuyl, thanks for the help. I did get it set properly now.

Keep moving forward...

Thanks,
le Stone
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Intel video drivers on slackware 12 enine Slackware 5 05-06-2008 06:50 AM
Where to find Intel i810 video drivers enine Slackware 4 02-27-2008 01:43 PM
Where can I find video drivers for Intel Integrated? dustin_wielenga Linux - Laptop and Netbook 5 11-29-2006 02:26 PM
Video Drivers required for Intel D915GAV mb gopi.d Linux - Hardware 9 05-06-2006 11:29 AM
video drivers and Intel 945g chipset? gottin Linux - Hardware 10 10-15-2005 05:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:54 AM.

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