- Installing NVIDIA Drivers ❗❗
ubuntu-drivers devices
sudo ubuntu-drivers autoinstall- From last command see nvidia-driver-number and use it in the command below and then reboot 📺 ✔️
| { | |
| "FilterGraphs": { | |
| "Graphs": [{ | |
| "Description": "[0:0]scale_qsv@f1=w=1920:h=800:format=nv12[f1_out0]", | |
| "Filters": [{ | |
| "Filter": { | |
| "Description": "QuickSync video scaling and format conversion", | |
| "HwDeviceContext": { | |
| "DeviceType": "qsv", | |
| "HasHwDeviceContext": true |
ubuntu-drivers devices
sudo ubuntu-drivers autoinstall| the_ROM_image: | |
| { | |
| [fsbl_config] a53_x64 | |
| [bootloader] <fsbl.elf> | |
| [pmufw_image] <pmufw.elf> | |
| [destination_device=pl] <bitstream> | |
| [destination_cpu=a53-0, exception_level=el-3, trustzone] <bl31.elf> | |
| [destination_cpu=a53-0, exception_level=el-2] <u-boot.elf> | |
| } |
| #!/usr/bin/env bash | |
| # Require root to run | |
| if [ "$EUID" -ne 0 ]; then | |
| echo "Please run as root" | |
| exit 0 | |
| fi | |
| # [PlayOnLinux] - disables protection against the usage of Ptrace | |
| # https://www.playonlinux.com/en/topic-10534-Regarding_ptrace_scope_fatal_error.html |
Since buying the Clevo N850HK1, installing linux distributions has always been difficult. After some experimentation, I settled for Ubuntu 17.10 and this is how I installed it.
Here's my notebook specs:
Machine: Device: laptop System: Notebook product: N85_N87 HJ HJ1 HK1 serial: N/A
Mobo: Notebook model: N85_N87 HJ HJ1 HK1 serial: N/A
UEFI: American Megatrends v: 1.05.13 date: 05/08/2017
CPU: Quad core Intel Core i7-7700HQ (-HT-MCP-) cache: 6144 KB
| @echo on | |
| REM checked for Windows 10 | |
| REM fork from https://gist.github.com/theultramage/cbdfdbb733d4a5b7d2669a6255b4b94b | |
| REM you may want full list https://gist.github.com/raspi/203aef3694e34fefebf772c78c37ec2c | |
| REM SET attrib=+ATTRIB_HIDE | |
| SET attrib=-ATTRIB_HIDE | |
| REM Hard disk burst ignore time | |
| powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 80e3c60e-bb94-4ad8-bbe0-0d3195efc663 %attrib% |
| During GSoC I was able to accomplish the following: optimize part of the ipred functions and implement tile threading support. | |
| Links for optimized avx2 ipred functions: | |
| http://git.videolan.org/?p=ffmpeg.git;a=commit;h=35a5d9715dd82fd00f1d1401ec6be2d3e2eea81c | |
| http://git.videolan.org/?p=ffmpeg.git;a=commit;h=81fc617c125734aa6f3b3d938af75fef6db750e7 | |
| http://git.videolan.org/?p=ffmpeg.git;a=commit;h=73d9a9a6af5d00cfa9b98c7d9fc9abd0c734ba8e | |
| Links for the tile threading code: | |
| http://ffmpeg.org/pipermail/ffmpeg-devel/2017-August/215363.html | |
| http://ffmpeg.org/pipermail/ffmpeg-devel/2017-August/215361.html |
After a weekend of research, stress and pain I finally figure out how to install manjaro 17 and configure the nvidia/bumblebee drivers on my avell laptop
Here's my notebook specs:
$ inxi -MGCNA
Machine: Device: laptop System: Avell High Performance product: 1513
Mobo: N/A model: N/A v: 0.1 UEFI: American Megatrends v: N.1.02 date: 09/28/2016
Battery BAT0: charge: 44.0 Wh 100.0% condition: 44.0/44.0 Wh (100%)