LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Nividia Driver Problems (https://www.linuxquestions.org/questions/linux-hardware-18/nividia-driver-problems-45341/)

subservant 02-14-2003 02:58 AM

Nividia Driver Problems
 
I installed all of the nivida drivers correctly and configured my X86config file to get it up.


I get the flash screen for the nivida logo but I cant put on 3d accelration or select a higher resoultion.

how do I finsh the install so I can configure my card to do 3d accelration ?

carlywarly 02-14-2003 03:06 AM

How do you know you don't have 3-D? Open a terminal and as root, type glxgears and see if you get a good frame rate (over 1,000 fps is OK).

What distro and how are you trying to change resolution?

wapcaplet 02-14-2003 06:23 AM

If you followed NVidia's instructions, and you are now getting the logo when you start up XFree86, then it sounds like you've done everything you need to.

Check the log files:

/var/log/XFree86.0.log
/var/log/XFree86.9.log

See if there are any error lines (that begin with (EE)) which might say that 3d acceleration isn't working. If there aren't, and you followed the directions and edited your XF86Config file correctly, then you are probably good to go (unless 3D performance is really bad - what kind of video card do you have btw?)

subservant 02-14-2003 10:12 AM

I ran the commnads as you suggested and I got over 4000 on the gears so I think my 3d accell is on which answers my question.

I guess what I need to know is how to change my monitor rez on a gefource 4 ti 4200 runing red hat 8

thanks

-----------------------------------------------------
and I am trying to cheng my resoultion using display x

rnturn 02-14-2003 10:55 AM

Quote:

Originally posted by subservant

I guess what I need to know is how to change my monitor rez on a gefource 4 ti 4200 runing red hat 8

Click on ``System Settings -> Display''. That'll bring up the graphical tool to tweak your X configuration. Or you can save your current /etc/X11/XF86Config off to the side and re-run ``X -configure''. Then edit the new file and add the nvidia options back in. The first method is easier if all you want to do is change the current resolution. You will have to restart your X session for the change to take effect.

Hope this helps,

Rick

subservant 02-14-2003 11:11 AM

well here is where I run in to trouble

in display their are only two monitor resoultions avable to me. And when I try to run Xconfig I get a message saying that XF86 is still running.

I have tryed to add the lines in my Xf86 config file and when I reboot starx runs in to problems and I have to roll back my settings.

:Pengy:

rnturn 02-14-2003 04:04 PM

X is already running?
 
Quote:

Originally posted by subservant
in display their are only two monitor resoultions avable to me. And when I try to run Xconfig I get a message saying that XF86 is still running.

I have tryed to add the lines in my Xf86 config file and when I reboot starx runs in to problems and I have to roll back my settings.

Did you do an Ctrl-Alt-F7 to see if X is showing anything at all?

If it says that X is already running, then you could just kill that process. Find the PID from `ps -ef' and `kill -9 PID'. Then try startx again.

Rick

subservant 02-14-2003 06:01 PM

yes I fixed it

I was trouble shooting when I came across bogus values when I logged on in
in stright shell

Bogus Values returned
ID: none
Modle" None
Horz Sync : None
Vert Synce: None


this came up when I did redhat-config-xf86 and it turned thouse vales so what I ended up doing is adjusting the vert and hroz syncs by looking up my montor values *I have a gem 17 in LCD* and it fixed my problems

you all rock thanks for the support

Tih8710 02-16-2003 03:01 AM

A problem with Nvidia and Agpgart..
 
Hmm, I have a problem with Agp too, When I try to run X with agpgart enabled,
(Option "NvAgp" "X", the X either 1 or 2), the display goes f_cked up, I get strange ASCII-shit all over the screen, and end up rebooting..
It doesn't matter if I use nvidias built-in agpgart, or the one that I HAVE compiled as a module. Naturally when I try Nvidia's, I have the agpgart module that came with kernel unloaded...
The only way that my driver works is with "Option "NvAgp" "0", and I want to get it up and running... :p

(Getting only 2128.600 FPS whit a system of 1,4Ghz Athlon, 1Gig of Ram, udma HD and a G4 Ti 4200... Something Wrong? )

Electro 02-16-2003 05:50 PM

Go to
http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
and plug in your monitor's specs.


I only get 750 fps on an AMD Athlon 700 MHz with Geforce4 MX 420. When ever I right click on the glxgears window, my fps is near 1000.

volcano2020 02-17-2003 06:33 PM

Hi Subservant,
Cna you please tell me how you fixed that problem you had with Nvidia. I got the same problem!

volcano2020 02-17-2003 06:35 PM

I meant Can you please tell me in detail how you fixed it.
I have Suse 8.0 though but I guess the solution would be more or less the same! Thanx

Electro 02-17-2003 08:11 PM

Go into your X86Config-4 or X86Config file and setup your monitor. You can put what ever you want. Just make sure you put in the values correctly or your monitor may not display the pretty colors.

Here's what my X86Config-4 file looks like.
Code:

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

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

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Hitachi, Ltd."
    ModelName "Hitachi CM771"
    HorizSync 31.0-96.0
    VertRefresh 50.0-160.0
   
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344  480  488  494  563 -hsync -vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"    50.00  768  832  846 1000  576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"    63.07  768  800  960 1024  576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    BoardName "NVIDIA GeForce4 (generic)"
    Driver "nvidia"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection

Ignore XFDrake. I'm using Mandrake 9.

Do not forget to check your logs. Mine is located in /var/log.

volcano2020 02-18-2003 02:06 PM

I installed the latest driver for my Nvidia Quadro4 900GLX graphics card. But:
When I enter load glx in that XF86Config file for 3D, it complains that the default color depth is 16. It allows up to 24 bit color depth without 3D acceleration. What is the maximum color depth you could have for 3D?
Also, It does not allow me to change back and forth from 3D acceleration if I use Nvidia driver and glx. the screen goes blank !!

noir-gel 02-18-2003 06:46 PM

at least...
 
Hi!!

Sorry... but I can't help you...
I would like to do it, but instead I have to ask you how did you configure Xconfig file, because I wasn't able to do it!!


:-(

THANKS :-)

.al.varo.castro.


All times are GMT -5. The time now is 08:15 PM.