new nvidia driver 53.28 fails

jason pearl jpearl24 at cox.net
Tue Dec 23 16:45:55 UTC 2003


On Tue, 2003-12-23 at 08:26, Michal Zeravik wrote:
> Hm, problem still continues.
> I have well configured xserver with config in attachment.
> With 44.96 works ok. So I tried to install new 53.28:
> 
> rpm -e XFree-Mesa-GL (GL works even with 44.96 - /usr/libGL.so is link 
> to /usr/libGL.so.44.96)
> telinit 3
> export CC=gcc32 (for old 44.96 as well)
> ./NVIDIA-Linux-x86-1.0-5328-pkg1
> - it uninstall old (44.96) driver and build module for my kernel 
> (2.4.22-1.2129.nptl.caps.rhfc1.ccrma)
> - everything seem to be ok, but Xserver fails to start and logs no error
> - screen in mingetty (console) is not redrawing
> - I have to switch (ctrl+alt+f2) to another and back to redraw screen 
> console
> 
> After reinstall 44.96 works xserver well with the same XF86Config.
> So, I don't know where is a bug.
> Any ideas?
> 
> michalz
> 
> ______________________________________________________________________
> Section "ServerLayout"
> 	Identifier     "XFree86 Configured"
>         Screen         "Screen0" 0 0
> 	Screen         "Screen1" RightOf "Screen0"
> 	InputDevice    "Mouse0" "CorePointer"
> 	InputDevice    "Keyboard0" "CoreKeyboard"
> 	Option	       "Xinerama" "yes"
> #	Option 	       "SuspendTime"  "10"
> #	Option	       "OffTime"  "20"
> EndSection
> 
> Section "Files"
> 	RgbPath      "/usr/X11R6/lib/X11/rgb"
> 	ModulePath   "/usr/X11R6/lib/modules"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
> 	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
> 
> Section "Module"
> 	Load  "dbe"
> #	Load  "dri"
> 	Load  "extmod"
> #       SubSection      "extmod"
> #               Option  "omit xfree86-dga"
> #       EndSubSection
> 	Load  "record"
> 	Load  "xtrap"
> 	Load  "speedo"
> 	Load  "type1"
> 
> 	Load  "freetype"
> 
> #	Load  "nv"
> 	Load  "glx"
> 
> #	Load  "v4l"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Keyboard0"
> 	Driver      "keyboard"
> 	Option	    "AutoRepeat" "150 600"
> 	Option	    "XkbRules" "xfree86"
> 	Option	    "XkbModel" "pc105"
> 	Option	    "XkbLayout" "us_intl"
> #	Option	    "SendDragEvents" "yes"
> EndSection
> 
> Section "InputDevice"
> 	Identifier  "Mouse0"
> 	Driver      "mouse"
> 	Option	    "Protocol" "IMPS/2"
> 	Option	    "Device" "/dev/psaux"
> 	Option	    "ZAxisMapping" "4 5"
> 	Option	    "Emulate3Buttons" "no"
> EndSection
> 
> Section "Monitor"
> 	Identifier   "Monitor0"
> 	VendorName   "Sony"
> 	ModelName    "SDM-S71R"
> 	DisplaySize  338	271
> 	HorizSync    31.5 - 92.0
> 	VertRefresh  50.0 - 75.0
> 	Option	    "dpms"
> EndSection
> 
> Section "Monitor"
> 	# mm
> 	Identifier   "Monitor1"
> 	VendorName   "AOC"
> 	ModelName    "AOC 569E"
> 	DisplaySize  280	210
> 	HorizSync    29.0 - 69.0
> 	VertRefresh  50.0 - 120.0
> 	Option	    "dpms"
> 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     "DigitalVibrance"    	# <i>
>         #Option     "PageFlip"           	# [<bool>]
>         #Option     "Dac8Bit"            	# [<bool>]
>         Option     "NoLogo"  "yes"           	# [<bool>]
>         #Option     "Overlay"            	# [<bool>]
>         #Option     "UBB"                	# [<bool>]
>         #Option     "Stereo"             	# <i>
>         #Option     "WindowFlip"         	# [<bool>]
>         #Option     "SWcursor"           	# [<bool>]
>         Option     "HWcursor" "yes"          	# [<bool>]
>         #Option     "VideoKey"           	# <i>
> 	Option     "NvAGP"   "3"           	# <i>
>         #Option     "IgnoreEDID"         	# [<bool>]
>         #Option     "NoDDC"              	# [<bool>]
>         #Option     "ConnectedMonitor"   	# <str>
>         #Option     "ConnectedMonitors"  	# <str>
>         #Option     "TVStandard"         	# <str>
>         #Option     "TVOutFormat"        	# <str>
>         Option     "RenderAccel"   "yes"     	# [<bool>]
>         Option     "CursorShadow"  "yes"     	# [<bool>]
>         #Option     "CursorShadowAlpha"  	# <i>
>         #Option     "CursorShadowXOffset" 	# <i>
>         #Option     "CursorShadowYOffset" 	# <i>
>         #Option     "UseEdidFreqs"       	# [<bool>]
>         #Option     "FlatPanelProperties" 	# <str>
>         #Option     "TwinView"           	# [<bool>]
>         #Option     "TwinViewOrientation" 	# <str>
>         #Option     "SecondMonitorHorizSync" 	# <str>
>         #Option     "SecondMonitorVertRefresh" 	# <str>
>         #Option     "MetaModes"          	# <str>
>         #Option     "UseInt10Module"     	# [<bool>]
>         #Option     "SwapReady"          	# [<bool>]
>         #Option     "NoTwinViewXineramaInfo" 	# [<bool>]
>         #Option     "NoRenderExtension"  	# [<bool>]
>         #Option     "UseClipIDs"         	# [<bool>]
>         #Option     "CIOverlay"          	# [<bool>]
>         #Option     "TransparentIndex"   	# <i>
>         #Option     "OverlayDefaultVisual" 	# [<bool>]
>         #Option     "NvEmulate"          	# <i>
>         #Option     "NoBandWidthTest"    	# [<bool>]
>         #Option     "CustomEDID-CRT-0"   	# <str>
>         #Option     "CustomEDID-CRT-1"   	# <str>
>         #Option     "CustomEDID-DFP-0"   	# <str>
>         #Option     "CustomEDID-DFP-1"   	# <str>
>         #Option     "CustomEDID-TV-0"    	# <str>
>         #Option     "CustomEDID-TV-1"    	# <str>
>         #Option     "TVOverScan"         	# <f>
>         #Option     "IgnoreDisplayDevices" 	# <str>
>         #Option     "MultisampleCompatibility" 	# [<bool>]
> 	Identifier  "Card0"
> 	Driver      "nvidia"
> 	VendorName  "nVidia Corporation"
> 	BoardName   "NV28 [GeForce4 Ti 4800 SE]"
> 	VideoRam    131072
> 	BusID       "PCI:1:0:0"
> 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     "SWcursor"           	# [<bool>]
>         #Option     "HWcursor"           	# [<bool>]
>         #Option     "PciRetry"           	# [<bool>]
>         #Option     "SyncOnGreen"        	# [<bool>]
>         #Option     "NoAccel"            	# [<bool>]
>         #Option     "ShowCache"          	# [<bool>]
>         #Option     "Overlay"            	# [<str>]
>         #Option     "MGASDRAM"           	# [<bool>]
>         #Option     "ShadowFB"           	# [<bool>]
>         #Option     "UseFBDev"           	# [<bool>]
>         #Option     "ColorKey"           	# <i>
>         #Option     "SetMclk"            	# <freq>
>         #Option     "OverclockMem"       	# [<bool>]
>         #Option     "VideoKey"           	# <i>
>         #Option     "Rotate"             	# [<str>]
>         #Option     "TexturedVideo"      	# [<bool>]
>         #Option     "Crtc2Half"          	# [<bool>]
>         #Option     "Crtc2Ram"           	# <i>
>         #Option     "Int10"              	# [<bool>]
>         #Option     "AGPMode"            	# <i>
>         #Option     "AGPSize"            	# <i>
>         #Option     "DigitalScreen1"     	# [<bool>]
>         #Option     "DigitalScreen2"     	# [<bool>]
>         #Option     "TV"                 	# [<bool>]
>         #Option     "TVStandard"         	# [<str>]
>         #Option     "CableType"          	# [<str>]
>         #Option     "NoHal"              	# [<bool>]
>         #Option     "SwappedHead"        	# [<bool>]
>         #Option     "DRI"  "no"              	# [<bool>]
>         #Option     "MergedFB"           	# [<bool>]
>         #Option     "Monitor2HSync"      	# [<str>]
>         #Option     "Monitor2VRefresh"   	# [<str>]
>         #Option     "Monitor2Position"   	# [<str>]
>         #Option     "MetaModes"          	# [<str>]
> 	Identifier  "Card1"
> 	Driver      "mga"
> 	VendorName  "Matrox Graphics, Inc."
> 	BoardName   "MGA 1064SG [Mystique]"
> 	Option	    "HWcursor" "yes"
> 	BusID       "PCI:0:10:0"
> #       BusID       "PCI:0:0a:0"
> EndSection
> 
> Section "Screen"
> 	Identifier "Screen0"
> 	Device     "Card0"
> 	Monitor    "Monitor0"
> 	DefaultDepth     16
> 	SubSection "Display"
> 		Depth     1
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     8
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     16
> 		Modes    "1280x1024" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     24
> 		Modes    "1280x1024" "1024x768" "800x600" "640x480"
> 	EndSubSection
>         SubSection "Display"
>                 Depth     32
>                 Modes    "1280x1024" "1024x768" "800x600" "640x480"
>         EndSubSection
> EndSection
> 
> Section "Screen"
> 	Identifier "Screen1"
> 	Device     "Card1"
> 	Monitor    "Monitor1"
> 	DefaultDepth     16
> 	SubSection "Display"
> 		Depth     1
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     8
> 		Modes    "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     16
> 		Modes    "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth     24
> 		Modes    "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
>                 Depth     32
>                 Modes    "1024x768" "800x600" "640x480"
>         EndSubSection
> 
> EndSection
i dont understand the nv module even being in there....must be the older
version but everything looks okk    what i would do is uninstall the
older version and then install the 5238.. because when i had a current
copy it uninstalled then reinstalled it... 
-- 
jason pearl <jpearl24 at cox.net>
   ++++++++++++++++++
"Keep your friends close and your enemies closer"-Tupac
   ++++++++++++++++++
Kurrupted Visionz Phx, AZ    registered linux user #307811
MDK 9.2 Linux                   http://counter.li.org
AMD64 Opteron 1.6
ASUS SK8N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.fedoraproject.org/pipermail/test/attachments/20031223/fe858019/attachment.bin 


More information about the test mailing list