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.

    Linux distro compatibility for Sony Vaio S (15)

    Discussion in 'VAIO / Sony' started by ~Mr Burns, Oct 16, 2013.

  1. ~Mr Burns

    ~Mr Burns Notebook Enthusiast

    Reputations:
    0
    Messages:
    45
    Likes Received:
    0
    Trophy Points:
    15
    Hello,

    I want to install a linux distro on this machine; I tried ubuntu but the temps are 10-15C higher than on windows with the fan being constantly on (even though barely audible) and I had to give up on it as I found no solution to the problem. Has anyone installed a linux distro that works without problems on the Sony Vaio S 15? I have the hybrid graphics version.

    Thanks,
    Mr B.
     
  2. next4nextel

    next4nextel Notebook Consultant

    Reputations:
    19
    Messages:
    295
    Likes Received:
    2
    Trophy Points:
    31
    I have a hybrid graphics also on VPCCB15FA and tried Linux Mint 15 which was ok, all my hardware worked but battery life was compromised. Try it out!
     
  3. jahaan

    jahaan Notebook Enthusiast

    Reputations:
    0
    Messages:
    31
    Likes Received:
    1
    Trophy Points:
    16
    I use fedora 19 here without many problems... I have used mint 15 before (which is based on ubuntu so should give similar results). You may run into problems with the UEFI bootloader, but normally a tool called 'boot-repair' can fix it.

    You have to install a thing called 'bumblebee', which gives optimus support in linux. It is not part of the standard install, but if you google "bumblebee ubuntu" you find install instructions.

    When you don't have bumblebee, both graphics adaptors will be switched on and it will waste power, hence the temps will rise...

    Oh, and nice to know: you can also change the battery care and thermal control settings (among others) in linux. There is a folder /sys/devices/platform/sony-laptop/ which contains 'files', and by editing or reading these you can pass settings. E.g. there is a file battery_care_limiter, where you can put in '0', '50' or '80' to change the limit.

    Have fun using linux!