Maintenance reference: Difference between revisions
No edit summary |
No edit summary |
||
Line 158: | Line 158: | ||
{| class="wikitable" | {| class="wikitable" | ||
! [[Ubuntu 15.10 setup]] | ! [[Ubuntu 15.10 setup]] | ||
|} | |} | ||
{| class="mw-collapsible mw-collapsed wikitable" | {| class="mw-collapsible mw-collapsed wikitable" | ||
Line 300: | Line 266: | ||
|- | |- | ||
| | | | ||
[[Maintenance of my music collection]] | [[Maintenance of my music collection]] | ||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! Ubuntu and shitty Seiki | |||
|- | |||
|'''AMD''' | |||
Radeon driver sucks, won't go over 1080p; and Dune (AMD chipset) overscans so you can't see the edge. | |||
The only fix I found was to use xrandr. It kinda sucks though bc it's a resize solution that blurs all pixels. Cest la vie. | |||
xrandr --output HDMI-0 --set underscan on | |||
xrandr --output HDMI-0 --set "underscan hborder" 40 --set "underscan vborder" 22 | |||
Let's try the [https://help.ubuntu.com/community/BinaryDriverHowto/AMD binary ATI driver]. | |||
lspci -vvnn | grep VGA | |||
[...] Advanced Micro Devices, Inc. [AMD/ATI] RS780 [Radeon HD 3200] [1002:9610] | |||
|- | |||
|'''nvidia''' | |||
For 4k video on an nvdia chipset (like wimpy), first get Ubuntu to use nvidia's driver: | |||
* Go to System Settings-> Software & Updates | |||
* Select the Additional Drivers tab | |||
* Select the tested, proprietary NVIDIA binary driver | |||
* REBOOT - the nvidia driver works at the kernel level so you won't be able to just restart X. fools | |||
* WHY does ubuntu make you do all this? | |||
Next, here is the "magic super-secret" Seiki 4K goo that should go in xorg.conf (if needed). | |||
It's from: http://ubuntuforums.org/showthread.php?t=2164924 | |||
See /etc/X11/xorg.conf for the full details: | |||
# MDM added based on http://ubuntuforums.org/showthread.php?t=2164924 | |||
# Modeline "3840x2160" 307.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync | |||
# MDM 2015/02/12 A more recent one from: http://ubuntuforums.org/showthread.php?t=2164924&page=3&s=b53cb9ea1b751f4b9f2fe1aadfb6f43f | |||
Modeline "3840x2160" 296.70 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync | |||
Modeline "1920x1080" 297 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync | |||
To get a full output of what the hell X is doing: | |||
scite /var/log/Xorg.0.log & | |||
# Or create one if needed | |||
X -logverbose 6 :2 # this crashed my machine but did produce a log first | |||
scite /var/log/Xorg.2.log & | |||
|} | |||
|} | |} | ||
<!-- | <!-- |
Revision as of 13:48, 7 April 2016
general tasks | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flash Drives - Scripts - Add a user
Add a drive - Back up drive - Check disk speed Bash basics - OS X basics - DOS basics udev: Assign unique names to your devices Automatically mount and unmount your devices udev: Autorun programs when connecting your devices
|
OS installation | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Cloud and AWS tasks | ||
---|---|---|
|
Tips and tricks | |||
---|---|---|---|
Maintenance of my music collection
|
Boxes | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|