Slackware 12 problem sa Refresh rate nvidia driver

Imate problem sa grafičkom karticom, monitorom, periferijama... ovo je mesto za vas

Moderator: Urednik


Prijatelj foruma
Prijatelj foruma
offline
User avatar

Posts: 717
Joined: 23 Aug 2006, 22:09
Location: Šabac

Post Napisano: 07 Oct 2008, 20:27


Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "STN S/T 76V"
    HorizSync      30.0 - 70.0
    VertRefresh    50.0 - 160.0
EndSection
Ovaj deo je problematičan. Stavi sledeće vrednosti:

HorizSync 30-85
VertRefresh 50-120
Image



Elitni član
Elitni član
offline
User avatar

Posts: 252
Joined: 09 Feb 2007, 17:11

Post Napisano: 09 Oct 2008, 16:50


@vladoar
nisi pazljivo procitao prethodne postove, to sto ti kde pokazuje 54 ili sta god, je greska, KDE pogresno detektuje frekvenciju.
Ukratko, ako ti nvidia settings pokazuje da je osvezavanje 85, a KDE kaze da je 54, veruj onome sto kaze nvidia.



offline

Post Napisano: 10 Oct 2008, 17:56


  Velik problem mi je bio sto me boli glava od monitora.
  Pa nisam bio svestan dali je sve uredu ili je neka greska upitanju.
  U SVAKOM SLUCAJU HVALA NA POMOCI  POZDRAV



Prijatelj foruma
Prijatelj foruma
offline
User avatar

Posts: 699
Joined: 08 May 2007, 12:39
Location: Banja Luka

Post Napisano: 06 Apr 2009, 10:46


Izvinjavam se sto pokrecem staru temu, ali imao sam isti problem na svom prethodnom laptopu sa nVidia grafikom (bila je i tema na forumu), a sad opet imam na novom sa Radeon grafikom. Znaci, poslije 20-ak minuta rada glava me pocinje boliti, a sve izgleda sasvim ok - max refresh od 60 Hz (i za radeonhd i za fglrx).

Naime, dok sam Googlao za rjesenjem (koje jos nisam pronasao :(), naletim na ovu stranicu:

http://us.download.nvidia.com/XFree86/L ... dix-b.html

Relevantan dio za ovaj problem (kad su u pitanju nVidia kartice) bi bio ovaj:

Code: Select all

Option "UseEdidFreqs" "boolean"

    This option controls whether the NVIDIA X driver will use the HorizSync and VertRefresh ranges given in a display device's EDID, if any. When UseEdidFreqs is set to True, EDID-provided range information will override the HorizSync and VertRefresh ranges specified in the Monitor section. If a display device does not provide an EDID, or the EDID does not specify an hsync or vrefresh range, then the X server will default to the HorizSync and VertRefresh ranges specified in the Monitor section of your X config file. These frequency ranges are used when validating modes for your display device.

    Default: True (EDID frequencies will be used)
Option "UseEDID" "boolean"

    By default, the NVIDIA X driver makes use of a display device's EDID, when available, during construction of its mode pool. The EDID is used as a source for possible modes, for valid frequency ranges, and for collecting data on the physical dimensions of the display device for computing the DPI (see Appendix E, Dots Per Inch). However, if you wish to disable the driver's use of the EDID, you can set this option to False:

        Option "UseEDID" "FALSE"

    Note that, rather than globally disable all uses of the EDID, you can individually disable each particular use of the EDID; e.g.,

        Option "UseEDIDFreqs" "FALSE"
        Option "UseEDIDDpi" "FALSE"
        Option "ModeValidation" "NoEdidModes"

    Default: True (use EDID).
Option "IgnoreEDID" "boolean"

    This option is deprecated, and no longer affects behavior of the X driver. See the "UseEDID" option for details.
Prvenstveno mislim na "UseEdidFreqs", znaci treba staviti da je false, kako bi se koristile vrijednosti iz Monitor sekcije. Eto, mozda nekom bude od pomoci sa istim ili slicnim problemom.

Ako neko od vas ima neku ideju za rjesenje mog problema - pisite (po mogucnost sto prije). :)

Moj xorg.conf:

Code: Select all

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "usr/share/fonts/local/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Speedo/"
	FontPath     "/usr/share/fonts/CID/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/cyrillic/"
EndSection

Section "Module"
	Load  "glx"
	SubSection "extmod"
		Option	"omit xfree86-dga"
	EndSubSection
#	Load  "extmod"
#	Load  "xtrap"
#	Load  "record"
#	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	DisplaySize  381 238
	Identifier   "Monitor0"
	VendorName   "LPL"
	ModelName    "a104"
	Option	     "DPMS" "true"
	HorizSync    29-70
	VertRefresh  43-60
        Modeline     "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932
  	Modeline     "1440x900" 87.25 1440 1488 1520 1600 900 903 909 926 +HSync -Vsync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize" "4"        	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "FBTexPercent"       	# <i>
        #Option     "DepthBits"          	# <i>
        #Option     "PCIAPERSize"        	# <i>
        #Option     "AccelDFS"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "IgnoreEDID" "false"        	# [<bool>]
	#Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "ScalerWidth"        	# <i>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "DynamicClocks"      	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI" "true"               	# [<bool>]
        #Option     "ConnectorTable"     	# <str>
        #Option     "DefaultConnectorTable" 	# [<bool>]
        #Option     "DefaultTMDSPLL"     	# [<bool>]
        #Option     "TVDACLoadDetect"    	# [<bool>]
        #Option     "ForceTVOut"         	# [<bool>]
        #Option     "TVStandard"         	# <str>
        #Option     "IgnoreLidStatus"    	# [<bool>]
        #Option     "DefaultTVDACAdj"    	# [<bool>]
        #Option     "Int10"              	# [<bool>]
	Identifier  "Card0"
	Driver      "radeonhd"
	VendorName  "ATI Technologies Inc"
	BoardName   "Unknown Board"
	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	  "1440x900"
		Virtual	  1440 900
	EndSubSection
EndSection

#Section "DRI"
#	Group	"video"
#	Mode	0666
#EndSection

Code: Select all

#lspci | grep -i radeon
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]
Slackware 12.2, kernel 2.6.28.9 @ HP Pavilion dv7-1133cl.

EDIT:

Konacno sam rijesio... Igrao sam se malo sa nekim live distribucijama i sad mi Monitor sekcija xorg.conf-a izgleda ovako:

Code: Select all

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "LPL"
	ModelName    "a104"
	DisplaySize  381 238
	HorizSync    31.5 - 64.0
	VertRefresh  40.0 - 90.0
	Option	     "UseEdidFreqs" "1"
EndSection
Nema vise glavobolje. :)
Last edited by qki on 12 Apr 2009, 14:45, edited 1 time in total.


Who is online

Users browsing this forum: Claude User [Bot] and 0 guests