| View previous topic :: View next topic |
| Author |
Message |
X-Rider n00b

Joined: 11 Oct 2006 Posts: 8
|
Posted: Sat Dec 09, 2006 1:59 am Post subject: Xorg Refresh rate |
|
|
Hi, I've got a Dell d820 with a wsxga+ and i can't get more tahn 50hz in 1680x1050. 60hz is the optimal refresh rate....
my xorg.conf is:
| Code: |
Section "Files"
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/type1"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/lib/X11/fonts/truetype"
FontPath "/usr/share/fonts/X11/CID"
FontPath "/usr/lib/X11/fonts/CID"
# FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
# FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "ServerFlags"
Option "BlankTime" "10"
Option "StandbyTime" "20"
Option "SuspendTime" "30"
Option "OffTime" "60"
# Option "Xinerama" "On"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
# Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
# man synaptics(5)
# See /usr/share/doc/xserver-xorg-input-synaptics/*
Option "EmulateMidButtonTime" "50"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
# Option "LeftEdge" "1700"
# Option "RightEdge" "5300"
# Option "TopEdge" "1700"
# Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
#Option "MaxTapTime" "0"
#Option "MaxTapMove" "0"
Option "UpDownScrolling" "on"
Option "VertScrollDelta" "30"
Option "LeftRightScrolling" "off"
Option "HorizScrollDelta" "20"
Option "LockedDrags" "off"
Option "EdgeMotionUseAlways" "false"
Option "MinSpeed" "0.5"
Option "MaxSpeed" "1.2"
Option "AccelFactor" "0.5"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "SHMConfig" "on"
EndSection
# USB or Bluetooth mouse
Section "InputDevice"
Identifier "USB mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "SendCoreEvents" "true"
# Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
# Option "Resolution" "100"
EndSection
Section "Device"
Identifier "NVS-110M"
VendorName "NVIDIA Corporation"
BoardName "256MB Quadro NVS-110M TurboCache"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
# See /usr/share/doc/NVIDIA_GLX-1.0/README.txt
Option "NoLogo" "false"
Option "RandRRotation" "true"
# Option "ConnectedMonitor" "DFP"
Option "UseDisplayDevice" "DFP"
EndSection
Section "Monitor"
Identifier "WSXGA+"
Option "DPMS"
HorizSync 30-83
VertRefresh 53-75
Modeline "1680x1050" 146.2 1680 1784 1960 2240 1050 1052 1058 1089
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NVS-110M"
Monitor "WSXGA+"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x800" "1024x768" "800x600"
Viewport 0 0
EndSubSection
SubSection "Display"
Depth 32
Modes "1680x1050" "1280x800" "1024x768" "800x600"
Viewport 0 0
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen 1" 0 0
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
InputDevice "USB mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
|
anyone can HELP me? this killing my eyes... i've tried everything... |
|
| Back to top |
|
 |
yabbadabbadont Advocate


Joined: 14 Mar 2003 Posts: 4790 Location: 2 exits past crazy
|
Posted: Sat Dec 09, 2006 3:07 am Post subject: |
|
|
| Quote: | | # See /usr/share/doc/NVIDIA_GLX-1.0/README.txt |
Look through that file for the *EDID* options. One of them has to do with forcing the Nvidia driver to ignore the frequency information from the flatpanel. The Nvidia driver is *very* conservative when it decides which freqs are safe to use. |
|
| Back to top |
|
 |
X-Rider n00b

Joined: 11 Oct 2006 Posts: 8
|
Posted: Sat Dec 09, 2006 1:33 pm Post subject: |
|
|
tnks for the hint, but that file doesn't show examples... i don't know where and how to use it...
put this in monitor section: Option "UseEdidFreqs" "true"
but i don't know where to put the frequencies... |
|
| Back to top |
|
 |
yabbadabbadont Advocate


Joined: 14 Mar 2003 Posts: 4790 Location: 2 exits past crazy
|
Posted: Sun Dec 10, 2006 11:48 pm Post subject: |
|
|
| X-Rider wrote: | tnks for the hint, but that file doesn't show examples... i don't know where and how to use it...
put this in monitor section: Option "UseEdidFreqs" "true"
but i don't know where to put the frequencies... |
Actually, you want to set that to false... It uses them by default. Your xorg.conf already had the frequencies specified in the monitor section. |
|
| Back to top |
|
 |
|