Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TNT2 en gentoo
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
CGentooS
n00b
n00b


Joined: 06 Sep 2002
Posts: 38

PostPosted: Sat Nov 30, 2002 6:36 pm    Post subject: TNT2 en gentoo Reply with quote

hola Gentooza¡¡¡¡
de nuevo en el foro con problemas graficos...
Llevo unas cuantas semanas con este problema, he leido toda la documentacion habida y por haber. La cuestion es la siguiente:
Tengo un PIII 733 con una placa base via y tarjeta Tnt2, la cual estoy intentando activar su aceleracion grafica mediante los propios drivers nvidia
#emerge nvidia-glx
#emerge nvidia-kernel
luego modifico el XF86Config añadiendo
#load "glx"


Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "NVdriver"
ection "Device"
Identifier "mitarjeta"
Driver "nvidia"
VideoRam 32768
Option "NvAGP" "2"
y quitando los modulos
load "dri"
load "GLCore"
Bueno pues haciendo esto no arracan las X pero si comento el modulo
load "glx"
cargan pero no tengo aceleracion 3d ni me carga el mplayer.
me sale el error
(EE) NVIDIA(0): Failed to load glX
pero si lo pongo carga (como ya he dicho )
alguien se le ocurre alguna idea de porque sucede esto, ya que en mi otro ordenador tengo una Gforce2 mx que se supone que se configura exactamente igual que la tnt2 y alli me funciona...
Back to top
View user's profile Send private message
humillo
n00b
n00b


Joined: 26 Oct 2002
Posts: 49

PostPosted: Sun Dec 01, 2002 5:44 pm    Post subject: Reply with quote

Has probado con esto?
Code:
opengl-update nvidia


Suerte!
Back to top
View user's profile Send private message
CGentooS
n00b
n00b


Joined: 06 Sep 2002
Posts: 38

PostPosted: Sun Dec 01, 2002 10:25 pm    Post subject: si he provado con eso... Reply with quote

la verdad es que es una cosa bastante extraña lo que sucede
si hago opengl-update nvidia solo me arrancan las X si comento en el XF86Config load "glx"
en cambio si hago opengl-update xfree arrancan las X correctamente pero no funciona nada que use la libreria libGL.so.1 o aceleracion 3D.
le he dado vueltas a la cosa e incluso he cogido otra tarjeta que en el otro ordenador funciona, ademas lo que mas me mosquea es que en este ordenata tengo una particion windows y alli funciona sin problemas.
Ya no se si podria ser algo del hardware del ordenador...
Back to top
View user's profile Send private message
tirantloblanc
Apprentice
Apprentice


Joined: 22 Oct 2002
Posts: 179
Location: Barcelona, ES

PostPosted: Sun Dec 08, 2002 5:27 pm    Post subject: Reply with quote

Podrías poner el registro (log) de las X cuando te fallan? Puede servirnos para encontrar el fallo.

De todas formas te voy a poner mi XF86Config-4 por si acaso te sirve. Utilizo una Geforce MX, pero las opciones para la TNT son las mismas:

Code:

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

Section "Module"
   #Load   "GLcore"
   Load   "bitmap"
   Load   "dbe"
   Load   "ddc"
   #Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "record"
   Load   "speedo"
   Load   "type1"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "keyboard"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xfree86"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "es"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "Buttons"      "5"
   Option      "ZAxisMapping"   "4 5"
EndSection

Section "Device"
   Identifier   "Generic Video Card"
   Driver      "nvidia"
   VendorName   "NVidia"
        BoardName      "GeForce2 MX/MX 400"
        BusID          "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   HorizSync   30-75
   VertRefresh   50-75
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Generic Video Card"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

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

#Section "DRI"
#   Mode   0666
#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