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.

    I need help with Cygwin(linux-like enviroment)

    Discussion in 'Windows OS and Software' started by madroxinide, Jun 7, 2007.

  1. madroxinide

    madroxinide Notebook Deity

    Reputations:
    33
    Messages:
    744
    Likes Received:
    0
    Trophy Points:
    30
    I want to run http://www.brouhaha.com/~eric/software/lcdtest/ but it says I need SDL Library. So I downloaded the source code for SDL at http://www.libsdl.org/download-1.2.php . But then it told me I needed to compile the source code into an executable Windows program by using a compiler of some sort. So I digged around some readme's and install tutorials that came with SDL source and I found myself at http://www.cygwin.com/ .

    So I downloaded the cygwin but have NO idea how to compile the source files.

    Some helpful tutorials that didn't help me much.

    http://www.libsdl.org/extras/win32/cygwin/README.txt
    http://www.libsdl.org/extras/win32/gcc.html
     
  2. brianstretch

    brianstretch Notebook Virtuoso

    Reputations:
    441
    Messages:
    3,667
    Likes Received:
    0
    Trophy Points:
    105
    I think you want the SDL runtime libraries and/or development libraries, not the SDL sourcecode.
     
  3. madroxinide

    madroxinide Notebook Deity

    Reputations:
    33
    Messages:
    744
    Likes Received:
    0
    Trophy Points:
    30
    I tried downloading the runtime library and putting it in the same directory as the lcdtest.exe but the program just doesn't seem to run right. I can't get the "a" command to show the vertical lines so I can adjust my LCD monitors clock frequency effectively. But now this is just sort of bugging me and I want to figure out how to make it work.
     
  4. chimpanzee

    chimpanzee Notebook Virtuoso

    Reputations:
    683
    Messages:
    2,561
    Likes Received:
    0
    Trophy Points:
    55
    why would you like to use this program instead of the one in the driver ? That is usually the best you can get.
     
  5. madroxinide

    madroxinide Notebook Deity

    Reputations:
    33
    Messages:
    744
    Likes Received:
    0
    Trophy Points:
    30
    i didn't get a driver with my monitor..i dont beleive
     
  6. chimpanzee

    chimpanzee Notebook Virtuoso

    Reputations:
    683
    Messages:
    2,561
    Likes Received:
    0
    Trophy Points:
    55
    most monitor are controlled by the chipset driver and don't need special driver.

    And my understanding is that most LCD in notebooks has only one frequency(59/60Hz).
     
  7. madroxinide

    madroxinide Notebook Deity

    Reputations:
    33
    Messages:
    744
    Likes Received:
    0
    Trophy Points:
    30
    oh, sorry, i have an external monitor, an Acer Al2216wsd
     
  8. chimpanzee

    chimpanzee Notebook Virtuoso

    Reputations:
    683
    Messages:
    2,561
    Likes Received:
    0
    Trophy Points:
    55
    even then I believe your graphic card is responsible for interfacing with it so the driver should be enough, at least that is what I did in the old days with CRT. Usually, you would just need a profile for the monitor.

    the problem you tried to run doesn't sound very special and if you do want to run it, there is a Windows EXE in the link you provided, just follow it.