User Tools

Site Tools


bsd:freebsd_14.2_xfce

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
bsd:freebsd_14.2_xfce [2025/03/31 11:45] – [General] mesa-devel for VK overlay https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250304 Sean Rhonebsd:freebsd_14.2_xfce [2025/04/02 09:38] (current) – [Xfce Screensaver] Sean Rhone
Line 5: Line 5:
   * Xfce ((https://www.xfce.org/))   * Xfce ((https://www.xfce.org/))
  
-  * 2025/03/10: ''FreeBSD 14.2-RELEASE-p2''+  * 2025/03/10: ''FreeBSD 14.2-RELEASE-p2'' ((random ''fastfetch''es might show ''p1'' still; kernel update?))
  
 ====== TODOs ====== ====== TODOs ======
Line 202: Line 202:
  
   chicago95   chicago95
 +
 +===== rox-filer =====
 +
 +  * https://www.freshports.org/x11-fm/rox-filer/
 +  * :?: Interesting for a spatial file manager
 +
 +  rox-filer
  
 ===== Fastfetch ===== ===== Fastfetch =====
Line 275: Line 282:
  
   gio mime 'image/png' 'org.xfce.ristretto.desktop'   gio mime 'image/png' 'org.xfce.ristretto.desktop'
 +
 +  gio mime 'image/bmp' 'org.xfce.ristretto.desktop'
  
   gio mime 'application/pdf' 'org.gnome.Evince.desktop'   gio mime 'application/pdf' 'org.gnome.Evince.desktop'
Line 301: Line 310:
   * Items -> Status Tray Plugin -> Fixed icon size (pixels): ''16''   * Items -> Status Tray Plugin -> Fixed icon size (pixels): ''16''
   * Items -> Status Tray Plugin -> Uncheck ''Square items''   * Items -> Status Tray Plugin -> Uncheck ''Square items''
 +
 +=== Items ===
 +
 +  * Whisker Menu
 +  * Separator (Handle)
 +  * Window Buttons
 +  * Separator (Transparent, **Expand**)
 +  * Separator (Handle)
 +  * Workspace Switcher
 +  * Separator (Handle)
 +  * Status Tray Plugin (Fixed ''16'', uncheck Square items)
 +  * Separator (Handle)
 +  * Power Manager Plugin
 +  * Separator (Handle)
 +  * Clock
  
 === Whisker Menu === === Whisker Menu ===
Line 370: Line 394:
   * Screensaver -> Floating Xfce   * Screensaver -> Floating Xfce
   * Screensaver -> Regard the computer as idle after: ''1'' minutes   * Screensaver -> Regard the computer as idle after: ''1'' minutes
-  * Lock Screen -> Lock the screen after the screensaver is active for: ''4'' minutes+  * Lock Screen -> Lock the screen after the screensaver is active for: ''5'' minutes
   * Lock Screen -> Disable Session Status Messages   * Lock Screen -> Disable Session Status Messages
   * Lock Screen -> Disable User Switching   * Lock Screen -> Disable User Switching
 +
 +==== Settings ====
 +
 +  xfconf-query --channel 'xfwm4' --property '/general/vblank_mode' --type 'string' --set 'off' --create
 +
 +  xfconf-query --channel 'thunar' --property '/misc-volume-management' --set 'false'
 +
 +  xfconf-query --channel 'thunar' --property '/misc-show-delete-action' --set 'true'
 +
 +  xfconf-query --channel 'xfce4-notifyd' --property '/theme' --type 'string' --set 'Chicago95' --create
 +
 +  xfconf-query --channel 'xfce4-terminal' --property '/misc-show-unsafe-paste-dialog' --set 'false'
 +
 +  xfconf-query --channel 'xfce4-terminal' --property '/font-use-system' --set 'true'
  
 ===== Keyboard ===== ===== Keyboard =====
Line 391: Line 429:
   * Vol Up   * Vol Up
  
-  mixer 'vol'='+5%' >/dev/null 2>&1+  mixer 'vol'='+5%''/dev/null'
  
   * Vol Down   * Vol Down
  
-  mixer 'vol'='-5%' >/dev/null 2>&1+  mixer 'vol'='-5%''/dev/null'
  
   * Vol Mute   * Vol Mute
  
-  mixer 'vol'='mute=toggle' >/dev/null 2>&1+  mixer 'vol'='mute=toggle''/dev/null'
  
   * Brightness Up   * Brightness Up
Line 418: Line 456:
   * ''mixer'' commands bound to ''AudioRaiseVolume'', ''AudioLowerVolume'', and ''Audio Mute'' ((when set from a USB keyboard, requires ''hw.usb.usbhid.enable=1''))   * ''mixer'' commands bound to ''AudioRaiseVolume'', ''AudioLowerVolume'', and ''Audio Mute'' ((when set from a USB keyboard, requires ''hw.usb.usbhid.enable=1''))
   * ''backlight'' commands bound to ''MonBrightnessUp'' and ''MonBrightnessDown'' ((Spinesnap requires ''acpi_video''))   * ''backlight'' commands bound to ''MonBrightnessUp'' and ''MonBrightnessDown'' ((Spinesnap requires ''acpi_video''))
 +
 +=== xfconf-query ===
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/Super_L' --type 'string' --set 'xfce4-popup-whiskermenu' --create
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/MonBrightnessUp' --type 'string' --set "backlight incr '10'" --create
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/MonBrightnessDown' --type 'string' --set "backlight decr '10'" --create
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioRaiseVolume' --type 'string' --set "mixer 'vol'='+5%' > '/dev/null'" --create
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioLowerVolume' --type 'string' --set "mixer 'vol'='-5%' > '/dev/null'" --create
 +
 +  xfconf-query --channel 'xfce4-keyboard-shortcuts' --property '/commands/custom/AudioMute' --type 'string' --set "mixer 'vol'='mute=toggle' > '/dev/null'" --create
  
 ===== loader.conf ===== ===== loader.conf =====
Line 434: Line 486:
  
 <code> <code>
-hw.i915kms.request_timeout_ms=200000 
-hw.i915kms.enable_hangcheck=0 
-hw.i915kms.nuclear_pageflip=0 
-hw.i915kms.fastboot=1 
-hw.i915kms.enable_dc=0 
 hw.i915kms.enable_psr=0 hw.i915kms.enable_psr=0
 hw.i915kms.enable_fbc=0 hw.i915kms.enable_fbc=0
-hw.i915kms.panel_use_ssc=0 +hw.i915kms.enable_dc=0 
-hw.i915kms.disable_power_well=0 +hw.i915kms.disable_power_well=0</code>
-hw.i915kms.enable_guc=0</code>+
  
 ==== Unused ==== ==== Unused ====
Line 648: Line 694:
 xrandr --output 'HDMI-1' --set 'Broadcast RGB' 'Full' xrandr --output 'HDMI-1' --set 'Broadcast RGB' 'Full'
 xrandr --output 'HDMI-1' --set 'content type' 'Game' xrandr --output 'HDMI-1' --set 'content type' 'Game'
 +xrandr --output 'HDMI-1' --set 'Colorspace' 'opRGB'
 '.' '/usr/local/etc/xdg/xfce4/xinitrc'</code> '.' '/usr/local/etc/xdg/xfce4/xinitrc'</code>
  
Line 663: Line 710:
 export mesa_glthread='false' export mesa_glthread='false'
 export MESA_NO_ERROR='1' export MESA_NO_ERROR='1'
 +
 +# Intel
 +export ANV_PRIMITIVE_REPLICATION_MAX_VIEWS='0'
 +export ANV_NO_GPL='1'
  
 # End</code> # End</code>
C:/www/wiki/data/attic/bsd/freebsd_14.2_xfce.1743435904.txt.gz · Last modified: by Sean Rhone