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

Re: TNT2 NVIDIA M64 + Debian3.0 (woody)



Olá,


On Tue, Sep 24, 2002 at 09:50:06PM -0300, marco antonio picanço wrote:
> A quem me ajudar possa...
> 
> Estou tentando instalar o Debian 3.0 no meu P400 com uma riva tnt2 nvidia agp 
> M64 32Mb. Tenho tido problemas..., não sei por que mas o  resultado quando 
> parte o xfree é "no screen found" .  

este erro não está relacionado ao kernel; é um erro no config do X
(/etc/X11/XF86Config-4). Você precisa de algo como:


Section "Device"
        Identifier      "Nvidia"
 #       Driver          "nv"
         Driver          "nvidia"
         BusID           "AGP:01:00:0"
         VideoRam        32000
         Option          "NvAgp" "1"
EndSection
     

Section "Screen"
        Identifier      "Default Screen"
        Device          "Nvidia"
        Monitor         "Generic Monitor"
        DefaultDepth    24      
        SubSection "Display"
          Depth   1
          Modes   "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
          Depth   4
          Modes   "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
          Depth   8
          Modes   "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
[...] voce completa com as profundidades e os modos correspondentes ao
seu monitor (veja o manual dele).                       

EndSection

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


veja que tem a definição da seção Screen e depois a indicação de qual
screen deve ser utilizada pelo Server (ServerLayout).

Para o AGP, vc deve habilitar o suporte no kernel e colocar na seção
device a opção para ativar o AGP no driver da placa. Isto se vc está
utilizando o driver da Nvidia e não o do X (aquele bem melhor do que
este, ainda que não software livre).

BTW, minha placa é:

~$ cat /proc/driver/nvidia/cards/0 
Model:           RIVA TNT2 Model 64
IRQ:             11
Video BIOS:      02.05.11.12
Card Type:       AGP


ou seja, a mesma que a sua!


-- 
Mario O.de Menezes, Ph.D.     "Many are the plans in a man's heart, but
    IPEN-CNEN/SP                 is the Lord's purpose that prevails"
http://curiango.ipen.br/~mario                 Prov. 19.21
    



Reply to: