Zyratastic - Ubuntu

From miki
Revision as of 19:35, 11 December 2013 by Mip (talk | contribs) (→‎Issues)
Jump to navigation Jump to search

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 — Fn-F5 and Fn-F6 for screen brightness do not work.
  • 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.
    • Changing settings do not help: Graphics: Fast / Fancy, View Bobbing: ON / OFF: Advanced OpenGL: OFF/Fast/Fancy
    • Tried these VM, and they have glitches: OpenJDK 7 64, Oracle JDK 7 64.
    • Google query
    • From [2]. Tried these below, to no much avail.
      • 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 renice -n -5)
  • Issue — Image really dark
    • Use xrandr (see [3]):
    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 Do — Check BIOS version and upgrade if necessary (see [4])

Done & Fixed

  • Fixed — Issue description
    Fix description
  • Done — Description