我的简短问题是:
我如何摆脱下面的 RandR 错误,同时仍然使用专有的 nVidia 驱动程序包(例如 304)?
血腥味随之而来。
全新安装的酒1.5(最新,从Ubuntu的酒PPA)给我留下了,当我运行下面winecfg的打屁股第一次,并注意我还没有碰到winetricks呢,也确实~/.wine存在:
me@mine:~$ winecfg
wine: created the configuration directory '/home/me/.wine'
**err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.**
[err repeats at least 4x more]
fixme:storage:create_storagefile Storage share mode not implemented.
[fixme repeats at least 2x more]
err:mscoree:LoadLibraryShim error reading registry key for installroot
...
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x112e8d0, overlapped …Run Code Online (Sandbox Code Playgroud) 在屏幕内,转到 APPLICATIONS -> SETTING 然后 DISPLAY 响应是 Unable to Start the Xfce display settings 该系统使用的是 RandR 1.1。至少需要 1.2 版的显示设置才能工作
我尝试使用 Selenium 在我的 Ubuntu 14.04 服务器上运行 Firefox 来运行单元测试。我正在使用本博客中描述的 Xvfb来模拟虚拟显示器以显示 Firefox。
但是 Xvfg 以某种方式无法加载/与 RandR 一起使用。因为每当我尝试这个时:
sudo Xvfb :10 -ac &
export DISPLAY=:10
firefox
Run Code Online (Sandbox Code Playgroud)
我得到一个 Xlib: extension "RandR" missing on display ":10"-Error。
我也试过sudo Xvfb :10 -ac +extension RANDR,sudo Xvfb :10 -ac -extension RANDR因为它也提供“xrandr”apt-get install x11-xserver-utils。
我的设置是一个普通的空 Ubuntu 14.04 服务器,带有apt-get install xvfb firefox.
任何人都可以帮我在有或没有 RandR 的情况下运行 Xvfb 吗?
如何在 Precise 中使用带有实时内核的 302 版 nvidia 驱动程序(最终支持 RandR 扩展!)的最新测试版?
此问题包含有关使用 RT 补丁为 3.4 内核启用当前 295 版本的信息。但是我正在寻找使用包管理器而不是 nvidia 的安装程序安装 nvidia 驱动程序的答案(由于包管理系统覆盖文件,其安装经常中断)。
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty
Run Code Online (Sandbox Code Playgroud)
chromium-browser --version
Chromium 48.0.2564.116 Ubuntu 14.04
Run Code Online (Sandbox Code Playgroud)
我正在为 Flask Web 应用程序提供服务localhost,我想以无头模式浏览它。
在stackoverflow 上跟随这条线索
$ apt-get install xvfb imagemagick
Run Code Online (Sandbox Code Playgroud)
xvfb-run使用以下选项运行Chromium
--allow-running-insecure-content // trying to get passed
--ignore-certificate-errors // the self-signed certs
--ignore-urlfetcher-cert-requests //
--disable-gpu
--no-sandbox
Run Code Online (Sandbox Code Playgroud)
命令
xvfb-run --server-args='-screen 0, 1024x768x24' chromium-browser --allow-running-insecure-content --ignore-certificate-errors --ignore-urlfetcher-cert-requests --disable-gpu --no-sandbox https://admin:password@localhost
Run Code Online (Sandbox Code Playgroud)
[2596:2596:0407/170544:ERROR:browser_main_loop.cc(206)] Running without …Run Code Online (Sandbox Code Playgroud)