LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-20-2004, 04:32 PM   #1
zacherrin
LQ Newbie
 
Registered: Oct 2004
Posts: 10

Rep: Reputation: 0
Making sure NVIDIA DRIVER worked


I did the intallation and it worked correctly under root. I rebooted and the nvidia logo showed up. Everyyhing seems to be fine, but is there a way to double check to see if that driver actually is working? Reason being is i am going to try a few games out on linux(mandrake 10.1) . Is there something i should look for in the xorg.conf? here is my code tell me if you guys think its runningit, or how i can identify it. I am new so bear with me. Here is my code.


Code:
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)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

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

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

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection

Section "InputDevice"
    Identifier "SynapticsMouse1"
    Driver "synaptics"
    Option "Protocol" "auto-dev"
    Option "Device" "/dev/psaux"
    Option "MaxSpeed" "0.12"
    Option "MinSpeed" "0.06"
    Option "BottomEdge" "4200"
    Option "SHMConfig" "on"
    Option "LeftEdge" "1700"
    Option "FingerLow" "25"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "FingerHigh" "30"
    Option "VertScrollDelta" "100"
    Option "AccelFactor" "0.0010"
    Option "TopEdge" "1700"
    Option "RightEdge" "5300"
EndSection

Section "Monitor" 
         Identifier   "widescreen-lcd" 
 #        VendorName   "Monitor Vendor" 
 #        ModelName    "Monitor Model" 
         HorizSync       30 - 64 
         VertRefresh     50-100 
 #        Option  "dpms" 
         Modeline        "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync 
 EndSection 

Section "Device" 
         Identifier  "generic" 
         Driver      "nvidia" 
         VendorName  "nVidia Corporation" 
         Option          "NvAgp"         "3" 
         #       Option          "UseEdidFreqs"  "1" 
         Option          "IgnoreEDID"    "true" 
         Option          "NoLogo"        "on" 
         Option          "HWCursor" "0" 
         Option          "SWCursor" "1" 
 EndSection 
 
 Section "Screen" 
         Identifier "Screen1" 
         Device     "generic" 
         Monitor    "widescreen-lcd" 
         DefaultDepth    24 
         SubSection "Display" 
                 Depth     1 
         EndSubSection 
         SubSection "Display" 
                 Depth     4 
         EndSubSection 
         SubSection "Display" 
                 Depth     8 
         EndSubSection 
         SubSection "Display" 
                 Depth     15 
         EndSubSection 
         SubSection "Display" 
                 Depth     16 
                 Modes   "1440x900" "1024x768" "800x600" "640x480" 
         EndSubSection 
         SubSection "Display" 
                 Depth     24 
                 Modes   "1440x900" "1024x768" "800x600" "640x480" 
         EndSubSection 
 EndSection 

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "SynapticsMouse1" "AlwaysCore"
    Screen "screen1"
EndSection
Does everything seem to be in working order? I am just in the learning process and want to make sure and know what to look for. Thanks guys.
 
Old 10-20-2004, 06:02 PM   #2
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
start the x server on ur machine by doing startx -> it should show nvidia screen before booting into your desktop. If it does thn everything went well.
 
Old 10-20-2004, 06:03 PM   #3
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
when you login to GUI, nVidia logo should come up on the screen..........
OR open a term window and type

glxgears

there will be 3 colorful gears in a small window that spin together............
 
Old 10-20-2004, 10:18 PM   #4
zacherrin
LQ Newbie
 
Registered: Oct 2004
Posts: 10

Original Poster
Rep: Reputation: 0
i was getting the nvidia logo but i turned it off, you can see on the code i posted. i guess its workin thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help editing xf86config for nvidia geforce mx440 after installing nvidia driver linguist Linux - Newbie 11 06-13-2006 06:31 AM
nvidia worked too well skoot Linux - Software 9 11-17-2005 03:07 PM
Trouble with new nVidia driver installation...no nvidia logo and KDE no start up mdb Linux - Software 8 08-18-2004 09:45 AM
nvidia fx5600 loads vesa driver instead of nvidia driver saburo62 Linux - Hardware 3 05-04-2004 03:59 PM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration