Where can I find video drivers for Intel Integrated?
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
Where can I find video drivers for Intel Integrated?
I have a Toshiba Satellite M115-S3094. The screen has a resolution of 1280x800, but in the distro I'm using (Slax, based on Slackware), I can only get 1024x768. It's not a huge deal, but I'd love to install it, and dump Windows for good.
Anyways, does anyone know where I could get drivers for Intel Integrated Video? I think it has a 945 chip, but I'm not positive. I've used the "915resolution" tool, but X won't start after modifying it.
Any suggestions or links would be greatly appreciated.
Unfortunately, 915resolution is the only way to get non-standard resolutions working on Intel graphics chipsets. Both Novel SLED 10 and Mandriva 2007 run 915resolution during boot up, changing the video bios entry for 1280x1024 24bit mode. You could implement something like this in Slackware as well.
If it's Intel I915, then it's in the 2.6.18.3 kernel:
Code:
Intel 440LX/BX/GX, I8xx and E7x05 chipset support (AGP_INTEL)
This option gives you AGP support for the GLX component of X
on Intel 440LX/BX/GX, 815, 820, 830, 840, 845, 850, 860, 875,
E7205 and E7505 chipsets and full support for the 810, 815, 830M,
845G, 852GM, 855GM, 865G and I915 integrated graphics chipsets.
It might be in earlier ones, I haven't checked.
Best I can find from using <Linux> Google is that might be Intel GMA 950.
Do you need to know the graphics chipset or the computer chipset? Because I can boot Windows, and check under graphics settings and see which video card is running the monitor.
You won't have that kernel directory -- I created it -- that is
where I build my custom kernels.
You could run it with "lspci -vv" to get more verbose information,
but I don't think you'll get anything more with your pci.ids file.
And it is the graphics chipset that's important.
Perhaps GrueMaster will come back and give you more details on how
to use that 915resolution he mentioned.
Do a <Linux> Google search on Intel Graphics Media Accelerator 950.
There are computers with it running, but I can't find any information
on how to set it up.
If you decide to use a resolution of may be 1024x768 to change it to 1280x800 you have to insert an additional line in /etc/X11/xorg.conf in "Section Device":
Code:
Option "ForceBIOS" "1024x768=1280x800"
This will re-program the old 1024x768 to become a new 1280x800 one.
With these changes I have a proper resolution of 1280x800 with 24 bit in Slackware and Slax and a working 3D-acceleration.
May be it will work with the Intel GMA 945 too ... the developer gives his ok on his website:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.