General :: Using Xrandr To Extend Desktop?
Jan 19, 2009
I'm trying to use xrandr to extend the desktop on my laptop to my lcd monitor. I have tried a few different ways but no matter what I do the desktop will end up on my LCD and the laptop is the extended desktop. Anyone know where I am going wrong? Here is the command I've been using:
xrandr --output LVDS --auto --output VGA --auto --left-of LVDS
View 2 Replies
ADVERTISEMENT
Mar 14, 2010
I have two monitors, my laptop screen, and an LCD monitor. I want to configure linux to put one virtual desktop on one, and a second on another. I'm using Compiz as well, so I'd like it to show one side of the cube on each monitor. I'm not really sure how to go about setting this up though. My attempts so far have stretched the same desktop across both monitors, or resulted in an unusable monitor that just sits there with the default background. While I was trying to figure this out I came across something called XRandR that lets you connect/disconnect monitors without restarting xserver. I'm not sure how to get this going either, the only tutorials I found were for intel chipsets, and I'm using the proprietary NVidia drivers.
View 9 Replies
View Related
May 27, 2011
I was unsure whether to post this here or in the laptop section. My problem is that I want to extend the desktop on my laptop to a monitor so that I can use BOTH the monitor and my laptop screen. But I don't see where to do this.
I am running openSUSE 11.4 64-bit.
View 4 Replies
View Related
Jun 28, 2011
I would like to use two monitors with my desktop, so connected them the other day and it worked straight away, which is good but... The monitor configuration app always want the primary monitor to be on the left hand side, thus it always extend my desktop right. Can I do anything to extend my desktop to the left instead of to the right so I can have background application on the screen to the left?
View 8 Replies
View Related
Mar 16, 2011
I just tried to deactivate the VGA connection on my laptop remotely and received this result:
Code:
$ export DISPLAY=:0
$ xrandr
No protocol specified
Can't open display :0
$
I'm nearly certain I was able to use xrandr through ssh at some point in the past, but my memory of the exact time line is inadequate.
View 13 Replies
View Related
Oct 12, 2010
I'm changing X's orientation with following command
xrandr -o left
xrandr -o normal
When orientation is changing screen becomes black for a moment then it switches orientation.So how to get rid of this black screen effect ? Maybe some other options should be added to xrandr ?
View 4 Replies
View Related
Aug 8, 2011
I have migrtaed from Arch, my first experience with linux for the past 2 months, to Debian and i'm currently setting up my system. I have a X61s Thinkpad with a cracked screen which i use with the ultrabase with an external monitor and keyboard. The monitor requires me to use fbset on console and xrandr for a graphical enviroment Whilst i was using Arch i used 'startx' to access openbox and placed my xrandr configuration in ~/.xinitrc but with debian i have wanted to use a login manager, Slim.
Because i am using KMS for my intel based system i don't have an xorg.conf and because i am using slim i am not using ~/.xinitrc I read somwhere that creating an ~/.xprofile file would solve this but i have not had any luck. So i am wondering where would be the best place to put the xrandr configuration?
View 1 Replies
View Related
Apr 21, 2011
I know I have done this command on out Red Hat systems. But for some reason in CentOS its giving me problems. I am trying to add more space to / as its at 100% full. Not sure what filled up the 4G is assigned to it but I did load Virtualbox and a widowsxp system.
Here is what i have:
df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hdc3 4061572 4050416 0 100% /
/dev/mapper/rootvg-rvg_datalv
253934980 313572 240514208 1% /data
[code]....
View 9 Replies
View Related
Apr 27, 2011
I would like to know if is possible extend a partition using one disk. I have 50 GB on /dev/vdf2 and would like to add on:
/dev/vdc1 50G 6.4G 41G 14% /home3
And this partition will have 100G of space..
View 9 Replies
View Related
Dec 18, 2010
I've added a second drive to a system and I need to extend the lvm and the filesystem to the second disk. Is there a way to do this online with centos 5.5? I specifically need extending the actual ext3 filesystem which seems to be the trick part.
View 8 Replies
View Related
Jun 14, 2010
How can I extend /home or / partition through LVM. Is this possible ?
View 8 Replies
View Related
Jun 29, 2011
I have created one partition. Now I want to extend that partition without formatting it.
View 3 Replies
View Related
Apr 30, 2011
What I need is a program that will extend a X-windows display over a network, similar to nvidia's TwinView (which I am already using on the main machine for its 2 current monitors).However, I cannot use Xdmx (as suggested by all the threads I found), as I would like it not to require me to manually start the x server and viewer, and have all the machines must be running a *nix OS, which won't work for me, as the secondary machine is running windows.I would also like it to hopefully use VNC to share the desktop, as I would be connecting to it from a windows machine over ethernet.By "extend" I mean one that would, say, for example, add another X display with a given resolution and position and serve that over VNC. I have yet to find any programs that will do this.
View 1 Replies
View Related
Sep 23, 2010
Have VMWARE workstation 7. Have to extend partition /dev/sda1 mounted to /home/user
1. Originally /dev/sda was 10gb I've extended device via VMWARE to 30gb.
2. When I do: fdisk /dev/sda it tells me that /dev/sda 30gb
3. when I check: df -h /home
it shows 10GB
4. How I can make Linux see the 30gb at /home/user?
View 5 Replies
View Related
Nov 2, 2009
Is there a graphical front end for xrandr that also allows you to save your setup so that it automatically sets up the X configuration at boot time thereby simplifying this process. For example, at the moment if i want to use an external monitor on my laptop i have to manually set it up after booting as it defaults to the laptop resolution which is not a big deal but would still be nice to have this happen automatically. I tried putting a script into rc.local to do this but didnt work.I have tried programs such as lxrandr, grandr, arandr which are all good but dont allow you to save your choices so that they are automatically applied at the next boot of the X system.
View 1 Replies
View Related
Aug 4, 2010
Can anyone help with me configure my dual-screen monitors for rotation? I have xrandr 1.1. Have tried various approaches, nothing takes. I can't even get the xrandr options to show up in KDE's Display control panel.
My lspci output: 03:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] My current xorg.conf (works, minus screen rotation): # Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
[Code]...
View 1 Replies
View Related
Dec 23, 2010
I wonder if this is possible to extend or regrow the Linux hard disk partition from 8 GB to 20 GB without losing the existing data on the partition ?at the moment this Ubuntu Linux is deployed on top of VMware and I've just regrow the hard drive from 8 GB into 20 GB but can't see the effect immediately.can anyone suggest how to do this without losing the data ?
View 9 Replies
View Related
Jul 5, 2011
My system is dual boot with win7 and ubuntu. I have free space of around 10 gb. I want to add this free space to my ubuntu drive. How can i do that?
View 4 Replies
View Related
Sep 20, 2010
I am facing problems with RHEL5, everything was fine till yesterday but now it tell me i dont have enough space in /.Well due to which i cannot activate my run level5, and to startx command only runs if I remove /tmp/.X0-lock command and worse part my arrow keays not working. Resulting i need to type every command even if i am using the same command consecutively...can i exten / by lvextend ?or if i extend /hame or something like that will it work?
View 14 Replies
View Related
Aug 4, 2009
Normally you can put your xrandr command in /etc/kde4/kdm/Xsetup to change resolution before login. This does not work for openSUSE. Why, where else ?
View 1 Replies
View Related
Feb 26, 2010
I wanted to extend one VG to 100 gb and I run command lvextend -L+100G /dev/vg/home it sucessfully extended and gave me 250GB initially was 150 GB after that I run mke2fs -j /dev/vg/home it created 250GB but lost existing data about 100GB is lost any method to recover it?
View 2 Replies
View Related
Mar 21, 2010
I'm trying to use this thread to set my laptop's resolution to 640x480. To do this, I need to use the addmode command which expects me to list an OUTPUT. What OUTPUT do I list? The "xrandr -q" command doesn't list any outputs.Here is the result of me typing "xrandr -q":
Code:
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
[code]...
View 5 Replies
View Related
May 15, 2010
I used to have older version of ubuntu (previous to Lucid,10.4 LTS), and I have a Sony WEGA TV connected to my unbutu laptop w S-Video card connected for Video out...and I used to run following command to activate S-Video out to my TV and it worked perfect...
here's the command that worked :
~$ xrandr --output S-video --set load_detection 1
Now after updating to Lucid/10.4 LTS, this command started getting an error :
~$ xrandr --output S-video --set load_detection 1
[Code]....
View 1 Replies
View Related
Jul 14, 2010
I'm on Debian Squeeze, my PC has a Radeon HD4770 card. I honestly don't know if it's currently running on OS or proprietary fglrx drivers; I installed fglrx, but the control panel app insists the driver isn't loaded. I'm following these instructions to try to get my screen running at 1280x960x85. It's currently at 1280x1024x85, but it's an old CRT that, for some reason, works fine at 1280x960 but gets unfocused at 1280x1024. I'm following the step "adding undetected resolutions", and here's the result:
Code:
fallingwater@longcat:~$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 2048 x 2048
DVI-1 disconnected (normal left inverted right x axis y axis)
[code].....
View 2 Replies
View Related
Mar 24, 2011
I want to use xrandr to span 3 monitors across 2 cards, is this possible? Supposedly this is supported in version 1.3 of Xrandr; which I have, but I can't figure out the syntax.
View 2 Replies
View Related
Feb 21, 2011
I am openbox user and yesterday I tested new Xfce 4.8 on Slack 13.1. But problem is the same as in older release. Xrandr autostart. I use LCD connected on my notebook and autostart script in Xfce is slow, cant set right resolution on boot. System start, and blink monitor and set correct resolution 1920x1200 on LCD Monitor after 0.5 seconds. This gave my effect of 2 desktop resolution. I put my script to xinitrc.
xrandr --output VGA-0 --mode 1920x1200 &
but this not help. script is not executed. Then I set autostart xrandr script with GUI tool
Session and Startup but nothing helps. Xfce still gave me next effect. Openbox use /home/mame/.config/autostart and have no problem set the corrent resolution of my LCD on boot.
View 3 Replies
View Related
Oct 15, 2010
I have a 100GB HD with FC13 installed, default layout with options suggested during installation. I recently purchased a SSD 120GB and move the data the old HD from it with dd if=/dev/sda of=/dev/sdb bs=1M. Since the SSD is 120 Gb, so I should have 20GB space not utilized.
After the moving,
# fdisk /dev/sda1
Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
[Code].....
View 2 Replies
View Related
Dec 16, 2010
I know there are probably alot of threads about lvm however they aren't addressing my problem. I want to extend the PEs available in a VG. This VG already has LVs and those are active and mounted. From what I read from the manpages of pvresize this should be perfectly possible.
Code:
pvresize resizes PhysicalVolume which may already be in a volume group and have active logical volumes allocated on it.
I did the following steps and wonder if anyone has the same issue. THe machine where I am talking about is an ESX VM.
1. Resized the vmdk in ESX (+1G)
2. Let the kernel reread the device geometry: echo 1 > /sys/block/sdc/device/rescan
3. fdisk shows me the new size... so far so good
4. I resize the partition using fdisk (remove, recreate) and gave it the 8e type (lvm)
5. wrote config to disk
6. executed partprobe
7. pvresize /dev/sdc
Here it goes wrong! Pvresize says in the verbose output it sees the same size however at the end it says the pv has been resized. I have seen when I put volumes "offline" using vgchange -a n vg on a test machine, and then try pvresize it seems to work ok. This is against what is in the manual as it says pvresize should work on online mounted volumes.
View 5 Replies
View Related
Sep 19, 2015
I've just completed my first pc build, and installed Ubuntu 8.2. My build was focussed around a legacy Apple Cinema 30" display, which has 2560x1600 @ 60fps resolution. The motherboard - Gigabyte H97N-Wifi - supports that display, although the display drivers are supplied by Intel, and are therefore nonfree. On startup, my display resolution defaults to 1200x800. This is what /var/log/Xorg.0.log says about it:
Code: Select all[snip]
[ 1.830] (II) intel(0): Output VGA1 has no monitor section
[ 1.881] (II) intel(0): Output HDMI1 has no monitor section
[ 1.882] (II) intel(0): Output HDMI2 has no monitor section
[ 1.882] (II) intel(0): Output HDMI3 has no monitor section
[ 1.933] (II) intel(0): EDID for output VGA1
[ 1.986] (II) intel(0): EDID for output HDMI1
[ 1.986] (II) intel(0): Manufacturer: APP Model: 9232 Serial#: 33555281
[code]...
I bumped into a webpage which stated that xrandr does not work with proprietary drivers, and if that's true, I can't get it to change resolution on my screen.
View 2 Replies
View Related
Dec 22, 2010
I can run xrandr and I get the various modes thatwill supposedly work with my monitor.Then, I run xrandr -s 800x600 and the command tells me thathat mode is unavailable, even though it claims that it is in xrandr -s.What on earth does that mean, then?
View 4 Replies
View Related