So I went from Bodhi to Mint 13 KDE , to my surprise it runs not so disimilar to E17 on my netbook, and very nice on desktop. now if I could only have backlight control on my Acer Aspire One I can stay with this. I went to the usual tweak, acpi_osi=Linux and acpi_backlight=vendor on /etc/default/grub , edited as root, saved, and run update-grub , where the problem arises. it simply wont let me do it, with a message :
alex@alex-netbook ~ $ sudo update-grub
[sudo] password for alex:
/usr/sbin/grub-mkconfig: 11: /etc/default/grub: =quiet splash: not found
which has nothing to do with my editing, this parameters where there since the beginning and belong nearly to every other grubs distro I know.
what gives? can someone enlighten me? thank you.
[SOLVED] backlight tweaks dont work, update-grub fails
Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.
[SOLVED] backlight tweaks dont work, update-grub fails
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Re: backlight tweaks dont work, update-grub fails
Code: Select all
Maya-Xfce ~ $ sudo nano /etc/default/grub
[sudo] password for wyrdoak:
Code: Select all
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="i915.modeset=1 acpi_osi= acpi_backlight=vendor"
GRUB_CMDLINE_LINUX="/dev/sda5"
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
[ Read 34 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
Code: Select all
Ctrl+x
then
Code: Select all
sudo update-grub
-Dell Mini Inspiron 910 Netbook-Atom CPU-N270-1.60ghz; 16gbs mini ePCI PATA SSD
15GB RAM- 1gbs-(LinixMint-19.3: LMDE)
15GB RAM- 1gbs-(LinixMint-19.3: LMDE)
Re: backlight tweaks dont work
Thank you for trying to help, it doesnt work. have done what you suggested and could update-grub but to no joy, no backlight control at all. have not used i915.modeset because my problem is not a blank screen, anyhow tried with and without it. this netbook has the infamous Intel GMA500 chipset, I might need to do some scripting but dont know where to start.
without backlight KDE eats the battery in less than an hour, whereas in W$ it lasts some 3 or more.
without backlight KDE eats the battery in less than an hour, whereas in W$ it lasts some 3 or more.
Re: backlight tweaks dont work, update-grub fails
Whatever restore program Acer was using started doing that, I was having the same problem as you, so instead of restoring Win7 I just had it make a back up copy of the restore partition on DVD, had to use a flashlight to do it.
Then formatted the whole hard drive and put Maya-Xfce on it. Then add what you saw to my grub. still having times that the back light goes out during boot, but everything is OK at login. I'm starting to believe that at least part of the problem is the hardware. GMA3500 here.

-Dell Mini Inspiron 910 Netbook-Atom CPU-N270-1.60ghz; 16gbs mini ePCI PATA SSD
15GB RAM- 1gbs-(LinixMint-19.3: LMDE)
15GB RAM- 1gbs-(LinixMint-19.3: LMDE)
Re: backlight tweaks dont work, update-grub fails
[SOLVED] I did some scripting , edited rc.local , assigned functon keys to these scripts and I have control of brightness. nothing to add in grub , I just removed modificationes done before.
I took instructions form bodhi forum and modified certain directories for my graphics. if someone has an Intel GMA500 with this problem I can guide him, it is a lenghty procedure to post now.
I took instructions form bodhi forum and modified certain directories for my graphics. if someone has an Intel GMA500 with this problem I can guide him, it is a lenghty procedure to post now.