• Dell Vosto 1700 and NVidia

    From Van Snyder@21:1/5 to All on Mon May 20 20:20:01 2024
    I have an old Dell Vostro 1700 running Debian Trixie. It has an NVidia
    G86M (GeForce 8400M) graphics chip. I installed the NVidia 340 driver
    (which is difficult to find).

    I attached a HP 14" monitor to the VGA socket.

    When I booted, it came up with side-by-side displays. I could move
    windows from one to the other.

    When I closed the cover and re-opened it, instead of waking up, it re-
    started X, but this time with displays mirrored.

    I ran nvidia-settings to move the HP monitor. It complained about not
    being able to set a mode. I've tried many times since without success.

    I tried running the KDE Display Settings, but that put it into a
    restart-X loop.

    Any ideas?

    Van Snyder



    <html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>I have an old Dell Vostro 1700 running Debian Trixie. It has an NVidia G86M (<span style="font-size: 13.333333px;">GeForce 8400M)</span> graphics chip. I installed the NVidia
    340 driver (which is difficult to find).</div><div><br></div><div>I attached a HP 14" monitor to the VGA socket.</div><div><br></div><div>When I booted, it came up with side-by-side displays. I could move windows from one to the other.</div><div><br></
    <div>When I closed the cover and re-opened it, instead of waking up, it re-started X, but this time with displays mirrored.</div><div><br></div><div>I ran nvidia-settings to move the HP monitor. It complained about not being able to set a mode. I've
    tried many times since without success.</div><div><br></div><div>I tried running the KDE Display Settings, but that put it into a restart-X loop.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Van Snyder</div><div><br></div></body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Mon May 20 20:50:01 2024
    Am 20.05.2024 um 11:10:27 Uhr schrieb Van Snyder:

    I installed the NVidia 340 driver

    Is there a special reason to use it instead of nouveau?

    --
    Gruß
    Marco

    Send unsolicited bulk mail to 1716196227muell@cartoonies.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Mon May 20 21:30:02 2024
    Am 20.05.2024 um 12:22:48 Uhr schrieb Van Snyder:

    How do I switch to try nouveau instead?

    Completely uninstall it.

    Then reboot.
    If you have problem with nouveau, tell about them and maybe they can be
    fixed.

    --
    kind regards
    Marco

    Send unsolicited bulk mail to 1716200568muell@cartoonies.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hans@21:1/5 to All on Mon May 20 21:40:01 2024
    This is a multi-part message in MIME format.

    Try to use a configuration file /etc/X11/xorg.conf.

    Yes, I know, the modern drivers do not need it any more, but when you want to force some settings, this can help.

    I attach mine at this message, which was running fine so far and has all the settings inside, you might want to use.

    This file was used also with a NVidia card GF8400M.

    Please note, that when you need to run with the proprietrary driver (which is downloadable as package from debian/oldstable, you need to run an old kernel. Otherwise the kernel module will not build.

    The 340xx legacy driver is the correct one for this graphic chip.

    My experiences with the nouveau driver from the kernel ended with unstability and bad peformance.

    If everything crashes, you can still run the vesa driver, but try first 340xx.

    Oh yes, in the xorg.conf I send with, the driver must be named "nvidia", it is already set.

    You also need the dependend libgl-nvidia for this driver. Check the old repos from debian.

    Something else? Well, you can place the "xorg.conf" below /etc/X11/ or below / usr/share/X11/ .

    Hint: To test the xorg.conf uninstall all login-managers, like sddm, lightdm, kdm or gdm. I suggest, just move /usr/bin/kdm, /usr/bin/gdm, /usr/bin/lightdm and similar to another direcory, for example /root.

    Then boot and test with the command "startx". If X is starting, you are good, if not, you can see, what happens and if it starts, but hangs, you can stop X using either CTL+C or CTR+ALT+BACKSPACE.

    Hope this helps!

    Good luck,

    Hans




    I have an old Dell Vostro 1700 running Debian Trixie. It has an NVidia
    G86M (GeForce 8400M) graphics chip. I installed the NVidia 340 driver
    (which is difficult to find).

    I attached a HP 14" monitor to the VGA socket.

    When I booted, it came up with side-by-side displays. I could move
    windows from one to the other.

    When I closed the cover and re-opened it, instead of waking up, it re- started X, but this time with displays mirrored.

    I ran nvidia-settings to move the HP monitor. It complained about not
    being able to set a mode. I've tried many times since without success.

    I tried running the KDE Display Settings, but that put it into a
    restart-X loop.

    Any ideas?

    Van Snyder


    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Files"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)