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

Re: Problemas clasicos con drivers Nvidia



Hola listeros, Gustavo mira te mando mi config para que le eches un
vistazo, porque a la tuya me parece que le faltan algunas cosas.
teniendo la misma tarjeta la misma tarjeta gráfica te tiene que
funcionar.

Saludos.

Ojo con las frecuencias horizontal y vertical de la sección de
monitores!!! Mira la especificación de tu monitor.

##########################################################################
#SeLiM Config XFree 4xxxxx
##########################################################################

Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:7100"

EndSection

##########################################################################
# Server flags section.
##########################################################################

Section "ServerFlags"
EndSection

##########################################################################
# Input devices
##########################################################################

# TECLADO 

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

# Raton usb o Ruletica teclado
Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

# RATON
Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol"    "IMPS/2"
    Option      "Device"      "/dev/psaux"
    Option      "ZAxisMapping" "4 5"
    Option	"Emulate3Buttons" "no"
EndSection


##########################################################################
# Module section
##########################################################################
Section "Module"
    Load        "dbe"
    Load	"glx"
    Load        "extmod"
    Load	"type1"
    Load	"freetype"
EndSection

##########################################################################
# Monitor section
##########################################################################

# MONITOR DE ORDENATA . DEFINE VARIOS SI LOS USAS

Section "Monitor"
    Identifier "MyMonitor"
    VendorName "yomismo"
    ModelName  "algunmodelo"
    HorizSync  45-60
    VertRefresh 60.0-120.0
EndSection

# MONITOR DE TELEVISION.

Section "Monitor"
     Identifier "Television"
     HorizSync  30-50
     VertRefresh 60
EndSection

##########################################################################
# Graphics device section(s)
##########################################################################

# TARJETITA GRAFICA

Section "Device"
    Identifier  "NV AGP"
    VendorName  "nvidia"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    BoardName   "NVIDIA GeForce 2 MX (generic)"
    Option	"NoLogo" "true"
    Option      "RenderAccel" "true"
EndSection

Section "Device"
    Identifier  "NV AGPTV"
    VendorName  "nvidia"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    BoardName   "NVIDIA GeForce 2 MX (generic)"
    Option	"NoLogo" "true"
    Option      "ConnectedMonitor" "TV"
    Option      "TVOutFormat" "SVIDEO"
EndSection

########################################################################

Section "Device"
    Identifier "NV AGP TwinView"
    VendorName "nvidia"
    Driver     "nvidia"
    BusID       "PCI:1:0:0"
    Option "TwinView"

##   OJO con la velocidad de REFLESCO que nos cargamos el 2tion
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

#
# screen section for an nvidia AGP TwinView card
# (look at the appropriate Device section)
#
Section "Screen"
    Identifier "Screen AGP TwinView"
    Device "NV AGP TwinView"
    Monitor "MyMonitor"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x400"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

# Configuracion para la salida de television.
Section "Screen"
 	Identifier "Tele"
 	Device	   "NV AGPTV"
 	Monitor	   "Television"
 	Option "TVStandard" "PAL-G"
 	DefaultColorDepth 24
 	Subsection "Display"
 	  Depth	24
 	  Modes	     "800x600"
 	  ViewPort 0 0
 	EndSubsection
EndSection

##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################

########################################################
# DESCOMENTA UNA SECCION U OTRA PARA UNA U OTRA SALIDA.#
########################################################

#
# SALIDA NORMAL UN MONITOR DE ORDENADOR
#
Section "ServerLayout"
    Identifier  "salidaunicaAGP"
    Screen      "AGP"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "DevInputMice" "AlwaysCore"
EndSection

#
# PARA DOS MONITORES 
#
#Section "ServerLayout"
#    Identifier  "AGPTwinView"
#    Screen      "Screen AGP TwinView"
#    InputDevice "Mouse0" "CorePointer"
#    InputDevice "Keyboard0" "CoreKeyboard"
#EndSection

#
# PARA SALIDA DE TELEVISION
#
#Section "ServerLayout"
#   Identifier "layout1"
#   Screen	"Tele"
#   InputDevice "Mouse0" "CorePointer"
#   InputDevice "Keyboard0" "CoreKeyboard"
#EndSection


-- 
      !!!!!!
      (o)(o)
--ooo--(__)--ooo--
   LRU (286025)



Reply to: