How To Adjust Netbook Screen Brightness in Tahr?
Moderator: Forum moderators
How To Adjust Netbook Screen Brightness in Tahr?
Hi guys,
I now have Puppy Tahr running successfully on two old laptops:
1) Lenovo ThinkPad x220i
2) Samsung NC210 Netbook
On the ThinkPad I can adjust the screen brightness using the keyboard keys for that purpose.
On the Netbook the brightness keys on the keyboard do not work - so I need to find another way to do it.
When I was running Ubuntu on this Netbook I found a way to adjust the brightness by changing the value of a variable in a certain location in /dev, which I can't remember.
Do any of you know how I can adjust my Netbook brightness?
Kind Regards,
John
Melbourne, Australia
I now have Puppy Tahr running successfully on two old laptops:
1) Lenovo ThinkPad x220i
2) Samsung NC210 Netbook
On the ThinkPad I can adjust the screen brightness using the keyboard keys for that purpose.
On the Netbook the brightness keys on the keyboard do not work - so I need to find another way to do it.
When I was running Ubuntu on this Netbook I found a way to adjust the brightness by changing the value of a variable in a certain location in /dev, which I can't remember.
Do any of you know how I can adjust my Netbook brightness?
Kind Regards,
John
Melbourne, Australia
- bigpup
- Moderator
- Posts: 6929
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 895 times
- Been thanked: 1508 times
Re: How To Adjust Netbook Screen Brightness
this is one way.
viewtopic.php?p=2005#p2005
It will give you a slider you can use to adjust brightness.
viewtopic.php?p=2005#p2005
It will give you a slider you can use to adjust brightness.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
Re: How To Adjust Netbook Screen Brightness
Thanks for that.
I tried it out, but I couldn't get it working.
Is there another way?
I remember that on Ubuntu I found a way where a value was echoed into the /dev location for the screen
I tried it out, but I couldn't get it working.
Is there another way?
I remember that on Ubuntu I found a way where a value was echoed into the /dev location for the screen
- PipzDex
- Posts: 185
- Joined: Sun Jul 12, 2020 11:16 pm
- Location: Mexico
- Has thanked: 59 times
- Been thanked: 77 times
Re: How To Adjust Netbook Screen Brightness
Hi jm03
check this package
comment me if works
cheers!
check this package
comment me if works
cheers!
- Attachments
-
- rshift-portable.pet
- (245.14 KiB) Downloaded 38 times
Pentium (R) 2.20GHz I RAM: 8.0 GB I F96-CE_5 I Kernel 6.6.8-64oz-ao I Glibc: 2.31 I 1600x900 Px
My Puppy Stuff and more
Re: How To Adjust Netbook Screen Brightness
These are the instructions for adjusting the screen brightness on my Lenovo ThinkPad x220i. They are nearly identical to the instructions for my Samsung NC210 Netbook:
echo X > /sys/class/backlight/intel_backlight/brightness
Where X is between 0 and 3000.
The only difference on the Netbook is the maximum value, which can be found out using the following command:
cat /sys/class/backlight/intel_backlight/max_brightness
I hope this information can help someone else out there.
Kind Regards,
John
Melbourne, Australia
echo X > /sys/class/backlight/intel_backlight/brightness
Where X is between 0 and 3000.
The only difference on the Netbook is the maximum value, which can be found out using the following command:
cat /sys/class/backlight/intel_backlight/max_brightness
I hope this information can help someone else out there.
Kind Regards,
John
Melbourne, Australia
Re: How To Adjust Netbook Screen Brightness
Hi PipzDex,
Thanks for your reply.
I didn't see your reply until after I had already figured out a workaround.
I'm happy with my current workaround, so I probably won't try your approach out just yet.
But, I'm curious to know, what exactly does your approach do?
How does it work?
Kind Regards,
John
Melbourne, Australia
- ally
- Posts: 186
- Joined: Tue Jul 07, 2020 5:14 am
- Has thanked: 117 times
- Been thanked: 81 times
- Contact:
Re: How To Adjust Netbook Screen Brightness
later thinkpads do not work out of the box using the function keys
I found that adding intel_pstate=disable acpi_osi="!Windows 2012" solved the problem
here is the full line for reference from my menu.1st:
kernel /bionicpup/vmlinuz pdrv=e2a0eaba-6938-484e-8bd5-37999f7b734c psubdir=/bionicpup pmedia=atahd pfix=fsck intel_pstate=disable acpi_osi="!Windows 2012"
I found that adding intel_pstate=disable acpi_osi="!Windows 2012" solved the problem
here is the full line for reference from my menu.1st:
kernel /bionicpup/vmlinuz pdrv=e2a0eaba-6938-484e-8bd5-37999f7b734c psubdir=/bionicpup pmedia=atahd pfix=fsck intel_pstate=disable acpi_osi="!Windows 2012"
- Flash
- Moderator
- Posts: 972
- Joined: Tue Dec 03, 2019 3:13 pm
- Location: Arizona, U.S.
- Has thanked: 50 times
- Been thanked: 124 times
Re: How To Adjust Netbook Screen Brightness
What is your workaround? Maybe we can learn from it.
Chaos coordinator
- PipzDex
- Posts: 185
- Joined: Sun Jul 12, 2020 11:16 pm
- Location: Mexico
- Has thanked: 59 times
- Been thanked: 77 times
Re: How To Adjust Netbook Screen Brightness
Hi jm03jm03 wrote: ↑Sun Sep 27, 2020 11:04 amHi PipzDex,
Thanks for your reply.
I didn't see your reply until after I had already figured out a workaround.
I'm happy with my current workaround, so I probably won't try your approach out just yet.
But, I'm curious to know, what exactly does your approach do?
How does it work?
Kind Regards,
John
Melbourne, Australia
chek this link, is the page for the program that i share you
http://murga-linux.com/puppy/viewtopic. ... 7c#1005692
there is all the information you need
You will notice that they do not have a pet file to install, I did it for convenience since I generally do a lot of installations / tests to puppy systems and being doing manual installations I am very lazy
Cheers!
Pentium (R) 2.20GHz I RAM: 8.0 GB I F96-CE_5 I Kernel 6.6.8-64oz-ao I Glibc: 2.31 I 1600x900 Px
My Puppy Stuff and more
Re: How To Adjust Netbook Screen Brightness
Hi PipzDex,
I shared my workaround a few posts above.
Here it is again:
These are the instructions for adjusting the screen brightness on my Lenovo ThinkPad x220i. They are nearly identical to the instructions for my Samsung NC210 Netbook:
echo X > /sys/class/backlight/intel_backlight/brightness
Where X is between 0 and 3000.
The only difference on the Netbook is the maximum value, which can be found out using the following command:
cat /sys/class/backlight/intel_backlight/max_brightness
I hope this information can help someone else out there.
Kind Regards,
John