Zyratastic - Ubuntu: Difference between revisions
Jump to navigation
Jump to search
(→Issues) |
(→Issues) |
||
Line 129: | Line 129: | ||
* '''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|Issue}}''' — '''Bluetooth''' — Bluetooth sometimes not active, even with nvidia disabled</li> |
<li> '''{{red|Issue}}''' — '''Bluetooth''' — Bluetooth sometimes not active, even with nvidia disabled</li> |
||
[ 13.663135] Bluetooth: Error in firmware loading err = -110,len = 448, size = 4096 |
[ 13.663135] Bluetooth: Error in firmware loading err = -110,len = 448, size = 4096 |
||
[ 13.663173] Bluetooth: Loading patch file failed |
[ 13.663173] Bluetooth: Loading patch file failed |
||
[ 13.663198] ath3k: probe of 3-5:1.0 failed with error -110 |
[ 13.663198] ath3k: probe of 3-5:1.0 failed with error -110 |
||
* |
* Filed bug [https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825 1260825] in Launchpad, same as bug [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1102622 1102622] in launchpad (similar: bug [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884 1024884]). |
||
* Work-around: unload / reload ''ath3k'' |
* Work-around: unload / reload ''ath3k'' |
||
sudo modprobe -r aht3k; sleep 1; sudo modprobe ath3k # work-around - NOT WORKING |
sudo modprobe -r aht3k; sleep 1; sudo modprobe ath3k # work-around - NOT WORKING |
||
<li> '''{{red|Issue}}''' — '''Keyboard layout''' — BE layout not applied on login</li> |
|||
<li> '''{{red|Issue}}''' — '''Boot''' — Boot stuck right after grub. empty screen. no disk activity.</li> |
|||
* We can trigger disk activity 2x by pressing ''return'' key. |
|||
<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> |
<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}}''' — Many errors in '''dmesg'''.</li> |
<li> '''{{red|To Do}}''' — Many errors in '''dmesg'''.</li> |
||
[ 12.493360] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver |
[ 12.493360] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver |
||
[ 12.493374] lpc_ich: Resource conflict(s) found affecting gpio_ich |
[ 12.493374] lpc_ich: Resource conflict(s) found affecting gpio_ich |
||
... |
... |
||
⚫ | |||
<li> '''{{red|To Do}}''' — Check install guides above.</li> |
<li> '''{{red|To Do}}''' — Check install guides above.</li> |
||
<li> '''{{red|To Do}}''' — Try latest nvidia drivers from xorg-edgers.</li> |
<li> '''{{red|To Do}}''' — Try latest nvidia drivers from xorg-edgers.</li> |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
<li> '''{{red|To Do}}''' — Backup</li> |
<li> '''{{red|To Do}}''' — Backup</li> |
||
* Backup Windows Rescue / System Image DVD (to mnemosyne) |
* Backup Windows Rescue / System Image DVD (to mnemosyne) |
Revision as of 18:33, 13 December 2013
Introduction
This is the configuration page for the Ubuntu partition on Zyratastic.
Configuration Files
All configuration files can be found here.
Installed Applications
Common applications
See Common configuration for Linux.
Essential
Metacity (metacity) |
|
Oracle JDK 7 (oracle-java7-installer, repo webupd8team) | See Linux_Software#Oracle / Sun Java |
ack-grep (ack-grep) | |
acpi (acpi) | |
nvidia (bumblebee-nvidia nvidia-319 nvidia-settings-319) | |
unity tweak tool (unity-tweak-tool) | from Software Center |
skype (skype) |
Local
Application (package) | [YYYY-MM-DD] Update Additional configuration settings |
Uninstalled
Application (package) | [YYYY-MM-DD] Update Additional configuration settings |
System Settings
1st install |
|
File system |
|
Network |
|
Preferences |
|
Miscellaneous |
|
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
# Hopefully the following will fix our bluetooth issues (patch failure)
sudo vi /etc/bluetooth/main.conf # EnableGatt = true
sudo vi /etc/modprobe.d/ath9k.conf # options ath9k btcoex_enable=1
sudo apt-get install bluetooth
- Google query "ubuntu asus n550jv"
- Ubuntu 13.10 guide top things
- Ubuntu 13.10 guide tweak things
- Ubuntu 13.10 guide 15 things
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]): - 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.
- Issue — Minecraft — FPS stuck at 60 FPS.
- Solved — This is due to vsync. Disable it with env. var vblank_mode ([11]):
- (or uncheck the nvidia-settings option at X Screen 0 / OpenGL Settings / Sync to VBlank)
- Issue — Bluetooth — Bluetooth sometimes not active, even with nvidia disabled [ 13.663135] Bluetooth: Error in firmware loading err = -110,len = 448, size = 4096 [ 13.663173] Bluetooth: Loading patch file failed [ 13.663198] ath3k: probe of 3-5:1.0 failed with error -110
- Filed bug 1260825 in Launchpad, same as bug 1102622 in launchpad (similar: bug 1024884).
- Work-around: unload / reload ath3k
- Issue — Keyboard layout — BE layout not applied on login
- Issue — Boot — Boot stuck right after grub. empty screen. no disk activity.
- We can trigger disk activity 2x by pressing return key.
- Done — Check BIOS version and upgrade if necessary (see [12])
- We have version 204. Updated to version 207
- To Do — Many errors in dmesg. [ 12.493360] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.493374] lpc_ich: Resource conflict(s) found affecting gpio_ich ...
- To Do — Minecraft — Do we get more FPS if we disable compiz (or any compositor, like metacity)?
- To Do — Check install guides above.
- To Do — Try latest nvidia drivers from xorg-edgers.
- To Do — Backup
- Backup Windows Rescue / System Image DVD (to mnemosyne)
- Backup Restore / Recovery partition (to mnemosyne)
- Backup current windows partition (locally)
- Backup partition table, EFI partition, etc.
xrandr --output eDP1 --gamma 1.4:1.4:1.4
xrandr --verbose