User Tools

Site Tools


linux:distros:ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:distros:ubuntu [2025/04/08 05:10] – [Full HDMI] Sean Rhonelinux:distros:ubuntu [2025/04/08 19:55] (current) Sean Rhone
Line 57: Line 57:
 **** ****
  
-  neverball flightgear+  neverball flightgear doomsday
  
 ===== Wine ===== ===== Wine =====
  
   * https://wiki.winehq.org/Ubuntu   * https://wiki.winehq.org/Ubuntu
 +  * https://dl.winehq.org/wine-builds/ubuntu/dists/oracular/main/binary-amd64/?C=M;O=D
  
   winehq-staging winbind winetricks libgl1-mesa-dri:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386 libgl1:i386 libnss-mdns:i386 icoutils   winehq-staging winbind winetricks libgl1-mesa-dri:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386 libgl1:i386 libnss-mdns:i386 icoutils
  
-===== Intel Media Driver for VAAPI =====+===== Intel =====
  
-  * https://github.com/intel/media-driver#components-and-features +  intel-gpu-tools intel-media-va-driver-non-free
- +
-  intel-media-va-driver-non-free+
  
   vainfo   vainfo
Line 91: Line 90:
 <code>bash -c "secret-tool lookup 'keepass' 'default' | keepassxc --pw-stdin ~/'Documents/keepass.kdbx'"</code> <code>bash -c "secret-tool lookup 'keepass' 'default' | keepassxc --pw-stdin ~/'Documents/keepass.kdbx'"</code>
  
-<code>gnome-terminal --command "sudo sh -c 'apt update && apt full-upgrade -y && apt clean && apt autoremove -y && sync && snap refresh && sync && fstrim --all --verbose && sync && sleep '5''"</code>+<code>gnome-terminal -- bash -c "sudo apt update && sudo apt full-upgrade -y && sudo apt clean && sudo apt autoremove -y && sudo snap refresh && tracker3 reset --filesystem --rss && rm -Rf ~/'.cache/mesa_shader_cache'*'/'* && sudo fstrim --all --verbose && sync && sleep '5'"</code>
  
 ==== Keys ==== ==== Keys ====
Line 98: Line 97:
  
   * Ctrl + Alt + Z   * Ctrl + Alt + Z
-  * Menu+  * F6
  
 ===== Printer ===== ===== Printer =====
Line 136: Line 135:
  
   resolvectl status | grep '+DNSOverTLS'   resolvectl status | grep '+DNSOverTLS'
- 
-===== Terminal ===== 
- 
-  * 10-notch Transparency 
  
 ===== GRUB ===== ===== GRUB =====
Line 158: Line 153:
 <code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</code> <code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</code>
  
-<code>acpi_osi='Linux' reboot='pci' nohz='off' preempt='full' iommu='pt' pci='nocrs,pcie_bus_perf,realloc,pcie_scan_all,big_root_window' i915.enable_fbc='0' i915.enable_psr='0' i915.panel_use_ssc='0' i915.enable_guc='3' i915.guc_log_level='0' i915.nuclear_pageflip='1' i915.enable_hangcheck='0' mitigations='off' i915.mitigations='off' nvme.noacpi='1' nowatchdog modprobe.blacklist='iTCO_wdt' tsc='nowatchdog' ahci.mobile_lpm_policy='1' iwlmvm.power_scheme='1' nvme_core.default_ps_max_latency_us='0' pcie_aspm='off' pcie_port_pm='off' snd_hda_intel.power_save='0' usbcore.autosuspend='-1' rootflags='data=writeback'</code>+<code>GRUB_CMDLINE_LINUX="x"</code> 
 + 
 +<code>acpi_osi='Linux' reboot='pci' nohz='off' preempt='full' iommu='pt' pci='nocrs,pcie_bus_perf,realloc,pcie_scan_all,big_root_window' i915.enable_fbc='0' i915.enable_psr='0' i915.enable_guc='3' i915.guc_log_level='0' nvme.noacpi='1' nowatchdog modprobe.blacklist='iTCO_wdt' tsc='nowatchdog' ahci.mobile_lpm_policy='1' iwlmvm.power_scheme='1' nvme_core.default_ps_max_latency_us='0' pcie_aspm='off' pcie_port_pm='off' snd_hda_intel.power_save='0' usbcore.autosuspend='-1' rootflags='data=writeback'</code>
  
 ===== GNOME ===== ===== GNOME =====
Line 187: Line 184:
  
 ==== Tweaks ==== ==== Tweaks ====
- 
-  * TODO: ''gl'' vs ''vulkan'' 
  
   sudo -e '/etc/profile.d/99-tweaks.sh'   sudo -e '/etc/profile.d/99-tweaks.sh'
  
 <code> <code>
 +# Clutter
 +export CLUTTER_PAINT='disable-dynamic-max-render-time'
 +export CLUTTER_VBLANK='none'
 +
 +# Mutter
 +export MUTTER_DEBUG_FORCE_KMS_MODE='simple'
 +
 # GTK # GTK
 export GSK_RENDERER='gl' export GSK_RENDERER='gl'
C:/www/wiki/data/attic/linux/distros/ubuntu.1744103433.txt.gz · Last modified: by Sean Rhone