LINUX.ORG.RU

Проблемы с optirun

 , ,


0

1

Наконец то установил дрова на невидию. Установил шмеля. Температура заметно упала, что и надо было мне. Но есть одна проблема. А именно:

optirun glxgears
[ 2980.063129] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied

[ 2980.063191] [ERROR]Aborting because fallback start is disabled.

И есть еще один вопрос. Я запустил шмеля, у меня openrc. А на какой уровень загрузки его добавить? Чтобы каждый раз не запускать при рестарте системы.

optirun -vv --debug bush
[ 3365.329237] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 3365.329497] [INFO]Configured driver: nvidia
[ 3365.329661] [DEBUG]optirun version 3.2.1 starting...
[ 3365.329682] [DEBUG]Active configuration:
[ 3365.329700] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 3365.329717] [DEBUG] X display: :8
[ 3365.329735] [DEBUG] LD_LIBRARY_PATH: /usr/lib64/opengl/nvidia/lib:/usr/lib32/opengl/nvidia/lib:/usr/lib/opengl/nvidia/lib
[ 3365.329752] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 3365.329768] [DEBUG] Accel/display bridge: auto
[ 3365.329784] [DEBUG] VGL Compression: proxy
[ 3365.329800] [DEBUG] VGLrun extra options: 
[ 3365.329815] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
[ 3365.329855] [DEBUG]Using auto-detected bridge virtualgl
[ 3365.349125] [INFO]Response: No - error: [XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied

[ 3365.349160] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied

[ 3365.349173] [DEBUG]Socket closed.
[ 3365.349198] [ERROR]Aborting because fallback start is disabled.
[ 3365.349218] [DEBUG]Killing all remaining processes.
akhmylin
() автор топика

посмотри что там в /etc/bumblebee/bumblebee.conf, тот ли блоб?
и потом bbswitch-dkms и bumblebee пересобери
ещё в /etc/bumblebee/xorg.conf.nvidia раскомментируй BusID «PCI:01:00:0» если что пойдёт не так

amorpher ★★★★★
()
Ответ на: комментарий от amorpher

посмотри что там в /etc/bumblebee/bumblebee.conf, тот ли блоб?

Не совсем понял, что именно нужно найти, поможите

и потом bbswitch-dkms и bumblebee пересобери
буду пробовать
ещё в /etc/bumblebee/xorg.conf.nvidia раскомментируй BusID «PCI:01:00:0» если что пойдёт не так
Уже раскоментировал, вроде правильно
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev a1)

akhmylin
() автор топика
Ответ на: комментарий от Pinkbyte
getfacl /dev/dri/card0
getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card0
# owner: root
# group: video
user::rw-
user:akhmylin:rw-
group::rw-
mask::rw-
other::---
akhmylin
() автор топика
Ответ на: комментарий от akhmylin

GF108M

а для неё последние дрова подходят? вроде 340-е только

вот мой:

# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to «true», '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=nvidia
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
# bbswitch - new in BB 3, recommended if available
# switcheroo - vga_switcheroo method, use at your own risk
# none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-352
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-352:/usr/lib32/nvidia-352
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-352/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

amorpher ★★★★★
()
Ответ на: комментарий от amorpher

Господа, большое спасибо за помощь. Это я туплю. Надо было написать BusID «PCI:01:00:0» вместо PCI:01:00.0
Но у меня остается последний вопрос. На какой уровень загрузки добавить шмеля, чтобы постоянно при рестарте его не запускать заново?

akhmylin
() автор топика
Ответ на: комментарий от akhmylin

ну с иксами наверное (5-й или какой там в генте), а где он ещё нужен? и он что, не добавляется что ли? сто лет про всякие ранлевелы не задумывался

amorpher ★★★★★
()
Последнее исправление: amorpher (всего исправлений: 1)
Ответ на: комментарий от amorpher

И вот еще одна проблема. Захожу в nvidia-settings, а там выдает ошибку

You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.

Это нужно делать или нет? Создавать файл xorg.conf?

akhmylin
() автор топика
Ответ на: комментарий от akhmylin

Это значит, надо запускать nvidia-settings через optirun.

yars068 ★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.