Zyratastic - Ubuntu: Difference between revisions

From miki
Jump to navigation Jump to search
Line 53: Line 53:


== To Do ==
== To Do ==
=== References ===
* Install guide '''[https://help.ubuntu.com/community/AsusZenbookPrime AsusZenbookPrime]'''
* Install guide '''[https://wiki.debian.org/InstallingDebianOn/Asus/N750JV/Jessie N750JV]'''
* Install guide '''[http://5thpeephole.blogspot.be/2013/10/install-ubuntu-1310-in-asus-n550jv.html N550JV]'''
<source lang=bash>
# DONE
sudo apt-get install acpi # acpi util, to access acpi info from command line
sudo vi /etc/default/grub # GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
sudo update-grub
sudo apt-get install bumblebee-nvidia nvidia-319 nvidia-settings-319
# TODO
# - fix bluetooth (install ubuntu-support...)
</source>

=== Issues ===
=== Issues ===
<ul>
<ul>
<li> '''{{red|Issue}}''' — Fn-F2 (WLAN / Bluetooth switch) and Fn-F5/Fn-F6 (screen brightness) do not work.</li>
<li> '''Issue''' — Fn-F2 (WLAN / Bluetooth switch) and Fn-F5/Fn-F6 (screen brightness) do not work.</li>
* ('''NOK''') Add <code>acpi_osi='!Windows 2012'</code> to ''/etc/default/grub'' (see [https://help.ubuntu.com/community/AsusZenbookPrime], and also [https://bbs.archlinux.org/viewtopic.php?id=147804], [https://bugs.freedesktop.org/show_bug.cgi?id=45452], [http://msdn.microsoft.com/en-us/library/windows/hardware/jj159305.aspx new win8 brightness control])
* ('''NOK''') Add <code>acpi_osi='!Windows 2012'</code> to ''/etc/default/grub'' (see [https://help.ubuntu.com/community/AsusZenbookPrime], and also [https://bbs.archlinux.org/viewtopic.php?id=147804], [https://bugs.freedesktop.org/show_bug.cgi?id=45452], [http://msdn.microsoft.com/en-us/library/windows/hardware/jj159305.aspx]) &mdash; Fn-F5/F6 still do not work, but Fn-F2 does work now!!!
* ('''NOK''') Add <code>acpi=</code> to ''/etc/default/grub'' (as per [https://wiki.debian.org/InstallingDebianOn/Asus/N750JV/Jessie]) &mdash; Does not work either (even got '''black screen''' &rarr; {{kb|Ctrl-Alt-BS}} to get out)
:&rarr; Fn-F5/F6 still do not work, but Fn-F2 does work now!!!
* ('''NOK''') Add <code>acpi=</code> to ''/etc/default/grub'' (as per [https://wiki.debian.org/InstallingDebianOn/Asus/N750JV/Jessie])
* ({{green|'''Solved'''}}) Add <code>acpi_osi=</code> to ''/etc/default/grub'' (see guide N550JV)

:&rarr; Does not work either (even got '''black screen''' &rarr; {{kb|Ctrl-Alt-BS}} to get out)
<li> '''Issue''' — NVidia GT750M card not detected.</li>
* ({{green|'''OK'''}}) Add <code>acpi_osi=</code> to ''/etc/default/grub'' (see [http://5thpeephole.blogspot.be/2013/10/install-ubuntu-1310-in-asus-n550jv.html])
<li> '''{{red|Issue}}''' — NVidia GT750M card not detected.</li>
* Install [https://launchpad.net/~xorg-edgers/+archive/ppa xorg-edgers] (see [http://ubuntuforums.org/showthread.php?t=2189994])
* Install [https://launchpad.net/~xorg-edgers/+archive/ppa xorg-edgers] (see [http://ubuntuforums.org/showthread.php?t=2189994])
sudo apt-add-repository ppa:xorg-edgers/ppa
sudo apt-add-repository ppa:xorg-edgers/ppa
Line 71: Line 84:
sudo ppa-purge xorg-edgers
sudo ppa-purge xorg-edgers
sudo apt-get autoremove nvidia-prime
sudo apt-get autoremove nvidia-prime
* ({{green|'''Solved'''}}) Install ''bumblebee'' and ''nvidia drivers v319'' (see guide N550JV)


<li> '''{{red|Issue}}''' — '''Minecraft''' &mdash; Graphics glitches, missing limbs on intel card.</li>
<li> '''Issue''' — '''Minecraft''' &mdash; Graphics glitches, missing limbs on intel card.</li>
* ('''NOK''') Changing settings: Graphics: Fast / Fancy, View Bobbing: ON / OFF: Advanced OpenGL: OFF/Fast/Fancy
* (NOK) Changing settings, to no avail: Graphics: Fast / Fancy, View Bobbing: ON / OFF: Advanced OpenGL: OFF/Fast/Fancy
* ('''NOK''') Tried these VM, and they have glitches: OpenJDK 7 64, Oracle JDK 7 64.
* (NOK) Tried these VM, and they have glitches: OpenJDK 7 64, Oracle JDK 7 64.
* ('''NOK''') From [http://www.mpgh.net/forum/422-minecraft-tutorials/716970-optifine-ubuntu-linux.html].
* (NOK) From [http://www.mpgh.net/forum/422-minecraft-tutorials/716970-optifine-ubuntu-linux.html].
** Run MC with <code>-Xmx512M</code>
** Run MC with <code>-Xmx512M</code>
** Run in fullscreen
** Run in fullscreen
** OpenGL / Multicore settings: Smooth FPS: On, Load Far: Off, Chunk UpF: 2, Lazy CL: On, Smooth World: On, Preload Chunks: Off, Dynamic Updates: On
** OpenGL / Multicore settings: Smooth FPS: On, Load Far: Off, Chunk UpF: 2, Lazy CL: On, Smooth World: On, Preload Chunks: Off, Dynamic Updates: On
** Setting priority of process ''java'' to ''high'' (aka <code>sudo -k nice -n -5 su -c "..." -USER</code>, see [http://askubuntu.com/questions/178491/nice-command-without-root-privileges])
** Setting priority of proSeems to workcess ''java'' to ''high'' (aka <code>sudo -k nice -n -5 su -c "..." -USER</code>, see [http://askubuntu.com/questions/178491/nice-command-without-root-privileges])
* ('''NOK''') Disable ''compiz'' before launching minecraft (see [http://ubuntuforums.org/showthread.php?t=1741768])
* (NOK) Disable ''compiz'' before launching minecraft (see [http://ubuntuforums.org/showthread.php?t=1741768])
sudo apt-get install metacity
sudo apt-get install metacity
metacity --replace && ./launch-minecraft-now && unity --replace &
metacity --replace && ./launch-minecraft-now && unity --replace &
* Check more solution from google query "''optifine missing limbs''" &mdash; ...
* ({{green|'''OK'''}}) Disable '''OptiFine'''
* ({{green|Alt. solution}}) Disable '''OptiFine'''
* '''TODO''' &mdash; More solution from google query "''optifine missing limbs''" &mdash;
* ({{green|'''Solved'''}}) &mdash; use '''NVIDIA''' OpenGL (via ''bumblebee'')

<li> '''{{red|Issue}}''' — Image really dark
<li> '''{{red|Issue}}''' — Image really dark
* Use <code>xrandr</code> (see [http://askubuntu.com/questions/371630/change-contrast-gamma-in-external-monitor]):
* Use <code>xrandr</code> (see [http://askubuntu.com/questions/371630/change-contrast-gamma-in-external-monitor]):
<source lang=bash>
xrandr --output eDP1 --gamma 1.4:1.4:1.4
xrandr --verbose
xrandr --output eDP1 --gamma 1.4:1.4:1.4
xrandr --verbose
</source>
* '''Q?''' &mdash; How to make that settings permanent (setting is lost after quit / restart)?
* '''Q?''' &mdash; How to make that settings permanent (setting is lost after quit / restart)?
** I could make a custom script per seat, that is run right before launching minecraft.
** I could make a custom script per seat, that is run right before launching minecraft.
<li> '''{{red|To Do}}''' — '''Minecraft''' &mdash; Do we get more FPS if we disable compiz (or any compositor, like ''metacity'')?</li>
<li> '''{{red|To Do}}''' — '''Minecraft''' &mdash; Do we get more FPS if we disable compiz (or any compositor, like ''metacity'')?</li>
<li> '''{{red|To Do}}''' — '''Bluetooth''' &mdash; Bluetooth no longer working, even with nvidia disabled</li>
<li> '''{{red|Issue}}''' — '''Bluetooth''' &mdash; Bluetooth sometimes not active, even with nvidia disabled</li>
sudo modprobe -r aht3k; sleep 1; sudo modprobe ath3k # Seems to work
sudo modprobe -r aht3k; sleep 1; sudo modprobe ath3k # work-around
<li> '''{{red|To Do}}''' — Check BIOS version and upgrade if necessary (see [http://support.asus.com/download.aspx?SLanguage=en&p=3&s=529&m=N550JV&os=&hashedid=dad5aYI8mC6sfoNV])</li>
<li> '''Done''' — Check BIOS version and upgrade if necessary (see [http://support.asus.com/download.aspx?SLanguage=en&p=3&s=529&m=N550JV&os=&hashedid=dad5aYI8mC6sfoNV])</li>
* We have version '''204'''. Updated to version '''207'''
* We have version '''204'''. Updated to version '''207'''
<li> '''{{red|To Do}}''' — Check install guides: [https://help.ubuntu.com/community/AsusZenbookPrime], [https://wiki.debian.org/InstallingDebianOn/Asus/N750JV/Jessie], '''[http://5thpeephole.blogspot.be/2013/10/install-ubuntu-1310-in-asus-n550jv.html]''' (for ubuntu)</li>
<li> '''{{red|To Do}}''' — Check install guides above</li>
sudo apt-get install acpi # acpi util, to access acpi info from command line
</ul>
</ul>



Revision as of 19:24, 12 December 2013

Introduction

This is the configuration page for the Ubuntu partition on Zyratastic.

Configuration Files

All configuration files can be found here.

Repositories

To be completed.

Installed Applications

Common applications

See Common configuration for Linux.

Essential

Application (package) [YYYY-MM-DD] Update
Additional configuration settings

Local Applications

Application (package) [YYYY-MM-DD] Update
Additional configuration settings

Uninstalled

Application (package) [YYYY-MM-DD] Update
Additional configuration settings

Simple Settings

  • [YYYY-MM-DD] - SETTING

Detailed System Settings

1st install

  • INSTALL LOG

File System

  • To be completed

Network

  • To be completed

Preferences

  • To be completed

Users

To be completed

To Do

References

# DONE
sudo apt-get install acpi           # acpi util, to access acpi info from command line
sudo vi /etc/default/grub           # GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
sudo update-grub
sudo apt-get install bumblebee-nvidia nvidia-319 nvidia-settings-319
# TODO
# - fix bluetooth (install ubuntu-support...)

Issues

  • Issue — Fn-F2 (WLAN / Bluetooth switch) and Fn-F5/Fn-F6 (screen brightness) do not work.
    • (NOK) Add acpi_osi='!Windows 2012' to /etc/default/grub (see [1], and also [2], [3], [4]) — Fn-F5/F6 still do not work, but Fn-F2 does work now!!!
    • (NOK) Add acpi= to /etc/default/grub (as per [5]) — Does not work either (even got black screenCtrl-Alt-BS to get out)
    • (Solved) Add acpi_osi= to /etc/default/grub (see guide N550JV)
  • Issue — NVidia GT750M card not detected.
  • sudo apt-add-repository ppa:xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-331 nvidia-settings-331 nvidia-prime
    • Reboot. Multiple issues from apport (→ disabled now)
    • Nvidia card works with accelerated OpenGL, but keyboard is stuck to US layout, and Bluetooth is lost. Fonts are not rendered as usual it seems.
    • Purge xorg-edgers to see if we can revert back to previous situation:
    sudo ppa-purge xorg-edgers sudo apt-get autoremove nvidia-prime
    • (Solved) Install bumblebee and nvidia drivers v319 (see guide N550JV)
  • IssueMinecraft — Graphics glitches, missing limbs on intel card.
    • (NOK) Changing settings, to no avail: Graphics: Fast / Fancy, View Bobbing: ON / OFF: Advanced OpenGL: OFF/Fast/Fancy
    • (NOK) Tried these VM, and they have glitches: OpenJDK 7 64, Oracle JDK 7 64.
    • (NOK) From [7].
      • Run MC with -Xmx512M
      • Run in fullscreen
      • OpenGL / Multicore settings: Smooth FPS: On, Load Far: Off, Chunk UpF: 2, Lazy CL: On, Smooth World: On, Preload Chunks: Off, Dynamic Updates: On
      • Setting priority of proSeems to workcess java to high (aka sudo -k nice -n -5 su -c "..." -USER, see [8])
    • (NOK) Disable compiz before launching minecraft (see [9])
    sudo apt-get install metacity metacity --replace && ./launch-minecraft-now && unity --replace &
    • Check more solution from google query "optifine missing limbs" — ...
    • (Alt. solution) Disable OptiFine
    • (Solved) — use NVIDIA OpenGL (via bumblebee)
  • Issue — Image really dark
    • Use xrandr (see [10]):
    xrandr --output eDP1 --gamma 1.4:1.4:1.4
    xrandr --verbose
    
    • Q? — How to make that settings permanent (setting is lost after quit / restart)?
      • I could make a custom script per seat, that is run right before launching minecraft.
  • To DoMinecraft — Do we get more FPS if we disable compiz (or any compositor, like metacity)?
  • IssueBluetooth — Bluetooth sometimes not active, even with nvidia disabled
  • sudo modprobe -r aht3k; sleep 1; sudo modprobe ath3k # work-around
  • Done — Check BIOS version and upgrade if necessary (see [11])
    • We have version 204. Updated to version 207
  • To Do — Check install guides above

Done & Fixed

  • Fixed — Issue description
    Fix description
  • Done — Description