Announcement

Collapse
No announcement yet.

Nvidia Driver vs. Monitor Challenge

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Nvidia Driver vs. Monitor Challenge

    Hello;

    I've been reading the posts on this forum about my subject issue and I'm more confused now than before. I don't know what my problem is nor do I know how to fix it.

    PROBLEM:
    1. Kubuntu System Settings reports screen resolution at 1600x1200. Although the screen doesn't appear "squashed," it may be. Another possibility is that the resolution really is 1920x1200, but KDE is not reporting it correctly.

    2. KDE System Settings only "sees" my old monitor (Dell p1110) which was not a wide screen monitor. I can fix this of course using the KDE System Settings administrator mode, but I hesitate to do that until I know there are no driver problems.

    Using a terminal:

    - How do find out what nvidia driver is active or being used?

    - What driver should I be using?

    SYSTEM INFO:

    Athalon 2200XP CPU
    nvidia geForce 4200ti AGP X8 graphics card
    Dell 2407wfp monitor

    I've already commented out the wacom, eraser, and pc tablet lines from my X.conf file. This didn't change anything, but it wasn't supposed to either. I just thought you should know.

    I can certainly provide the code for my x.conf file and DMESG if you need me to. Please advise.

    Mark
    "If you're in a room with another person who sees the world exactly as you do, one of you is redundant." Dr. Steven Covey, The 7-Habits of Highly Effective People

    #2
    Re: Nvidia Driver vs. Monitor Challenge

    In the "Device" section of your xorg.conf file there is a line that looks like
    Code:
    Driver    "nvidia"
    This is the driver you should be using If it reads "nv", then search the forums for how to install the nVidia driver (there are plenty of threads to tell you how).

    As for resolution: stay away from the Monitor & Display module of System Settings, I've never known it to work properly and it's broken many good setups for me. To make sure your system is using the right resolution, you may need to edit one of the "Mode" lines found in the Screen -> Display sections of /etc/X11/xorg.conf, adding the right resolution as the first entry... hope that makes sense, if you need more help post back

    Comment


      #3
      Re: Nvidia Driver vs. Monitor Challenge

      1. "glxinfo | grep OpenGL". Any mention of "mesa" means you're using software rendering (i.e. through your CPU and not GPU).
      2. Like JamesM says, "nvidia". If you need it installed, I (and many others) recommend Envy.
      For external use only.

      Comment


        #4
        Re: Nvidia Driver vs. Monitor Challenge

        Good information, thank you very much. Here's my results:

        Code:
        glxinfo | grep OpenGL
        OpenGL vendor string: NVIDIA Corporation
        OpenGL renderer string: GeForce4 Ti 4200 with AGP8X/AGP/SSE/3DNOW!
        OpenGL version string: 1.5.8 NVIDIA 96.31
        OpenGL extensions:
        And here is my Xorg.conf file (excerpt)
        Code:
        # nvidia-xconfig: X configuration file generated by nvidia-xconfig
        # nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Nov 9 17:55:20 PST 2006
        # /etc/X11/xorg.conf (xorg X Window System server configuration file)
        #
        # This file was generated by dexconf, the Debian X Configuration tool, using
        # values from the debconf database.

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

        Section "Module"
        Load "i2c"
        Load "bitmap"
        Load "ddc"
        Load "extmod"
        Load "freetype"
        Load "int10"
        Load "type1"
        Load "vbe"
        Load "glx"
        Load "v4l"
        EndSection

        Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
        Option "XkbOptions" "lv3:ralt_switch"
        EndSection

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

        Section "Monitor"
        Identifier "Generic Monitor"
        VendorName "Dell"
        ModelName "Dell P1110"
        HorizSync 30.0 - 121.0
        VertRefresh 48.0 - 160.0
        Gamma 1
        ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
        ModeLine "640x480@72" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
        ModeLine "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
        ModeLine "640x480@85" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
        ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
        ModeLine "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
        ModeLine "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
        ModeLine "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
        ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
        ModeLine "832x624@75" 57.3 832 864 928 1152 624 625 628 667 -hsync -vsync
        ModeLine "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
        ModeLine "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
        ModeLine "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
        ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
        ModeLine "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
        ModeLine "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
        ModeLine "1152x768@54" 65.0 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
        ModeLine "1280x854" 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
        ModeLine "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
        ModeLine "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
        ModeLine "1280x960@85" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
        ModeLine "1280x1024@85" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
        ModeLine "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
        ModeLine "1280x960@75" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
        ModeLine "1400x1050@60" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
        ModeLine "1400x1050@75" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
        ModeLine "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine "1600x1200@75" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine "1600x1200@70" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine "1600x1200@85" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
        ModeLine "1792x1344@75" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
        ModeLine "1792x1344@60" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
        ModeLine "1856x1392@60" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
        ModeLine "1856x1392@75" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
        ModeLine "1920x1440@60" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
        ModeLine "1920x1440@75" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
        ModeLine "2048x1536@60" 266.9 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync
        ModeLine "2048x1536@75" 340.5 2048 2216 2440 2832 1536 1537 1540 1603 -hsync +vsync
        EndSection

        Section "Monitor"
        Identifier "monitor1"
        Gamma 1
        EndSection

        Section "Device"
        Identifier "NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
        Driver "nvidia"
        BoardName "nv"
        BusID "PCI:3:0:0"
        Screen 0
        EndSection

        Section "Device"
        Identifier "device1"
        Driver "nv"
        BoardName "nv"
        BusID "PCI:3:0:0"
        Screen 1
        EndSection

        Section "Screen"
        Identifier "Default Screen"
        Device "NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
        Monitor "Generic Monitor"
        DefaultDepth 24
        SubSection "Display"
        Depth 24
        Modes "1280x1024@75" "1280x960@60" "1280x854" "1280x960@85" "1152x768@54" "1280x1024@85" "1152x864@75" "1280x1024@60" "1024x768@43" "1280x960@75" "1024x768@60" "1400x1050@60" "1024x768@70" "1400x1050@75" "1024x768@75" "1600x1200@65" "1024x768@85" "1600x1200@60" "832x624@75" "1600x1200@75" "800x600@60" "1600x1200@70" "800x600@85" "1600x1200@85" "800x600@75" "1792x1344@75" "800x600@72" "1792x1344@60" "800x600@56" "1856x1392@60" "640x480@85" "1856x1392@75" "640x480@75" "1920x1440@60" "640x480@72" "1920x1440@75" "640x480@60" "2048x1536@60" "2048x1536@75"
        EndSubSection
        EndSection

        Section "Screen"
        Identifier "screen1"
        Device "device1"
        Monitor "monitor1"
        DefaultDepth 24
        EndSection
        As you can see, I need to update the file for my Dell 2407wfp because it is still written for my old 21" CRT (Dell P1110). That's were I'm hesitating because I don't understand the modelines ending with + or - hsync and vsync. Since my new monitor is designed for a single resolution and scan frequency, I don't think I need the modelines at all and I'll only need one mode (1920x1200@60). Is this correct?

        Also I noticed the modes have a gray crosshatch pattern in the left margin. Any ideas why that is?

        Mark

        "If you're in a room with another person who sees the world exactly as you do, one of you is redundant." Dr. Steven Covey, The 7-Habits of Highly Effective People

        Comment


          #5
          Re: Nvidia Driver vs. Monitor Challenge

          Originally posted by mhumm2
          Also I noticed the modes have a gray crosshatch pattern in the left margin. Any ideas why that is?
          Word-wrap. If you resize the editor screen (make it wider) the lines will 'un-wrap.'
          Windows no longer obstructs my view.
          Using Kubuntu Linux since March 23, 2007.
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #6
            Re: Nvidia Driver vs. Monitor Challenge

            Well, the best way would be to execute "sudo dpkg-reconfigure xserver-xorg", because that will detect your monitor's supported resolutions and refresh rates (or at least it's supposed to, some hardware manufacturers are notoriously noncompliant). Make sure you back up you xorg.conf first, though.
            For external use only.

            Comment


              #7
              Re: Nvidia Driver vs. Monitor Challenge

              Originally posted by SheeEttin
              Well, the best way would be to execute "sudo dpkg-reconfigure xserver-xorg", because that will detect your monitor's supported resolutions and refresh rates (or at least it's supposed to, some hardware manufacturers are notoriously noncompliant).
              Okay, I've backed up the file and I'm ready to reconfigure. According to part of the xorg.conf file that I did not include, what is the purpose of this command as opposed to the one in the quote above?

              sudo dpkg-reconfigure -phigh xserver-xorg

              I did a help on dpkg, but I still don't know what the "-phigh" options are for.

              Mark
              "If you're in a room with another person who sees the world exactly as you do, one of you is redundant." Dr. Steven Covey, The 7-Habits of Highly Effective People

              Comment


                #8
                Re: Nvidia Driver vs. Monitor Challenge

                "-phigh" only asks "high-priority" questions.
                I don't know how it defines a question as "high-priority", and I don't know how it answers the ones it doesn't ask. I've always left it out, because I don't know (and may not want to) where it gets its information from. I greatly prefer security over convenience (here, anyway).
                For external use only.

                Comment

                Working...
                X