User:Zomellio

From ArchWiki

Setup

Video

For the Quadro FX 880M:

Packages:

  • local/lib32-nvidia-340xx-utils
  • local/nvidia-340xx-lts
  • local/nvidia-340xx-utils
$ ls xorg.conf.d

00-avoid-glamor.conf 00-ignoreabi.conf nvidia.conf xorg.conf

(The two former conf's are self-explanatory, but don't really know about the others:)

$ cat xorg.conf
Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	Option      "NoLogo"   "1"
EndSection
$ cat nvidia.conf
Section "OutputClass"
	Identifier "Nvidia Card"
	MatchDriver "nvidia-drm"
	Driver "nvidia"
	Option "NoLogo" "1"
EndSection
$ cat 00-ignoreabi.conf
Section "ServerFlags"
   Option         "IgnoreABI" "True"
EndSection
$ cat 00-avoid-glamor.conf
Section "Module"
Disable "glamoregl"
EndSection
$ ls .config/
$ cat picom.conf
#################################
#             Shadows           #
#################################

shadow = true;
shadow-radius = 17;
shadow-opacity = 0;


#################################
#   Transparency / Opacity      #
#################################

inactive-opacity = 0.7;
frame-opacity = 0.7;
inactive-opacity-override = false;
opacity-rule = [ "75:class_g = 'firefox'" ];


#################################
#       General Settings        #
#################################

vsync = true;
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0
detect-transient = true
detect-client-leader = true
glx-no-stencil = true;
use-damage = true;

wintypes:
{
 tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
 dock = { shadow = false; }
 dnd = { shadow = false; }
 popup_menu = { opacity = 0.8; }
 dropdown_menu = { opacity = 0.8; }
};


TODO...:

Create the iso

Miscellaneous

Disable the bright power LED button on Thinkpad(W510):

echo 0 > /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:power/brightness