PDA

View Full Version : [ubuntu] Unable to change refresh rate



ixxalnxxi
April 22nd, 2009, 10:31 AM
Hello All,

I am trying to run Warcraft III on WINE and whenever I open the program, the screen goes black for 1 1/2 seconds and then my monitor tells me it's out of range, with 83 and 60 some odd hertz. I edited my /etc/X11/xorg.conf but it didn't help me at all, here's what it is currently, any suggestions?:



# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Mon Nov 3 08:46:46 UTC 2008

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Mtest"
VendorName "Unknown"
ModelName "AOC 22LVWk"
HorizSync 30.0 - 50.0
VertRefresh 50.0 - 50.0
Option "DPMS"
# 1600x1050 @ 50.00 Hz (GTF) hsync: 54.05 kHz; pclk: 114.15 MHz
Modeline "1600x1050_50.00" 114.15 1600 1688 1856 2112 1050 1051 1054 1081 -HSync +Vsync

EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: nvidia-auto-select +0+0; CRT-0: 1680x1050_60_0 +0+0"
SubSection "Display"
Depth 24
Modes "1680x1050_50.00"
EndSubSection
EndSection