A*******s 发帖数: 708 | 1 笔记本LVDS和外置VGA
貌似只能VGA是primary,LVDS是secondary,这样desktop的panels都跑到VGA去了
我希望LVDS一直是primary,网上搜了一下发现好象是xrandr本身的问题,有办法解决
吗? |
|
A*******s 发帖数: 708 | 2 什么命令啊?
我用的是
xrandr --output LVDS --auto --right-of VGA --output VGA --auto
笔记本在右边,外置monitor在左边 |
|
Z**0 发帖数: 1119 | 3 xrandr 1.2默认外置的屏幕是主屏幕。自己设定主屏幕,需要到1。3版本才支持。 |
|
l****h 发帖数: 272 | 4 我是在xorg.conf写好的,命令好像是这个命令。
xrandr --output VGA-0 --left-of LVDS |
|
Z**0 发帖数: 1119 | 5 至少在我的机器上,emacs和acroread打开的时候,会出现在primary screen,而不是
在光标在的screen上。你可以测试一下吗?
我是完全用xrandr来控制dual monitor。 |
|
A*******s 发帖数: 708 | 6 我就是用tinkpad,intel显卡,按照这里设置的,所以我说好像这个是xrandr自身的问
题。
然后看到lylewh同学就觉得很神奇,不知道他是怎么设置的 |
|
y***d 发帖数: 2330 | 7 先用 system->pref->monitors 来试试,不行的话,用 xrandr:
先修改 /etc/X11/xorg.conf
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 3600 1920
Depth 24
EndSubSection
EndSection
重启后,
xrandr --output CRT1 --off;
xrandr --output DFP2 --off;
xrandr --output CRT1 --auto --primary;
xrandr --output DFP2 --auto --right-of CRT1 |
|
n****2 发帖数: 307 | 8 FYI:
http://www.amazon.com/Seiki-SE50UY04-50-Inch-120Hz-HDTV/dp/B00B
Ok. I got this in the mail today and wasn't sure if it would work with my hp
dv7 laptop with an intel hd3000 graphics card (HDMI only out). When I first
opened and connected to this monitor the resolution defaulted to a maximum
of 1920x1080 @ 24 Hz. It was pretty sharp but the last TV I had was just as
sharp at that resolution.
So I spent all day working with different modelines to try to manually get
the resolutin right. The m... 阅读全帖 |
|
z********0 发帖数: 9013 | 9 郁闷了,我在UDEV的Hook里调用xrandr, 发现xrander返回:can't open display
cat monitor-hotplug.rules
KERNEL=="card0", RUN+="/myconfigs/hotplug_tv.sh"
cat hotplug_tv.sh
#!/bin/bash
d=`date`
log=/myconfigs/a.log
echo "$d: TV connected" > $log
sleep 20
/usr/bin/xrandr --output HDMI2 --mode 1920x1080
/usr/bin/xrandr >> $log
echo "xrandr output $?" >> $log |
|
d****2 发帖数: 6250 | 10
xournal
把tablet上那个90度转的按钮定义执行这个,不需要重启
#!/bin/bash
ROTATION=`xrandr -q --verbose| grep 'LVDS1' | egrep -o '\) (normal|left|
inverted|right) \(' | egrep -o '(normal|left|inverted|right)'`
echo $ROTATION
case "$ROTATION" in
"normal"*)
xrandr -o right
xsetwacom set "Serial Wacom Tablet stylus" rotate CCW
xsetwacom set "Serial Wacom Tablet touch" rotate CCW
xsetwacom set "Serial Wacom Tablet eraser" rotate CCW
;;
"right"*)
xrandr -o normal
xsetwacom set "Serial Wacom Ta... 阅读全帖 |
|
F***Q 发帖数: 6599 | 11 try
xrandr --output HDMI1 --auto
if HDMI1 does not work, use "xrandr -q" to list all available outputs. |
|
l*******e 发帖数: 3584 | 12 一直听说双显是LINUX的第一关,没有想到在DEBIAN下,这第一关就过不去。
发贴求助学到了不少技巧,但是还没有解决问题,是不是应该放弃DEBIAN呢?大家给些
建议,还有就是用什么样的LINUX比较好。
但是真的不死心,希望大家看一下是不是真的没有办法了。我一直觉得安装驱动不应该
这么麻烦。
DEBIAN 版本50 LENNY
板载INTEL显卡,Intel GMA X4500
主显示器 LCD 1280 1024 VGA
附显示器 HPLCD VIZIO 1366 x 768 HDMI
开机到进入XWINDOWS之前,电视能与显示器同时显示,进入XWINDOWS之后电视不再显示
任何信息。尝试使用XRANDR,能控制LCD显示器,但是无法控制电视。
下,可以很方便地实现双显,其配置如下。
Xrandr gave me the information like this.
Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 2560 x 1024
VGA connected 1280x1024+0+0 (normal |
|
s**a 发帖数: 555 | 13 【 以下文字转载自 Linux 讨论区 】
发信人: bittergourd (苦瓜), 信区: Linux
标 题: 多少年了,但我终于还是可耻地背弃了linux...
发信站: BBS 未名空间站 (Wed Jul 7 18:13:48 2010, 美东)
这两天赶着做一个poster,试图用openoffice,找不到版面设置选项,于是用了
inkscape。插图、文本一切正常,输出成pdf,给老板发了个email。
几分钟之后,老板回信:你的pdf没法用AI编辑,字体全是小方块。我用实验室的mac打
开一看,果然。于是再用inkscape导出成eps,再发。过了一会儿,老板火了,过来跟
我说:文字全都是path,还是没法编辑。
没办法,只好灰头土脸地,老老实实回到windows,装了个inkscape,又慌忙找了个AI
装上,重新做了个ai格式的poster。
这件事情只是压死骆驼的最后一根稻草。过去几年,我无数次当众ctrl-alt-backspace
,无数次在开会的时候用xrandr折腾multihead让同事干等,无数次被老板抱怨字体、
文件格式、浪费时间updat |
|
F***Q 发帖数: 6599 | 14
first, with a working FHD monitor (via HDMI), check your driver version and
catalyst control center (ccc) and see if the driver is properly installed.
then, start connecting with one 2k display using DP, along with the working
monitor, and see if you can get anything on the 2k screen. go to your ccc
and see if you can see the monitor at all.
for Linux, use "xrandr -q" to query your available displays and arandr to
enable/disable/align your monitors. again, assuming your driver is properly
confi... 阅读全帖 |
|
F***Q 发帖数: 6599 | 15 what does "xrandr -q" print? |
|
F***Q 发帖数: 6599 | 16
looks like HDMI1 is currently your default and only output, which HDMI port
you are trying to activate? if it is HDMI2, you can use
xrandr --output HDMI2 --right-of HDMI1
in fact, the easiest way to do this is to use arandr. just apt-get install
arandr. it has an easy interface to activate/layout displays. |
|
d******i 发帖数: 7160 | 17 i only want to output HDMI1, not matter it connects to monitor or TV.
what's the scenario i should execute the "xrandr --output HDMI1"?
by connecting to monitor, or to TV?
if to the TV, when it has the output (then no point to run the command),
or lose the output (then WHERE to run the command)?
Thanks.
port |
|
A**T 发帖数: 24 | 18 试了各种办法
cvt
xrandr --newmode
还是输出不了高分辨率
1920x1080都不行。 |
|
N****w 发帖数: 21578 | 19 这个需要 google 了
看 xrandr 命令有没有选择显示器的选项
8.10 也许有改进 |
|
N****w 发帖数: 21578 | 20 这个可以,把两个分辨率都写在 xorg.conf 里面,
xrandr -s 0/1 来选择某一个显示分辨率 |
|
h*******e 发帖数: 155 | 21 用xrandr应该可以。我用这个接双显示器clone,或者扩展屏幕。 |
|
|
|
l****h 发帖数: 272 | 24 我的也是的1.2,没问题呀,见附图。左边是主屏,笔记本的;右边是外置的,扩展的。 |
|
|
Z**0 发帖数: 1119 | 26 你新打开窗口的时候,窗口会出现在哪个屏幕?
的。 |
|
|
l****h 发帖数: 272 | 28 我印象中是先设置成clone状态,再用right-of就行了。 |
|
|
|
|
A*******s 发帖数: 708 | 32 我的xorg.conf是自动生成的,我只是手动加了virtual
除了主屏的问题意外,一旦我在xorg.conf里面加了virtual,待机以后醒来桌面就变成
text terminal和鼠标
我只能ctrl+alt+backspace重启X,但是正常的桌面会在重启的一瞬间闪出来
using |
|
A*******s 发帖数: 708 | 33 我的更搞,firefox里面那些autofill出现在主屏,firefox窗口本身在另外一个…… |
|
l****h 发帖数: 272 | 34 我可以肯定的说,我的的确是这样。光标在哪,就在那打开。
我经常用rdesktop。用它时,我喜欢把它放在右边的外置显示器上。一般我点了
rdesktop的图标后,就快速的移动光标到右边,这样窗口就开在右边的屏幕上了。 |
|
l****h 发帖数: 272 | 35 我的也没这个问题。不知是不是跟显卡有关。我的是很老的ati显卡,用的是开源驱动。 |
|
l****h 发帖数: 272 | 36 试了一下,acroread的确是这样。但其他的程序都是光标在哪个屏,就在哪打开。 |
|
l****h 发帖数: 272 | 37 我感觉是不是下面这个主屏幕。
Section "Screen"
Identifier "Default Screen"
#Monitor "Configured Monitor"
Monitor "Integrated LCD" |
|
A*******s 发帖数: 708 | 38 好像不是的
screen包括monitor和device,如果一个显卡两个monitor应该也算一个screen吧,你看
virtual是定义在screen下面就知道了 |
|
|
l*******e 发帖数: 3584 | 40 But the GNOME 2.20/2.22 mix on Debian Lenny does not support a dual-head
configuration. That option only became available in GNOME 2.24 and thus is
not available in Debian Lenny. You need to turn off the XRandR plugin for
the gnome-settings-daemon.
And the lastest version of Gnome looks not stable on Debian now.
Thanks a lot anyway. |
|
l*******e 发帖数: 3584 | 41 The problem with mine Debian 5 and Gnome 2.2 is Xorg.conf is empty.
I tried to use xrandr --output VGA which I can used to adjust the resolution
the LCD monitor. But for the DVI connected LCD TV, I can do nothing.
During booting, TV shoes the same message as the monitor does. Just can not
have X window. |
|
l*******e 发帖数: 3584 | 42 已经有一个多月了,用DEBIAN除了做基本的应用之外,还有很多问题不能解决。开贴求
助,希望能真正了解LINUX。
问题一 还是双显的问题,以前贴过了。
DEBIAN 版本50 LENNY
板载INTEL显卡,Intel GMA X4500
主显示器 LCD 1280 1024 VGA
附显示器 HPLCD VIZIO 1366 x 768 HDMI
开机到进入XWINDOWS之前,电视能与显示器同时显示,进入XWINDOWS之后电视不再显示
任何信息。尝试使用XRANDR,能控制LCD显示器,但是无法控制电视。
再次求肋。
其实我应该问个最基本的问题,很想知道在LINUX下如何了解驱动的安装情况。 |
|
l*******e 发帖数: 3584 | 43 Xrandr gave me the information like this.
Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 2560 x 1024
VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis) 337mm
x 270mm
1280x1024 60.0 + 75.0* 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3
640x480 75.0 72.8 59.9
720x400 70.1
HDMI-1 connected 1280x720+1280+304 (normal left inverted right |
|
h***o 发帖数: 1494 | 44 进入到Terminal, 然后 /usr/bin/xrandr –size 1280x1024
second one, I don't know since mine is desktop without wireless card, so
never tried. I will let you know if I find how. someone is asking the same
question. |
|
p********y 发帖数: 111 | 45 发现一个有趣的事情,如果开始机器启动的时候一直接上显示器的话,ubuntu根本无法
识别显示
器,总是"invalid mode"。 如果开始不接显示器,让机器启动后,过一会接上显示器
,然后可以
登录ubuntu ,尽管屏幕偏移1/3,字体模糊,屏幕经常跳出红色提示框:“1152*864
60.0hz/53.7khz VERSION XGA-D9E11-5305"
请问如何修改X? LCDmonitor牌子是GEM GL-715A
登录后敲入xrandr
Screen 0: minimum 320*200, current 1152*864,maximum 1360*1360
VGA-0 connected 1153*864+0+0 (normal left inverted right x axis y
axis)310mm*230 mm
1024*768 75.0 70.1 60.0
...
..
DVI-0 disconnected (normal left inverted right x axis y axis)
S-video disconnected (normal |
|
p********y 发帖数: 111 | 46 已解决:
搜到如下命令:
Use following command to add new mode
xrandr --addmode VGA-0 1024x768
Use following to change output imidiately Or use System–> Preferenses –>
Display
谢谢 |
|
b*********d 发帖数: 3539 | 47 这两天赶着做一个poster,试图用openoffice,找不到版面设置选项,于是用了
inkscape。插图、文本一切正常,输出成pdf,给老板发了个email。
几分钟之后,老板回信:你的pdf没法用AI编辑,字体全是小方块。我用实验室的mac打
开一看,果然。于是再用inkscape导出成eps,再发。过了一会儿,老板火了,过来跟
我说:文字全都是path,还是没法编辑。
没办法,只好灰头土脸地,老老实实回到windows,装了个inkscape,又慌忙找了个AI
装上,重新做了个ai格式的poster。
这件事情只是压死骆驼的最后一根稻草。过去几年,我无数次当众ctrl-alt-backspace
,无数次在开会的时候用xrandr折腾multihead让同事干等,无数次被老板抱怨字体、
文件格式、浪费时间update。老板多次大声说linux is a piece of shit——并不是因
为他不了解linux,事实上他自己在gradschool的时候,就已经开始折腾slackware,搭
过server,作过admin。
从2000年起,我就开始捣鼓redhat,红旗。2 |
|
z**r 发帖数: 17771 | 48 ☆─────────────────────────────────────☆
bittergourd (苦瓜) 于 (Wed Jul 7 18:13:48 2010, 美东) 提到:
这两天赶着做一个poster,试图用openoffice,找不到版面设置选项,于是用了
inkscape。插图、文本一切正常,输出成pdf,给老板发了个email。
几分钟之后,老板回信:你的pdf没法用AI编辑,字体全是小方块。我用实验室的mac打
开一看,果然。于是再用inkscape导出成eps,再发。过了一会儿,老板火了,过来跟
我说:文字全都是path,还是没法编辑。
没办法,只好灰头土脸地,老老实实回到windows,装了个inkscape,又慌忙找了个AI
装上,重新做了个ai格式的poster。
这件事情只是压死骆驼的最后一根稻草。过去几年,我无数次当众ctrl-alt-backspace
,无数次在开会的时候用xrandr折腾multihead让同事干等,无数次被老板抱怨字体、
文件格式、浪费时间update。老板多次大声说linux is a piece of shit— |
|
E*V 发帖数: 17544 | 49 ☆─────────────────────────────────────☆
bittergourd (苦瓜) 于 (Wed Jul 7 18:13:48 2010, 美东) 提到:
这两天赶着做一个poster,试图用openoffice,找不到版面设置选项,于是用了
inkscape。插图、文本一切正常,输出成pdf,给老板发了个email。
几分钟之后,老板回信:你的pdf没法用AI编辑,字体全是小方块。我用实验室的mac打
开一看,果然。于是再用inkscape导出成eps,再发。过了一会儿,老板火了,过来跟
我说:文字全都是path,还是没法编辑。
没办法,只好灰头土脸地,老老实实回到windows,装了个inkscape,又慌忙找了个AI
装上,重新做了个ai格式的poster。
这件事情只是压死骆驼的最后一根稻草。过去几年,我无数次当众ctrl-alt-backspace
,无数次在开会的时候用xrandr折腾multihead让同事干等,无数次被老板抱怨字体、
文件格式、浪费时间update。老板多次大声说linux is a piece of shit— |
|
g****g 发帖数: 1828 | 50 看来是个非常棘手的问题。等有时间试试
xrandr --output LVDS --off
this command uses the external monitor only. |
|