WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: help:how to change the refresh rate? thks  (Read 5519 times)

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
help:how to change the refresh rate? thks
« on: October 28, 2009, 12:20:47 PM »
NULL

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help:how to change the refresh rate? thks
« Reply #1 on: October 30, 2009, 11:25:16 AM »
No one know?

I want to change the refresh rate from default value(maybe 60Hz) to 75Hz.

Because my display device is CRT, not LCD.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: help:how to change the refresh rate? thks
« Reply #2 on: October 30, 2009, 11:48:45 AM »
I think u need to install xorg
dCore user

Offline neonix

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 391
Re: help:how to change the refresh rate? thks
« Reply #3 on: October 30, 2009, 03:34:08 PM »
You can't change refresh rate in Xvesa, because it was designed only for 60 Hz.
You have to install Xorg and set in xorg.conf correct refresh rate range.

for example
Section "Monitor"
Identifier "NEC MultiSync FE2111SB"
VendorName "NEC"
ModelName "FE2111SB"
HorizSync 30 - 80
VertRefresh 50 - 70
Option "dpms"
EndSection

but I don't know what to do next, because I was always using KDE to change refresh rate. Maybe xrandr will help.  :-\

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: help:how to change the refresh rate? thks
« Reply #4 on: October 30, 2009, 03:50:29 PM »
Using Xfce4 you can change it in the Settings menu.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help:how to change the refresh rate? thks
« Reply #5 on: November 01, 2009, 09:22:46 AM »
to bmarkus:

can you tell the detail, how to?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: help:how to change the refresh rate? thks
« Reply #6 on: November 01, 2009, 09:54:41 AM »
to bmarkus:

can you tell the detail, how to?


Click Settings on the desktop or select in the Applications menu, than choose Display.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help:how to change the refresh rate? thks
« Reply #7 on: November 01, 2009, 10:08:50 AM »
i use "xrandr" command to change refresh rate, but failed. it show "Rate 75 Hz not available for this size".

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help:how to change the refresh rate? thks
« Reply #8 on: November 02, 2009, 07:15:03 AM »
before i install xorg, the display resolution is 1024*762. after i install xorg it change to 800*600 automatically. and never support 1024*768.

can you tell me how to resolve this problem? thks.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
Re: help:how to change the refresh rate? thks
« Reply #9 on: November 02, 2009, 07:19:49 AM »
before i install xorg, the display resolution is 1024*762. after i install xorg it change to 800*600 automatically. and never support 1024*768.

can you tell me how to resolve this problem? thks.

..still not exactly the same topic, but anyway  :)

You could try something similar to this:
Code: [Select]
Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     24
Modes     "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
..adapted for your particular situation/xorg.conf of course.

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help:how to change the refresh rate? thks
« Reply #10 on: November 02, 2009, 07:56:45 AM »
i create xorg.conf file in /etc/X11. and input the info you give to me. but it do not work ,when reboot, xorg.conf is delete automatically.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: help:how to change the refresh rate? thks
« Reply #11 on: November 02, 2009, 08:02:36 AM »
plz read th tinycore concepts. Open control panel and press help
dCore user

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
Re: help:how to change the refresh rate? thks
« Reply #12 on: November 02, 2009, 09:20:33 AM »
i create xorg.conf file in /etc/X11. and input the info you give to me.

OK, so this means you're running Xorg "confless", have a look at the Xorg info file and follow the instructions to generate an xorg.conf and see if that works

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help:how to change the refresh rate? thks
« Reply #13 on: November 02, 2009, 11:36:53 AM »
do not work

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
Re: help:how to change the refresh rate? thks
« Reply #14 on: November 02, 2009, 12:45:22 PM »
do not work

What does not work? We're going to need a few more details in order to be able to help...