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 page

    G50V - Anyone find a use for the OLED display?

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

  1. Duct Tape Dude

    Duct Tape Dude Duct Tape Dude

    Reputations:
    568
    Messages:
    1,822
    Likes Received:
    9
    Trophy Points:
    56
    Mine died rather suddenly while in transit across Italy. I was pretty careful and I can't imagine why it would have died (and nothing else!) :(
     
  2. OliZ

    OliZ Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    0
    Trophy Points:
    15
    Mine is working fine. Although the weather plugin that pops up by the clock doesn't seem to work anymore. It's just red and won't sync.
     
  3. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    Yeah, include this plugin it wasn´t a good idea!!! :(
     
  4. OliZ

    OliZ Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    0
    Trophy Points:
    15
    Any idea why it stopped?
     
  5. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    My LCDHype thing stopped working. It just gives me an Access Violation and doesn't put anything on the OLED. It just shows the Republic of Gamers logo and thats it :(

    I tried uninstalling, erasing, and reinstalling LCDHype, to no avail...
     
  6. Predator_MF

    Predator_MF Notebook Evangelist

    Reputations:
    343
    Messages:
    495
    Likes Received:
    0
    Trophy Points:
    30
    You sure you have a basic LCDHype version and then LCDHype update over it ? It also might be a plugin causing this, so advising you to remove all the plugins/drivers and putting them one by one to see which one is causing the problem.
     
  7. SICOPOLY

    SICOPOLY Notebook Geek

    Reputations:
    54
    Messages:
    84
    Likes Received:
    0
    Trophy Points:
    15
    Yeah, it never worked properly! :D
    The homepage of the forecast weather it's always changing..... that is because the plugin is always need to be rewrited....

    I have this error message a few times.... but rarely occured for me, but maybe could be the plugin of the forecast weather? :rolleyes:
     
  8. zakazak

    zakazak www.whymacsucks.com

    Reputations:
    106
    Messages:
    1,299
    Likes Received:
    24
    Trophy Points:
    56
    anybody knows how to completly disable the oled? like disconnecting the cable?

    thanks
     
  9. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    It probably is that easy, but why do you want to disconnect it?
     
  10. hidavi

    hidavi Notebook Evangelist

    Reputations:
    11
    Messages:
    410
    Likes Received:
    0
    Trophy Points:
    30
    I did all that and nothing. Think I'm going to RMA it as my hinges are getting weak and my battery sucks too...
     
  11. zakazak

    zakazak www.whymacsucks.com

    Reputations:
    106
    Messages:
    1,299
    Likes Received:
    24
    Trophy Points:
    56
    cause i dont want at work a laptop with "republic of gamers" on it :p
    and also i dont want a programm running in the backround all the time to change the text.

    any ideas which cable?

    thanks
     
  12. IK84

    IK84 Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Hi all, I'm running a G71G and i came across this page/modding while trying to find out how to get my CPU meter to work. Well after doing some installs I got it working but only with Direct Console. I found a simple script someone posted ( forgive me for not remembering who it was by-I'm sure I can find their name if I look) It was in this topic early on in. Anyhow It doesn't use Everest to show CPU. Therefore I cant view CPU. Funny enough though I can view my memory/ram. I tried fiddling with it, but I couldn't figure out how to make the script work properly. I just want the CPU to be controlled by Everest, if anyone can help me figure this problem be great.

    HTML:
    #Header
       %Common.SetPriority(1875)
       %Graph.SetTextArea(0,0,256,32)
       %Param.RenderMode(Simple)
       %DefVar(state,local=0)
       %DefVar(battPct,Local = 0)
       %DefVar(AC,Local=0)
       %DefVar(CPUusage, Local=0)
       %DefVar(RAM,Local=0)
       %DefVar(hourPM,Local=0)
       %DefVar(hourAM,Local=0)
       %DefFunc(BattFlag=%UsePlugin('battery\batteryplugin.dll',nBatteryFlag))
       %DefFunc(ACFlag=%UsePlugin('battery\batteryplugin.dll',nACFlag))
       %DefFunc(LifeTime=%UsePlugin('battery\batteryplugin.dll',LifeTime))
       %DefFunc(IdleTime=%UsePlugin('battery\batteryplugin.dll',nSystemIdleTime))
    #EndHeader
    
    #GfxMode
    %Common.ChangeScreen(7500,3)
    
    /Get Variables/
    
    %Assign(battPct,%UsePlugin('battery\batteryplugin.dll',LifePercent))
    %Assign(CPUusage,%System.CPU(Usage))
    %Assign(RAM,%System.Memory(MemoryLoad))
    %Assign(hourPM,%Dec(%System.GetDateTime(hh),12))
    %Assign(hourAM,%Dec(%System.GetDateTime(hh),0))
    /Display Variables/
    
    /Time/
    %Format.AlignRight()
    %KeyCheck()
    %If(%hourPM() = 0)Then{%Assign(hourPM,%Dec(%System.GetDateTime(hh),0))}
    %If(%hourAM() = 0)Then{%Assign(hourAM,%Dec(%System.GetDateTime(hh),-12))}
    %Common.CreateNewLine(,0,-2)
    %Graph.Font('Arial',11,1,Bold)
    %If(%System.GetDateTime(h) < 12)
    Then{%hourAM()%System.GetDateTime(':nn ')AM%Common.CreateNewLine(,0,12,)%Graph.Font('Tahoma',7,1)%System.GetDateTime('dddd')%Common.CreateNewLine(,0,21)%System.GetDateTime('mmmm d')}
    Else{%hourPM()%System.GetDateTime(':nn ')PM%Common.CreateNewLine(,0,12,)%Graph.Font('Tahoma',7,1)%System.GetDateTime('dddd')%Common.CreateNewLine(,0,21)%System.GetDateTime('mmmm d')}
    
    /CPU/
    %Graph.Font('Trebuchet MS',10,1,Bold)
    %Format.AlignRight()
    %Common.CreateNewLine(,70,-3)
    'CPU: '%CPUusage()'%'
    %Format.Bar(Horizontal,50,12,0,100,%CPUusage(),1,1,140,0)
    
    /RAM/
    %Format.AlignLeft()
    %Common.CreateNewLine(,70,15)
    'RAM: '%RAM()'%'
    %Format.Bar(Horizontal,50,12,0,100,%RAM(),1,1,140,18)
    
    /Battery/
    %Graph.Font('Trebuchet MS',15,1,Bold)
    %Format.AlignLeft()
    %Common.CreateNewLine(,,-4)
    %battPct() %Graph.Font('Tahoma',10,1) '%'
    %Common.CreateNewLine(,0,19)
    %Graph.Font('Tahoma',7,1)
    %If(%ACFlag() = 1)
    Then { 'Plugged In'
    %If(%battPct() < 96) Then {%Common.CreateNewLine(,35,0) %Graph.Font('Webdings',11,1)~}}
    Else{
    %If(%LifeTime() = -1) Then {'Calculating'}
    Else {%LifeTime()
    }
    }
    %Graph.Rect(53,0,57,4,3,1)
    %Format.Bar(Vertical,11,29,0,100,%battPct(),2,1,50,3)
    
    
    #EndGfxMode
    [EDIT] I figured out who posted it PC Geek http://forum.notebookreview.com/4328625-post174.html [EDIT]
     
  13. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
  14. Predator_MF

    Predator_MF Notebook Evangelist

    Reputations:
    343
    Messages:
    495
    Likes Received:
    0
    Trophy Points:
    30
    Check out the megascript 2.0 (in my signature). Load the code in your LCDHype, open the Overclock page and see how variables are read through the everest plugin, then modify your code. I could help you out more but my G1S is not with me currently
     
  15. Sanji1159

    Sanji1159 Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    I cant seem to extract the tutorial to LCDHype/ Scripts. Its under appdata which I cant find with my extract file to browser. Help? And thank you very much Predator for all the hard work youve put into this. Ive had my comp for about three weeks now, so def not very educated as far as this stuff goes. Thank you all.
     
  16. vbektas

    vbektas Notebook Enthusiast

    Reputations:
    12
    Messages:
    15
    Likes Received:
    0
    Trophy Points:
    5
    link dead :S can you add ?
     
  17. vbektas

    vbektas Notebook Enthusiast

    Reputations:
    12
    Messages:
    15
    Likes Received:
    0
    Trophy Points:
    5
    Is there no one to help ??
     
  18. Predator_MF

    Predator_MF Notebook Evangelist

    Reputations:
    343
    Messages:
    495
    Likes Received:
    0
    Trophy Points:
    30
    Maybe his server is down again, be patient. In the meantime you can download previous versions of the megascript, go back few pages and check it out
     
  19. Duckburg

    Duckburg Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
    Ok, please forgive my noobness. I would LOVE to get this working. I've tried several times to get the Direct Console working with windows 7 on my G50V and i've had no success. I've seen nothing but "republic of gamers" on my LCD for the past 6 or so months. I've got the LCDHYPE application and the drivers installed and unpacked into the directory. When i open LCD hype i do see the splash screen and it says g50 series driver. When i try to run a script or change the driver, the LCD switches off entirely. I cannot figure out what i'm doing wrong or where to find a configuration tutorial. Anyone help?
     
  20. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
  21. Duckburg

    Duckburg Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
    Ok, here is where i'm at so far. I redownloaded and installed all of the ATK drivers from the Asus site as well as the chipset drivers. I then downloaded directo console 2.0 and i still get the same thing. I open the application and literaly nothing happens. I get no icon in the taskbar or anything. I've tried running as administrator, runing in compatibility mode for Vista etc. The only change i've seen on that thing is the LCDHype splash screen when you open the application. When you try running a script or changing the driver the LCD goes blank. I'm going to take it to work with me today and fiddle with it a bit more. Any more suggestions would be great!
     
  22. OliZ

    OliZ Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    0
    Trophy Points:
    15
    My G50Vt is still going strong and especially the "Overclocker" script.

    My Wifi goofed up after an overclocking bluescreen and I have reinstalled the drivers to no avail, finally I had to let it sit powerless without battery for a week and then it just worked again at powerup.

    Now my problem is that the Wifi script shows 1073MBps and has bars all over the screen just like earlier in the thread. My Wifi is till called "5100" AGN.
    Was there ever a fix for this? I'm thinking something was changed after reseting the motherboard, like IRQ or address.
    Any ideas?
     
  23. Tecknikal

    Tecknikal Notebook Consultant

    Reputations:
    27
    Messages:
    115
    Likes Received:
    0
    Trophy Points:
    30
    Any of you would happen to have the megascript 3 somewhere i can download ? link are not working anymore from this thread .
     
  24. HaloTechnology

    HaloTechnology Notebook Consultant

    Reputations:
    33
    Messages:
    183
    Likes Received:
    30
    Trophy Points:
    41
  25. Tecknikal

    Tecknikal Notebook Consultant

    Reputations:
    27
    Messages:
    115
    Likes Received:
    0
    Trophy Points:
    30
  26. Elthore

    Elthore Notebook Enthusiast

    Reputations:
    16
    Messages:
    44
    Likes Received:
    0
    Trophy Points:
    15
    Ive had this bug ever since installing Win7 maybe its a simple fix someone might know?

    Im no longer getting a reading of the CPU usage from the code:

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

    both are in the body
     
← Previous page