Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 229963

Summary: x11-base/xorg-server-1.4.2 fails parsing VertRefresh option correctly
Product: Gentoo Linux Reporter: amadeus.bit
Component: [OLD] Core systemAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description amadeus.bit 2008-06-29 00:49:50 UTC
I use a TwinView system with 2 lcd flatscreens. when I set the vertical syncronisation to a specifict value(here 75hz both) only the second screens runs properly. I dont know when this bug occured, but at the beginning it worked fine.

here my xorg.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Disable     "dri"
    Load           "glx"
    Load           "extmod"
    Load           "wfb"
    Load           "xtrap"
    Load           "dbe"
    Load           "freetype"
    Load           "type1"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Fujitsu"
    ModelName      "FUS X19-1"
    Option         "DPMS" "true"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GTX"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "RenderAccel" "true"
    Option         "NoLogo" "true"
    Option         "TripleBuffer" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "DPMS" "true"
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-1"
    Option         "metamodes" "DFP-0: 1280x1024_75 +1280+0, DFP-1: 1280x1024_75 +0+0; DFP-0: NULL, DFP-1: 1280x1024_75 +0+0"
    Option         "UseEdidFreqs" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "ExactModeTimingsDVI" "True"
    Option         "VertRefresh" "75"
    Option         "SecondMonitorVertRefresh" "75"
    Option         "NoFlip" "False"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "true"
EndSection



Reproducible: Always

Steps to Reproduce:
1. use the VertRange option
2.
3.

Actual Results:  
only one screen runs with 75hz, the other only with 60hz

Expected Results:  
both have the same frequenzy

nvidia-drivers-177.13 (because of bugs with <173.13)
nvidia geforce 8800gtx
Comment 1 amadeus.bit 2008-06-29 00:52:48 UTC
sorry, forget the actual error message:

grep -e EE -e WW /var/log/Xorg.0.log

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(II) Loading extension MIT-SCREEN-SAVER
(WW) NVIDIA(0): Unable to parse range in VertRefresh string "75"; ignoring
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-29 15:57:49 UTC
> (WW) NVIDIA(0): Unable to parse range in VertRefresh string "75"; ignoring

The warning message asks for a range, not a single value, so maybe providing a range helps.


Not sure if this is abug and if it is, we cannot do anything wrt. Nvidia's blob or is this part of the code open?
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-29 16:59:27 UTC
uh, assign...
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2008-06-29 17:03:40 UTC
75 isn't a range.
74.9 to 75.1 is. This is reported against the wrong package (the error message is from x11-drivers/nvidia-drivers). Please use nvnews.net forums in the future as this should be discussed with upstream.