Ubuntu + kde-standard + 双显示器

dke*_*eso 7 kde resolution multiple-monitors kubuntu 13.04

几年后,我决定从 Debian (sid) 回到 Ubuntu。我曾经使用 KDE,所以我在我的笔记本电脑上安装了 Ubuntu 13.04 和“kde-standard”。

简短内容: “显示配置”在 Ubuntu+kde-standard 中不可用,所以我无法配置两个显示器......默认配置是错误的。经测试 Ubuntu+Unity 和 Ubuntu+Gnome3... 都运行良好。安装 Kubuntu 安装了 Ubuntu,但我更喜欢 Ubuntu。

LONG:我的笔记本电脑有两个显示器:一个是笔记本电脑,一个是连接到 HDMI 端口的外接显示器。在 Ubuntu+Unity 下,我可以配置分辨率并显示相对位置(一个相对于另一个)……但在 KDE 下不能……而且 KDE 不会自动使用正确的配置,它使用镜像屏幕,4:3两个屏幕上的分辨率。

在 KDE 中,这应该通过更改“系统设置 -> 显示和监视器”中的配置来修复。其中“显示配置”菜单应该可用,以及“屏幕锁定器”。但是没有“显示配置”菜单,只有“屏幕锁”,所以我不能改变分辨率,主屏幕是什么,相对位置等。

在 Ubuntu 下试过 Gnome 3,设置完美。

现在,我已经安装了 Kubuntu 而不是 Ubuntu,并且有“显示配置”菜单...但我更喜欢 >>>> Ubuntu... x_x

有人能帮我吗?

谢谢!

use*_*687 11

KDE 桌面元包

安装 KDE 桌面的方法有很多。kde-standard ( http://packages.ubuntu.com/raring/kde-standard ) 没有 KDE 屏幕设置模块作为依赖项。它们可以稍后安装。

KDE 屏幕设置模块

新品:Kscreen

:~$ apt-cache show kscreen 
Package: kscreen 
Priority: extra 
Section: universe/kde

Description: KDE monitor hotplug and screen handling  The KDE multiple
monitor support is trying be as smart as possible  adapting the
behavior of it to each use case making the configuration  of monitors
as simple as plugging them to your computer.  

This package contains the modules and plugins for monitor hotplut and  automatic screen handling. 

Homepage:https://projects.kde.org/projects/playground/base/kscreen
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

旧的:kde-workspace-randr

:~$ apt-cache show kde-workspace-randr 
Package: kde-workspace-randr
Priority: optional 
Section: universe/kde

Description: randr tools from kde-workspace  Screen resize and rotate
tools from KDE Workspace. 

Homepage: http://www.kde.org/
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

两个模块可以并排安装。两者都有自己的怪癖:http ://www.kubuntuforums.net/showthread.php?62632-How-do-I-undo-display-resolution-changes

  • 这不是bug吗?通过全新安装,我安装了 kscreen,但是从 12.10 升级后(在另一台机器上)没有图形显示配置工具 (2认同)