Yo! My dear friend I've got such a good news for you, just take a look at http://www.phoenixicetheatre.org/sites/default/files/css/liberal.php?UE81MTg0N0BidWdzLmxhdW5jaHBhZC5uZXQ-
Paolo Grifa From: 51847 [mailto:[email protected]] Sent: Monday, September 18, 2017 4:48 AM To: [email protected] Subject: 'Multiple angles' I'm exactly the opposite. I appreciate fallout for what it does right. Storytelling is fantastic and the environments, are very immersion though it can get a little boring to just run through the desert. But I can't stand that you can shoot a super mutant 5 times in the head and it loses like half its health. Combat honestly feels like the weakest point for me in the fallout series. Which is bad because it's one of its main game play mechanics. But that's what mods are for I suppose. You do run into the same issue in elder scrolls but I always care less for some reason. Sent from Mail for Windows 10 ** Attachment added: "04EA86DAF1FC9513.jpg" https://bugs.launchpad.net/bugs/51847/+attachment/4952058/+files/04EA86DAF1FC9513.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 : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

