+ Reply to Thread
Results 121 to 130 of 1912
-
26th January 2012, 04:32 PM #121Notebook Guru
- Join Date
- Mar 2006
- Posts
- 50
- Rep Power
- 18
Re: L502X modded bioses download (GPU voltages and more!)
A9 bios is shyt on my system. Constant fan on and off.
A7 bios with tweaks does not suffer the on/off fan cycling.
Thanks for the A7 bios and the volt mod.
GPU doesn't break the 80C temp whereas before it was reaching 96C (near boiling temp).
Also MSI Afterburner overclock to 780/900 stable at 0.85v.
You are indeed the Capitan and rep.
-
26th January 2012, 05:56 PM #122
Re: L502X modded bioses download (GPU voltages and more!)
as far I know that is not posible , at least on the XPS 15.
because the intel gpu is the one wich is directly conected to the laptop screen and minidisplay output, the nvidia just have the hdmi output and help the intel card sometimes
also, in the intel card, when it need to render some advanced video applications, it request nvidia gpu to render it, and intel gpu just show the finished images outputed by nvidia card.
so, as you can see, the nvidia card just act like a auxiliary card.
this have some advantages like the battery time while disabling the nvidia card when it isnt needed, but also disvantages like having to set up every app to make sure it uses the nvidia card through the nvidia control panel.
it is a bit annoying at the first system configuration.
this is like a mid point between power saving and performance.L502X,overclocked and undervolted GT525m, also the whole system is OCed, minidisplay to vga adapter, 2º HDD caddy,
replaced thermal paste, removed dust filter to improve airflow, internal usb mod and modded BIOS & ME firmware, BIOS socket installed too.
[MOD] Custom voltage modded L502X bioses + Unlocked menus
[GUIDE] Setting up the L502X GPS
[GUIDE] L502X Internal USB mod
-
27th January 2012, 01:44 AM #123Newbie
- Join Date
- May 2011
- Location
- Asia-Pacific
- Posts
- 9
- Rep Power
- 5
Re: L502X modded bioses download (GPU voltages and more!)
ok so we cannot disable it. Its just that sometimes windows aero runs slowly because it is powered by intel hd 3000. if windows aero was powered by nvidia gpu it would be superb in dell xps 15 with normal HD screen.
xps 15 Full HD screens are powered by nvidia GPU and so does the windows aero
-
27th January 2012, 06:51 AM #124
Re: L502X modded bioses download (GPU voltages and more!)
@ComputerStud
oh, srry, didnt noticed about your post, we posted almost at the same time.
well, thank you a lot for the feedback.
yes, some users posted the official A09 bios do strange things with the fan specially in battery mode, so the tweaked A07 should help in this case
what card and modded bios settings are you using?
(to add your nickname to the first post as tester
)
@eggy_brahma
yep, as far I know there are no way to disable it.
however you may find a workarround for the windows aero thing.
I made a script to enable/disable windows aero service with one click
just create a normal .txt file, paste following and rename it to *.bat
for example aero_toggle.bat
I used it to save battery time and make fullhd playback more smooth with the intel graphics.@echo off
title KASAR Windows Aero script
set aero_file=ksr_aero.txt
color 17
echo.
echo #######################
echo ## KASAR Aero Script ##
echo #######################
echo.
echo.
echo.
if not exist "%aero_file%" goto file_fail else (goto read)
:read
title KASAR reading file...
call :read_file<%aero_file%
goto show_info
:read_file
set /p aero_status=>nul
goto :eof
:show_info
rem echo current aero is: [ %aero_status% ]
echo.
if /i "%aero_status%"=="disabled" goto aero_on
if not "%aero_status%"=="disabled" goto aero_off
:aero_on
echo Enabling aero ...
title KASAR Enabling aero ...
net start uxsms >nul
set aero_status=enabled
goto write_file
:aero_off
echo Disabling aero ...
title KASAR Disabling aero ...
net stop uxsms >nul
set aero_status=disabled
goto write_file
:file_fail
color 47
echo.
echo the file %aero_file% does not exist ,creating ...
set aero_status=enabled
title KASAR creating file ....
goto :write_file
:write_file
echo %aero_status%>%aero_file%
echo.
echo.
title KASAR TOOL - Aero %aero_status%
color 27
echo aero is: [ %aero_status% ]
echo.
exit
ussage is quite simple, just double click it to toggle on/off the aero.
note: sometimes you may have to run it twice when running it first time after starting the systemLast edited by capitankasar; 28th January 2012 at 03:48 PM.
L502X,overclocked and undervolted GT525m, also the whole system is OCed, minidisplay to vga adapter, 2º HDD caddy,
replaced thermal paste, removed dust filter to improve airflow, internal usb mod and modded BIOS & ME firmware, BIOS socket installed too.
[MOD] Custom voltage modded L502X bioses + Unlocked menus
[GUIDE] Setting up the L502X GPS
[GUIDE] L502X Internal USB mod
-
27th January 2012, 07:15 AM #125Newbie
- Join Date
- May 2011
- Location
- Asia-Pacific
- Posts
- 9
- Rep Power
- 5
Re: L502X modded bioses download (GPU voltages and more!)
ok thanks. but i am confused about it. because when we set the Power Plan to Power Saver mode the windows aero automatically turns off. so is it same or different with your settings ???
-
27th January 2012, 07:17 AM #126
Re: L502X modded bioses download (GPU voltages and more!)
no, you are right, the power saver mode automatically disables aero when in battery mode.
however this simple script allow to disable aero also in another plans, even plugged into the AC power.
I also use it a lot as a a pre optimization before going into games : )L502X,overclocked and undervolted GT525m, also the whole system is OCed, minidisplay to vga adapter, 2º HDD caddy,
replaced thermal paste, removed dust filter to improve airflow, internal usb mod and modded BIOS & ME firmware, BIOS socket installed too.
[MOD] Custom voltage modded L502X bioses + Unlocked menus
[GUIDE] Setting up the L502X GPS
[GUIDE] L502X Internal USB mod
-
27th January 2012, 07:19 AM #127Newbie
- Join Date
- May 2011
- Location
- Asia-Pacific
- Posts
- 9
- Rep Power
- 5
Re: L502X modded bioses download (GPU voltages and more!)
oh i get it. thanks, will try it
yup works great
-
27th January 2012, 02:55 PM #128Notebook Enthusiast
- Join Date
- Mar 2011
- Posts
- 47
- Rep Power
- 6
Re: L502X modded bioses download (GPU voltages and more!)
Capitankasar hablas español?
i found that the MD5 checksum for the A09 bios
3C8EA4113AF36830E173B48E1A359D71
dosent match with the one that i dowload =S
-
27th January 2012, 03:51 PM #129
Re: L502X modded bioses download (GPU voltages and more!)
@koca12
///english///
since you posted the same post on two diferent topics I will reply it here:
yes, I talk spanish ^_^
the md5 checksum and .rar file I uploaded are fine.
the problem is that the md5 checksum I posted is applied directly to the L502X_A09_540m_83_85.rar file, and the md5 checksum you calculated is the one from the FLASH_the_modded_bios.bat file
///español///
como has posteado el mismo mensaje en dos temas diferentes te contestare aquí:
si, hablo español ^_^
el checksum md5 y el archivo .rar que he subido estan bien.
el problema es que el checksum md5 que he posteado esta directamente aplicado al archivo L502X_A09_540m_83_85.rar, y el checksum md5 que tu has calculado es el del archivo FLASH_the_modded_bios.bat
Last edited by capitankasar; 27th January 2012 at 04:01 PM.
L502X,overclocked and undervolted GT525m, also the whole system is OCed, minidisplay to vga adapter, 2º HDD caddy,
replaced thermal paste, removed dust filter to improve airflow, internal usb mod and modded BIOS & ME firmware, BIOS socket installed too.
[MOD] Custom voltage modded L502X bioses + Unlocked menus
[GUIDE] Setting up the L502X GPS
[GUIDE] L502X Internal USB mod
-
27th January 2012, 04:14 PM #130Notebook Enthusiast
- Join Date
- Mar 2011
- Posts
- 47
- Rep Power
- 6
Re: L502X modded bioses download (GPU voltages and more!)
jajaja ok que pena. voy a probar esta bios undervolt para ver si me soluciona el problema que tengo con algunos juegos que se congelan.
Por otro lado aprovecho y te pregunto si al tener undervolt no afecta en lo mas minimo mi tasa de FPS? osea si juego bt3 a 30 fps voy a seguir jugandolo a 30 fps o podria bajar un poco el rendimiento. ya se que esto lo explicas en tu post, pero quiero estar muy seguro.
Muchas gracias por hacer este trabajo y compratirlo.



224Likes
LinkBack URL




Reply With Quote


I`m upgrading, are you? (GTX 780M...
Today, 02:21 PM in Gaming (Software and Graphics Cards)