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.

    Could someone with a L502x and Linux try this?

    Discussion in 'Dell XPS and Studio XPS' started by pinsb, May 15, 2011.

  1. pinsb

    pinsb Notebook Consultant

    Reputations:
    18
    Messages:
    136
    Likes Received:
    0
    Trophy Points:
    30
  2. pinsb

    pinsb Notebook Consultant

    Reputations:
    18
    Messages:
    136
    Likes Received:
    0
    Trophy Points:
    30
    Could anyone try this possibly?
     
  3. pinsb

    pinsb Notebook Consultant

    Reputations:
    18
    Messages:
    136
    Likes Received:
    0
    Trophy Points:
    30
    Has no one got a L502 with Linux installed?
     
  4. shlape

    shlape Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Hi pinsb,

    I have partially tried this and it looks promising.
    I have an L502X and comparing glxgears and "optirun64 glxgears" (2 seperate runs in the terminal) I get notable differences of FPS rates.

    I need to compile the acpi_call kernel module which goes with the Bumblebee script but don't have much time in the next 2 weeks. I hope to finalise this and post to the corresponding website (as they requested). I can also do so here to your thread if you want.

    for now...


    [without optirun64]
    Code:
    ~$ glxgears
    Running synchronized to the vertical refresh.  The framerate should be
    approximately the same as the monitor refresh rate.
    298 frames in 5.0 seconds = 59.441 FPS
    299 frames in 5.0 seconds = 59.565 FPS
    299 frames in 5.0 seconds = 59.697 FPS
    299 frames in 5.0 seconds = 59.630 FPS
    299 frames in 5.0 seconds = 59.631 FPS

    [With optirun64]
    Code:
    michael@XPS-L502X:~$ optirun64 glxgears
     * Starting Bumblebee X server bumblebee                                        FATAL: Module acpi_call not found.
    Error: acpi_call module not loaded
                                                                             [ OK ]
    2507 frames in 5.0 seconds = 501.058 FPS
    2500 frames in 5.0 seconds = 499.897 FPS
    3201 frames in 5.0 seconds = 640.140 FPS
    3030 frames in 5.0 seconds = 605.841 FPS
    2973 frames in 5.0 seconds = 594.190 FPS

    error messages will disappear after acpi_call is compiled.