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

Re: URGENTE!!!!!! Problemas com startx GForce4



On Thu, Jun 19, 2003 at 09:55:13PM -0300, Mg Serrigrafia wrote:
> Sou novato no Linux e ouvi falar muito bem do Debian.
> Mas estou tendo dificuldades pra iniciar a parte gráfica.
> Tenho uma placa NVIDIA GForce4 MX440 64MB
> Após o startx aparece:
> 
> Fatal server error:
> no screens found
> 
> Já vasculhei a internet e todas as listas do Debian e de outras
> distribuições Linux.
> Não é possível que ninguém saiba como resolver este problema.
> Se alguém souber, por favor me ajude. Se não vou ter que mudar pra um
> conectiva ou Red Hat, coisa que não gostaria de fazer.
> Mas não adianta as soluções triviais. Já alterei as configurações do XF86Config,
> e também já tentei instalar os drivers da Nvidia que deu o seguinte erro:
> 
> *** Failed cc sanity check. Bailing out! ***
> make: *** [gcc-check] Error 1
> 
> Desde já agradeço.

Eu tenho uma placa gráfica igual por isso envio em anexo o meu
/etc/X11/XF86Config-4

Note-se que ele está a usar os drivers oficiais da nvidia, se for para
usar os drivers normais do X tem de se trocar a linha Driver "nvidia" da
secção "Device" pela linha Driver "nv".
-- 
Paulo Jorge Jesus Silva
perl -we 'print "paulojjs".reverse "\ntp.letagarb@"'

He who despairs over an event is a coward, but he who holds hopes for
the human condition is a fool.
		-- Albert Camus
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
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"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option "XkbModel" "pc105"
	Option "XkbLayout" "pt"	
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/gpmdata"
EndSection

Section "Monitor"
	#DisplaySize	  280   210	# mm
	Identifier   "Monitor0"
	VendorName   "SAM"
	ModelName    "1036"
	HorizSync    30-61
	VertRefresh  50-120
	#Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NV17 [GeForce4 MX 440]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Modes "1024x768"
		Depth     24
	EndSubSection
EndSection

Attachment: pgpcPs3v5Pfiv.pgp
Description: PGP signature


Reply to: