Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
configurar GForce
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Hefistion
Guru
Guru


Joined: 09 Feb 2003
Posts: 327
Location: España

PostPosted: Tue Mar 11, 2003 9:25 pm    Post subject: configurar GForce Reply with quote

Tengo un geforce 440 mx, estoy intentando configurarla para sacarla el maximo rendimiento pero no soy capaz.

He compilado el kernel habilitando AGP
Emergi el nvidia-glx y nvidia-kernel

cargo en modules.autoload NVdriver
en mi XF86Config tengo puesto

Code:

.
.
.
.
Section "Module"
    Load "dbe" # Double-Buffering Extension
    #Load "v4l" # Video for Linux
    #Load "extmod"
    #Load "type1"
    #Load "freetype"
    Load "glx"
EndSection

Section "Device"
    Identifier "device1"
    BoardName "NVIDIA GeForce4 (generic)"
    Driver "nvidia"
    Option "NvAGP" "2"
    Option "AGPMode" "2"
    Option "DPMS"
    Option "MetaModes" "800x600,800x600"
    Option "TVStandard" "PAL-B"
    Option "SecondMonitorVertRefresh" "60"
    Option "NoLogo" "1"
    Option "TwinViewOrientation" "Clone"
    Option "NvAGP" "2"
    Option "TwinView" "1"
    Option "SecondMonitorHorizSync" "30-50"
    Option "DigitalVibrance" "119"
EndSection
.
.
.


pero si hago
Code:

$ cat /proc/driver/nvidia/agp/*
Fast Writes:     Supported
SBA:             Not Supported
AGP Rates:       4x 2x 1x
Registers:       0x1f000017:0x0f000101
Host Bridge:     AMD Irongate
Fast Writes:     Not Supported
SBA:             Supported
AGP Rates:       2x 1x
Registers:       0x0f000203:0x00000101
Status:          Enabled
Driver:          AGPGART
AGP Rate:        1x
Fast Writes:     Disabled
SBA:             Disabled

$cat version /proc/driver/nvidia/version
NVRM version: NVIDIA Linux x86 NVdriver Kernel Module  1.0-3123  Tue Aug 27 15:56:48 PDT 2002
GCC version:  gcc version 3.2.2

$ cat /proc/driver/nvidia/cards
Model:           GeForce4 MX 440
IRQ:             11
Video BIOS:      04.17.00.52.00
Card Type:       AGP



con lo q creo q no tengo nada configurado. Mi placa fase es un fic SD11 soporta hasta agp 2.

:cry: :cry: :cry: :cry:
Back to top
View user's profile Send private message
autiel
n00b
n00b


Joined: 06 Mar 2003
Posts: 12

PostPosted: Tue Mar 11, 2003 10:34 pm    Post subject: solo podras poner AGP X2 Reply with quote

leido el comentario, solo podrás poner AGP X2, porque la placa solo soporta SBA, y la gforce solo soporta Fast Writes.

yo, las opciones que tengo en XF86Config, son:
Option "NvAGP" "1" ( para usar AGP de Nvidia, y no agpgart de kernel" )
y ahi no tengo AGPMode ( que desde luego no sabia que existiera )

Para habilitar AGP 2X, si no te funciona por defecto, tendras que forzarla en modules.conf ( aunque creo recordar que al reinicio se borra, asi que el fichero a modificar, debe ser /etc/modules.d/nvidia )

Suerte

De Nvidia Docs:
Code:

If you are using modprobe (/etc/modules.conf):

      alias char-major-195 nvidia
      options nvidia NVreg_ReqAGPRate=2  # force AGP Rate to 2x
      options nvidia NVreg_ReqAGPRate=1  # force AGP Rate to 1x


pero en el caso de Gentoo, debes ponerlo en
Code:
/etc/modules.d/nvidia


Y mi sección de XF86Config, es la siguiente:
Code:
Section "Device"
   Identifier  "Gforce4MX"
   Driver "nvidia"
   VideoRam    65536
   Option "IgnoreEDID" "true"
   Option "NoLogo"   "true"
   Option "NvAGP"   "1" # AGP interno de NVIDIA, 2 kernel,
   Option "RenderAccel" "true"
   Option "DPMS"
   Option "NoBandWidthTest" "1"
   Option "HWcursor"   "1"
#   Option "NvEmulate"   "0"
#   Option "CursorShadow"   "false"
#   Option "CursorShadowAlpha" "255"
#   Option "NoRenderExtension" "true"
   VendorName "nVidia Corporation"
   BoardName "NV17 [GeForce4 MX440]"
   BusID   "PCI:1:0:0"
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum