LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-08-2008, 04:56 AM   #1
id_viorel
LQ Newbie
 
Registered: Jul 2004
Location: Focsani
Posts: 29

Rep: Reputation: 15
Nvidia MX440, 1024x786, rfresh 75, 85


Hello,

I have this video card (product: NV18 [GeForce4 MX 440 AGP 8x])
I want to use it on my ubuntu linux with this 1024x786, rfresh 75, 80
Please if anybody can tell me how can I do it!

I installed the driver from www.nvidia.com and I can choose only refresh 50 or 54MHz; and it is horrible. Please tell me how can I configure it to be able to choose refresh of 75 or 85.

thank u!
 
Old 08-08-2008, 06:05 AM   #2
Pearlseattle
Member
 
Registered: Aug 2007
Location: Zurich, Switzerland
Distribution: Gentoo
Posts: 999

Rep: Reputation: 142Reputation: 142
It is possible that whichever tool you're using to set the refresh rate (which tool are you using? nvidia-settings?) doesn't let you choose higher frequencies because the monitor definition of X says that they're out of the supported range of your monitor, and/or, that your monitor (a CRT, right?) does not deliver to the graphics card the EDID which tells which are its supported frequencies.
You could try to have a look at your xorg.conf file (in my Gentoo distribution is under /etc/X11/xorg.conf) and check the entries called "HorizSync" and "VertRefresh" and eventually "Modeline", all under the "Monitor" section and play around with them. You could as well post here the contents of the file.

In my case, e.g. just yesterday I connected a second LCD display to my GPU but it didn't want to display a res higher than 640x480. I therefore modified "HorizSync" and changed the top range value from 50 to 80 and now everything is alright.

But be careful: setting a too high frequency might damage your monitor.

p.s.: you could try as well to play around with "xvidtune".

Last edited by Pearlseattle; 08-08-2008 at 06:06 AM.
 
Old 08-13-2008, 09:21 AM   #3
id_viorel
LQ Newbie
 
Registered: Jul 2004
Location: Focsani
Posts: 29

Original Poster
Rep: Reputation: 15
sorry that I reply so late

i am using nvidia-settings v 1.0
but i don't understand how can I set up refresh rate with this tool?

i think this is my problem. i can't set up a higher refresh rate.

thank u
 
Old 08-13-2008, 09:23 AM   #4
id_viorel
LQ Newbie
 
Registered: Jul 2004
Location: Focsani
Posts: 29

Original Poster
Rep: Reputation: 15
this is my xorg.conf

root# more /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Wed Jul 2 12:30:48 PDT 2008

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Device"
Identifier "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

how can I put here refresh rate ?
 
Old 08-13-2008, 10:18 AM   #5
Pearlseattle
Member
 
Registered: Aug 2007
Location: Zurich, Switzerland
Distribution: Gentoo
Posts: 999

Rep: Reputation: 142Reputation: 142
Where you have...
Quote:
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
...try to make it look like this...
Quote:
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28.0 - 80.0
VertRefresh 43.0 - 75.0
EndSection
Those ranges should tell your graphics card which refresh rates are supported by your monitor, and therefore which resolutions & refresh rates can be attained.
But be careful with those ranges - setting too high limits might harm your monitor.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver: Nvidia geforce4 mx440 degonto Linux - Desktop 11 06-27-2008 02:47 PM
help editing xf86config for nvidia geforce mx440 after installing nvidia driver linguist Linux - Newbie 11 06-13-2006 06:31 AM
Nvidia GF4 MX440 running really slow liljim Linux - Hardware 18 03-28-2004 02:44 PM
NVIDIA GEFORCE4 MX440 and MANDRAKE 9.1 frog-newbie Linux - Hardware 4 09-10-2003 05:11 PM
Nvidia Geforce MX440-SE, Driving ME NUTS frog-newbie Linux - Hardware 2 09-07-2003 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration