[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: help ! nvidia driver and X




> > On Fri, Jul 8, 2011 at 8:14 PM, Mahesh T Pai <paivakil@gmail.com>
> > wrote:


> > I have  nvidia GeForce 7300GT video card.
> > I did not find xorg.conf in /etc/X11
> > But when it starts gui, I get first hazy stripes. Further I get
> > panels  half black.
> > Any solutions?

1.

Before you downgrade, try to set up a xorg.conf, perhaps this is all you
need. The xorg.conf I'm using is attached, you might need to change the
monitor settings.

2.

I've got a 7200GS. NVIDIA lists my card as 7200GS/7300SE. On my machine
everything is ok.

The solution is to downgrade X to stable. My X seems to be a mix of
stable and outdated testing packages, unfortunately those testing
packages aren't available anymore, hence you need to downgrade X
completely to stable.

For the cards we are using nvidia 173.14.30 is ok, that's the driver
package I'm using. The Kernel running here is 2.6.39.

I didn't run into dependency hell, anything else is from testing.
I really wonder hat people claim to get issues regarding to
dependencies, when downgrading X. I also wonder that they won't
downgrade, but keep a broken X.

It's your decision to downgrade or not to downgrade.
Section "Module"
	Load  "extmod"
	Load  "dri"
	Load  "dbe"
	Load  "dri2"
	Load  "glx"
	Load  "record"
	Load		"GLcore"
	Load		"v4l"
EndSection
	Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Plug 'n' Play"
	ModelName    "Plug 'n' Play"
	DisplaySize  305 230
	HorizSync    29-98
	VertRefresh  50-120
	modeline 	"1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
	Gamma	1.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     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option	    "MergedFB"	"off"           #old debian/ubuntu
	Identifier  "Card0"
        Driver	    "nvidia"
	#Driver	    "nv"
	#Driver     "nouveau"
        #Driver     "vesa"
	VendorName  "nVidia Corporation"
	BoardName   "G72 [GeForce 7300 SE/7200 GS]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"

	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes      "1152x864"
                #Virtual    3840 1200
	EndSubSection

#	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
#	EndSubSection
EndSection

Reply to: