我不小心禁用了我的显示器,所以当我登录时,我登陆了一个空白的背光屏幕。我可以打开终端Ctrl+ Alt+ F#,所以如何从终端使显示器呢?
我试过xrandr,但它无法打开显示。xset也不起作用。我发现这个问题与我的问题非常相似。答案提供了一个要放入的脚本/etc/X11/Xreset.d。
运行它并不能解决我的问题(尽管我可能不明白如何正确使用它)。我想我以某种方式将新的默认设置为“禁用监视器”。
运行 Ubuntu Studio 13.10。我没有 nVidia 驱动程序。我找不到xorg.conf要删除的文件。感谢任何和所有输入!
编辑:命令输出xrandr -d :0
Screen 0: minimum 320x200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected 1366x768+-32768+-32768 (normal left inverted right x axis y axis) 344mm x 192mm
1366x768 60.0*
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected …Run Code Online (Sandbox Code Playgroud) 虽然让 Firefox 使用 KDE / Plasma 对话框并不简单,但点击此链接并重新启动我的机器后它就可以工作了。
不过,雷鸟似乎是另一种动物。
将 Thunderbird.desktop 文件复制到我的主目录没有帮助。编辑菜单项看起来GTK_USE_PORTAL=1 thunderbird没有帮助。
我可以通过从终端运行上述命令来获取等离子对话框,然后会抛出很多错误:
~$ GTK_USE_PORTAL=1 thunderbird
[calBackendLoader] Using Thunderbird's libical backend
console.debug: "Successfully loaded OpenPGP library librnp.so from /usr/lib/thunderbird/librnp.so"
Extension error: Error while loading 'jar:file:///usr/lib/thunderbird/omni.ja!/chrome/messenger/search-extensions/twitter/manifest.json' (NS_ERROR_FILE_NOT_FOUND) resource://gre/modules/Extension.jsm:570 :: readJSON/</<@resource://gre/modules/Extension.jsm:570:20
onStopRequest@resource://gre/modules/NetUtil.jsm:128:18
console.debug: "public keys: 0, secret keys: 0"
console.debug: "Successfully loaded optional OpenPGP library libgpgme.so.11 from system's standard library locations"
console.debug: "gpgme version: 1.13.1-unknown"
console.log: (new Error("Cannot load required OTR library", "resource:///modules/OTRLib.jsm", 75))
JavaScript error: chrome://chat/content/conversation-browser.js, line …Run Code Online (Sandbox Code Playgroud) 我正在寻找一种 GUI 方式来选择一个图像文件并在一张纸上多次打印。这是其他操作系统中的基本功能,但到目前为止,我在 Ubuntu 中执行此操作的最佳选择是这个问题:如何在单个页面上打印多个图像副本
虽然这个问题得到了答案,但它们似乎都需要使用命令行、解决方法的意愿,或两者兼而有之。对于许多 Ubuntu 用户来说,这可能没问题或带来轻微的不便(我觉得这很烦人),但对于许多新用户来说这是行不通的,并且对于考虑尝试 FLOSS 的人来说是令人沮丧的。
由于其他 N-Up 功能,例如打印每张纸有两页或更多页的多页文档,可以在大多数程序中轻松运行,因此对于单个文件实现它似乎是微不足道的。但是,Launchpad 上的此类错误表明存在困难......
那么问题实际上在哪里呢?CUPS 是否缺少此功能,还是各种程序的问题?无论是 gThumb、Shotwell、Okular、Ristretto 还是我尝试过的任何其他程序,都没有以简单直接的方式做到这一点。
如何将此功能添加到系统打印对话框中?