Author Topic: Hardware Conflict Message [SOLVED]  (Read 564 times)

Offline Brianrh

  • Jr. Member
  • **
  • Posts: 49
Hardware Conflict Message [SOLVED]
« on: June 22, 2012, 02:28:11 AM »
When I boot up my laptop I get a hardware conflict message briefly flash up but it is too quick to read the complete message. I edited menu.lst to boot up in verbose mode but this hasn't helped.

In verbose mode the text scrolls down the page then the screen clears and the warning message appears briefly at the top of the screen. Is there anyway of logging this message or do I need to take a picture or video it so I can read the complete message?

Thanks.

Brianrh
« Last Edit: June 22, 2012, 09:41:00 AM by Brianrh »
HP G7035EA
Intel Celeron 540 1.86GHz 2GB RAM 667Mhz PC2-300 DDR2
Mobile Intel 965 Graphics
Atheros AR2425 Wireless card
120GB Hard disk

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 740
Re: Hardware Conflict Message
« Reply #1 on: June 22, 2012, 03:05:21 AM »
You should be able to find the message by running:

Code: [Select]
dmesg | grep conflict
I suspect it may be something like "conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver".  This is usually harmless as it simply means that the generic driver is being replaced by the intel specific driver.

Terry.
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline Brianrh

  • Jr. Member
  • **
  • Posts: 49
Re: Hardware Conflict Message
« Reply #2 on: June 22, 2012, 03:08:53 AM »
Cheers Terry I'll try that later when I get home from work.

Brian
HP G7035EA
Intel Celeron 540 1.86GHz 2GB RAM 667Mhz PC2-300 DDR2
Mobile Intel 965 Graphics
Atheros AR2425 Wireless card
120GB Hard disk

Offline Brianrh

  • Jr. Member
  • **
  • Posts: 49
Re: Hardware Conflict Message
« Reply #3 on: June 22, 2012, 07:22:00 AM »
You should be able to find the message by running:

Code: [Select]
dmesg | grep conflict
I suspect it may be something like "conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver".  This is usually harmless as it simply means that the generic driver is being replaced by the intel specific driver.

Terry.

Spot on. Thanks

Brian
HP G7035EA
Intel Celeron 540 1.86GHz 2GB RAM 667Mhz PC2-300 DDR2
Mobile Intel 965 Graphics
Atheros AR2425 Wireless card
120GB Hard disk

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 740
Re: Hardware Conflict Message [SOLVED]
« Reply #4 on: June 22, 2012, 10:39:23 AM »
You're welcome  :)
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|