Zyratastic - Ubuntu: Difference between revisions

From miki
Jump to navigation Jump to search
Line 55: Line 55:
=== Issues ===
=== Issues ===
<ul>
<ul>
<li> '''{{red|Issue}}''' — Fn-F2 WLAN / Bluetooth switch does not work.</li>
<li> '''{{red|Issue}}''' — does not work.</li>
<li> '''{{red|Issue}}''' — Fn-F5 and Fn-F6 for screen brightness do not work.</li>
<li> '''{{red|Issue}}''' — Fn-F2 (WLAN / Bluetooth switch) and Fn-F5/Fn-F6 (screen brightness) do not work.</li>
* Add <code>acpi_osi='!Windows 2012'</code> to ''/etc/default/grub'' (see [https://help.ubuntu.com/community/AsusZenbookPrime])
* ('''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])
:&rarr; Fn-F5/F6 still do not work, but Fn-F2 does work now!!!
:&rarr; Fn-F5/F6 still do not work, but Fn-F2 does work now!!!
* Setting <code>acpi=</code> to ''/etc/default/grub'' (as per [https://wiki.debian.org/InstallingDebianOn/Asus/N750JV/Jessie])
* ('''NOK''') Add <code>acpi=</code> to ''/etc/default/grub'' (as per [https://wiki.debian.org/InstallingDebianOn/Asus/N750JV/Jessie])
:&rarr; Does not work either (even got '''black screen''' &rarr; {{kb|Ctrl-Alt-BS}} to get out)
:&rarr; Does not work either (even got '''black screen''' &rarr; {{kb|Ctrl-Alt-BS}} to get out)
* ({{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])
* See 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].
<li> '''{{red|Issue}}''' — NVidia GT750M card not detected.</li>
<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])

Revision as of 22:07, 11 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

Issues

  • Issue — does not work.
  • Issue — Fn-F2 (WLAN / Bluetooth switch) and Fn-F5/Fn-F6 (screen brightness) do not work.
  • → Fn-F5/F6 still do not work, but Fn-F2 does work now!!!
    • (NOK) Add acpi= to /etc/default/grub (as per [4])
    → Does not work either (even got black screenCtrl-Alt-BS to get out)
    • (OK) Add acpi_osi= to /etc/default/grub (see [5])
  • 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
  • IssueMinecraft — Graphics glitches, missing limbs on intel card.
    • (NOK) Changing settings: 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 process 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 &
    • (OK) Disable OptiFine
    • TODO — More solution from google query "optifine missing limbs" —
  • 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)?
  • To DoBluetooth — Bluetooth no longer working, even with nvidia disabled
  • sudo modprobe -r aht3k; sleep 1; sudo modprobe ath3k # Seems to work
  • To Do — Check BIOS version and upgrade if necessary (see [11])
    • We have version 204. Updated to version 207
  • To Do — Check install guides: [12], [13], [14] (for ubuntu)

Done & Fixed

  • Fixed — Issue description
    Fix description
  • Done — Description