Skip navigation.
Home
Now Shipping Version 7.0

Refresh rate


Posts: 6

Hello everyone,

I am having difficulties to set the refresh rate of my Samsung LCD monitor with Nvidia for Mepis 6.5 RC 3

[eVGA GeForce FX 5200 256 MB AGP8x | Samsung SyncMaster 173T ]

I followed the instructions on this forum and wiki also. No luck!

If I use the vesa (xorg) driver (Mepis X-Windows assistant) to repair the xorg.conf, I have 1280x1024 at 75 Hz. which I want but I cannot use Beryl.

If I use the nvidia (new) driver (Mepis X-Windows assistant) to repair the xorg.conf, I have 1280x1024 at 53 Hz. which gives me Beryl but lower refresh. (At this refresh rate, my eyes get strained quickly)

If I add the following line and clean up the relevant code in nvidia based xorg.conf, it does not make any difference:

# V-freq: 75.00 Hz // h-freq: 80.42 KHz
Modeline "1280x1024" 151.83 1280 1360 1544 1888 1024 1024 1027 1072

Interestingly, nvidia based and vesa based xorg.conf files are almost identical, particularly monitor settings are the same but result in different refresh rates. Any help with this is greatly appriceated.

Following are the xorg.conf files:

nvidia based xorg.conf file:

<br />
Section "ServerLayout"<br />
  Identifier "XFree86 Configured"<br />
  Screen 0 "Screen0" 0 0<br />
 #Screen 0 "ATIScreen" 0 0<br />
 #Screen 1 "Screen1" RightOf "Screen0"<br />
 #Option "Xinerama" "true"<br />
 #Option "Clone" "true"<br />
  InputDevice "Keyboard0" "CoreKeyboard"<br />
  InputDevice "PS/2 Mouse" "CorePointer"<br />
 #InputDevice "USB Mouse" "CorePointer"<br />
 #InputDevice "Touchpad" "SendCoreEvents"<br />
 #InputDevice "ALPS Touchpad" "SendCoreEvents"<br />
 #InputDevice "Appletouch" "SendCoreEvents"<br />
 #InputDevice "Stylus" "SendCoreEvents"<br />
 #InputDevice "Eraser" "SendCoreEvents"<br />
 #InputDevice "Cursor" "SendCoreEvents"<br />
 #InputDevice "Serial Mouse" "CorePointer"<br />
EndSection</p>
<p>Section "ServerFlags"<br />
  Option "AllowMouseOpenFail" "true"<br />
EndSection</p>
<p>Section "Files"<br />
# Xorg 7.0 font paths<br />
    FontPath 	"/usr/share/X11/fonts/misc:unscaled"<br />
    FontPath 	"/usr/share/X11/fonts/Type1"</p>
<p># Legacy font paths<br />
    FontPath 	"/usr/X11R6/lib/X11/fonts/misc:unscaled"<br />
    FontPath 	"/usr/X11R6/lib/X11/fonts/Type1"</p>
<p># Other font paths<br />
    FontPath 	"/usr/share/fonts/truetype/arphic"<br />
    FontPath 	"/usr/share/fonts/truetype/freefont"<br />
    FontPath 	"/usr/share/fonts/truetype/kochi"<br />
    FontPath 	"/usr/share/fonts/truetype/ttf-bitstream-vera"<br />
    FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"</p>
<p>EndSection</p>
<p>Section "Module"<br />
  Load "dbe"<br />
 #Load "dri"<br />
  Load "extmod"<br />
  Load "freetype"<br />
  Load "glx"<br />
  Load "type1"<br />
  Load "v4l"<br />
  Load "vbe"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Keyboard0"<br />
  Driver "keyboard"<br />
  Option "CoreKeyboard"<br />
  Option "XkbModel" "pc105"<br />
  Option "XkbLayout" "us"<br />
  Option "XKbOptions" ""<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Serial Mouse"<br />
  Driver "mouse"<br />
  Option  "Protocol" "Microsoft"<br />
  Option  "Device" "/dev/ttyS0"<br />
  Option  "Emulate3Buttons" "false"<br />
  Option  "Emulate3Timeout" "70"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Touchpad"<br />
  Driver "synaptics"<br />
  Option "Device" "/dev/psaux"<br />
  Option "Protocol" "auto-dev"<br />
  Option "LeftEdge" "1700"<br />
  Option "RightEdge" "5300"<br />
  Option "TopEdge" "1700"<br />
  Option "BottomEdge" "4200"<br />
  Option "FingerLow" "25"<br />
  Option "FingerHigh" "30"<br />
  Option "MaxTapTime" "180"<br />
  Option "MaxTapMove" "220"<br />
  Option "VertScrollDelta" "100"<br />
  Option "HorizScrollDelta" "0"<br />
  Option "MinSpeed" "0.09"<br />
  Option "MaxSpeed" "0.18"<br />
  Option "AccelFactor" "0.0015"<br />
  Option "SHMConfig" "on"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Driver "synaptics"<br />
  Identifier "ALPS Touchpad"<br />
  Option "Device" "/dev/input/mouse0"<br />
  Option "Protocol" "event"<br />
  Option "LeftEdge" "130"<br />
  Option "RightEdge" "840"<br />
  Option "TopEdge" "130"<br />
  Option "BottomEdge" "640"<br />
  Option "FingerLow" "7"<br />
  Option "FingerHigh" "8"<br />
  Option "MaxTapTime" "180"<br />
  Option "MaxTapMove" "110"<br />
  Option "EmulateMidButtonTime" "75"<br />
  Option "VertScrollDelta" "20"<br />
  Option "HorizScrollDelta" "0"<br />
  Option "MinSpeed" "0.25"<br />
  Option "MaxSpeed" "0.50"<br />
  Option "AccelFactor" "0.030"<br />
  Option "EdgeMotionMinSpeed" "200"<br />
  Option "EdgeMotionMaxSpeed" "200"<br />
  Option "UpDownScrolling" "1"<br />
  Option "CircularScrolling" "1"<br />
  Option "CircScrollDelta" "0.1"<br />
  Option "CircScrollTrigger" "2"<br />
  Option "SHMConfig" "on"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Appletouch"<br />
  Driver "synaptics"<br />
  Option "Device" "/dev/psaux"<br />
  Option "Protocol" "auto-dev"<br />
  Option "LeftEdge" "100"<br />
  Option "RightEdge" "1120"<br />
  Option "TopEdge" "50"<br />
  Option "BottomEdge" "310"<br />
  Option "FingerLow" "25"<br />
  Option "FingerHigh" "30"<br />
  Option "MaxTapMove" "220"<br />
  Option "TapButton1" "1"<br />
  Option "TapButton2" "3"<br />
  Option "TapButton3" "2"<br />
  Option "MinSpeed" "0.79"<br />
  Option "MaxSpeed" "0.88"<br />
  Option "AccelFactor" "0.0015"<br />
  Option "SHMConfig" "on"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "PS/2 Mouse"<br />
  Driver "mouse"<br />
  Option "Protocol" "auto"<br />
  Option "Device" "/dev/psaux"<br />
  Option "Emulate3Buttons" "false"<br />
  Option "Emulate3Timeout" "70"<br />
  Option "ZAxisMapping" "4 5"<br />
  Option "Buttons" "5"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "USB Mouse"<br />
  Driver "mouse"<br />
  Option "Device" "/dev/input/mice"<br />
  Option "Protocol" "ExplorerPS/2"<br />
  Option "ZAxisMapping" "4 5"<br />
  Option "Buttons" "5"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Stylus"<br />
  Driver "wacom"<br />
  Option "Mode" "Absolute"<br />
  Option "Type" "stylus"<br />
  Option "Device" "/dev/input/wacom"<br />
Endsection</p>
<p># Settings for wacom eraser<br />
Section "InputDevice"<br />
  Identifier "Eraser"<br />
  Driver "wacom"<br />
  Option "Mode" "Absolute"<br />
  Option "Type" "eraser"<br />
  Option "Device" "/dev/input/wacom"<br />
Endsection</p>
<p># Settings for wacom cursor (mouse)<br />
Section "InputDevice"<br />
  Identifier "Cursor"<br />
  Driver "wacom"<br />
  Option "Mode" "Relative"<br />
  Option "Type" "cursor"<br />
  Option "Device" "/dev/input/wacom"<br />
Endsection</p>
<p>Section "Monitor"<br />
  Identifier "Monitor0"<br />
  VendorName "Samsung"<br />
  ModelName "unknown"<br />
  Option "DPMS" "true"<br />
  HorizSync    30-81<br />
  VertRefresh  56-75<br />
# V-freq: 75.00 Hz  // h-freq: 80.42 KHz<br />
  ModeLine "1280x1024" 151.83  1280 1360 1544 1888  1024 1024 1027 1072<br />
EndSection</p>
<p>Section "Monitor"<br />
  Identifier "Monitor1"<br />
  VendorName "Samsung"<br />
  ModelName "unknown"<br />
  Option "DPMS" "true"<br />
  HorizSync    30-81<br />
  VertRefresh  56-75<br />
# V-freq: 75.00 Hz  // h-freq: 80.42 KHz<br />
  ModeLine "1280x1024" 151.83  1280 1360 1544 1888  1024 1024 1027 1072<br />
EndSection</p>
<p>Section "Monitor"<br />
  Identifier  "ATIMonitor"<br />
  VendorName "Samsung"<br />
  ModelName "unknown"<br />
  Option "DPMS" "true"<br />
  HorizSync    30-81<br />
  VertRefresh  56-75<br />
# V-freq: 75.00 Hz  // h-freq: 80.42 KHz<br />
  ModeLine "1280x1024" 151.83  1280 1360 1544 1888  1024 1024 1027 1072<br />
EndSection</p>
<p>Section "Device"<br />
  Identifier  "Card0"<br />
  Driver "nvidia"<br />
  BoardName "unknown"</p>
<p>  Screen 0<br />
 #Option "UseDisplayDevice" "dfp"<br />
 #Option "MonitorLayout" "crt,crt"<br />
 #BusID  "PCI:1:0:0"<br />
 #Option "sw_cursor" # needed for some ati cards<br />
 #Option "hw_cursor"<br />
 #Option "NoAccel"<br />
 #Option "ShowCache"<br />
 #Option "ShadowFB"<br />
 #Option "UseFBDev"<br />
 #Option "Rotate"<br />
  Option "UseInternalAGPGART" "no"</p>
<p># savage special options, use with care<br />
 #Option "NoUseBios"<br />
 #Option "BusType" "PCI"<br />
  Option "DmaMode" "None"</p>
<p># nvidia special options, use with care<br />
  Option "CursorShadow" "0"<br />
  Option "CursorShadowAlpha" "63"<br />
  Option "CursorShadowYOffset" "2"<br />
  Option "CursorShadowXOffset" "4"<br />
  Option "FlatPanelProperties" "Scaling = native"<br />
  Option "NoLogo" "false"<br />
  Option "UseEdidFreqs" "false"<br />
# Option "UseEDID" "false"<br />
  Option "AddARGBGLXVisuals" "true"<br />
  Option "RenderAccel" "true"<br />
 #Option "AllowGLXWithComposite" "true"<br />
EndSection</p>
<p>Section "Device"<br />
  Identifier  "Card1"<br />
  Driver "nvidia"<br />
  BoardName "unknown"</p>
<p>  Screen 1<br />
 #Option "MonitorLayout" "crt,crt"<br />
 #BusID  "PCI:1:0:0"<br />
EndSection</p>
<p>Section "Screen"<br />
  Identifier "Screen0"<br />
  Device "Card0"<br />
  Monitor "Monitor0"<br />
  DefaultColorDepth 24</p>
<p>  SubSection "Display"<br />
  Depth 8<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 15<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 16<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 24<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 32<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection</p>
<p>  # Only the official NVIDIA driver supports twinview<br />
  # these setting are an example<br />
  Option "TwinView" "false"<br />
  Option "SecondMonitorVendorName" "unknown"<br />
  Option "SecondMonitorModelName" "unknown"<br />
  Option "SecondMonitorHorizSync" "30-82"<br />
  Option "SecondMonitorVertRefresh" "55-70"<br />
 #Option "MetaModes" "1024x768, 1024x768"<br />
  Option "TwinViewOrientation" "RightOf"<br />
  Option "ConnectedMonitor" "dfp,dfp"<br />
EndSection</p>
<p>Section "Screen"<br />
  Identifier "Screen1"<br />
  Device "Card1"<br />
  Monitor "Monitor1"<br />
  DefaultColorDepth 24</p>
<p>  SubSection "Display"<br />
  Depth 8<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 15<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 16<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 24<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 32<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
EndSection</p>
<p>Section "Screen"<br />
  Identifier "ATIScreen"<br />
  Device "Card0"<br />
  Monitor "ATIMonitor"<br />
  DefaultColorDepth 24</p>
<p>  SubSection "Display"<br />
  Depth 24<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
EndSection</p>
<p>Section "DRI"<br />
  Mode 0666<br />
EndSection</p>
<p>Section "Extensions"<br />
  Option "Composite" "Enable"<br />
EndSection</p>
<p>

vesa based xorg.conf file:

<br />
Section "ServerLayout"<br />
  Identifier "XFree86 Configured"<br />
  Screen 0 "Screen0" 0 0<br />
 #Screen 0 "ATIScreen" 0 0<br />
 #Screen 1 "Screen1" RightOf "Screen0"<br />
 #Option "Xinerama" "true"<br />
 #Option "Clone" "true"<br />
  InputDevice "Keyboard0" "CoreKeyboard"<br />
  InputDevice "PS/2 Mouse" "CorePointer"<br />
 #InputDevice "USB Mouse" "CorePointer"<br />
 #InputDevice "Touchpad" "SendCoreEvents"<br />
 #InputDevice "ALPS Touchpad" "SendCoreEvents"<br />
 #InputDevice "Appletouch" "SendCoreEvents"<br />
 #InputDevice "Stylus" "SendCoreEvents"<br />
 #InputDevice "Eraser" "SendCoreEvents"<br />
 #InputDevice "Cursor" "SendCoreEvents"<br />
 #InputDevice "Serial Mouse" "CorePointer"<br />
EndSection</p>
<p>Section "ServerFlags"<br />
  Option "AllowMouseOpenFail" "true"<br />
EndSection</p>
<p>Section "Files"<br />
# Xorg 7.0 font paths<br />
    FontPath 	"/usr/share/X11/fonts/misc:unscaled"<br />
    FontPath 	"/usr/share/X11/fonts/Type1"</p>
<p># Legacy font paths<br />
    FontPath 	"/usr/X11R6/lib/X11/fonts/misc:unscaled"<br />
    FontPath 	"/usr/X11R6/lib/X11/fonts/Type1"</p>
<p># Other font paths<br />
    FontPath 	"/usr/share/fonts/truetype/arphic"<br />
    FontPath 	"/usr/share/fonts/truetype/freefont"<br />
    FontPath 	"/usr/share/fonts/truetype/kochi"<br />
    FontPath 	"/usr/share/fonts/truetype/ttf-bitstream-vera"<br />
    FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"</p>
<p>EndSection</p>
<p>Section "Module"<br />
  Load "dbe"<br />
  Load "dri"<br />
  Load "extmod"<br />
  Load "freetype"<br />
  Load "glx"<br />
  Load "type1"<br />
  Load "v4l"<br />
  Load "vbe"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Keyboard0"<br />
  Driver "keyboard"<br />
  Option "CoreKeyboard"<br />
  Option "XkbModel" "pc105"<br />
  Option "XkbLayout" "us"<br />
  Option "XKbOptions" ""<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Serial Mouse"<br />
  Driver "mouse"<br />
  Option  "Protocol" "Microsoft"<br />
  Option  "Device" "/dev/ttyS0"<br />
  Option  "Emulate3Buttons" "false"<br />
  Option  "Emulate3Timeout" "70"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Touchpad"<br />
  Driver "synaptics"<br />
  Option "Device" "/dev/psaux"<br />
  Option "Protocol" "auto-dev"<br />
  Option "LeftEdge" "1700"<br />
  Option "RightEdge" "5300"<br />
  Option "TopEdge" "1700"<br />
  Option "BottomEdge" "4200"<br />
  Option "FingerLow" "25"<br />
  Option "FingerHigh" "30"<br />
  Option "MaxTapTime" "180"<br />
  Option "MaxTapMove" "220"<br />
  Option "VertScrollDelta" "100"<br />
  Option "HorizScrollDelta" "0"<br />
  Option "MinSpeed" "0.09"<br />
  Option "MaxSpeed" "0.18"<br />
  Option "AccelFactor" "0.0015"<br />
  Option "SHMConfig" "on"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Driver "synaptics"<br />
  Identifier "ALPS Touchpad"<br />
  Option "Device" "/dev/input/mouse0"<br />
  Option "Protocol" "event"<br />
  Option "LeftEdge" "130"<br />
  Option "RightEdge" "840"<br />
  Option "TopEdge" "130"<br />
  Option "BottomEdge" "640"<br />
  Option "FingerLow" "7"<br />
  Option "FingerHigh" "8"<br />
  Option "MaxTapTime" "180"<br />
  Option "MaxTapMove" "110"<br />
  Option "EmulateMidButtonTime" "75"<br />
  Option "VertScrollDelta" "20"<br />
  Option "HorizScrollDelta" "0"<br />
  Option "MinSpeed" "0.25"<br />
  Option "MaxSpeed" "0.50"<br />
  Option "AccelFactor" "0.030"<br />
  Option "EdgeMotionMinSpeed" "200"<br />
  Option "EdgeMotionMaxSpeed" "200"<br />
  Option "UpDownScrolling" "1"<br />
  Option "CircularScrolling" "1"<br />
  Option "CircScrollDelta" "0.1"<br />
  Option "CircScrollTrigger" "2"<br />
  Option "SHMConfig" "on"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Appletouch"<br />
  Driver "synaptics"<br />
  Option "Device" "/dev/psaux"<br />
  Option "Protocol" "auto-dev"<br />
  Option "LeftEdge" "100"<br />
  Option "RightEdge" "1120"<br />
  Option "TopEdge" "50"<br />
  Option "BottomEdge" "310"<br />
  Option "FingerLow" "25"<br />
  Option "FingerHigh" "30"<br />
  Option "MaxTapMove" "220"<br />
  Option "TapButton1" "1"<br />
  Option "TapButton2" "3"<br />
  Option "TapButton3" "2"<br />
  Option "MinSpeed" "0.79"<br />
  Option "MaxSpeed" "0.88"<br />
  Option "AccelFactor" "0.0015"<br />
  Option "SHMConfig" "on"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "PS/2 Mouse"<br />
  Driver "mouse"<br />
  Option "Protocol" "auto"<br />
  Option "Device" "/dev/psaux"<br />
  Option "Emulate3Buttons" "false"<br />
  Option "Emulate3Timeout" "70"<br />
  Option "ZAxisMapping" "4 5"<br />
  Option "Buttons" "5"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "USB Mouse"<br />
  Driver "mouse"<br />
  Option "Device" "/dev/input/mice"<br />
  Option "Protocol" "ExplorerPS/2"<br />
  Option "ZAxisMapping" "4 5"<br />
  Option "Buttons" "5"<br />
EndSection</p>
<p>Section "InputDevice"<br />
  Identifier "Stylus"<br />
  Driver "wacom"<br />
  Option "Mode" "Absolute"<br />
  Option "Type" "stylus"<br />
  Option "Device" "/dev/input/wacom"<br />
Endsection</p>
<p># Settings for wacom eraser<br />
Section "InputDevice"<br />
  Identifier "Eraser"<br />
  Driver "wacom"<br />
  Option "Mode" "Absolute"<br />
  Option "Type" "eraser"<br />
  Option "Device" "/dev/input/wacom"<br />
Endsection</p>
<p># Settings for wacom cursor (mouse)<br />
Section "InputDevice"<br />
  Identifier "Cursor"<br />
  Driver "wacom"<br />
  Option "Mode" "Relative"<br />
  Option "Type" "cursor"<br />
  Option "Device" "/dev/input/wacom"<br />
Endsection</p>
<p>Section "Monitor"<br />
  Identifier "Monitor0"<br />
  VendorName "Samsung"<br />
  ModelName "unknown"<br />
  Option "DPMS" "true"<br />
  HorizSync    30-81<br />
  VertRefresh  56-75<br />
EndSection</p>
<p>Section "Monitor"<br />
  Identifier "Monitor1"<br />
  VendorName "Samsung"<br />
  ModelName "unknown"<br />
  Option "DPMS" "true"<br />
  HorizSync    30-81<br />
  VertRefresh  56-75<br />
EndSection</p>
<p>Section "Monitor"<br />
  Identifier  "ATIMonitor"<br />
  VendorName "Samsung"<br />
  ModelName "unknown"<br />
  Option "DPMS" "true"<br />
  HorizSync    30-81<br />
  VertRefresh  56-75<br />
EndSection</p>
<p>Section "Device"<br />
  Identifier  "Card0"<br />
  Driver "vesa"<br />
  BoardName "unknown"</p>
<p>  Screen 0<br />
 #Option "UseDisplayDevice" "dfp"<br />
 #Option "MonitorLayout" "crt,crt"<br />
 #BusID  "PCI:1:0:0"<br />
 #Option "sw_cursor" # needed for some ati cards<br />
 #Option "hw_cursor"<br />
 #Option "NoAccel"<br />
 #Option "ShowCache"<br />
 #Option "ShadowFB"<br />
 #Option "UseFBDev"<br />
 #Option "Rotate"<br />
  Option "UseInternalAGPGART" "no"</p>
<p># savage special options, use with care<br />
 #Option "NoUseBios"<br />
 #Option "BusType" "PCI"<br />
  Option "DmaMode" "None"</p>
<p># nvidia special options, use with care<br />
  Option "CursorShadow" "0"<br />
  Option "CursorShadowAlpha" "63"<br />
  Option "CursorShadowYOffset" "2"<br />
  Option "CursorShadowXOffset" "4"<br />
  Option "FlatPanelProperties" "Scaling = native"<br />
  Option "NoLogo" "false"<br />
  Option "UseEDID" "true"<br />
  Option "AddARGBGLXVisuals" "true"<br />
  Option "RenderAccel" "true"<br />
 #Option "AllowGLXWithComposite" "true"<br />
EndSection</p>
<p>Section "Device"<br />
  Identifier  "Card1"<br />
  Driver "vesa"<br />
  BoardName "unknown"</p>
<p>  Screen 1<br />
 #Option "MonitorLayout" "crt,crt"<br />
 #BusID  "PCI:1:0:0"<br />
EndSection</p>
<p>Section "Screen"<br />
  Identifier "Screen0"<br />
  Device "Card0"<br />
  Monitor "Monitor0"<br />
  DefaultColorDepth 16</p>
<p>  SubSection "Display"<br />
  Depth 8<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 15<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 16<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 24<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 32<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection</p>
<p>  # Only the official NVIDIA driver supports twinview<br />
  # these setting are an example<br />
  Option "TwinView" "false"<br />
  Option "SecondMonitorVendorName" "unknown"<br />
  Option "SecondMonitorModelName" "unknown"<br />
  Option "SecondMonitorHorizSync" "30-82"<br />
  Option "SecondMonitorVertRefresh" "55-70"<br />
 #Option "MetaModes" "1024x768, 1024x768"<br />
  Option "TwinViewOrientation" "RightOf"<br />
  Option "ConnectedMonitor" "dfp,dfp"<br />
EndSection</p>
<p>Section "Screen"<br />
  Identifier "Screen1"<br />
  Device "Card1"<br />
  Monitor "Monitor1"<br />
  DefaultColorDepth 16</p>
<p>  SubSection "Display"<br />
  Depth 8<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 15<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 16<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 24<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
  SubSection "Display"<br />
  Depth 32<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
EndSection</p>
<p>Section "Screen"<br />
  Identifier "ATIScreen"<br />
  Device "Card0"<br />
  Monitor "ATIMonitor"<br />
  DefaultColorDepth 16</p>
<p>  SubSection "Display"<br />
  Depth 24<br />
  Modes "1280x1024" "1024x768" "800x600"<br />
  EndSubSection<br />
EndSection</p>
<p>Section "DRI"<br />
  Mode 0666<br />
EndSection</p>
<p>Section "Extensions"<br />
  Option "Composite" "Enable"<br />
EndSection</p>
<p>

I get that, too

When I look at the refresh rate using the newer Nvidia driver, it shows something like 50hz for my monitor, too. I've never seen that kind of thing before, other than with the latest drivers in the newer RCs.

I tried several things to try and get it to display the same refresh rate as the older Nvidia drivers (specifying vsync at bootup using the opt in nvidia driver and more). But, it just doesn't seem to give me the choices I've seen with other Nvidia drivers in the past, no matter what I try.

But, I don't see any difference in monitor quality. So, I was wondering if it was just some kind of "fluke" with the way the refresh rate choices are being displayed (i.e., 50hz is really 70hz). lol

I'll keep an eye on this thread for any solutions.

Jim C.

This must be a bug in

This must be a bug in readings, my refresh rates go from 50 to 54 Hz while the screen is clearly doing the old 85Hz(I'll notice anything below 75Hz).
That being said it is not impossible that by changing xorg.conf your monitor is now doing a low refresh rate.
Don't use modelines, that is old school, and they do more harm than good usually these days.
Also you are saying you have a LCD monitor, so low refresh rates should really not matter in eyes strain.

I have noticed that on my

I have noticed that on my dual-head GeForce4-mx440 card running TwinView, KControl thinks my refresh rate is 50hz.

Fortunately, one of my monitors has a button which displays the current settings and it is indeed getting a 75hz refresh.

In addition, the Nvidia utility program indicates that both monitors are set to 75hz refresh.

That's in Mepis 6.04 / 6.5. using the 9631 Nvidia driver. In Mepis 3.4-3 (using the 8776 driver) Kcontrol sees the refresh correctly.

I suspect you're actually getting a 75hz refresh when KControl says 50hz.

I thought that newer Samsung monitors, when you pressed the Auto Adjust key briefly showed the resolution & refresh they were being fed. Can you check that way?

Yep...

I can see settings on my monitor, too (thanks for reminding me).

Same thing here. The refresh rate and choices shown by KDE is where the problem is. The actual refresh rate is different.

I thought my monitor looked and worked fine with the newer Nvidia drivers in the 6.5 RCs (I'm using a CRT and have an Nvidia FX5200).

If I right click on the desktop and go to "Configure Desktop>Display", it's showing a refresh rate of 50hz with choices for 50, 52, 53, 54, 55hz.

Yet, if I press a button on my monitor with the 50hz option in KDE, it's showing v:85.4hz

So, it's a bug with the way KDE is interpreting the choices instead of an actual refresh rate problem.

Jim C.

I've read about that on the Internet

yamal wrote:
This must be a bug in readings, my refresh rates go from 50 to 54 Hz while the screen is clearly doing the old 85Hz(I'll notice anything below 75Hz).
That being said it is not impossible that by changing xorg.conf your monitor is now doing a low refresh rate.
Don't use modelines, that is old school, and they do more harm than good usually these days.
Also you are saying you have a LCD monitor, so low refresh rates should really not matter in eyes strain.

I've read about that on the Internet. However, for whatever the reason, my eyes get so tired with my home monitor. I dimmed the brightness of the LCD and it's helped though.

It may may be due to the long hours I've been spending at PCs at work lately and also when I see the 53 Hz as refresh rate, I may be psychologically influenced.

Thanks for the reply

Serhat
SimplyMepis 6.5 RC3 | AMD XP 2500+ (Barton) | 512 MB PC 3200 DDR400 | Western Digital 800JB: 80GB, 8 MB buffer | eVGA GeForce FX 5200 256 MB AGP8x | Samsung SyncMaster 173T

Actual? refresh rate is 60 Hz

I used the monitor buttons and discovered that the refresh rate is 60 Hz.

I'm quite confused, I'll wait for the stable version and do a clean install and see what happens

Thanks for all the replies

Serhat

60Hz is normal for a LCD. If

60Hz is normal for a LCD.
If you are more comf with a higher rate and the instructions don't give a preferred refresh rate you could use this:

Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "unknown"
Option "DPMS" "true"
HorizSync 30-81 #check this !
VertRefresh 56-75
# Option "UseEdidFreqs" "false"
EndSection

You might or might not need "Option ' UseEdidFreqs" "false" '.

A reply from local LUG member

serhat wrote:
I used the monitor buttons and discovered that the refresh rate is 60 Hz.

I'm quite confused, I'll wait for the stable version and do a clean install and see what happens

Thanks for all the replies

Serhat

I posted the issue on local LUG and got this reply, quite interesting:

We (Mandriva) have recently discovered via a user bug report that the
NVIDIA driver does not report the refresh rate correctly to X.org,
consequently xrandr and higher-level tools like krandrtray all show an
incorrect refresh rate (i.e. not the one that's actually being used).
You should always trust the information provided by your monitor's OSD,
that will always be the most reliable. If it says it's getting a 60Hz
signal, then it is.

Most LCDs want a 60Hz signal. There are a few which want a 75Hz signal.
The 'native' refresh rate of your monitor will be listed in the manual.
You should always drive it at this rate, so if it says 60Hz in the
manual, then relax; everything is correct. An LCD that wants a 60Hz
signal will often *accept* a 75Hz signal, but you shouldn't do this - it
won't make anything smoother and will actually usually lead to odd
visual artifacts as the monitor is forced to adjust the signal. As a
previous poster said, LCDs do not flicker the way CRTs do, and you do
not need a high refresh rate with them to avoid flicker and eyestrain.

The Mandriva bug report, for anyone interested, is here:
http://qa.mandriva.com/show_bug.cgi?id=29977

SimplyMepis 6.5 RC3 | AMD XP 2500+ (Barton) | 512 MB PC 3200 DDR400 | Western Digital 800JB: 80GB, 8 MB buffer | eVGA GeForce FX 5200 256 MB AGP8x | Samsung SyncMaster 173T

Problem Solved

serhat wrote:
I used the monitor buttons and discovered that the refresh rate is 60 Hz.

I'm quite confused, I'll wait for the stable version and do a clean install and see what happens

Thanks for all the replies

Serhat

I've done a fresh installation of the final 6.5 and my monitor's built-in menu shows 75 Hz. I will not edit the xorg.conf although display settings offer only 50 and 51 Hz.

Thank you all for offering help.

SimplyMepis 6.5 RC3 | AMD XP 2500+ (Barton) | 512 MB PC 3200 DDR400 | Western Digital 800JB: 80GB, 8 MB buffer | eVGA GeForce FX 5200 256 MB AGP8x | Samsung SyncMaster 173T

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.