Video Problem: Dell D610 with Intel 915GM 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.
Video Problem: Dell D610 with Intel 915GM integrated
I am having trouble getting X to start (screen just goes blank) on a variety of distros (FC3, umbuntu, knoppix).
In FC3 for example, the installer comes up in text mode fine but when it tries to start X the screen just goes blank. If I connect with an external monitor I can toggle the FN CRT/LCD and I can see X has started on the external monitor. If i then toggle it back to the laptop LCD I can then see the display fine on the laptop. This same thing happens with all the distros mentioned above so it seems to be specific to the onboard video and I see the same thing with a coworkers laptop.
I have tried starting the linux with the following <code>linux acpi=off apm=off</code> but the above still occurs. Any ideas?
I had the same problem. I downloaded the latest kernel from kernel.org and compiled it. I also found that it runs the i810 driver for the i915GM that is in my D610.
It took me a few times before I got it working, and unfortunatly I can't retrace my steps for you.
I did try to run the dripkg install, but it didn't seem to work. So I copied the source from that package to the source tree for my kernel and then was able to get it working. I'm running kernel 2.6.12.2 now.
Any luck on solving this? I've found a few threads on a few boards, and I've posted my own, no one has a definitive solution. I have the D610 and the dock (the cheaper one without its own video) and I cannot get dual display working properly. I have two 19" 1280x1024 flat panels, one hooked to DVI and one VGA. I have two problems, but I'm positive they are related. The first one is if I boot to a framebuffered console while docked, the DVI connected monitor works until the framebuffer loads, then it loses signal. I can then blindly use i810switch to get the monitor connected to the VGA port on. If I don't use a framebuffer I can get both monitors on showing a cloned console. Now when starting X, I have gotten it to where dual display is working, the problem is when I start X, the DVI monitor goes blank, and the laptop's screen turns on! So I have a functional dual display with the VGA monitor and the laptop screen, but I need it on the DVI monitor. I'm running Gentoo, with a 2.6.15 kernel, xorg 6.8.99 with the i915_dri patch. Has anyone out there solved this?
Thanks mate, I stumbled upon an i810 man file the other day, who knew there were man files for video drivers , and I've got xorg working great. The problem was option "MonitorLayout", I needed "DFP,CRT" instead of "LFP, CRT" (DFP for DVI, LFP for laptop's display, CRT for VGA). I haven't tackled the framebuffer yet, I'll see what I can figure out today from that man file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.