WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help:how to change the refresh rate? thks
« Reply #15 on: November 03, 2009, 06:40:14 AM »
it can only support 800x600 and 640x480.

this is my xorg.conf file,someone help me edit it to support 1024*768 resolution and 75HZ refresh rate.

« Last Edit: November 03, 2009, 06:57:41 AM by Chixiran »

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: help:how to change the refresh rate? thks
« Reply #16 on: November 03, 2009, 07:29:44 AM »
The question has already been answered in this thread, but here is the exact numbers that should work for what you are wanting.

Code: [Select]
Section "Monitor"
Identifier   "Monitor0"
HorizSync     30-80
       VertRefresh    50-75
Option     "DPMS"
EndSection

Code: [Select]
Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24

SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
Modes "1024x768"
EndSubSection
EndSection


Offline Chixiran

  • Newbie
  • *
  • Posts: 24
Re: help:how to change the refresh rate? thks
« Reply #17 on: November 03, 2009, 08:05:41 AM »
it do work now,thank you very much.

can you help me resolve another problem?http://forum.tinycorelinux.net/index.php?topic=3665.0