Hey friend,

I  just  wanted  to show you something that you'll  definitely love,
just take a look http://characteristics.acpromostore.com

Sent from a prehistoric stone tablet, Paolo Grifa


From: 51847 [mailto:51...@bugs.launchpad.net]
Sent: Saturday, May 13, 2017 1:39 AM
To: paolog...@libero.it
Subject: Bring it on.

Totally disagree.    If  you didn't want to hear anyone  you could just
mute everyone but friends by default.


Trash talk was fun and  mostly all in  good fun.   I met  a lot of cool people 
in random  lobbies back then, and that never happens any more.  Mute was always 
an option if someone  was being too annoying.   Overall I feel much less  of a 
sense of community  from  multiplayer games as a result, and in  turn  the 
games have less of a  personality.  

I do  think private chat  as an  option is a necessity though.


Sent from Mail for Windows 10

** Attachment added: "6333181242E797E5A89C519C65D1A01C.jpg"
   
https://bugs.launchpad.net/bugs/51847/+attachment/4875994/+files/6333181242E797E5A89C519C65D1A01C.jpg

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/51847

Title:
  p4-clockmod and "N60 errata" patch

Status in linux package in Ubuntu:
  Invalid
Status in linux-source-2.6.15 package in Ubuntu:
  Fix Released
Status in linux-source-2.6.17 package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: linux-image-2.6-386

  Clock modulation in Pentium IV no longer scale under 2 Ghz. This patch was 
introduced in Breezy for a bug in Pentium IV (N60 errata) that made pc to hang 
when arriving at the slowest possible frequency.
  The problem is that this patch doesn't allow to go under 2 Ghz, that is a 
frequency far too high for every computer. Infact in the file p4-clockmod.c you 
can find at line 250:

  if (has_N60_errata[policy->cpu] && p4clockmod_table[i].frequency <
  2000000)

  This problem can be considered as a bug since it is really not
  necessary not to go under 2 Ghz and on laptops it means that it
  consumes a lot more energy and cpu gets much hotter while fan is
  always on. It would be much more efficient a value like 700000 (0,7
  Ghz) or even less, since there aren't any cpu which lowest frequency
  is under 0,4 Ghz).

  The line should be:

  if (has_N60_errata[policy->cpu] && p4clockmod_table[i].frequency <
  700000)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/51847/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to