User Tools

Site Tools


hardware:sony_vaio_s13p

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hardware:sony_vaio_s13p [2012/10/10 21:59] adminhardware:sony_vaio_s13p [2017/10/12 21:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Sony Vaio S13P ====== ====== Sony Vaio S13P ======
 +
 +*UPDATE: (Apr 2015) I recently put Linux Mint 17 on this and it works perfectly and has fixed a lot of problems such as the mouse works great now.*
 +
 +Here are my notes on what I have working.
 +
 +Yet to get working is
 +  * Work out why WIFI is so flaky. Doesn't work with all routers and drops signal.
 +  * Get Nvidia card working for certain applications using something like: http://bumblebee-project.org/
 +  * Turbo CPU mode for longer that a split second.
 +  * Control fan levels even more.
 +  * Get finger reader working
  
 ===== Crashing/Fan problem ===== ===== Crashing/Fan problem =====
Line 88: Line 99:
 Now reboot and make sure your card is off Now reboot and make sure your card is off
  
 +
 +==== Optimus Nvidia setup ====
 +
 +
 +1. Install bumblebee and nvidia tools
 +   : sudo apt-get install bumblebee primus bumblebee-nvidia nvidia-detect nvidia-driver
 +
 +2. Add the following to the kernel boot parameters
 +   : rcutree.rcu_idle_gp_delay=1
 +    
 +   Make it persistent after reboot
 +   edit /etc/default/grub
 +   Adjust the following to look like this;
 +   : GRUB_CMDLINE_LINUX_DEFAULT="rcutree.rcu_idle_gp_delay=1 quiet"
 +
 +   re-generate grub.cfg
 +   : sudo grub-mkconfig -o /boot/grub/grub.cfg
 +
 +3. Install glxspheres (use instead of glxgears) - For tests
 +   1. Download VirtualGL (.deb) from:http://sourceforge.net/projects/virtualgl/files/2.4/ 
 +      : wget http://downloads.sourceforge.net/project/virtualgl/2.4/virtualgl_2.4_amd64.deb
 +   2. Navigate to the folder containing the deb package and install it with:
 +      : sudo dpkg -i VirtualGL_*.deb
 +   3. Run glxspheres:
 +      : /opt/VirtualGL/bin/glxspheres64
 +   4. Link
 +      : sudo ln -s /opt/VirtualGL/bin/glxspheres64 /usr/local/bin/glxspheres
 +
 +4. Results
 +   | Desc      | command                            | FPS |
 +   |-----------+------------------------------------+-----|
 +   | original  | vblank_mode=0 glxspheres           | 120 |
 +   | optirun   | vblank_mode=0 optirun glxspheres   | 145 |
 +   | primusrun | vblank_mode=0 primusrun glxspheres | 190 |
 ===== Touchpad ===== ===== Touchpad =====
  
hardware/sony_vaio_s13p.1349866750.txt.gz · Last modified: 2017/10/12 21:58 (external edit)