Author Topic: SOLVED : can't evaluate _crs 12311 ?  (Read 1787 times)

Offline raed

  • Full Member
  • ***
  • Posts: 200
SOLVED : can't evaluate _crs 12311 ?
« on: May 10, 2012, 04:12:53 PM »
hi everyone  :)

there is a message appear after boot pclinuxos says : "can't evaluate _crs 12311"
this is a problem ?
i've never seen it before

after this message there are logo for nvidia ? can i disable it

bye
« Last Edit: May 15, 2012, 09:21:40 PM by raed »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: can't evaluate _crs 12311 ?
« Reply #1 on: May 11, 2012, 01:10:30 AM »

there is a message appear after boot pclinuxos says : "can't evaluate _crs 12311"


The message is related to an ACPI error message. I don't know if it's a problem or not. Doing a net search may answer your question.

If you have the nVidia proprietary driver installed, the logo on the screen is probably coming from there.
« Last Edit: May 11, 2012, 02:25:03 AM by djohnston »
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: can't evaluate _crs 12311 ?
« Reply #2 on: May 11, 2012, 03:15:45 AM »
That can be considered a null message, raed.     

The nvidia logo appears because you are using the nvidia driver.     

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 723
Re: can't evaluate _crs 12311 ?
« Reply #3 on: May 11, 2012, 03:56:29 AM »

after this message there are logo for nvidia ? can i disable it


You can add

Code: [Select]
     Option  "NoLogo"  "True"
in the Device section of /etc/X11/xorg.conf to disable the display of the logo

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

Offline raed

  • Full Member
  • ***
  • Posts: 200
Re: can't evaluate _crs 12311 ?
« Reply #4 on: May 15, 2012, 09:16:49 PM »

there is a message appear after boot pclinuxos says : "can't evaluate _crs 12311"


The message is related to an ACPI error message. I don't know if it's a problem or not. Doing a net search may answer your question.

If you have the nVidia proprietary driver installed, the logo on the screen is probably coming from there.


thank you

Offline raed

  • Full Member
  • ***
  • Posts: 200
Re: can't evaluate _crs 12311 ?
« Reply #5 on: May 15, 2012, 09:17:51 PM »
That can be considered a null message, raed.     

The nvidia logo appears because you are using the nvidia driver.     

thank yoy

Offline raed

  • Full Member
  • ***
  • Posts: 200
Re: can't evaluate _crs 12311 ?
« Reply #6 on: May 15, 2012, 09:18:56 PM »

after this message there are logo for nvidia ? can i disable it


You can add

Code: [Select]
     Option  "NoLogo"  "True"
in the Device section of /etc/X11/xorg.conf to disable the display of the logo

Terry

This is what I was looking for
Works successfully and the logo has disappeared  ;D

thank you