Zyratastic - Ubuntu: Difference between revisions
Jump to navigation
Jump to search
(→Issues) |
(→Issues) |
||
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]''' |
|||
⚫ | |||
<source lang=bash> |
|||
# DONE |
|||
⚫ | |||
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> ''' |
<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 |
* ('''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]) — 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]) — Does not work either (even got '''black screen''' → {{kb|Ctrl-Alt-BS}} to get out) |
|||
:→ Fn-F5/F6 still do not work, but Fn-F2 does work now!!! |
|||
* (''' |
* ({{green|'''Solved'''}}) Add <code>acpi_osi=</code> to ''/etc/default/grub'' (see guide N550JV) |
||
:→ Does not work either (even got '''black screen''' → {{kb|Ctrl-Alt-BS}} to get out) |
|||
⚫ | |||
⚫ | |||
⚫ | |||
* 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> ''' |
<li> '''Issue''' — '''Minecraft''' — Graphics glitches, missing limbs on intel card.</li> |
||
* ( |
* (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 [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 |
** 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]) |
||
sudo apt-get install metacity |
sudo apt-get install metacity |
||
metacity --replace && ./launch-minecraft-now && unity --replace & |
metacity --replace && ./launch-minecraft-now && unity --replace & |
||
⚫ | |||
* ({{green| |
* ({{green|Alt. solution}}) Disable '''OptiFine''' |
||
⚫ | |||
* ({{green|'''Solved'''}}) — 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 --output eDP1 --gamma 1.4:1.4:1.4 |
|||
xrandr --verbose |
|||
</source> |
|||
* '''Q?''' — How to make that settings permanent (setting is lost after quit / restart)? |
* '''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. |
** I could make a custom script per seat, that is run right before launching minecraft. |
||
<li> '''{{red|To Do}}''' — '''Minecraft''' — Do we get more FPS if we disable compiz (or any compositor, like ''metacity'')?</li> |
<li> '''{{red|To Do}}''' — '''Minecraft''' — Do we get more FPS if we disable compiz (or any compositor, like ''metacity'')?</li> |
||
<li> '''{{red| |
<li> '''{{red|Issue}}''' — '''Bluetooth''' — Bluetooth sometimes not active, even with nvidia disabled</li> |
||
sudo modprobe -r aht3k; sleep 1; sudo modprobe ath3k # |
sudo modprobe -r aht3k; sleep 1; sudo modprobe ath3k # work-around |
||
<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 |
<li> '''{{red|To Do}}''' — Check install guides above</li> |
||
⚫ | |||
</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
- Install guide AsusZenbookPrime
- Install guide N750JV
- Install guide N550JV
# 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 screen → Ctrl-Alt-BS to get out) - (Solved) Add
acpi_osi=
to /etc/default/grub (see guide N550JV) - Issue — NVidia GT750M card not detected.
- Install xorg-edgers (see [6])
- 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:
- (Solved) Install bumblebee and nvidia drivers v319 (see guide N550JV)
- Issue — Minecraft — 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])
- Run MC with
- (NOK) Disable compiz before launching minecraft (see [9])
- 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.
- Use
- To Do — Minecraft — Do we get more FPS if we disable compiz (or any compositor, like metacity)?
- Issue — Bluetooth — 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