Home › Forums › Tech Support › Neverwinter Nights how-to
- This topic has 50 replies, 5 voices, and was last updated 8 years ago by
strider.
-
AuthorPosts
-
December 1, 2015 at 9:51 am #75443
Pedro Mateus
KeymasterIt’s the System76 one, it does have the i915 gpu. Try running the game with primusrun nwn.sh.
December 1, 2015 at 11:40 am #75444linuxgnuru
Participantintel GPU?
ware?jwiggins@jwiggins-Bonobo-Extreme:~$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:01.1 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK104M [GeForce GTX 670MX] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411 PCI Express Card Reader (rev 01)
04:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0a)
05:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)December 1, 2015 at 2:42 pm #75445Pedro Mateus
KeymasterI honestly didn’t know they still made Intel processors without integrated GPUs for laptops. I stand corrected.
If the system is using mesa you may want to blacklist nouveau manually and then reinstall the NVidia drivers.
Code:sudo gedit /etc/default/grubFind this line:
Code:GRUB_CMDLINE_LINUX=”nomodeset rhgb quiet”Add rd.driver.blacklist=nouveau into the quotes:
Code:GRUB_CMDLINE_LINUX=”nomodeset rhgb quiet rd.driver.blacklist=nouveau”Code:sudo update-grubReboot see if it works. If it doesn’t, reinstall the NVidia drivers.
December 1, 2015 at 3:21 pm #75446strider
ParticipantUbuntu already blacklists nouveau when the Nvidia driver is installed. It’s just not possible to boot in a usable state with both enabled.
linuxgnuru, you did use the graphics driver PPA to install nvidia-355, right?
Code:cat /etc/modprobe.d/nvidia-graphics-drivers.conf
# This file was installed by nvidia-358
# Do not edit this file manuallyblacklist nouveau
blacklist lbm-nouveau
blacklist nvidia-current
blacklist nvidia-173
blacklist nvidia-96
blacklist nvidia-current-updates
blacklist nvidia-173-updates
blacklist nvidia-96-updates
blacklist nvidia-358-updates
alias nvidia nvidia_358
alias nvidia-modeset nvidia_358-modeset
alias nvidia-uvm nvidia_358-uvm
alias nouveau off
alias lbm-nouveau off%December 2, 2015 at 12:44 pm #75459linuxgnuru
ParticipantWhatever killed my x server is finally gone and now nwn runs fine in lutris.
… just a warning to anyone who simply kept doing distribution upgrades instead of a clean install … been upgrading since 13.04 …
December 2, 2015 at 2:37 pm #75463strider
ParticipantGood that the game finally works
I’ve been doing distribution upgrades since… I don’t know… Ubuntu 7.04? The only issues I ever had were when updating to unstable versions.
-
AuthorPosts
- You must be logged in to reply to this topic.