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

Problemilla con la RIVA TNT (PCI)



Hola a todos.
Por fin pude pasar de potato a sid, ya que las cosas importantes q llevaba esta pobre máquina han sido pasadas a otro server.
Puestos en faena, ya configuré la impresion por usb con CUPS (muy, muy buen programa), actualizé el kernel a 2.4.18, XFree 4.1, y esas cosillas. Lo único q se me está resisitiendo es la Riva TNT (PCI, de las antiguas), al ponerle los drivers de NVidia. Funcionan bien, pero al arrancar el xdm, y después, se queda con una "imagen residual" (no se bien como llamarlo, es la última imagen que vi con el aviplayer). Si ejecuto el aviplayer, y lo cierro, entonces todo funciona muy bien. Parece como si la tarjeta no se inicializara correctamente, o no limpiara la memoria de video...
Os mando el XF86Config-4 para que me digais dónde puede fallar, que yo no lo veo ;-(

Un saludete,

Luisma 
Section "ServerLayout"
	Identifier     "Simple Layout"
	Screen         "Screen 1" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	SubSection "extmod"
		Option "omit xfree86-dga"
	EndSubSection
	Load  "type1"
	Load  "freetype"
	Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
	Load  "v4l"
EndSection

Section "InputDevice"
	Identifier  "Keyboard1"
	Driver      "Keyboard"
	Option      "AutoRepeat" "500 30"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "es"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option      "Protocol" "PS/2"
	Option      "Device" "/dev/psaux"
	Option      "Emulate3Buttons"
EndSection

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

Section "Monitor"
	Identifier   "My Monitor"
	HorizSync    31.5 - 79.0
	VertRefresh  50.0 - 100.0
EndSection

Section "Device"
	Identifier  "Standard VGA"
	Driver      "vga"
	VendorName  "Unknown"
	BoardName   "Unknown"
EndSection

Section "Device"
	Identifier  "RIVA TNT"
	Driver      "nvidia"
	ChipSet     "RIVATNT"
	Card        "RIVA TNT"
	VideoRam    16384
	Option      "NvAGP" "0"
#	BusID       "PCI:0:12:0"
EndSection

Section "Screen"
	Identifier "Screen 1"
	Device     "RIVA TNT"
	Monitor    "My Monitor"
	DefaultDepth     24
	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
EndSection


Reply to: