LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having 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


Reply
  Search this Thread
Old 02-26-2012, 09:04 AM   #1
DarkMagus
LQ Newbie
 
Registered: Feb 2012
Location: Rodez, France
Distribution: OpenSUSE, Debian, LinuxMint DE
Posts: 3

Rep: Reputation: Disabled
Question Random freeze with black screen on DELL XPS 15 (L502x), various distros / kernels


Hello,

I'm running into an annoying problem since I've bought a DELL XPS laptop two months ago and installed Linux on it (previously installed on an Acer 7720 and worked like a jewel). From time to time (usually within 30 minutes after booting), it'll freeze and display nothing but a black screen, with a small blinking 1-pixel width vertical line along the left border of the screen (see made-up picture : http://dark.magus.free.fr/example.png). I've been struggling for weeks without finding any solution. I'm not new to Linux, but I'm probably far from the knowledge of long-time Linux users.

I did not find anything useful in the system logs (at the time of the freeze, nothing special appears in the logs).

I tested it with the following distributions, resulting in the exact same problem :
- OpenSUSE 11.4 (Gnome) with Kernel 2.6.39
- ArchLinux Live CD Gnome with Kernel 2.6.37
- LinuxMint Debian Edition (Gnome) with Kernel 2.6.39
- LinuxMint Debian Edition (Xfce) with Kernel 2.6.39
- LinuxMint Debian Edition (Gnome) with Kernel 3.0.0

So, I guess this is not a distribution-specific problem. I can't tell if it's a kernel problem however, since the bug happens with different versions of the kernel.

Here are the things I checked :

* Memory : I ran memtest, it does not report any error, and besides, Windows does run fine.

* Hard disk : Live distributions also have the bug, and as they don't rely on the hard disk, I don't think the problem lies here.

* Intel SpeedStep : disabled it, problem still occurs

* Updated CPU microcode : problem still occurs.

* ACPI : I thought it could be an ACPI bug. I've tested sleep and hibernate several times and they work fine (at least with Kernel 3.0.0). Also, disabling ACPI on the kernel command line, the bug also occurs (though instead of a line on the left of the screen, there are random dots moving all over the screen). So it's probably not an ACPI-related issue.

* Graphics card : This laptop does have the so called Optimus technology. For testing purpose, I was able to get it working with Bumblebee. Anyways, I don't really need to use the Nvidia card under Linux. I tried blacklisting the nouveau module, but the bug still happens. Also tried blacklisting the i915 module : bug still happens (but in this case, the result is the same as when ACPI is disabled : instead of a line, it's dots all over the screen).

* X.Org : when X.Org is not started, the problem does not seem to occur. When it's started, the problem can occur as soon as the login screen is displayed (tested gdm and xdm, the bug occurs for both). Also, tried alternate window managers such as IceWM : bug still happens.

I'm running out of ideas. If only I could identify the piece of software causing the problem, or getting some kind of output in a log... But I don't know where to search. Any guess ?

Thanks in advance.

P.S : sorry if my english is not perfect, this is not my primary language
 
Old 02-26-2012, 08:49 PM   #2
PhoenixAndThor
Member
 
Registered: Sep 2009
Location: Geogia, USA
Distribution: Ubuntu, Debian, Live CDs
Posts: 213

Rep: Reputation: 39
First, your English is great! Now about your problem. Since you have tried ArchLinux, OpenSUSE, and LinuxMint with different kernel versions, and Windows works fine, then it is most likely a problem with Xorg. Base on what you said, it sounds like the system has 2 graphics cards. If that's the case, then maybe you need special firmware to manage them, in addition to the graphics card drivers.
 
Old 02-28-2012, 10:09 PM   #3
WSmart
Member
 
Registered: Oct 2009
Posts: 34

Rep: Reputation: 0
Greetings,

Have you tried installing the Nvidia driver? Maybe that will handle things better.

Also, have you looked in the bios on the laptop to see if anything looks like it might help there?

Thanks for the posting and thanks all.

Be real, be sober.
 
Old 02-28-2012, 11:16 PM   #4
KvK
LQ Newbie
 
Registered: Jan 2012
Posts: 12

Rep: Reputation: Disabled
Hi,
Have you tried switching the graphics card to discrete mode in the bios. I had issues with Bumblebee and optimus, but once I switched it, it works fine. Also, check whether the option in bios - Allow the pc to check whether the OS is compatible with optimus - (or something like that, I don't remember the exact words) is turned off as well.
 
Old 02-29-2012, 12:06 AM   #5
DarkMagus
LQ Newbie
 
Registered: Feb 2012
Location: Rodez, France
Distribution: OpenSUSE, Debian, LinuxMint DE
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hello,

Thanks for your replies.

To clarify, yes, the system has 2 graphics "cards", one is the Intel IGP integrated in the processor, the other one is an Nvidia GT425M, which can be optionally used when needed. That kind of mechanism isn't well supported on Linux yet, but this is not really my problem, since the system should run flawlessly even without using the Nvidia card at all. I've indeed read many posts about "how to make the Nvidia card work", but none mentionning problems with just using the Intel IGP (which is all I need).

@PhoenixAndThor : from what I understood, on my laptop, the Optimus technology is purely a software implementation (except for the internal "wireing" part) ; I did not hear about a firmware for this. Do you have any information about this ?

@WSmart : well, as I said, I don't really need the Nvidia card, but yeah, in the past, I did try the official Nvidia driver together with Bumblebee (experimental Optimus implementation) and it did work fine. Except for my current problem, which is that the laptom randomly freezes.

I did a bit more investigations, I tryed to remote-debug X.Org with SSH + GDB, but when the crash occurs, I'm getting disconnected, and in fact, the network does not even reply on the computer. So it's not just X.Org crashing, it's the whole computer freezing. Also tryed to use Netconsole to get some kind of output from the Kernel just before it crashes but... no output at all at the time of the crash. As it it were an hardware fault rather than a software issue... Although it's working fine under Windows (I let it ran for hours and not a single crash).

Last edited by DarkMagus; 02-29-2012 at 07:17 AM.
 
Old 02-29-2012, 07:14 AM   #6
PhoenixAndThor
Member
 
Registered: Sep 2009
Location: Geogia, USA
Distribution: Ubuntu, Debian, Live CDs
Posts: 213

Rep: Reputation: 39
Well, I'm out

I was merely proposing the potential existence of a special firmware, as Linux does not (yet) have a reliable method for switching between different graphics cards, especially in a laptop or other mobile device. Maybe the two cards are in conflict with each other, perhaps they are both trying to use the same channels in memory or some other low-level stuff is happening. I can't help you in that area, so I'm out. I wish you the best of luck.
 
Old 02-29-2012, 07:27 AM   #7
amilo
Member
 
Registered: Oct 2011
Location: Nederland
Distribution: Debian, Centos, Ubuntu
Posts: 81

Rep: Reputation: Disabled
Perhaps you can login to your host according to this

http://="http://www.vanemery.com/Lin...-console.html"

Last edited by amilo; 02-29-2012 at 07:29 AM.
 
Old 02-29-2012, 07:47 AM   #8
DarkMagus
LQ Newbie
 
Registered: Feb 2012
Location: Rodez, France
Distribution: OpenSUSE, Debian, LinuxMint DE
Posts: 3

Original Poster
Rep: Reputation: Disabled
@PhoenixAndThor : well, thank you anyway for taking time to reply.

@amilo : I thought about that, but would that work with a serial-to-USB adapter ? (my laptop does not have a native serial port)
I did something similar with SSH over the network in order to track down what happens, but it's probably less efficient than a serial console for that kind of job.
 
  


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
[SOLVED] dell XPS L502X will not boot Marty Kraimer Fedora - Installation 14 01-29-2012 10:58 AM
Cannot control brightness settings on Dell XPS L502X - Slackware 13.37 lghizoni Slackware 11 01-08-2012 03:38 AM
Multiple Problems on Dell XPS 15 L502X laptop, Debian 6. spsiddharth007 Linux - Laptop and Netbook 3 12-04-2011 07:06 PM
Dell XPS 15(L502X) Sarath1245 Linux - Newbie 2 08-01-2011 02:43 PM
black screen and freeze when shutting down eNtoS Ubuntu 3 12-10-2006 05:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 09:02 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