Search found 4 matches

by finalcrypt
Mon Aug 12, 2019 7:21 pm
Forum: Laptops
Topic: acer laptop radeon r3 brightnes problem
Replies: 7
Views: 14153

Re: acer laptop radeon r3 brightnes problem

I created two brightness scripts for the hotkeys /bin/bsd_brighter.bash #!/bin/bash export value=`sysctl hw.acpi.video.lcd0.brightness | awk '{ print $2 }'`; if [[ ${value} -le 90 ]]; then sudo sysctl hw.acpi.video.lcd0.brightness=$((${value}+10)); echo "${value}"; fi /bin/scripts bsd_dark...
by finalcrypt
Mon Aug 05, 2019 1:26 am
Forum: Feedback
Topic: Unable to Shut Down etc. After Upgrade
Replies: 5
Views: 5009

Re: Unable to Shut Down etc. After Upgrade

Thanks that fixed it for me too.
This one-liner will also fix it

Code: Select all

for i in "/usr/local/lib/ConsoleKit/scripts/ck-"*; do sudo mv -v "${i}" "${i%.sample}"; done
by finalcrypt
Sat Jul 27, 2019 10:23 am
Forum: General Hardware Support
Topic: Mount Ext4 internal SSD [SOLVED]
Replies: 10
Views: 14314

Re: Mount Ext4 internal SSD [SOLVED]

Wrestling with this too, it would be nice if say Thunar could mount an ext4 filesystem on a GPT USBstick I tried ext4fuse and the ext kernel modules, but although the file managers detect the ext4 filesystems they give errors on mounting them Most BSD users are used to working in a comfortable Linux...
by finalcrypt
Fri Jul 26, 2019 8:01 pm
Forum: Announcements
Topic: Good News we are almost ready for 19.04 release
Replies: 3
Views: 5135

Re: Good News we are almost ready for 19.04 release

Here is our latest tests release including XFCE community image. Canada download: https://download.ghostbsd.org/releases/amd64/ISO-IMAGES/latest/ France download: http://download.fr.ghostbsd.org/releases/amd64/ISO-IMAGES/latest/ I'm so impressed with how far GhostBSD came and consider switching ove...