Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Monitor's refresh rate
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
lucaippo17
n00b
n00b


Joined: 14 Nov 2006
Posts: 7

PostPosted: Tue Nov 14, 2006 4:41 pm    Post subject: Monitor's refresh rate Reply with quote

My Samsung SyncMaster 770P has a max resolution of 1280x1024@60hz

i have my xorg.conf set with the right horizontal and vertical frequence ranges, but my desktop, at 1280x1024 can be displayed only at 50 or 54 Hz

Why? I'm using KDE 3.5.2 and with other distros it worked well, so i don't think is a monitor problem.

Here's my xorg.conf 's screen section:

Code:
Section "Screen"
    Identifier     "Screen 1"
    Device         "Leadtek A400 Nvidia Geforce 6800"
    Monitor        "Samsung SyncMaster 770P"
    Option       "AddARGBGLXVisuals" "True"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1280x1024_60" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1280x1024_60" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024_60" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Back to top
View user's profile Send private message
piavlo
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2005
Posts: 141

PostPosted: Tue Nov 14, 2006 5:29 pm    Post subject: Reply with quote

try with gtf
Code:
#gtf 1280 1024 60
  # 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
  Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync


paste the gtf output into Monitor section in xorg.conf
and in Screen section leave only Modes "1280x1024_60.00" wjere apropritate, if does not work look for info at
/var/log/Xorg.0.log
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum