for DX11 to work in wine you need to install dxvk.
Announcement
Collapse
No announcement yet.
Installing 32 bit Librarys
Collapse
This topic is closed.
X
X
-
My version of the GT 730 doesn't support DXVK. DXVK isn't necessary to run DX 11, it's just the best version but all games do not require it. I have run games like Space Engineers and banished in the past with this card. Steam play requirers the latest NVIDIA Driver. If Ubuntu won't add a package for the new driver or Canical dosn't fix it's non responsive server soon, then I will have no choice but to install the generic version from NIVIDIA's ppa.
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Did you do this:
Linux users with AMD or Intel graphics cards should install recent versions of Mesa and LLVM through this repository: https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa
sudo add-apt-repository ppa
aulo-miguel-dias/mesa
sudo apt dist-upgrade
sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386Last edited by Snowhog; Sep 21, 2018, 09:45 AM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
That's for AMD or Intel, I said I have NVIDIA.Originally posted by GreyGeek View PostDid you do this:
Linux users with AMD or Intel graphics cards should install recent versions of Mesa and LLVM through this repository: https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa
sudo add-apt-repository ppa
aulo-miguel-dias/mesa
sudo apt dist-upgrade
sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
I just tried the driver update again. It seemed to work but when I tried to reboot, It failed and I got;I tried relog but I got the same error message. Itried ALT+F2>sudo reboot. Nothing happened! Should I use the sledge hammer method -Hold power button in until the computer goes dead.-?Code:Ubuntu 18.04 has crashed.
edit: I tried sudo reboot in a konsel and that worked. I am using 390.87 now. I need 396. When will Ubuntu make a new package? Steam play needs the new NVIDIA driver.Last edited by steve7233; Sep 21, 2018, 10:29 AM.
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Originally posted by steve7233 View PostI need 396. When will Ubuntu make a new package? Steam play needs the new NVIDIA driver.Code:sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update
VINNYCode:sudo apt-get install nvidia-396
i7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Is that an Ubuntu repo?Originally posted by vinnywright View PostCode:sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update
VINNYCode:sudo apt-get install nvidia-396
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Ok Thanks, Vinny. I will try after lunch.Originally posted by vinnywright View Post
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
A lot of laptops come with an Intel GPU as the primary and NVIDIA as the secondary. Some won't even allow you to set NVIDIA as your primary. They are called Optimus. Is NVIDIA your PRIMARY chip?Originally posted by steve7233 View PostThat's for AMD or Intel, I said I have NVIDIA."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
This is a desktop and the NVIDIA is on a daughter card. The motherboard does have video but I disabled that in the BIOS. I used Kifocenter Device Information>PCI and it looks like the onboard video is Intel. Since it is disabled in the BIOS config then it shouldn't matter right?Last edited by steve7233; Sep 21, 2018, 04:12 PM.
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
I have no idea where you are getting a package named "nvidia-driver-396" from ,,,I can not find it @hear
if you search "nvidia-396" what do you get ,,,,that is what I suggested you install , from the command line , with apt-get ,,,,,
if you do(the -s is for simulate) what do you get .Code:sudo apt-get -s install nvidia-396
VINNY
EDIT: hold on let me check in the bionic install
,,,thay do have a package named that in the bionic section .
Last edited by vinnywright; Sep 21, 2018, 05:03 PM.i7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
That I don't know. It won't hurt to install the Intel stuff. If things don't work out you can always uninstall it.
Here is a site explaining how to do the Nvidia manual install
https://help.ubuntu.com/community/NvidiaManual
The following command shows the recommended driver:
:~$ sudo ubuntu-drivers devices
I used== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00000FD1sv00001025sd00000686bc03sc00 i00
vendor : NVIDIA Corporation
model : GK107M [GeForce GT 650M]
driver : nvidia-driver-390 - distro non-free recommended
driver : nvidia-340 - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
sudo ubuntu-drivers autoinstall
to install the recommended NVidia driver
You can switch back and forth between the primary driver and NVidia using
sudo prime-select intel
or
sudo prime-select nvidia
and reboot.
BTW, when you add a new NVidia ppa to your sources.list the command
ubuntu-drivers devices
will show the new driver as the recommended one. Using
ubuntu-drivers autoinstall
will install it.
You can uninstall an NVidia driver using
sudo apt purge nvidia-*
sudo apt autoremove
And to remove the nvidia driver ppa use
sudo add-apt-repository --remove ppa:graphics-drivers/ppa
Last edited by GreyGeek; Sep 21, 2018, 05:19 PM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
you are correct the meta package (that depends on all the others you need ) is called "nvidia-driver-396" in bionic .
and it is strangely broken ,I will try to let them know .
why it was changed from "nvidia-396" in xenial to nvidia-driver-396 in bionic I am not sure ,,,,,the "nvidia-390" is still the same .
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.





Comment