How To Adjust Netbook Screen Brightness in Tahr?

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
jm03
Posts: 62
Joined: Tue Sep 22, 2020 5:34 am
Has thanked: 14 times
Been thanked: 9 times

How To Adjust Netbook Screen Brightness in Tahr?

Post by jm03 »

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
User avatar
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

Post by bigpup »

this is one way.
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 :o

jm03
Posts: 62
Joined: Tue Sep 22, 2020 5:34 am
Has thanked: 14 times
Been thanked: 9 times

Re: How To Adjust Netbook Screen Brightness

Post by jm03 »

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
User avatar
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

Post by PipzDex »

Hi jm03
check this package
comment me if works
cheers! :thumbup2:
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

jm03
Posts: 62
Joined: Tue Sep 22, 2020 5:34 am
Has thanked: 14 times
Been thanked: 9 times

Re: How To Adjust Netbook Screen Brightness

Post by jm03 »

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
jm03
Posts: 62
Joined: Tue Sep 22, 2020 5:34 am
Has thanked: 14 times
Been thanked: 9 times

Re: How To Adjust Netbook Screen Brightness

Post by jm03 »

PipzDex wrote: Sun Sep 27, 2020 9:55 am Hi jm03
check this package
comment me if works
cheers! :thumbup2:
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
User avatar
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

Post by ally »

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"

:)
User avatar
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

Post by Flash »

jm03 wrote: Sun Sep 27, 2020 11:04 amI'm happy with my current workaround, so I probably won't try your approach out just yet.
What is your workaround? Maybe we can learn from it.
Chaos coordinator :?
User avatar
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

Post by PipzDex »

jm03 wrote: Sun Sep 27, 2020 11:04 am
PipzDex wrote: Sun Sep 27, 2020 9:55 am Hi jm03
check this package
comment me if works
cheers! :thumbup2:
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
Hi jm03

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 :D

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

jm03
Posts: 62
Joined: Tue Sep 22, 2020 5:34 am
Has thanked: 14 times
Been thanked: 9 times

Re: How To Adjust Netbook Screen Brightness

Post by jm03 »

Flash wrote: Sun Sep 27, 2020 10:39 pm
jm03 wrote: Sun Sep 27, 2020 11:04 amI'm happy with my current workaround, so I probably won't try your approach out just yet.
What is your workaround? Maybe we can learn from it.
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
User avatar
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 in Tahr?

Post by Flash »

Thanks! :)
Chaos coordinator :?
Post Reply

Return to “Beginners Help”