שלום לכולם,
קניתי מחשב דל שהמסך שלו פועל בתדר PWM נמוך שגורם לי לכאבי עיניים וראש.
אני רוצה לנסות להשתמש בתוכנה שמשנה את תדר ה-PWM במסך, אבל רשום שם שזה יכול להשפיע על האורך חיים של נורת ה-LED.
אם ובמקרה שנשרפת נורת ה-LED, יהיה אפשר להחליף את הפאנל של המסך? הנורת לד נמצאת על הפאנל עצמו?
עוד שאלה, מישהו יודע להעריך אם יש סיכונים נוספים בשימוש בתוכנה הזו?
מתוך התיאור של יוצר התוכנה:
This is a utility to allow for adjust the PWM driver frequency delivered from Intel Graphics embedded GPU to the embedded LCD panel. It shows you the existing value and lets you pick a new one.
I think the value it reads back and writes is the frequency in Hz.
it seems to have the same behavior as sending those intel_reg_write commands from linux with the computed values. The driver actually has two configuration DWORDs, the default for me for these two values in decimal is 2 and 200. This utility just keeps the first value as read back from the driver and changes only the second value. It's possible the first value is duty cycle or mode related, or something completely different. You could experiment using the source code if you aren't afraid to explode.
