Giter VIP home page Giter VIP logo

Comments (24)

probonopd avatar probonopd commented on July 4, 2024

Does it work on e.g., GhostBSD?
Is the correct graphics driver loaded (check /usr/local/etc/X11/xorg.conf.d/00-video-initgfx.conf)?

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

20230905_132243
Ghost BSD seems to be unusable, so I think I'll just turn it off.

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

I'd better restart it so that people in need can use it .normally.https://bsd-hardware.info/?id=pci:10de-0873-1043-19b4

20230906_084258

from iso.

probonopd avatar probonopd commented on July 4, 2024

This is not the good graphics driver. It is the fallback driver. Expect a slightly broken system.

We need to get the NVIDIA driver to load.

Does it work on NomadBSD?

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

I need the NomadBSD Live .iso , otherwise I can't use it.

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

It is working and the resolution is correct.

from iso.

probonopd avatar probonopd commented on July 4, 2024

What does its /usr/local/etc/X11/xorg.conf.d/00-video-initgfx.conf say?

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

20230907_164145
NomadBSD

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

20230907_171551
HS Build 0I40

from iso.

probonopd avatar probonopd commented on July 4, 2024

Please retest with build 0I41 or later. Thanks!

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

No fix, still the same.

from iso.

probonopd avatar probonopd commented on July 4, 2024

That is strange, because I updated initgfx from its NomadBSD sources. Maybe a kernel module is missing? Please compare the loaded kernel modules on both systems.

Or please submit Hardware Probes for both systems.

Thanks!

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

In kldstat there is no content of card nvidia, only acpi video.
nomadbsd
1 0xffffffff82b62000 4350 acpi_video.ko
hello system
1 0xffffffff8272f0000 4350 acpi_video.ko

from iso.

probonopd avatar probonopd commented on July 4, 2024

This seems to indicate to me that the Nvidia kernel module is not loaded on either system, so both are broken and won't work correctly. Looks liket this is currently unsupported?

(Note to self: The GeForce G102M was a mobile integrated graphics solution by Nvidia, launched on January 8th, 2009. Built on the 65 nm process, and based on the C79 "Tesla" architecture, which is also used by ION.)

The pages at nvidia.com which are mentioned on https://wiki.freebsd.org/Graphics do not contain the GeForce G102M, suggesting that it might not be supported by the FreeBSD Nvidia drivers. However, the pages for 304.137 and 340.108 do mention ION, so loading one of those for this GPU may or may not work.

https://bsd-hardware.info/?id=pci:10de-0873-1043-19b4&hwid=649ea35e6ec2 has one entry of a FreeBSD system saying this GPU "works". It has the nvidia.ko module loaded.

Its xorg.conf.d contains

driver-nvidia.conf
------------------
Section "Device"
	Identifier "Card0"
	Driver "nvidia"
	Option "DynamicClocks" "on"
EndSection

Section "ServerFlags"
	Option "IgnoreABI" "true"
EndSection

initfgx uses nvidia_340_ids() for ION, and it also contains GeForce G 102M:

So it's not clear to me what else we could do.

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

@probonopd Maybe an older version of the driver is required as mentioned in this article.
https://bbs.archlinux.org/viewtopic.php?id=278169

https://forums.freebsd.org/threads/legacy-nvidia-on-freebsd-12-2.77818/

from iso.

probonopd avatar probonopd commented on July 4, 2024

We are already using Nvidia driver version 403...

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

The latest version of Nvidia's driver has removed support for older GPUs. We may need to install the old version of the driver together with the new version. This content may be useful https://hackaday.com/2023/08/01/jennys -daily-drivers-freebsd-13-2/

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

@probonopd I can't find any graphics card that supports 102m in version 470. Its latest support is only in version 340.
V340
https://www.nvidia.com/Download/driverResults.aspx/156167/en-us/

V470
https://www.nvidia.com/Download/driverResults.aspx/205998/en-us/

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

@probonopd Hope this helps, because the graphics card is only supported up to 340 in the end.https://www.reddit.com/r/freebsd/comments/pru22n/nvidia_340/

This is a driver that supports it. Support for 390 has been removed.
https://www.freshports.org/x11/nvidia-driver-340

from iso.

probonopd avatar probonopd commented on July 4, 2024

So maybe driver version 340 should be used for this (and similar?) GPUs.
Can you try out whether that works?

Need to edit /etc/initgfx_device.db, and need to delete /var/initgfx_config.id, then reboot.

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

I replaced initgfx_device.db with the nomadbsd file and then restarted, but it didn't work, and /var/initgfx_config.id did not have the file.

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

20230928_073749
I tried it, the screen did not change, but the same BUG as 630 appeared.

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

It may be blocked or replaced by other drivers, because the resolution remains the same after installing the 340 Driver.
Added, if 340 is installed it will remove the 390 driver.

from iso.

louies0623 avatar louies0623 commented on July 4, 2024

That is strange, because I updated initgfx from its NomadBSD sources. Maybe a kernel module is missing? Please compare the loaded kernel modules on both systems.

Or please submit Hardware Probes for both systems.

Thanks!

hello system
https://bsd-hardware.info/?probe=00a4f6e5a0
Nomadbsd
https://bsd-hardware.info/?probe=3c69dd7003

from iso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.