Настройка nvidia x server settings linux

Настройка nvidia x server settings linux

Customers who support hot plugging of an HDMI display must implement an X11 client that reconfigures the HDMI display upon receipt of an RRScreenChangeNotify X11 event. Typically, a gnome-settings-daemon is used for that purpose.

This solution is required to work around the X11 response to a hot-plugged HDMI display. During that response, X11 registers the HDMI output as connected but does not perform an automatic mode-set.

The NVIDIA Tegra Driver supports the XRandR 1.2 (X11 Rotate and Resize) extension. This extension allows dynamic enabling, resizing, positioning, and orienting of displays. With the xrandr command line utility, you can control XRandR. That utility is included in the x11-xserver-utils package. The drive-setup.sh installation script installs that package.

The xrandr utility provides a help menu that lists all supported options and provides guidance on their use.

By default, xorg.conf contains no specific settings for the screen resolution, virtual desktop size, bit depth, and display select, but instead query’s the driver for the optimum settings based on displays enabled. It is the goal of the Tegra driver for the default settings along with runtime xrandr commands and X command-line arguments to be sufficient for most needs. In cases where defaults are not sufficient, appropriate settings for screen resolution, bit depth, and monitor enablement can be configured to create custom defaults. xrandr may still be used for runtime manipulation.

It is recommended that you use the nvidia-xconfig configuration tool to edit the xorg.conf file, rather than editing by hand. However, there may be circumstances where hand-editing is required.

The NVIDIA X configuration tool, nvidia-xconfig , simplifies the task of modifying your xong.conf file. That tool parses the xorg.conf file, saves a backup, and then performs modifications to the configuration based on your choice of command-line options.

Источник

Configure NVIDIA (non-free) settings and load them on Startup

You can check what drivers you have installed by entering the following command into your terminal:

If you have the Nouveau driver you can install the proprietary NVIDIA driver by using the Manjaro Hardware Detection (MHWD) utility. To do so, enter the following command into your terminal:

sudo mhwd -a pci nonfree 0300

Once Complete, reboot your system to complete the process. You can then confirm that the driver has been installed and is working by entering the following command into your terminal:

Читайте также:  Подключить вай фай адаптер линукс

Warning The method provided does not currently work for the Cinnamon Edition. As soon as a solution is found, then this article will be updated.

1. Open your terminal and enter the following command:

2. Change resolution and refresh rate in ‘X Server Display Configuration’ tab.

3. Hit the ‘Save to X Configuration File’ button and save to /etc/X11/mhwd.d/nvidia.conf

4. Now enter the following command into the terminal to complete the process:

sudo mhwd-gpu --setmod nvidia --setxorg /etc/X11/mhwd.d/nvidia.conf

1. Open your terminal and enter the following command:

2. Change settings in X Server XVideo Settings, OpenGL and Antialiasing, in the ‘X Screen’ tab.

3. Click on ‘nvidia-settings configuration’ tab and click on the ‘Save Current Configuration’ button.

4. Save the .nvidia-settings-rc to the default location specified (/home/[your account name])

5. Edit the .xinitrc file with your preferred text editor. For example, run this in your terminal:

6. Once opened, add the following line into the configuration file, before the last line that starts with ‘exec’ :

nvidia-settings --load-config-only exec $(get_session)

Where there has been an error during the installation process, upon rebooting you may see the following error message: modprobe: ERROR: could not insert nvidia : No such a device

1. Remove the NVIDIA driver by entering the following command into your terminal:

sudo mhwd -r pci video-nvidia

2. Reboot your computer

3. Enter the following into your terminal:

sudo gedit /etc/mkinitcpio.conf

4. delete the word nouveau from the following line:

It should now look like this (i.e. keep the speech marks («»)):

5. Save and close the file.

6. It is now necessary to reconfigure your existing kernel to take into account this change. The syntax of the necessary command to enter into your terminal is:

sudo mkinitcpio -p [linux kernel version]

For example, if you are currently using Kernel 3.10, you would enter the following:

sudo mkinitcpio -p linux310

For kernel 3.11, you would enter the following:

sudo mkinitcpio -p linux311

7. Now re-install the NVIDIA driver by entering the following command into your terminal:

sudo mhwd -a pci nonfree 0300

8. Reboot your system. Now it should work 😉

Читайте также:  Media creation tool линукс

Warning These instructions are outdated. Until they are reviewed for validity, please do not follow them blindly. Especially consider that there are also legacy nvidia drivers for older cards, like nvidia390xx and nvidia340xx. If you are not sure, please look for a tutorial or ask for assistance at the forum.

Properly using and configuring Bumblebee with Steam is much easier than it seems at first.

1. Install bumblebee for nonfree nvidia. Please run in terminal command in proper order:

sudo pacman -S virtualgl lib32-virtualgl lib32-primus primus
sudo mhwd -f -i pci video-hybrid-intel-nvidia-bumblebee
sudo systemctl enable bumblebeed
optirun -b none nvidia-settings -c :8

4. Verify it is working

so you can see the difference.

5a. To have all games with Steam run using the NVidia card. Run Steam with command:

5b. Alternatively, you can run specific games by:

Select a game — that you want to run using your discrete Nvidia card — from the Library page of the Steam client, right-click, and select Properties. Click the SET LAUNCH OPTIONS. button and specify primusrun %command% for the command line. Save your changes.This method allows you to pick when the discrete NVidia GPU should be used on a per-game basis.

If you have any problems, improvements or see any errors in this tutorial, please post in this Manjaro forum thread: [1]

Cookie-файлы помогают нам предоставлять наши услуги. Используя наши сервисы, вы соглашаетесь с использованием cookie-файлов.

Источник

Настройка nvidia x server settings linux

LinuxMint.com.ruLinuxMint.com.ru

LinuxMint.com.ruLinuxMint.com.ru

Настройка Nvidia X server settings.

Как правильно задавать вопросы Правильно сформулированный вопрос и его грамотное оформление способствует высокой вероятности получения достаточно содержательного и по существу ответа. Общая рекомендация по составлению тем: 1. Для начала воспользуйтесь поиском форума. 2. Укажите версию ОС вместе с разрядностью. Пример: LM 19.3 x64, LM Sarah x32 3. DE. Если вопрос касается двух, то через запятую. (xfce, KDE, cinnamon, mate) 4. Какое железо. (достаточно вывод inxi -Fxz в спойлере (как пользоваться спойлером смотрим здесь)) или же дать ссылку на hw-probe 5. Суть. Желательно с выводом консоли, логами. 6. Скрин. Просьба указывать 2, 3 и 4 независимо от того, имеет ли это отношение к вопросу или нет. Так же не забываем об общих правилах Как пример вот

Читайте также:  Linux создать скрытую папку

Sergey-402 Сообщения: 4 Зарегистрирован: 23 июл 2020, 10:34 Благодарил (а): 1 раз Контактная информация:

Настройка Nvidia X server settings.

Не прошло и двух недель, а я снова с вопросом.
Преамбула. Минт 20 xfce, i-3 (10 поколение), Geforce RTX 2060. Почти из «коробки» встали драйвера, Blender видит и CUDA и OptiX.
Поскольку довольно часто на этом пк (1) работаю по удаленке стоит AnyDesk (именно для учебы/работы с Blender). Подключаюсь с пк (2) на котором нет видеокарты, i-3 (4 поколение). Скорость интернета на 1пк -больше 30мбит на пк2 -5мбит. Управление идет не плохо (если сервера AnyDesk не глючат) но только начинаю ворочать изображение — виснет. И не только в Blender, любое изображение открываю -висит. Про видео вообще молчу.
Кстати с Teamviewer ровно обратная ситуация — еле управляет, но видео передает на ура.
Из справок AnyDesk вычитал что желательно использовать видеокарту для приложения.
В самом Nvidia X server settings, на вкладке Application Prifiles есть справка, но она описывает графический интерфейс самого server settings, а как добавить приложение так и не понял. Хотя везде стоят галочки использовать профили и правила приложений, которые не заполнены.

Вот и вопрос, может знает кто русскоязычную инструкцию как добавить приложение в правила?

Вообще хотелось бы настроить вывод всей графики через материнскую плату, а видеокарту подключать программно типа только для Blender или указанного софта. Когда был ноут так и настраивал, но давно было а варианта глянуть как делал теперь нет. Накопал статью 16-го года, (места для бекапа нет, а гасить ось с развернутыми по и плагинами как то не очень хочется) но уверенности что все пройдет гладко нет. ссылка на статью

Если есть гуру в таком вопросе — помогите пожалуйста советом.

Источник

Оцените статью
Adblock
detector