i have, it seems to work fine. i thought there was just a problem with nvidia based drivers.
post #61 of 111
7/6/05 at 9:51pm
Be a part of the community.
It's free, join today!
|
Originally Posted by j19
ddr2 533 is ddr2 4200. i also noticed something strange about the nw8240. the USB ports, or at least my usb port on the left side, is not constructed in such a way to prevent the usb plug from being inserted incorrectly. with my desktop and other laptops I usually just "feel" the right way that the plug should go in, but with the nw8240 on the left, the plug will go in the wrong way. when this happens, the system reboots (i would assume because of a power surge). so be careful when inserting usb devices
|
I can insert USB cables/devices only the correct way in my lappy. Just checked it out.|
Originally Posted by adi1334
so since undervolting was mentioned, any idea about any tools to do this in Linux?
thanks, Adi |
| If you want to try hacking the kernel yourself, try looking in /usr/src/linux/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c and section 3.1 of the Pentium M datasheet. |
.|
Originally Posted by adi1334
Ok, thanks. Though probably I wont risk it. Or maybe ... well ... will look into it.
Are you running linux on a nw8240? If so, did you get X running with external monitors and/or data projectors. I only managed to do it using the "vesa" driver. Which, of course, is not the best solution. If yes, is it possible to have a look at your X configuration file . |
. This, as in running Linux on nw8240.| Are you using the free X.org driver or the fglrx one? |
| Have you tried getting the power management things (dynamicclocks or rovclock) for the GPU working? |

, Adi ...|
Originally Posted by adi1334
Sorry to have taken so long to reply. Was busy, but it's great that I finally found someone interested (and who seems to know so much more about this)
. This, as in running Linux on nw8240. |
cd /usr/src/linux-2.6.12 patch -p1 < centrino-voltages.diff# frequency voltage 2133000 1356 1867000 1292 1600000 1212 1333000 1148 1067000 1068 800000 988sudo sh -c "echo 800000 700 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_voltages"Using 700 mV @ 800 MHz lowers my cpu temperature by about 5 degrees Celsius, and seems stable so far. The patch works for me, and my system is still alive, but I give no guarantees as to whether it will work for you. It might fry your CPU, especially if you set a too-high voltage, but also if you uncover some new bug I haven't noticed.UPDATE: Modified the patch to make the new voltages effective immediately.
|
Originally Posted by adi1334
Actually I am using Debian (Testing), which is still on XFree86 (and I decided to wait for the X.org to come into Testing, which should happen soon, rather than do it on my own - a bit on the lazy side I am). I am using the fglrx driver, version 8.14.13 (I think). While I got X running fairly easy, I was unable to get it run with an external monitor.
Also, weird enough, I only get 1920x1200@56 Hz, no matter what I do to those modelines (I must do somehting wrong anyway...). |
UPDATE: Nevermind. It started working, sorta magically, at about the same time that I recompiled my ACPI DSDT. The new DSDT might or might not be the reason it started working.
