我在 64 位 Ubuntu 10.04 上使用 Nvidia 7300 gt 和显示器宏碁 V173w。Compiz 和 Emerald 进展顺利,但在进入 GUI 时,我总是收到消息:
“无法为显示器应用存储的配置,找不到合适的屏幕配置”
为什么老是收到,显示器配置或者用的pci-e有什么问题?
root@dellph1-desktop:/# xrandr
Screen 0: minimum 320 x 240, current 1440 x 900, maximum 1440 x 900
default connected 1440x900+0+0 0mm x 0mm
1440x900 50.0*
1024x768 51.0 58.0 59.0
1360x768 52.0 53.0
1152x864 54.0 55.0 56.0 57.0
960x600 60.0
960x540 61.0
896x672 62.0
840x525 63.0 64.0 65.0 66.0
832x624 67.0
800x600 68.0 69.0 70.0 71.0 72.0 73.0
800x512 74.0
720x450 75.0
680x384 76.0 …
Run Code Online (Sandbox Code Playgroud) 我正在使用 GIMP 2.6.12。
当我完成编辑图像并想要关闭 Gimp 时,我必须执行两次该过程。
第一次关闭将关闭打开的图像文件。之后,GIMP 保持打开状态,但处于“未打开任何文件”的状态。然后我必须按“关闭”或使用下拉菜单完全退出 GIMP。
这是正常的还是我可以改变它?
以前,我需要清除文档历史记录,所以我用谷歌搜索并找到了这个:
http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html
我做了这一步,然后当我在 root 终端中打开 gedit 时,我得到了这个:
root@dellph1-desktop:/# gedit
(gedit:8224): GLib-CRITICAL **: g_bookmark_file_load_from_data: assertion `length != 0' failed
(gedit:8224): Gtk-WARNING **: Attempting to store changes into `/root/.recently-used.xbel', but failed: Failed to rename file '/root/.recently-used.xbel.FP7PPV' to '/root/.recently-used.xbel': g_rename() failed: Operation not permitted
(gedit:8224): Gtk-WARNING **: Attempting to set the permissions of `/root/.recently-used.xbel', but failed: Operation not permitted
root@dellph1-desktop:/#
Run Code Online (Sandbox Code Playgroud)
它发生在用户终端:
dellph1@dellph1-desktop:~$ gedit
(gedit:9408): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion `gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed
dellph1@dellph1-desktop:~$
Run Code Online (Sandbox Code Playgroud)
我真的希望有人在这种情况下提供帮助,谢谢。