Quantcast Acer Aspire TimelineX 3820TG mods/tweaks ONLY! - Page 13

+ Reply to Thread
Page 13 of 31 FirstFirst ... 39101112131415161723 ... LastLast
Results 121 to 130 of 307
  1. #121
    Notebook Consultant
    Join Date
    Aug 2008
    Posts
    194
    Rep Power
    12

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    thanks. Is there a mod bios for this laptop that add features.

  2. #122
    Notebook Deity
    Join Date
    May 2010
    Location
    germany
    Posts
    887
    Rep Power
    11

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Hey,

    could the free place U67 on the motherboard between the HDMI port and the Intel chipset be a place for a HDMI switch to witch the HDMI output port between the Intel and AMD graphic card?

  3. #123
    Notebook Evangelist
    Join Date
    Sep 2009
    Posts
    371
    Rep Power
    10

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by Just_a_Nick View Post
    Hey,

    could the free place U67 on the motherboard between the HDMI port and the Intel chipset be a place for a HDMI switch to witch the HDMI output port between the Intel and AMD graphic card?
    omg surfing with a quit intel vga on a big screen

    edit: is there a chip missing ??
    Last edited by inteks; 13th April 2011 at 03:42 AM.
    3820TG i5@3.2Ghz 4GB HyperX 1333CL7@1200CL6 ATI HD5650@700/900
    Windows7 On Samsung SSD PM830 256Gig

    3820tray --- 3820TG ATI vBios MOD --- 1810t TME MOD --- Acc Sensor Mod

  4. #124
    Notebook Evangelist
    Join Date
    Sep 2009
    Posts
    371
    Rep Power
    10

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    btw. i found the bug why reading EC doesnt work....
    Code:
     
                public static byte ReadEC(byte iPort) {
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x66, 0x80);
                }
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x62, iPort);
                }
                if (WaitReadEC()) {
                    return ols.ReadIoPortByte(0x62);
                }
                return 0;
            }
    should be ->
    Code:
     
                public static byte ReadEC(byte iPort) {
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x66, 0x80);
                }
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x62, iPort);
                }
                if (WaitWriteEC()) {
                    WaitReadEC();
                    return ols.ReadIoPortByte(0x62);
                }
                return 0;
            }

    the Sleep(1) is not a problem (as long as rweverything is not running)





    PS:
    @_InKr_ and @prikolchik -> any news in KBC modding
    3820TG i5@3.2Ghz 4GB HyperX 1333CL7@1200CL6 ATI HD5650@700/900
    Windows7 On Samsung SSD PM830 256Gig

    3820tray --- 3820TG ATI vBios MOD --- 1810t TME MOD --- Acc Sensor Mod

  5. #125
    Notebook Guru
    Join Date
    Oct 2010
    Posts
    72
    Rep Power
    7

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by inteks View Post
    PS:
    @_InKr_ and @prikolchik -> any news in KBC modding
    Actually I've stopped with following algorithm:
    TZ0<60 - 0% speed
    60-66 - fan is running at lowest possible speed F0 (lower that is used in original BIOS)
    >66 - not modified.

    Fan speed table has next values:
    FF FF FF F0 81 6F 6F 6F 6F

    I 99% satisfied with this algorithm. Next step on its improvement needs lots of playing with temps thresholds and I don't think it worth it.

    Can share modded KBC if anybody interested.

  6. #126
    Notebook Evangelist
    Join Date
    Sep 2009
    Posts
    371
    Rep Power
    10

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by _InKr_ View Post
    Actually I've stopped with following algorithm:
    TZ0<60 - 0% speed
    60-66 - fan is running at lowest possible speed F0 (lower that is used in original BIOS)
    >66 - not modified.

    Fan speed table has next values:
    FF FF FF F0 81 6F 6F 6F 6F

    I 99% satisfied with this algorithm. Next step on its improvement needs lots of playing with temps thresholds and I don't think it worth it.

    Can share modded KBC if anybody interested.
    TZ0 is cpu temp?
    does it work for gpu too?

    if it does not have sideeffects pls share . . .
    3820TG i5@3.2Ghz 4GB HyperX 1333CL7@1200CL6 ATI HD5650@700/900
    Windows7 On Samsung SSD PM830 256Gig

    3820tray --- 3820TG ATI vBios MOD --- 1810t TME MOD --- Acc Sensor Mod

  7. #127
    Notebook Guru
    Join Date
    Oct 2010
    Posts
    72
    Rep Power
    7

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by inteks View Post
    TZ0 is cpu temp?
    does it work for gpu too?

    if it does not have sideeffects pls share . . .
    Now it works only for CPU Fan. Have no need to quiet GPU Fan since I only turn on ATI for gaming and noise is not a problem then

    Of course one can modify GPU Fan tables if needed.

    Modded KBC works fine for me and prikolchik so I'll share it later today.

  8. #128
    Notebook Deity
    Join Date
    Jun 2010
    Location
    Edinburgh, Scotland
    Posts
    942
    Rep Power
    11

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by _InKr_ View Post
    Now it works only for CPU Fan. Have no need to quiet GPU Fan since I only turn on ATI for gaming and noise is not a problem then

    Of course one can modify GPU Fan tables if needed.

    Modded KBC works fine for me and prikolchik so I'll share it later today.
    But what is TZ1? In HW Monitor its something like a system board temperature. Its definately not the AMD card. Is the AMD card in the ACPI table? I would be happy to use a more quiet AMD card, as I need to use it for HDMI all the time when docked.

    Update:
    Or maybe a much easier option: could you update KBC 1.13 with the thermal values from 1.19? The thermal settings in 1.19 are really quiet, but it has a bug which makes my AMD fan go into an infinite loop. I would need to send it into a warranty replacement to have it fixed.
    Last edited by zsero; 15th April 2011 at 05:02 AM.
    Best LCD panels wiki, feel free to contribute!

    Thinkpad W520 :-)))))) clean install, 8 battery life, FHD panel upgrade - AUO B156HW01 v4

    Acer TimelineX 3820TG | 1.8 kg - 3.9 lbs | 8 hours on 6 cell | 3dmark 11 P1384 (760/960) | BIOS GPU switch | Custom Fan Profiles mod

  9. #129
    Notebook Guru
    Join Date
    Oct 2010
    Posts
    72
    Rep Power
    7

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by inteks View Post
    btw. i found the bug why reading EC doesnt work....
    Code:
     
                public static byte ReadEC(byte iPort) {
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x66, 0x80);
                }
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x62, iPort);
                }
                if (WaitReadEC()) {
                    return ols.ReadIoPortByte(0x62);
                }
                return 0;
            }
    should be ->
    Code:
     
                public static byte ReadEC(byte iPort) {
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x66, 0x80);
                }
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x62, iPort);
                }
                if (WaitWriteEC()) {
                    WaitReadEC();
                    return ols.ReadIoPortByte(0x62);
                }
                return 0;
            }

    the Sleep(1) is not a problem (as long as rweverything is not running) :cool
    Actually no. With no other software that reads EC running, works even this code:

    Code:
     
                public static byte ReadEC(byte iPort) {
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x66, 0x80);
                }
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x62, iPort);
                }
                if (WaitWriteEC()) {
                    return ols.ReadIoPortByte(0x62);
                }
                return 0;
            }
    But correct code, which is working on Linux is:
    ec.c in trunk/src/ec/acpi ? coreboot

    It corresponds to code which you have mentioned as buggy.

    Also note udelay(10) - this couldn't be done on Windows. And this is a root cause.

  10. #130
    Notebook Evangelist
    Join Date
    Sep 2009
    Posts
    371
    Rep Power
    10

    Default Re: Acer Aspire TimelineX 3820TG mods/tweaks ONLY!

    Quote Originally Posted by _InKr_ View Post
    Actually no. With no other software that reads EC running, works even this code:

    Code:
     
                public static byte ReadEC(byte iPort) {
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x66, 0x80);
                }
                if (WaitWriteEC()) {
                    ols.WriteIoPortByte(0x62, iPort);
                }
                if (WaitWriteEC()) {
                    return ols.ReadIoPortByte(0x62);
                }
                return 0;
            }
    But correct code, which is working on Linux is:
    ec.c in trunk/src/ec/acpi ? coreboot

    It corresponds to code which you have mentioned as buggy.

    Also note udelay(10) - this couldn't be done on Windows. And this is a root cause.
    the missing "WaitReadEC();" is the problem (its the step 7.)

    6. Wait IBF free ->WaitWriteEC()
    7. Wait OBF full -> WaitReadEC()

    since i fixed that i doenst have any acpi error in windowslog anymore !!

    that it delivers allways 0 if RW.exe is running is maybe simply because the EC chip cant be used by two progs the same time ...


    i have implemented in 3820tray if it returns "0" then EC is blocked and i retry later
    3820TG i5@3.2Ghz 4GB HyperX 1333CL7@1200CL6 ATI HD5650@700/900
    Windows7 On Samsung SSD PM830 256Gig

    3820tray --- 3820TG ATI vBios MOD --- 1810t TME MOD --- Acc Sensor Mod

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -4. The time now is 12:20 AM.
Powered by vBulletin® Version 4.2.0
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0