Skip to content

Instantly share code, notes, and snippets.

View rmaicle's full-sized avatar

ric maicle rmaicle

  • Quezon City, Philippines
View GitHub Profile

Upgrading Lenovo Y480 screen from WXGA (1366X768 - HD) to FHD (1920x1080 - Full HD)

  • Confirmed that Y480 has single-channel LVDC from motherboard, Y580 had dual channel. Cannot just replace LCD with Full HD as its missing controller signals. Bummer.
  • Find compatible Full HD screen replacement
  • Find VGA-to-LVDS controller board to fit where DVD drive was located. Remove DVD drive and permanently fasten cover.
  • Find (slim) VGA cable to solder from motherboard to VGA controller board
  • How to turn off display when standby, etc?
  • How to adjust brightness via OS? If VGA output is used, backlight is off. sigh.
  • Processor has provisions for eDP and second channel LVDS but none are populated.
@pascalpoitras
pascalpoitras / config.md
Last active September 3, 2024 23:28
My WeeChat configuration

WeeChat Screenshot

Mouse


enable


@tibordp
tibordp / variant.cc
Last active May 7, 2024 02:40
A simple variant type implementation in C++
#include <iostream>
#include <utility>
#include <typeinfo>
#include <type_traits>
#include <string>
template <size_t arg1, size_t ... others>
struct static_max;
template <size_t arg>
@zspine
zspine / countries.csv
Last active July 11, 2024 14:36
Country Code, ISO and Nationality ( Please use https://mledoze.github.io/countries/ )
CCA2 Name CCA3 Nationality
AD Andorra AND Andorran
AE United Arab Emirates ARE Emirati
AF Afghanistan AFG Afghan
AG Antigua and Barbuda ATG Antiguan, Barbudan
AI Anguilla AIA Anguillian
AL Albania ALB Albanian
AM Armenia ARM Armenian
AN Netherlands Antilles ANT Dutch
AO Angola AGO Angolan