Заходите на сайт:http://labs.adobe.com/downloads/flashplayer.html
Находите, скачиваете: Download Flash Player for Opera and Chromium based applications — PPAPI (64-bit), распаковываете в каталок Dowloands
$ sudo mkdir -p /opt/yandex/browser-beta/PepperFlash
$ sudo mv '/home/логин/Downloads/flash_player_ppapi_linux.x86_64/libpepflashplayer.so' /opt/yandex/browser-beta/PepperFlash
$ gedit '/home/логин/Downloads/flash_player_ppapi_linux.x86_64/readme.txt' здесь нужна узнать версию (25.0.0.149)
$ sudo nano(gedit) /usr/share/applications/yandex-browser-beta.desktop
Находим:
Comment[zh_TW]=連線到網際網路
Exec=/usr/bin/yandex-browser-beta %U вместо %U дописываете --ppapi-flash-path=/opt/yandex/browser-beta/PepperFlash/libpepflashplayer.so --ppapi-flash-version=25.0.0.127
должно получиться так:
Exec=/usr/bin/yandex-browser-beta --ppapi-flash-path=/opt/yandex/browser-beta/PepperFlash/libpepflashplayer.so --ppapi-flash-version=25.0.0.127
Сохранить. Выйти.
Открыть браузер в адресную строку вставить browser://plugins и поставить галку запускать всегда flash.
а эти тоже скоро могут отказаться.
на арчике давно уже в новостях периодически такое мелькает (недавно перешёл, чему очень рад).
на дебьян/убунту обратно не хочется,
на дженту или слаку, — не дорос, да и времени нет
остаётся только какая-нибудь сборка BSD, казалось бы (что тоже не плохо).
хотя дома есть один старый ноут с умершим винтом на котором никакая современная популярная ОС не пашет,
ну не считая slitaz с флешки
и так хорошо пашет, нужно отметить
но софта маловато(
хотя всё необходимое есть
Теперь при optirun glxgears
выдает следующее
[ERROR]Cannot access secondary GPU — error: [XORG] (EE) Failed to load module «nouveau» (module does not exist, 0)
хотя nouveau я даже не ставил
А добавив nouveau в blacklist при запуске через оптиран говорит:
195.710270] [ERROR]Cannot access secondary GPU — error: Could not load GPU driver
[ 195.710305] [ERROR]Aborting because fallback start is disabled.
Спасибо за информацию.
После танцев с бубнами удалось поставить проприетарный драйвер. В процессе, по странным причинам, система отказывалась запускаться напрочь. Свободный драйвер теперь отказывается работать с тем же ailed to start light display manager.
мой правленый bumblebee.conf
# 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
# Xorg binary to run
XorgBinary=Xorg
## 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/primus:/usr/lib32/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
# 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
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/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
Мой правленный xorg.conf.nvidia
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 370.28 (buildmeister@swio-display-x64-rhel04-17) Thu Sep 1 20:21:47 PDT 2016
А что править?
Там есть bumblebee.conf и bumblebee.conf.nvidia.
Первый:
# 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
# Xorg binary to run
XorgBinary=Xorg
## 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/primus:/usr/lib32/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
# 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
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/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
Находите, скачиваете: Download Flash Player for Opera and Chromium based applications — PPAPI (64-bit), распаковываете в каталок Dowloands
$ sudo mkdir -p /opt/yandex/browser-beta/PepperFlash
$ sudo mv '/home/логин/Downloads/flash_player_ppapi_linux.x86_64/libpepflashplayer.so' /opt/yandex/browser-beta/PepperFlash
$ gedit '/home/логин/Downloads/flash_player_ppapi_linux.x86_64/readme.txt' здесь нужна узнать версию (25.0.0.149)
$ sudo nano(gedit) /usr/share/applications/yandex-browser-beta.desktop
Находим:
Comment[zh_TW]=連線到網際網路
Exec=/usr/bin/yandex-browser-beta %U вместо %U дописываете --ppapi-flash-path=/opt/yandex/browser-beta/PepperFlash/libpepflashplayer.so --ppapi-flash-version=25.0.0.127
должно получиться так:
Exec=/usr/bin/yandex-browser-beta --ppapi-flash-path=/opt/yandex/browser-beta/PepperFlash/libpepflashplayer.so --ppapi-flash-version=25.0.0.127
Сохранить. Выйти.
Открыть браузер в адресную строку вставить browser://plugins и поставить галку запускать всегда flash.
на арчике давно уже в новостях периодически такое мелькает (недавно перешёл, чему очень рад).
на дебьян/убунту обратно не хочется,
на дженту или слаку, — не дорос, да и времени нет
остаётся только какая-нибудь сборка BSD, казалось бы (что тоже не плохо).
хотя дома есть один старый ноут с умершим винтом на котором никакая современная популярная ОС не пашет,
ну не считая slitaz с флешки
и так хорошо пашет, нужно отметить
но софта маловато(
хотя всё необходимое есть
у меня были как-то давно с ним проблемы, после удаления оного и перехода на slim, жизнь наладилась
а лучше купите роутер, тоже раньше извращался, но о покупке ни разу не пожалел
п.с.
с 1 апреля :)
выдает следующее
[ERROR]Cannot access secondary GPU — error: [XORG] (EE) Failed to load module «nouveau» (module does not exist, 0)
хотя nouveau я даже не ставил
А добавив nouveau в blacklist при запуске через оптиран говорит:
195.710270] [ERROR]Cannot access secondary GPU — error: Could not load GPU driver
[ 195.710305] [ERROR]Aborting because fallback start is disabled.
После танцев с бубнами удалось поставить проприетарный драйвер. В процессе, по странным причинам, система отказывалась запускаться напрочь. Свободный драйвер теперь отказывается работать с тем же ailed to start light display manager.
Система загружаеться, но не видит звуковухи и сетевых карт
Проблемы с ядром linux — 4.9
Материнка h61m-ds2v, на ядре 4.8 проблем нет.
# 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
# Xorg binary to run
XorgBinary=Xorg
## 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/primus:/usr/lib32/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
# 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
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/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
Мой правленный xorg.conf.nvidia
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 370.28 (buildmeister@swio-display-x64-rhel04-17) Thu Sep 1 20:21:47 PDT 2016
Section «ServerLayout»
Identifier «Layout0»
Screen 0 «Screen0» 0 0
InputDevice «Keyboard0» «CoreKeyboard»
InputDevice «Mouse0» «CorePointer»
Option «Xinerama» «0»
EndSection
Section «Files»
EndSection
Section «Module»
Load «dbe»
Load «extmod»
Load «type1»
Load «freetype»
Load «glx»
EndSection
Section «InputDevice»
# generated from default
Identifier «Mouse0»
Driver «mouse»
Option «Protocol» «auto»
Option «Device» "/dev/psaux"
Option «Emulate3Buttons» «no»
Option «ZAxisMapping» «4 5»
EndSection
Section «InputDevice»
# generated from default
Identifier «Keyboard0»
Driver «kbd»
EndSection
Section «Device»
Identifier «Device0»
Driver «nvidia»
VendorName «NVIDIA Corporation»
BoardName «GeForce GT 720M»
EndSection
Section «Screen»
Identifier «Default Screen»
Device «DiscreteNvidia»
DefaultDepth 24
Option «UseDisplayDevice» «none»
SubSection «Display»
Virtual 1366 768
Depth 24
EndSubSection
EndSection
Там есть bumblebee.conf и bumblebee.conf.nvidia.
Первый:
# 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
# Xorg binary to run
XorgBinary=Xorg
## 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/primus:/usr/lib32/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
# 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
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia/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
второй:
##
## Generated by mhwd — Manjaro Hardware Detection
##
Section «ServerLayout»
Identifier «Layout0»
Option «AutoAddDevices» «false»
EndSection
Section «Device»
Identifier «Device1»
Driver «nvidia»
VendorName «NVIDIA Corporation»
Option «NoLogo» «true»
Option «UseEDID» «false»
Option «ConnectedMonitor» «DFP»
EndSection
Решил легко — в параметрах бута прописал pci=nomsi
Пользуйтесь!
Можно их тоже получить? В один или разные файлы, не знаю как правильней.
а опенбокс и ручками можно поставить