Tiny Core Base > Corepure64

How to change display resolution in Xfbdev?

(1/2) > >>

euless:
Hi

I can see my 64bit Tinycore is using Xfbdev.
The resolution is definitely set too low (probably 1360x768).  I cannot figure out how to set the resolution to my Thinkpad's 1600x900 display.  Any ideas? Thanks.

curaga:
Xfbdev uses the framebuffer's resolution. How to set that depends on what framebuffer are you using (vesa, efi, or kms).

euless:

--- Quote from: curaga on November 13, 2024, 09:08:14 AM ---Xfbdev uses the framebuffer's resolution. How to set that depends on what framebuffer are you using (vesa, efi, or kms).

--- End quote ---

After I installed the graphics-6.6.8-tinycore64.tcz and rebooted, the display resolution automatically become 1600x900.  Everything looks good now.

My laptop have Intel graphics and a 4th gen i5 CPU.

Btw, is there software  to dim the backlight on my LCD panel?

Thanks!

Rich:
Hi euless
You could try this:

--- Code: ---tce-load -wi Xorg-7.7-bin
--- End code ---

Then see if this sets the brightness to 75 percent:

--- Code: ---xbacklight -set 75
--- End code ---

Otherwise, see if  /sys/class/backlight/  contains any directories or files.

euless:

--- Quote from: Rich on November 13, 2024, 02:10:42 PM ---Hi euless
You could try this:

--- Code: ---tce-load -wi Xorg-7.7-bin
--- End code ---

Then see if this sets the brightness to 75 percent:

--- Code: ---xbacklight -set 75
--- End code ---

Otherwise, see if  /sys/class/backlight/  contains any directories or files.

--- End quote ---

Yeah, changing the values in /sys/class/backlight/brightness works.   

Is /opt/bootlocal.sh the proper place to set the backlight brightness at boot time?

I.e.
--- Code: ---echo 2000 > /sys/class/backlight/brightness
--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version