The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous pageNext page →

    G50V - Anyone find a use for the OLED display?

    Discussion in 'ASUS Gaming Notebook Forum' started by berardi1111, Oct 15, 2008.

  1. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    thanks for the tip about the animation startup sound, could someone please remind me though the key i have to press on startup to get into th BIOS, i forgot :)
     
  2. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    Dont be Lazy! :mad:
    Look for it in the manual!
    I assure you it is there!


    Guys! i did an improvement to the mega script!
    I make megascript look if there is a new mail and in case there is a new mail call a popup which in first: played a sound "You've Got Mail", second: switch on the TouchPad Led and third: draws an email looks like in comming with movement animation
    I hope you like it! :)

    Look!
    http://www.sicopoly.homelinux.com/downloads/NewMail.mpg
     
  3. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    is there a manual for the lcdhype program? otherwise I need some help putting in the coding and then using it...
     
  4. Rogue2010

    Rogue2010 Notebook Enthusiast

    Reputations:
    8
    Messages:
    27
    Likes Received:
    0
    Trophy Points:
    5
    Go back to page one and start reading.

    Otherwise here is the Cliff notes version- go to page 7 to this link: http://forum.notebookreview.com/showthread.php?p=4126501#post4126501

    1.) Download G50/G70 Driver.
    Follow the instructions:

    "Extract the folder from the archive into < LCDHype folder >\controller and start LCDHype.
    After starting LCDHype you should see the LCDHype logo flashing on your OLED.

    "You need to select the driver from the controllers list,in LCDHype.
    Go to Configuration -> LCD configuration, click the "+" on the list
    and select the "Asus G-Series OLED Display"

    by Predator_MF"

    2.) Copy all the pre-made scripts that you would like to run in LCD Hype's "Script" folder.

    3.) Select "Scripting" button in LCD Hype, then click on the open folder icon and select whatever script you want to run.

    That's it.
     
  5. stouf

    stouf Notebook Consultant

    Reputations:
    6
    Messages:
    166
    Likes Received:
    0
    Trophy Points:
    30
    Do you know why I call F1 key the "noob key" ? Try to press it in LCDHype and you'll know why.

    Oh... and it's almost universal...

    Unfortunately there's no "lazy key"
     
  6. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    I've done your first step of 3 Rogue as I had already said I did earlier. I don't know what to do after that. I have zero programming knowledge. Unfortunately your next 2 steps of instructions aren't specific enough for me. I've read almost every post in this forum and still haven't figured much out. There is talk of a tutorial, is that a tutorial for lcdhype? or something else. I don't know where to get it to read it. But really all I want to do is this one script below.

    I want to do this one. How do I put this into the Script's folder. Do i put it into a notepad or something?

    / TPad light on /
    %CleanUp.Free(TpLedOn)
    %DefFunc(TpLedOn,Global=%UsePlugin('GLED\GLED.dll',LED, 0, 1))

    / TPad light off /
    %CleanUp.Free(TpLedOff)
    %DefFunc(TpLedOff,Global=%UsePlugin('GLED\GLED.dll',LED, 0, 0))

    Also once i successfully save this script, and then open it in lcdhype, how do i run the script while in lcdhype. What do I then do to turn the light on and off at will?
     
  7. Rogue2010

    Rogue2010 Notebook Enthusiast

    Reputations:
    8
    Messages:
    27
    Likes Received:
    0
    Trophy Points:
    5
    Okay- try it this way:

    When you have LCDHype running- click on the "Scripting" button.

    Now look in the right hand side - look at the bigger window. This is where you can cut and paste any script into. Then press the "Go" button.

    I have found that any script you paste into that window will automatically run. Youu can click the save icon and it will save the script. (Make sure to have a backup copy of the original script just in case you mess up.)

    I would suggest you download some of the scripts in this thread. Copy those into the LCDHype-> Scripts folder. Then run them from there using LCDHype to open then instead of cutting and pasting. Much faster and what the program is intended for.

    Experiment and play around with the various settings of LCDHype.

    I am still learning all the features also.
     
  8. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    thanks for the patient help rogue. Unfortunatel when I paste in the code and press "go" the lights around the touchpad stay on....

    I must be doing something small wrong, but I'm not sure what.
     
  9. Duct Tape Dude

    Duct Tape Dude Duct Tape Dude

    Reputations:
    568
    Messages:
    1,822
    Likes Received:
    9
    Trophy Points:
    56
    Oh crud! Thanks for the update. I managed to do something with the code so it behaves correctly and guess it didn't update correctly.
    I also just recently found out the smiley face temperature monitoring thing isn't working correctly, either. I'll upload an updated version after finals on Tuesday.

    I also know there's something up with the wireless bars-- switching between wireless N and G networks sometimes results in a wifi speed of 4954 or something crazy like that, with a whole bunch of bars going across the screen.

    I'll get to work on this and hopefully post an updated script soon. Sorry for the bugs :/
     
  10. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    anyone want tohelp me out with turning the touchpad lights off? still cant get it to work...
     
  11. Duct Tape Dude

    Duct Tape Dude Duct Tape Dude

    Reputations:
    568
    Messages:
    1,822
    Likes Received:
    9
    Trophy Points:
    56
    If you want your light to totally flip out you can use a code something like this:
    PHP:
    #Header
    %Graph.SetTextArea(0,0,255,31)
    %
    CleanUp.Free(Light)
    %
    DefVar(Light,Local=1)
    %
    Common.SetPriority(25)
    #EndHeader

    #GfxMode
    %Assign(Light,%Mul(%Light(),-1))
    'Crazy lights!'
    %UsePlugin('GLED\GLED.dll','LED'0, %Round(%Light()))
    #EndGfxMode
    But if you just want to turn it off you can start out with code like this, which will turn it off every second:
    PHP:
    #Header
    %Graph.SetTextArea(0,0,255,31)
    %
    Common.SetPriority(1000)
    #EndHeader

    #GfxMode
    %UsePlugin('GLED\GLED.dll','LED'00)
    #EndGfxMode
    :D
     
  12. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    This is what you need its very simple!
    make like that! this its better than dtd00d....

    because It runs only one time!
    Also you need in C:\Program Files (x86)\LCDHype\plugins the folder "GLED" plugin.... http://www.sicopoly.homelinux.com/Temp/Info.jpg


    PHP:
    #Header
    %UsePlugin('GLED\GLED.dll','LED'00)
    #EndHeader

    #GfxMode

    #EndGfxMode
    Try it! Its easy! :)

    Predator please! get us the control of the other leds!! contact me!
     
  13. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    I created a GLED folder, but how do i get the files into it that you have shown in your picture.
     
  14. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    dt i tried what you said, i couldnt getthat to work either...

    Perhaps I'm not making myself that clear. the code is not what i need. people have already given me coding. I need to know how to use coding with the program, and then how to make that code then run in order for me to turn off the lights.

    what i've been doing is copying in the code on the scripting screen, then clicking "go" and nothing happens. am i supposed to do more than that?
     
  15. mr_milo

    mr_milo Notebook Consultant

    Reputations:
    59
    Messages:
    100
    Likes Received:
    0
    Trophy Points:
    30
    You need to get the GLED plugin and extract the folder to your plugin folder. You can't just make a GLED folder since you need the actual plugin. Read this post by Predator_MF on the LCDHype forums. I think it will clarify a lot and the plugin is at the bottom of the page.
     
  16. RainMotorsports

    RainMotorsports Formerly ClutchX2

    Reputations:
    565
    Messages:
    2,382
    Likes Received:
    2
    Trophy Points:
    56
    Just curious as ive just got this setup myself (lcdhype, g50 driver, basic script running) are all the controllable led's controllable?
     
  17. mr_milo

    mr_milo Notebook Consultant

    Reputations:
    59
    Messages:
    100
    Likes Received:
    0
    Trophy Points:
    30
    Not yet as far as I know. I think it's only the touch pad LED for now.
     
  18. RainMotorsports

    RainMotorsports Formerly ClutchX2

    Reputations:
    565
    Messages:
    2,382
    Likes Received:
    2
    Trophy Points:
    56
    This is pretty cool and easy to code scripts for. Don't have time to screw with it too much at the moment but I cant wait todo my own.
     
  19. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    thank you, that looks really helpful, ill mess around with those instructions, thanks!
     
  20. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    great , i got it working! another question. Do i have to run lcdhype and press "go" every time i want to turn off the lights? Or is there a way to make it always normally in this mode, with the lights off, so that even if i restart the computer they are still off?
     
  21. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    also anyone know of a script the will turn off the lights on the cover completely? the ones in the logo and in the horizontal bar.
     
  22. mr_milo

    mr_milo Notebook Consultant

    Reputations:
    59
    Messages:
    100
    Likes Received:
    0
    Trophy Points:
    30
    You can add LCDHype to your startup folder and it will start during startup. There are also options in LCDHype to run a program on startup of the program and even to minimize the window. Just dig around or use the help menu in the program.
     
  23. AnthDFC

    AnthDFC Notebook Enthusiast

    Reputations:
    0
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    5
    that worked great, thanks!

    now ill I need is a script that will turn off all of the many cover lights. My utility that came with ASUS only turns off a couple of them.
     
  24. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    as i say in other post, there isnt nothing to switch off the other leds untill predator fix the plugin or someone make other which works properly..... :(
     
  25. mr_milo

    mr_milo Notebook Consultant

    Reputations:
    59
    Messages:
    100
    Likes Received:
    0
    Trophy Points:
    30
    I second that! :) Also, I'm not sure if we will ever have anything to turn off the center LED and RoG emblem since even DC will not turn those off.
     
  26. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    I want to try to make a code to controll the leds! but i never do something like that! Its something difficult! but i want to learn!!!
    Today i get my first dll! :O
    Although there is little, that is something, isnt it? :D
    but now im stop because i dont know how to continue... :confused:
    Its difficult to be autolearn.... (autodidact). sorry but that is all can i do....
    anybody can helps me? can give me a directive? what i have to study and the way in which i have to research? :rolleyes:
     
  27. sroberts04

    sroberts04 Newbie

    Reputations:
    0
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    5
    I love the work being done here. I'm running one that shows some text/date/memory/CPU workload. (combo of the original demo scripts).

    I'm running this in Windows 7 RC1 and I noticed the CPU workload no longer registers. Everything else still seems to work. Anyone else see this?
     
  28. Duct Tape Dude

    Duct Tape Dude Duct Tape Dude

    Reputations:
    568
    Messages:
    1,822
    Likes Received:
    9
    Trophy Points:
    56
    Ditto in the first Win7 public beta. Not sure why this is, DC picks up the CPU usage alright.
     
  29. bret was here

    bret was here Notebook Enthusiast

    Reputations:
    8
    Messages:
    43
    Likes Received:
    0
    Trophy Points:
    15
    Is there an AIM script for LCDhype???
     
  30. TheLastOne

    TheLastOne Notebook Enthusiast

    Reputations:
    0
    Messages:
    15
    Likes Received:
    0
    Trophy Points:
    5
    Anyone notice that the MSN plugin for LCDHype stops MSN from keeping message history?
     
  31. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    I can't understand what do you mean... :confused:
     
  32. TheLastOne

    TheLastOne Notebook Enthusiast

    Reputations:
    0
    Messages:
    15
    Likes Received:
    0
    Trophy Points:
    5
    If LCDHype is running with the MSN plugin installed, Windows Live Messenger 2009 does not keep history anymore. Any message you send while the plugin is running is not saved.
     
  33. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    I never used/saw that funtion so, i can answer the question....

    Predator! i made a Dll for shutdown the system! I tried it with another program and it works! but when i trie to use with lcdhype it doesnt work!
    could you help me? what i did wrong?

    here is the code!

    PHP:
    #include <windows.h>

    #include "dll.h"


    bool ShutdownSico(void)
    {
        
    OSVERSIONINFO osvi;
        
    osvi.dwOSVersionInfoSize sizeof(OSVERSIONINFO);
        
    GetVersionEx( &osvi );
        if (
    osvi.dwPlatformId == VER_PLATFORM_WIN32_NT)
        {
            
    //--- Si estamos en NT/2000/XP obtenemos el permiso necesario del sistema

            
    HANDLE hToken;  //Sera el Handle de la nueva estructura donde vamos a guardar los nuevos privilegios
            
    TOKEN_PRIVILEGES tkp;  //Sera la estructura de los privilegios que queremos tomar de la estructura hToken

            
    if (!OpenProcessToken(GetCurrentProcess(),  //Abrimos el proceso que cojera los privilegios y los guardara en una estructura referenciada por hToken
                    
    TOKEN_ADJUST_PRIVILEGES TOKEN_QUERY, &hToken)) //OpenProcessToken tiene 3 parametros, 1º el Handle identificativo del proceso que lo pide, 2º 
                
    return false;

            
    LookupPrivilegeValue(NULLSE_SHUTDOWN_NAME, &tkp.Privileges[0].Luid);

            
    tkp.PrivilegeCount 1;
            
    tkp.Privileges[0].Attributes SE_PRIVILEGE_ENABLED;

            
    AdjustTokenPrivileges(hTokenFALSE, &tkp0, (PTOKEN_PRIVILEGES)NULL0);

            if (
    GetLastError() != ERROR_SUCCESS)
                return 
    false;
        }

        
    //--- Apagamos

        
    if (!ExitWindowsEx(EWX_POWEROFF EWX_FORCE0))
            return 
    false;

        return 
    true;
    }
    dll.h have:
    PHP:
    __declspec(dllexportbool ShutdownSico();
    and from lcdhype i call it in this way:
    %UsePlugin('Sico\shutdown.dll',)

    What i'm doing wrong? :confused:
    Anyone can help me?
     
  34. Predator_MF

    Predator_MF Notebook Evangelist

    Reputations:
    343
    Messages:
    495
    Likes Received:
    0
    Trophy Points:
    30
    It's not just declaring a function from the DLL for export....it's not even that. There's an SDK for developing plugins (if you can call it that way)...you have to handle a call from a function of that DLL that has the parameters being passed in the LCDHype script. See the LCDHype plugin development forum, there's a ready to compile source, though it's Delphi but it can be ported to C++ as well (I did that in the past but I don't remember where I have those files)
     
  35. Papa Midnight

    Papa Midnight Notebook Consultant

    Reputations:
    0
    Messages:
    100
    Likes Received:
    0
    Trophy Points:
    30
    Does anyone know how to get the GLED.dll to run in sync with the current CPU usage?

    To clarify what I mean, when I have low CPU usage (say 0-10%) I would like the LED (currently the touchpad) to flash steadily on and off, maybe once or twice a second. However, as the CPU speed increases, I'd like the LED to flash at a higher rate. That way, when it hits 90-100%, that thing should be going insane.

    Is this possible or is there a limitation in LCDHype which prevents me from doing so?

    This is what the script currently looks like:

    PHP:
    ID=1
    //ScreenDef
    Title=CPU/RAM
    SpecCharFile
    =
    #Header
       
    %Common.SetPriority(500
       %
    Graph.SetTextArea(0,0,256,32
       %
    Param.RenderMode(Simple

       %
    DefVar(CPUusage 0)
       %
    DefVar(hour,Local=0)
       %
    CleanUp.Free(Light)
       %
    DefVar(Light,Local=1)
     
       
    #EndHeader

    #GfxMode   
     
    %Common.CreateNewLine(, 0, )
       %
    Graph.Font('Arial',14,1Bold)
      %
    Assign(hour,%Dec(%System.GetDateTime(hh),12))
      %If((%
    System.GetDateTime(hh) > 12) )  
      
    Then{ %hour()%System.GetDateTime(':nn')%Graph.Font('Arial',7,1Bold" pm" }
      Else{ %
    System.GetDateTime('h:nn')%Graph.Font('Arial',7,1Bold" am" }
        
      %
    Graph.Font('Arial',9,1)
      %
    Common.CreateNewLine(, 018)
      %
    System.GetDateTime('ddd, mmm, dd')
      
      
      %
    Assign(CPUusage, %System.CPU(Usage))
      %
    Graph.Font('Arial',11,1Bold)
      %
    Common.CreateNewLine(, 801)
      
    'CPU'
      
    %Common.CreateNewLine(, -1041)
      %
    Format.AlignRight()
      %
    CPUusage() '%'
      
    %Format.Bar(Horizontal,100,10,0,100,%CPUusage(),1,1,155,5)
      
      %
    Common.CreateNewLine(, 8015)
      %
    Format.AlignLeft()
      
    'RAM'
      
    %Common.CreateNewLine(, -10415)
      %
    Format.AlignRight()  
      %
    Round(%Mul(100,%Div(%System.Memory(MemoryUsed), %System.Memory(MemorySize))))
       
    '%'
       
    %Format.Bar(Horizontal,100,10,0,%System.Memory(MemorySize),%System.Memory(MemoryUsed),1,1,155,19)

      %
    Assign(Light,%Mul(%Light(),-1))
      %
    UsePlugin('GLED\GLED.dll','LED'0, %Round(%Light()))
      
        
       %
    Common.ChangeScreen(2000,1)
    #EndGfxMode

    //EndDef
    One of you may recognize the script :p
     
  36. Predator_MF

    Predator_MF Notebook Evangelist

    Reputations:
    343
    Messages:
    495
    Likes Received:
    0
    Trophy Points:
    30
    Just an example...

    PHP:
    #Header
    %Common.SetPriority(10) / 10ms per frameie100fps /
    %
    LCD.Gfx_SetTextArea(0,0,255,31) / defines an area you can write text /
    %
    Param.RenderMode(Simple) / mode of operationsee LCDHype Help /
    %
    DefFunc(GLED, %UsePlugin('GLED\GLED.dll'LED2, %GLED->Para0()))
    %
    DefVar(LEDspeedLocal=1) / flashes per second, default will be 1 /
    %
    DefVar(LEDOnTimeLocal=50) / time that the LED will be ONmiliseconds /
    %
    DefVar(LEDcntLocal=0) / temporary counterholds the last LED toggle time /
    %
    DefVar(LEDstateLocal=0)

    %
    DefVar(CPUCheckTimeLocal=0)
    #EndHeader

    #GfxMode
     
    check every 500 ms for the CPU usage, else the LEDspeed change will be too fast to notice 
     %If( %
    Dec(%System.Uptime(), %CPUcheckTime() > 500) )
     
    Then{
           %
    Assign(CPUCheckTime, %System.Uptime())
           %
    Assign(LEDspeed, %Div(%System.CPU(Usage), 10))
           %If(%
    LEDspeed() = 0)
            
    Then
            
    {
              %
    Assign(LEDspeed1)
            }
         }
        
      
     %If(%
    LEDstate() = 0)
     
    Then
     
    {
        %If( %
    Dec(%System.Uptime(), %LEDcnt()) > %Div(1000, %LEDspeed()) )  
         
    Then
         
    {
           %
    Assign(LEDcnt, %System.Uptime()) 
           %
    Assign(LEDstate1)
           / 
    turn the LED ON/
           %
    GLED(1)
         }
     }
     Else
         {
           %If(%
    Dec(%System.Uptime(), %LEDcnt()) > %LEDOnTime())
           
    Then
           
    {
             %
    Assign(LEDcnt, %System.Uptime())
             %
    Assign(LEDstate0)
             / 
    turn the LED OFF/
             %
    GLED(0)
           }
         }

    #EndGfxMode
     
  37. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    Another simple way....
    The idea is to make the script as many times as CPU usage rate!
    All you put in the script will be done with that rate!


    PHP:
    #Header
    %KeyInitNoSaver()
    %
    LCD.Gfx_SetTextArea(0,0,255,31) / defines an area you can write text /
    %
    Param.RenderMode(Simple) / mode of operationsee LCDHype Help /
    %
    DefVar(CPUusage,Local=0)
    %
    DefVar(Light,Local=0)
    #EndHeader

    #GfxMode
        
    %Common.SetPriority(%Mul(%Dec(101,%CPUusage()),10)) 
       /
    Caution: If you change 101 to 100 and CPU usage get 100the script will
       turn off
    !  be careful about that
       
    You can change it between 101 and 110101 get at 100of the cpu a blink of the light of 10 milisecond!
       
    102 get a 20 miliseconds at 100of the cpu... etc etc.../

        %
    Assign(CPUusage,%System.CPU(Usage)) 

        %If(%
    Light() = 0)Then{%Assign(Light,1)}
        Else{%
    Assign(Light,0)}

        %
    UsePlugin('GLED\GLED.dll','LED'0, %Light())

    #EndGfxMode
    If you want to debug my script use this:
    %CPUusage() '-'
    %Mul(%Dec(101,%CPUusage()),10)
     
  38. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    Hi Guys!
    I did a new script for winamp! :)
    SicoWinamp

    ********************************************
    * SicoWinamp *
    * by SICOPOLY *
    * v 1.0 SICOPOLY's Style *
    * v 1.2 Add the images of *
    * the SoundSpeakers *
    * v 1.5 Read the title of the file *
    * in case the artist dont *
    * stay defined avoiding show *
    * an empty title song. *
    ********************************************

    I include in the new megascript! I hope you like it! :D
     
  39. bret was here

    bret was here Notebook Enthusiast

    Reputations:
    8
    Messages:
    43
    Likes Received:
    0
    Trophy Points:
    15
    Nobody knows about an AIM LCDhype plugin?
     
  40. onlight17

    onlight17 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    5
    why is that a wmv file? lol

    *edit thta was stupid nvm.. it looks good tho.. i like it
     
  41. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    On the G1S, I use it for performance stats. Works great, so I'm going to do the same on my new G50VT-X6.
     
  42. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    I managed to adapt the Overclocker Pro part of Megascript 2.0 beta, but its not so well organized. I don't know how to scale the entire thing to fit the screen right, so I have things in weird places...

    [​IMG]
     
  43. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    Crap, I tried to adapt the page of Megascript 2.0 that I use but its coming out funny.

    [​IMG]
     
  44. Predator_MF

    Predator_MF Notebook Evangelist

    Reputations:
    343
    Messages:
    495
    Likes Received:
    0
    Trophy Points:
    30
    Use bigger fonts and correct the offsets...the NV9800m GTS text for example is right aligned in the screen, that's why if your screen is 1000x256, it would still be on the right
     
  45. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    Nevermind, it was too much work, so I just went with PipBoy's Monitor2 screen.

    Its too bad LCDHype+Everest hog 10% of my CPU though. It doesn't really interfere with any game, but it knocks like 100 points off my 3DMark06 score.
     
  46. varunmehta

    varunmehta Notebook Enthusiast

    Reputations:
    0
    Messages:
    23
    Likes Received:
    0
    Trophy Points:
    5
    I'm sure this has been answered somewhere but this is a pretty long thread to read, so can someone point me to how I can make the OLED screen display the CPU/GPU temps and the FPS.
     
  47. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    Google "G50V LCDHype" and the answer should be within the first three results.
     
  48. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    hidavi! here is all you want of the megascript!

    http://www.sicopoly.homelinux.com/downloads/AsusG50vMegaScriptV31.zip

    It is in spanish! because im from spain, but i make a varible and you can select between spanish and english chaging it! This variable is in the main script next to the other variables that predator did.... On line 127
    / Set your Language /
    / Español = 1 /
    / English = 2 /

    %DefVar(Language, Global = 1) <-- Replace to 2

    You only need to uncomprees this zip and copy the three folders into C:\Programs files\Lcdhype and overwrite it! and thats all! :D
    I added some new funcionalities.... and many changes and sounds....

    Here you can see some important changes in the script:
    A New Logo
    AnalojClock It was made only to learn, because predator had another scriptclock "dollyclock" that it is better and more beatiful....
    It notice that a new email has come...
    Another winamp style :D

    A cool video that i did....

    Enjoy it! :)

    Predator, how is going that? Any news?
     
  49. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    Good stuff man. I'm using this right now, but I'll test it:

    [​IMG]

    From the PipBoy. I don't like all that other fanciness, just performance stats.
     
  50. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    SICOPOLY, do you have a screenshot of what Overclocker Pro is supposed to look like? Its mostly fine, but I there are some letters overlapping the text all the way at the bottom and the GPU temp isn't showing.
     
← Previous pageNext page →