Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problemas con la tarjeta nvidia
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
billymad
n00b
n00b


Joined: 03 Mar 2004
Posts: 19

PostPosted: Thu Mar 04, 2004 5:01 pm    Post subject: Problemas con la tarjeta nvidia Reply with quote

Ante todo gracias a todos pq me vais resolviendo las dudas sobre gentoo a la velocidad del relampago...
Aki traigo mas problemas frutos de mi ignorancia gentoona

He instalado el nvidia-kernel y el nvidia-glx con el fin de utilizar mi flamante tarjeta nvidia tras configurar las X desde el ficherito de marras y teclear el comando startx no me coge 16 colores (me da un error ) solo coge 8 colores (variable depth del XF86Config) a que se debe esto y como puedo arreglarlo.
Back to top
View user's profile Send private message
gualtrapa
n00b
n00b


Joined: 25 Feb 2004
Posts: 34

PostPosted: Thu Mar 04, 2004 5:15 pm    Post subject: Reply with quote

Tienes que mirar qué modo has puesto por defecto en el archivo de configuración, de todos modos qué te dice en el error?, quizás te da alguna explicación.
Back to top
View user's profile Send private message
Ateo
Advocate
Advocate


Joined: 02 Jun 2003
Posts: 2021
Location: Republic of California

PostPosted: Thu Mar 04, 2004 6:35 pm    Post subject: Reply with quote

Has configurado tu 'refresh rate' de tu monitor con X?
Back to top
View user's profile Send private message
zorth
l33t
l33t


Joined: 17 Feb 2004
Posts: 780
Location: Lovin' Gentoo

PostPosted: Thu Mar 04, 2004 8:14 pm    Post subject: Reply with quote

hola. yo he probado los dos posibles metodos:

1. emerge nvidia-kernel
emerge nvidia-glx
opengl-update nvidia

2. bajarme el driver oficial de www.nvidia.com el que uso version 5336 y tras haberme desinstalado los drivers de nvidia que baje con emerge:

emerge -C nvidia-glx
emerge -C nvidia-kernel

he instalado este 5336 que comento. es un .run, asi que para instalarlo tan solo ha de usar sh paquete.run luego, como yo he tenido cuelgues totales usando el 5336 puse un opengl-update xfree y de momento, esto vuelve a ir con normalidad.

te comento esto porque si fuera tu, no usaria los drivers de kernel+glx que proporciona emerge y usaria el pkg.run que da nvidia.com.

en lo referente a tu xf86config mirate como te han dicho de tener el refresco horizontal y vertical correctos. en la seccion device de la tarjeta grafica, la por defecto siguiendo el "xf86config de ejemplo" hay dos dispositivos, una supervga driver "vga" y la tuya. comenta la primera, la "vga" para no tener errores raros. te pongo como tengo yo mi xf86config por si te sirve de ejemplo. saludos.


# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "speedo"
# Load "truetype"
# Load "freetype"
# Load "xtt"

# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"

EndSection





# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "monitor mitsubishi"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 30-70

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 50-100

vendorname "Mitsubishi"
modelname "Diamond Scan 70"
ModeLine "1024x768/85Hz" 98.9 1024 1056 1216 1408 768 782 788 822 -HSync -VSync
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************


Section "Device"
Identifier "Card0"
Driver "nvidia"
vendorname "NVidia"
boardname "GeForce4 Ti 4800 SE"
Option "DPMS"
Option "NoLogo" "true"


EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
Identifier "Screen 1"
Device "Card0"
Monitor "monitor mitsubishi"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1024x768/85Hz" "800x600" "640x480"
ViewPort 0 0
Virtual 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768/85Hz" "800x600" "640x480"
ViewPort 0 0
Virtual 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768/85Hz" "800x600" "640x480"
ViewPort 0 0
Virtual 0 0
EndSubsection
EndSection

Section "ServerLayout"

Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
# Mode 0666
# EndSection
_________________
Geŋtoo Worłd Rułe§
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