20de6
![]() |
|
|
|
|
|||||||
| X.Org X.Org on FreeBSD installation & configuration. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
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 |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
||||
|
||||
|
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.
|
| The Following User Says Thank You to SirDice For This Useful Post: | ||
mfaridi (April 11th, 2009) | ||
|
#4
|
||||
|
||||
|
but I do not have this problem with nv driver , but when I install nvidia driver this is happen for me.
|
|
#5
|
||||
|
||||
|
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. |
|
#6
|
||||
|
||||
|
I do that before
|
|
#7
|
||||
|
||||
|
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.logWhat is the output? What can you see on the lower right corner of xvidtune? |
|
#8
|
|||
|
|||
|
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 |
|
#9
|
||||
|
||||
|
when I type
Code:
xrandr 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 Code:
nvidia-setting 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. |
|
#10
|
|||
|
|||
|
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 |
|
#11
|
||||
|
||||
|
Quote:
Code:
/usr/ports/xf86-video-nv |
|
#12
|
|||
|
|||
|
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.
|
|
#13
|
||||
|
||||
|
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 |
|
#14
|
||||
|
||||
|
there is no answer ?
|
|
#15
|
|||
|
|||
|
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 |
|
#16
|
||||
|
||||
|
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. <--- |
| The Following User Says Thank You to DutchDaemon For This Useful Post: | ||
mfaridi (April 14th, 2009) | ||
|
#17
|
||||
|
||||
|
Yes I reboot system
|
|
#18
|
||||
|
||||
|
Quote:
in attach |
|
#19
|
||||
|
||||
|
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 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.
__________________
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. <--- |
| The Following User Says Thank You to DutchDaemon For This Useful Post: | ||
mfaridi (April 14th, 2009) | ||
|
#20
|
||||
|
||||
|
Quote:
|
|
#21
|
||||
|
||||
|
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. <--- |
| The Following User Says Thank You to DutchDaemon For This Useful Post: | ||
mfaridi (April 14th, 2009) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |