Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Refresh rates
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Carnildo
Guru
Guru


Joined: 17 Jun 2004
Posts: 594

PostPosted: Thu Dec 22, 2005 7:31 am    Post subject: Refresh rates Reply with quote

I've got a new monitor (a Samsung SyncMaster 997MB), and I'm trying to get it working with X. As far as I can tell, it should be able to do 1400x1050 at 80Hz, and possibly at 85Hz, but I'm only given options for 75Hz and 60Hz. How do I get higher refresh rates?

The relevant section of my xorg.conf:

Code:
Section "Monitor"
    Identifier  "Samsung 997MB"
    HorizSync   30 - 96
    VertRefresh 50-160
    option "DPMS"
EndSection

Section "Screen"
    Identifier  "Screen 2"
    Device      "nvidia0"
    Monitor     "Samsung 997MB"
    DefaultDepth 24
    Subsection "Display"
        Depth           24
        Modes           "1400x1050"
        ViewPort        0 0
    EndSubsection
EndSection
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Thu Dec 22, 2005 7:50 am    Post subject: Reply with quote

Perhaps it is your GPU that can't handle higher refresh rates?
Back to top
View user's profile Send private message
Carnildo
Guru
Guru


Joined: 17 Jun 2004
Posts: 594

PostPosted: Thu Dec 22, 2005 7:55 am    Post subject: Reply with quote

Doubtful. It's a GeForce 6600GT. The specs in the manual say it can handle anything up to 2048x1536@85Hz, so I doubt it would have trouble with 1400x1050@85Hz.
Back to top
View user's profile Send private message
i4dnf
Apprentice
Apprentice


Joined: 18 Sep 2005
Posts: 271
Location: Bucharest, Romania

PostPosted: Thu Dec 22, 2005 8:04 am    Post subject: Reply with quote

add these to the monitor section:
Code:

# 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
  Modeline "1400x1050_85.00"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync

# 1400x1050 @ 80.00 Hz (GTF) hsync: 87.92 kHz; pclk: 168.10 MHz
  Modeline "1400x1050_80.00"  168.10  1400 1504 1656 1912  1050 1051 1054 1099  -HSync +Vsync


(the modelines are generated by gtf)
_________________
"The only difference between me and a madman is that I am not MAD" (SALVATOR DALI)
Back to top
View user's profile Send private message
Carnildo
Guru
Guru


Joined: 17 Jun 2004
Posts: 594

PostPosted: Thu Dec 22, 2005 8:24 am    Post subject: Reply with quote

Thanks. That did it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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