Jak wyłączyć Nvidia X Server

Mam problem taki jak w temacie. Konkretniej to przy instalacji sterownika wyskakuje mi błąd aby wyłączyć właśnie X Server, czy ktoś wie jak to zrobić?

Jeśli korzystasz z Ubuntu:

sudo /etc/init.d/lightdm stop

lub

sudo service lightdm stop

W innym przypadku podajesz nazwę menedżera logowania zamiast lightdm np. gdm/kdm.

sudo /etc/init.d/*dm stop

lub w przypadku slim:

sudo /etc/init.d/slim stop

lub gdy jest uruchomiony przez startx

killall -9 xinit

Dzięki, działa. Niestety system nadal nie wykrywa modelu karty graficznej, gdy wchodzę w ustawienia systemu i szczegóły :frowning:

To nie ma znaczenia. Sposób odczytywania tej informacji przez GNOME 3 dość dziwny i przy sterownikach własnościowych (przynajmniej nVidii) nie działa.

Pokaż wynik:

lspci -k

W ten sposób dowiem się z jakiego sterownika korzysta karta graficzna.

00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RX780/RX790 Chipset Host Bridge

	Subsystem: Advanced Micro Devices [AMD] nee ATI RX780/RX790 Chipset Host Bridge

00:02.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD790 PCI to PCI bridge (external gfx0 port A)

	Kernel driver in use: pcieport

	Kernel modules: shpchp

00:0a.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD790 PCI to PCI bridge (PCI express gpp port F)

	Kernel driver in use: pcieport

	Kernel modules: shpchp

00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]

	Subsystem: Giga-byte Technology GA-MA770-DS3rev2.0 Motherboard

	Kernel driver in use: ahci

00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller

	Subsystem: Giga-byte Technology Device 5004

	Kernel driver in use: ohci_hcd

00:12.1 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0 USB OHCI1 Controller

	Subsystem: Giga-byte Technology Device 5004

	Kernel driver in use: ohci_hcd

00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller

	Subsystem: Giga-byte Technology Device 5004

	Kernel driver in use: ehci_hcd

00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller

	Subsystem: Giga-byte Technology Device 5004

	Kernel driver in use: ohci_hcd

00:13.1 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0 USB OHCI1 Controller

	Subsystem: Giga-byte Technology Device 5004

	Kernel driver in use: ohci_hcd

00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller

	Subsystem: Giga-byte Technology Device 5004

	Kernel driver in use: ehci_hcd

00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 3c)

	Subsystem: Giga-byte Technology GA-MA770-DS3rev2.0 Motherboard

	Kernel modules: sp5100_tco, i2c-piix4

00:14.1 IDE interface: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 IDE Controller

	Subsystem: Giga-byte Technology Device 5002

	Kernel driver in use: pata_atiixp

	Kernel modules: pata_atiixp

00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA)

	Subsystem: Giga-byte Technology Device a002

	Kernel driver in use: snd_hda_intel

	Kernel modules: snd-hda-intel

00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller

	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller

00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge

00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller

	Subsystem: Giga-byte Technology Device 5004

	Kernel driver in use: ohci_hcd

00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration

00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map

00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller

	Kernel modules: amd64_edac_mod

00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control

	Kernel driver in use: k10temp

	Kernel modules: k10temp

00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control

01:00.0 VGA compatible controller: NVIDIA Corporation GF106 [GeForce GTS 450] (rev a1)

	Subsystem: Giga-byte Technology Device 3503

	Kernel driver in use: nvidia

	Kernel modules: nvidia, nvidia_current_updates, nvidia_current, nouveau, nvidiafb

01:00.1 Audio device: NVIDIA Corporation GF106 High Definition Audio Controller (rev a1)

	Subsystem: Giga-byte Technology Device 3503

	Kernel driver in use: snd_hda_intel

	Kernel modules: snd-hda-intel

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

	Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard

	Kernel driver in use: r8169

	Kernel modules: r8169

03:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)

	Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard

	Kernel driver in use: firewire_ohci

	Kernel modules: firewire-ohci

Czyli jest ok, jak by korzystała z otwartych sterowników to by pisało nouvea :slight_smile: .

Czyli stery własnościowe zainstalowały się.