Coder Social home page Coder Social logo

OPEN_GL and NVIDIA about semantic_suma HOT 3 CLOSED

prbonn avatar prbonn commented on May 20, 2024
OPEN_GL and NVIDIA

from semantic_suma.

Comments (3)

Chen-Xieyuanli avatar Chen-Xieyuanli commented on May 20, 2024

Hey @jhjun724, I never tried our method without an Nvidia graphic card (facepalm).
Since our method is based on OpenGL shaders, I guess it would be very hard to make it work without a graphic card.

@jbehley Jens, do you have any comments on this?

from semantic_suma.

jhjun724 avatar jhjun724 commented on May 20, 2024

Thank you for your answer!

from semantic_suma.

lifangyan16 avatar lifangyan16 commented on May 20, 2024

@jhjun724
When you install Nvidia driver, don't add '-no-opengl-files'. When you reboot, you will find you can't open you ubuntu. This is true.
微信图片_20220207111606
Here, don't select 'Ubuntu' but 'Ubuntu on Wayland'
cd /etc/X11
Backup 'xorg.conf'.
Then, set 'xorg.conf' like this:
https://forums.developer.nvidia.com/t/opengl-doesnt-use-nvidia-drivers-on-ubuntu-18-04-uses-llvmpipe/126084/4

Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia" 0 0
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Fake"
HorizSync 15.0 - 86.0
VertRefresh 60
Option "DPMS" "False"
EndSection

Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "ConnectedMonitor" "DFP-0"
Option "AllowEmptyInitialConfiguration"
EndSection

Section "Screen"
Identifier "nvidia"
Device "nvidia"
Monitor "Monitor0"
EndSection

Reboot and you can select 'Ubuntu' and can go in!
Next, you need
sudo apt install nvidia-settings
sudo apt install nvidia-prime
When you input 'nvidia-settings' you can find this:
图片
图片
图片
Congratulations!

from semantic_suma.

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.