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

Re: Soporte Geforce4 en X



On Thu, 14 Nov 2002 18:02:49 +0100
Gustavo Arribas Robles <gustavo.arribas@coremain.com> wrote:

> 
> Buenas tardes:
> 
> Siendo este mi primer mail a esta lista de usuarios en español, os doy las
> gracias por anticipado por la ayuda q me podeis prestar en un futuro.
> Además de ser mi primer mail, también soy primerizo en lo que a Debian se
> refiere.
> 
> Estoy haciendo mi primera instalación de un entorno X y me encuentro con
> problemas a la hora de configurar mi tarjeta gráfica, en contreto una
> Creative 3D Blaster Geforce 4 Mx440. La distribución es Debian Woody 3.0
> con Kernel 2.4.18. El problema en concreto es que parece que el servidor X
> tiene soporte para las tarjetas Geforce 1, 2 y 3, pero no para la 4.
> ¿Sabeis si existe soporte para mi tarjeta? ¿Alguien la ha conseguido
> "instalar" con éxito? ¿Debo modificar la configuración de mi Kernel?.
> 
> Saludos y gracias por anticipado.

Yo tengo la GeForce4 440 MX. he bajado los drivers de la pagina de nvidia y simplemente he tenido que hacer make install en cada uno de ellos. El problema que tengo es que tengo que hacerlo cada vez que inicio el ordenador para que poder ejecutar el kdm. Es un engorro pero me funciona y no reinicio tanto.

Tambien he modificado mi XF86Config-4. Te lo adjunto.

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Generic Mouse"
EndSection

Section "Files"
	FontPath     "unix/:7100"
	FontPath     "/usr/lib/X11/fonts/misc"
	FontPath     "/usr/lib/X11/fonts/cyrillic"
	FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/Type1"
	FontPath     "/usr/lib/X11/fonts/Speedo"
	FontPath     "/usr/lib/X11/fonts/100dpi"
	FontPath     "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load  "bitmap"
	Load  "dbe"
	Load  "ddc"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "pex5"
	Load  "record"
	Load  "speedo"
	Load  "type1"
	Load  "vbe"
	Load  "xie"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "keyboard"
	Option      "CoreKeyboard"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc104"
	Option      "XkbLayout" "es"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option      "CorePointer"
	Option      "Device" "/dev/gpmdata"
	Option      "Protocol" "Microsoft"
	Option      "ZAxisMapping" "4 5"
	Option      "Emulate3Buttons"
EndSection

Section "InputDevice"
	Identifier  "Generic Mouse"
	Driver      "mouse"
	Option      "SendCoreEvents" "true"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "ImPS/2"
	Option      "Emulate3Buttons" "true"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    30.0 - 50.0
	VertRefresh  50.0 - 120.0
	Option       "DPMS"
EndSection

Section "Device"
	Identifier  "Generic Video Card"
	Driver      "nvidia"
	ChipSet     "GeForce4 MX 440" 
	Card        "NVIDIA GeForce"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Generic Video Card"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection


> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-spanish-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 

Attachment: pgpG9aaKjNZ6B.pgp
Description: PGP signature


Reply to: