20de6 After install nvidia Driver refresh rate in all resolution is lower than 55 HZ - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > X.Org

X.Org X.Org on FreeBSD installation & configuration.

Reply
 
Thread Tools Display Modes
  #1  
Old April 9th, 2009, 08:28
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default After install nvidia Driver refresh rate in all resolution is lower than 55 HZ

I install Nvidia Driver , before this I nv driver , before my refresh rate in all resolution was 75HZ , but today after install Nvidia driver my refresh rate in all resolution is 55HZ and I can not change it to 75HZ
what is problem ?
I use this link for install Nvidia-Driver
http://forums.freebsd.org/showthread...ghlight=nvidia
Reply With Quote
  #2  
Old April 9th, 2009, 09:20
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

How are you determining the refresh rate? xrandr will not display the correct refresh rate with the nvidia driver:

http://nvnews.net/vbulletin/showthread.php?t=94774
Reply With Quote
  #3  
Old April 10th, 2009, 09:31
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

If you have a modern monitor it should be able to show the current resolution and refresh rate. Have a look at that to see what the refresh rate is.
Reply With Quote
The Following User Says Thank You to SirDice For This Useful Post:
mfaridi (April 11th, 2009)
  #4  
Old April 11th, 2009, 06:36
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

Quote:
Originally Posted by SirDice View Post
If you have a modern monitor it should be able to show the current resolution and refresh rate. Have a look at that to see what the refresh rate is.
but I do not have this problem with nv driver , but when I install nvidia driver this is happen for me.
Reply With Quote
  #5  
Old April 11th, 2009, 07:58
MG's Avatar
MG MG is offline
Member
 
Join Date: Nov 2008
Location: Netherlands
Posts: 191
Thanks: 5
Thanked 15 Times in 11 Posts
Default

I had the same. You should google your monitors refresh rates and set it in /etc/X11/xorg.conf
These are for my Sony multiscan 200ES:

Section "Monitor"
Identifier "moni"
HorizSync 31.5-68.7
VertRefresh 60-85
EndSection

Last edited by MG; April 11th, 2009 at 08:07.
Reply With Quote
  #6  
Old April 11th, 2009, 08:15
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

Quote:
Originally Posted by MG View Post
I had the same. You should google your monitors refresh rates and set it in /etc/X11/xorg.conf
These are for my Sony multiscan 200ES:

Section "Monitor"
Identifier "moni"
HorizSync 31.5-68.7
VertRefresh 60-85
EndSection
I do that before
Reply With Quote
  #7  
Old April 11th, 2009, 10:23
ale's Avatar
ale ale is offline
Senior Member
 
Join Date: Nov 2008
Location: Roma
Posts: 1,064
Thanks: 0
Thanked 160 Times in 146 Posts
Default

Try starting X with $ startx="startx -- -logverbose 6"
Once started type $ egrep -E \([0-9]\{3,4\}\)x\([0-9]\{3,4\}\) /var/log/Xorg.0.log

What is the output?

What can you see on the lower right corner of xvidtune?
Reply With Quote
  #8  
Old April 11th, 2009, 12:24
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

You still haven't said how you are retrieving the refresh rate. If you are using xrandr, or xvidtune, you should not expect the correct refresh rate to be displayed. Use nvidia-settings to see what it is.

Adam
Reply With Quote
  #9  
Old April 12th, 2009, 06:17
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

when I type

Code:
 xrandr
I see this

Code:
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
   1280x1024      50.0*    51.0  
   1024x768       52.0     55.0     56.0  
   1280x960       53.0  
   1152x864       54.0  
   832x624        57.0  
   800x600        58.0     59.0     60.0     61.0     62.0     63.0  
   640x512        64.0     65.0  
   640x480        66.0     67.0     68.0     69.0  
   576x432        70.0  
   512x384        71.0     72.0     73.0  
   416x312        74.0  
   400x300        75.0     76.0     77.0     78.0  
   320x240        79.0     80.0     81.0
when I run
Code:
nvidia-setting
Is ee refresh rate is 75
but when I sit in front of computer after 15 minute I get headache . and I think refresh rate is not good

but system setting in kde 4.2 show me refresh rate is 51 HZ

Last edited by mfaridi; April 12th, 2009 at 06:23.
Reply With Quote
  #10  
Old April 12th, 2009, 12:32
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

The refresh rate shown in nvidia-settings is correct. As the link that I pointed you to explains, xrandr and normal X utilities will *not* report the correct refresh rate.

If 75 isn't good enough, try adjusting it. If you still have problems, get your eyes checked.

Adam
Reply With Quote
  #11  
Old April 13th, 2009, 05:54
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

Quote:
Originally Posted by adamk View Post
The refresh rate shown in nvidia-settings is correct. As the link that I pointed you to explains, xrandr and normal X utilities will *not* report the correct refresh rate.

If 75 isn't good enough, try adjusting it. If you still have problems, get your eyes checked.

Adam
but I do not have this problem with this driver and everything is OK

Code:
/usr/ports/xf86-video-nv
Reply With Quote
  #12  
Old April 13th, 2009, 09:29
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

Then you need to take it up with nvidia. I've told you the exactly what they tell everyone who has asked this question on the nvnews.net forums. If you have dynamic twinview enabled (and it is enabled by default) then the normal X utilities will not report the correct refresh rate but nvidia-settings will.
Reply With Quote
  #13  
Old April 14th, 2009, 07:06
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

I install new driver of nvidia last night after port update
but after install new driver I see another problem


1- font is very terrible and if I see them I see they make by .... or point

2- after install new driver I do not have special effect and everything is like nv driver
Reply With Quote
  #14  
Old April 14th, 2009, 13:42
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

there is no answer ?
Reply With Quote
  #15  
Old April 14th, 2009, 13:54
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,605
Thanks: 6
Thanked 262 Times in 243 Posts
Default

You haven't given us much to work with... What does your /var/log/Xorg.0.log file say? Bear in mind that updating your drivers is not going to get your refresh rate to report properly.

Adam
Reply With Quote
  #16  
Old April 14th, 2009, 14:02
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,854
Thanks: 30
Thanked 1,892 Times in 1,335 Posts
Default

You did reboot after updating the driver, right? It's a kernel module that needs to be reloaded.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
The Following User Says Thank You to DutchDaemon For This Useful Post:
mfaridi (April 14th, 2009)
  #17  
Old April 14th, 2009, 15:02
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

Quote:
Originally Posted by DutchDaemon View Post
You did reboot after updating the driver, right? It's a kernel module that needs to be reloaded.
Yes I reboot system
Reply With Quote
  #18  
Old April 14th, 2009, 15:10
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

Quote:
Originally Posted by adamk View Post
You haven't given us much to work with... What does your /var/log/Xorg.0.log file say? Bear in mind that updating your drivers is not going to get your refresh rate to report properly.

Adam
this is output of cat /var/log/Xorg.0.log

in attach
Attached Files
File Type: txt xorg.txt (11.5 KB, 6 views)
Reply With Quote
  #19  
Old April 14th, 2009, 15:13
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,854
Thanks: 30
Thanked 1,892 Times in 1,335 Posts
Default

Code:
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX disabled
(II) Loading extension GLX
This is Xorg's GLX driver, not NVIDIA's.

Code:
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
Whenever xorg-server is updated, you'll have to reinstall the NVIDIA driver to replace Xorg's GLX driver (/usr/local/lib/xorg/modules/extensions/libglx.so).
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
The Following User Says Thank You to DutchDaemon For This Useful Post:
mfaridi (April 14th, 2009)
  #20  
Old April 14th, 2009, 15:30
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default

Quote:
Originally Posted by DutchDaemon View Post
Code:
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX disabled
(II) Loading extension GLX
This is Xorg's GLX driver, not NVIDIA's.

Code:
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
Whenever xorg-server is updated, you'll have to reinstall the NVIDIA driver to replace Xorg's GLX driver (/usr/local/lib/xorg/modules/extensions/libglx.so).
So do I must reinstall nvidia driver and do not reinstall xorg-server ????
Reply With Quote
  #21  
Old April 14th, 2009, 15:35
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,854
Thanks: 30
Thanked 1,892 Times in 1,335 Posts
Default

Only reinstall the nvidia-driver port and restart X.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
The Following User Says Thank You to DutchDaemon For This Useful Post:
mfaridi (April 14th, 2009)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Video Driver Issues (Resolution and KDE3/4) Lego System Hardware 41 February 10th, 2009 20:17
can't make the nvidia driver work Roberth X.Org 4 January 24th, 2009 08:22
Nvidia driver clocking? Slesarev System Hardware 25 January 5th, 2009 03:38
nvidia Driver Problems ter2007 Installing & Upgrading 5 December 30th, 2008 21:42
widescreen resolution with vesa driver zeiz X.Org 0 December 9th, 2008 16:46


All times are GMT +1. The time now is 19:21.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0