You are not logged in.
Pages: 1
Hi there again.
I need to know how to keep the monitor's refresh rate (LXRandr) at 60Hz, because every time I reboot the PC the refresh rate gets set at 87Hz, even if I clic the "save" button.
Offline
Hi!
Every time at booting X reconfigures from scratch. It's reflection of the LiveCD nature of SliTaz, because you can run it on different hardware.
To change dispay resolution, refresh rate, and other display related parameters from commandline or scripts, you can use xrandr. People says that it isn't installed by default. Here is xrandr man: http://www.x.org/archive/X11R7.5/doc/man/man1/xrandr.1.html
You need to put some similar to [c]xrandr --rate 60[/c] to boot script.
That's all what I can help you. My netbook have only one mode: 1024x600@60 Hz, and I never changed it, and never added anything to any boot script.
Offline
And where is this boot script located?
Offline
Cancel that. I foud it.
I enter as superuser and edit /etc/X11/xorg.conf.d/50-Monitor.conf
In that conf file I changed the refresh ratio from 60-120 to 60-60
Performed a reboot and voilà, perfect!
Offline
Nice tweak!
Offline
Hi All,
Would please specify the code you used or inserted?
Because all I found in the file is the following:
"Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection"
Where to put the refresh rate and what command to use?
Thank you a lot.
Offline
http://doc.slitaz.org/en:guides:xorg-xvesa
Configuring X
Adding Resolutions
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]