General :: Can't Use The Tv As An Extended Desktop
Nov 1, 2010
I recently installed a DisplayLink usb adapter on my desktop to use my tv as a second monitor because it had no vga socket, it works great only I can't use the tv as an extended desktop. The 2 monitors work perfectly seperately but I want to be able to use one as the main screen and the other as an extension. I am running Maverick on a P4 2ghz dell optiplex 260 and the output to tv is hd.
View 2 Replies
ADVERTISEMENT
Jan 16, 2011
OS Linux Mint 10, Intel graphics, SIS usb2vga adaptor.
I have three screens. The netbook screen with the extended desktop onto a vga screen and a third screen connected to a usb2vga adaptor.
The extended desktop screens without the usb2vga adaptor works perfectly. I can maximise applications to either screen perfectly without them spreading across both screens. As soon as I connect the third screen via the usb2vga adaptor maximising an application causes it to spread across both screens yet the third usb2vga screen has it's own virtual desktop environment.
I have tried numerous versions of my xorg.conf file that I have generated to incorporate the usb2vga adaptor to make this work and regardless of what xrandr commands I send including changes to the gconf settings nothing seems to solve the issue.
It seems odd that I can create a panel and position it left, right, top or bottom of the second monitor of the extended desktop and it sticks to the screen dimensions yet I can't get any application to do the same when there is a third screen connected through the usb2vga adaptor.
I don't use Compiz, it crashes my system and I don't want separate workspaces I want the extended desktop with the two separate virtual screens to fit on the two separate screens that form part of the extended desktop.
With Xinerama deprecated what other options do I have.
View 5 Replies
View Related
Jan 14, 2011
Recently installed OpenSuse 11.3 on my system, Setup dual monitors w/ the latest Nvidia driver from Yast repo : download.nvidia.com
Initially twin view ( same desktop viewed on both monitors ) worked no problem
Once xinorama was enabled to extend the one desktop across both I encountered a mouse issue.
Main monitor is on the right, 2ndary on the left... When I drag the mouse from the right monitor over to the lest.. the cursor appears to get stuck on the left monitor's right hand edge.. it flickers as i move it around...
If I drag the mouse to the right a few whole mousepad lengths it will come back to the right...its like fighting to bring it back..
View 1 Replies
View Related
Sep 2, 2010
I am trying to get an extended desktop (laptop monitor + extra) on my OpenSuse 11.3 system (64). I use kde 4.4.
It used to work on my OS 11.0. Here is the deal now:
- I use NVIDIA G2 driver from the OS repositiory
- laptop screen works fine, including compositing, 3D etc
I run nvidia-xconfig to generate an xconfig file. Everything still works fine (even after x reboot):
Code:
Next I login as root and open the run nvidia-setting program. There the second monitor is detected. I enable it as extended desktop and check: enable Xinerama.
I reboot.
Problems:
- compositing is off, I cannot enable it
- if I move my mouse cursor to the second screen, it only stays there for a second and vibrates enormously.
- if I use a window on the 2nd screen. X crashes
Things I can add/remove from the xorg.conf?
Now the xorg.conf is as follows:
Code:
View 2 Replies
View Related
Mar 9, 2010
I am trying to set up dual monitors for lenny but nosuccess for the moment.
They were working fine for the same setup on ubuntu.
Using xrandr I get:
I read that virtual screen size could be the maximum part which is of no use in comparison to the current size.
So setting a virtual part in my xorg does not help much. If the above is right.
I have:
How to get the external monitor work in the extened screen mode.
View 2 Replies
View Related
Apr 13, 2011
When my netbook has an extended screen, using an external monitor, all of the panels stay on the netbook, not the big monitor. When I connect an external monitor, I want to use it as my primary screen. I only really intend to use the netbook screen for skype calls (so I am looking into the webcam, and not away from it) since it is so small. I wish the secondary screen to be the netbook, not the external monitor. How can I do this?
View 1 Replies
View Related
Mar 14, 2011
I'm trying to create an extended partition. In GParted, I shrunk the size of the existing partition and now want to create a new EXTENDED partition in the free, unallocated space. GParted only lets me create a PRIMARY partition. What am I doing wrong here?
Here's what I've got right now:
You can actually ignore the flag for the swap as "boot." That was me just messing around trying to get it to work. I've removed that flag. Not sure how the question of boot affects all of this...maybe it factors in somehow.
View 2 Replies
View Related
Oct 14, 2010
I am installing opensuse on my laptop. Dual boot with Windows 7. Two partitions are already taken by windows. I am confused about extended partitions. I know I will need one because I can only have 4 primary partitions.
Here are the partitions I want:
Is there a certain order to create these? Does it matter which ones are primary partitions and which one are part of extended partitions?
View 4 Replies
View Related
Apr 6, 2010
How can I use extended ascii characters, like ALT + 2 + 0 + 0 for instance? I'm using some of those characters for my passwords for online accounts made under MS Windows and it seams I'm unable to use them in Slackware 13. For instance: if I type ALT+2+0+0 in Pidgin there is no character displayed and if I type in the Terminal the same thing, it will replace my shell prompter (sasser@HOSTA:~$) with (arg: 200):
sasser@HOSTA:~$
(arg: 200)
View 2 Replies
View Related
Aug 6, 2010
My new Debian box is running well and stable enough for me to decide to swipe out WindowsXP altogether. I have a 40GB HDD, which has the following partition scheme (after Windows was removed and hda1 was converted to Linux native type)
Code:
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1762 13313159+ 83 Linux
/dev/hda2 1762 5168 25756889 f W95 Ext'd (LBA)
/dev/hda5 1762 3985 16813408+ b W95 FAT32
/dev/hda6 * 3986 5018 7809448+ 83 Linux
/dev/hda7 5019 5168 1133968+ 82 Linux swap / Solaris
As you can see, my Linux is in the 2nd logical partition hda6 which contained in the extended hda2. The 1st logical partion hda5 is the one I want to erase the data and convert to Linux filesystem in order to have more space. (Yes I can mount it ntfs-3g and use it without any problem, but I just want to say farewell to as many things Microsoft as possible) . What I'm worried about is whether it's safe to do that, without damaging the extented partition which contains the root file system for Debian.
View 3 Replies
View Related
Jun 3, 2010
I'm trying quickly dig through our VPN logs for a list of class A ips , and I'm having trouble. I have a file with a list of numbers, one per line. I'm wanting to incorporate each number into an extended regex:
Code:
for i in `cat ips`; do zgrep -E '[[:space:]]$i(.[0-9]{1,3}){3}[[:space:]]' vpn1/2009.08.20.log.gz; done
If I substitute one of the numbers in for $i, it works for that number. For example:
Code:
for i in `cat ips`; do zgrep -E '[[:space:]]58(.[0-9]{1,3}){3}[[:space:]]' vpn1/2009.08.20.log.gz; done
I think the loop is passing literally "$i" to zgrep instead of its value due to the tics, and I can't figure out how to resolve this. I can't remove the tics b/c zgrep doesn't like that. Putting a backslash in front of $i doesn't work.and the number loop seems to be working fine:
Code:
for i in `cat ips`; do echo $i; done
1
14
27
43
[code]....
View 3 Replies
View Related
Jan 26, 2011
Okay so first of all, let me give you a background info.I have an HP Mini 311 with a 250GB hdd and 2GB Ram. I have successfully setup a tripple-boot with SnowLeopard/Win7/Ubuntu10.10.Okay so
First, using "Disk Utility," I format the OSX partiton to Extended(journaled) and install OSX accordingly.
Second, I install Windows 7.
Third, I use Netbookinstaller to install Chameleon 2.0 onto the OSX partition.
Fourth, using DIskPart.exe i set the Win7 Partition(#3) as active and then run the Repair(and Restart) option in the Win7 USB install media, to fix some boot error I do not know much about. Then use"DIskPart. exe" again, to set the EFI partition(#1) as active partition again.I now have a fully operational dual-boot with SnowLeo and Windows 7.
I setup a triple-boot with SnowLeo/Win7/Ubuntu10.10 by using GParted to add and format 2 additional partitions. The first formatted Ext4 for Ubuntu to be installed onto and the second i set about 4GB as "Swap" area.Then i just install Ubuntu with the Grub bootloader being installed onto the same partition as Ubuntu.I now have a fully operational triple-boot with SnowLeo, Win7 and Ubuntu.So I saw this link about creating an additional "storage" partition, on a dual-boot system, and setting it up so that Windows 7 and Ubuntu can share the same files automatically.
I really want to set this up on my triple-boot system, and here is the problem i run into: Simply adding another partition, messes up my windows 7 boot entirely. And i figured out the cause of this might be due to harddrives only being able to handle 4 primary partitions. So i figure that if setup Ubuntu and the Swap-area into an Extended Partiton, this would solve all of my problems.I cannot figure out how to setup an extended partition on my harddrive without messing something use up irreparably. This is only my second
View 14 Replies
View Related
Apr 18, 2010
I'm following the book RHCE book (5th edition) by Michael Jang. On the exercise on pg.140, creating partitions, I've created /boot (hda1), swap (hda2) and / (hda3). So far so good.
Next, I'm supposed to make an extended partition, containing the rest of the disk. So this should be hda4, right? But when I try to create either an LVM, or RAID partition, it creates hda4 AND hda5 under hda4. Why is that? Am I doing something wrong? The book next asks me to create /var as hda5, so if hda5 is already created automatically above, how am I supposed to create /var?
View 7 Replies
View Related
Mar 4, 2011
I have an application where the client is written in Visual Studio (C#), run on PCs, and the server end has traditionally been SCO. We're now migrating to Linux. I can, for example, input "Test This" in a text box on the client, and when the server end is SCO, it is able to 'accept' the character sent to it from the client. When I try this same example on Linux, that character (hex D1) does not 'make it' from the client to the server.
The problem is not on the client, and I have verified that the telnet connection is in fact passing these extended characters, but they are not recognized properly by the Linux server.In researching this, I've played with setting the LANG environmental variable from LANG=en_US.UTF-8 to several of the other possible values found in /usr/lib/locale, for a european locale (the end user is actually in Spain), and these 'euro' characters are still not handled properly in my application.Would anyone be able to point me to any specific env variable settings, and/or anything else that would resolve this issue?
View 6 Replies
View Related
Jul 14, 2011
I have a 120GB HD that I installed my linux-mint distro to and have been using for a while now, maybe a year or so. However, it has been running great so I haven't paid much attention to the actual install. Recently, I have been getting notifications of very low disk space remaining. I ran gparted and discovered that there is a very large extended partition that doesn't appear to be mounted. Can I just boot into a terminal, set a mount point and be on my way or will this hurt my existing installation? What is the safest set of steps to mount this partition since it looks to be the swap space as well?
Code:
Here is output of fdisk for the drive:
Disk /dev/sdb: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
[Code]....
View 5 Replies
View Related
Aug 13, 2011
My setup is as shown in the image below,i have 170G of unallocated space which id like to add to my Extended partition so that i can create logical partitions.I can only create one primary partition now of 170G which i don't need.Can i boot my machine off a live-cd and a run a gparted and add the unallocated space to the extended partition?
View 9 Replies
View Related
Jun 24, 2011
The difference between primary or logical and extended partition in disk management in redhat linux
View 1 Replies
View Related
Nov 5, 2010
I'm currently dual booting Windows 7 64bit and Ubuntu 10.10 each on primary partitions. Then on the other 2 partitions I have the manufacturer recovery partition (which I am not sure I should remove...), and then a partition for storage and files. Now I want an Arch Linux installation on the hard drive, but obviously I cannot create a new primary partition because I already have 4. I found out that linux can run from a logical partition (which you can have multiple of)..However I do not want to format my Ubuntu partition and I'd prefer to keep the data on there all intact. Is there a way to move my Ubuntu installation (on the primary partition) to an extended partition where I could put multiple logical partitions for multiple linux installations?
View 2 Replies
View Related
Apr 19, 2010
I'm sure I've done this before and never ran into trouble so it's not like I wasn't thinking, just something went wrong this time and I'm screwed. I'll post a fdisk -l to show ya what I mean.
[root@localhost ~]# fdisk -l /dev/sda
Warning: invalid flag 0x0000 of partition table 5 will be corrected by w(rite)
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x624aa2e0
[code]...
Well I tried to install Pclinuxos 2010 to the same partitions as Mint 7 and basically just over write it (this I have done before) but this time Pclinuxos says there is a bad block and it can't copy files to / (sda7) I didn't think much of it at the time and thought I would try to install it (Pclinuxos) on a separate 100 gb usb drive and it was a sucessful install.
After booting Pclinuxos I try to access my 1TB sda hard drive and I can ony access sda1 .....when I look at /dev/sda in gparted is shows the whole disk as unallocated.I have done nothing at this point in time other than what I just said because I am very afraid of loosing all my pictures and everything else on that disk....and for those that will say always back up ....if ya think I'm not kicking myself right now your dead wrong......
View 7 Replies
View Related
Jun 2, 2010
extended sata partition shrunk at 15 partition limit, how to re-enlarge i hit the 15 partition limit, forgetting it now exists for sata drives, thinking i would add more. upon creation of the 15th, it squished the end of the extended partition to meet the last logical partition, leaving a large unallocated portion after the extended partition, which seemingly nothing can be done with, just sat being wasted space. i have since deleted a few of those partitions, but so far have still failed to find a way to recoup the unallocated space back into the extended partition.
[URL]
if necessary, i'll do it the painful long winded way of backing up and starting the extended partition again from scratch, but i really rather wouldnt have to do that. i'm sure there must be a way of telling the extended partition to once again reach the end of the drive.
View 3 Replies
View Related
Jan 1, 2011
While booting my Linux System (Red hat Enterprises edition 5.1) I am getting a messsage as below , the message is getting generated during file checking on first boot. Extended attribute block 18875430 has reference count 2 , should be 1. and after this system remains in the same sate.
View 1 Replies
View Related
Jan 29, 2011
I want to convert a vfat partition into an ext4 partition. This is on my wife's machine and she deleted the Windoze partition as she now prefers Linux. Here is the (edited) output from fdisk -l:-
/dev/sda2 514048 4708351 2097152 83 Linux
/dev/sda3 4708352 6805503 1048576 82 Linux swap
/dev/sda4 52693200 234436544 90871672+ f W95 Ext'd (LBA)
/dev/sda5 59006800 234227699 87610446 83 Linux
I want to change /dev/sda4 to 83 to free up space for Linux without losing the partitions in this 'extended' partition!
View 6 Replies
View Related
Jul 20, 2011
a server at work has been accessed through the desktop environment as root. I know this is a risk and since I have never done it before I was wondering if there are any files created by the desktop that could compromise the system and how could I clean it up.
View 2 Replies
View Related
Oct 1, 2009
Is there a way in SuSE 11.1 to have the conventional desktop, instead the plasma desktop? I thought that installing KDE 3.5 will fix it, but I was wrong. I really don't want to download back SuSE 11.0, just to have my old desktop layout. SuSE developers should at least leave it as an option than to force people to install it
View 2 Replies
View Related
Jun 4, 2011
what exactly are my 'swap 3.1gb' and 'extended 3.1gb' partitions for? are they necessary? what would happen if i deleted them? do they have to be that big (thinking about loading ubuntu to 20gb HDD partition, but at 6gb for the other stuff, #ouch#)? What does ubuntu do about very low space when installing (i.e. in reference to the 20gb part)? why does ubuntu have these but no other Operating Systems do? Would i lose any performance without them?
View 9 Replies
View Related
Apr 16, 2010
Server have extended partition size around 490 GB. I want to spilt the extended partition to each two partition(ut0 & ut1) size 100 GB. How to split the extended partition in Redhat linux 5?
View 3 Replies
View Related
Jul 10, 2011
Is there a way to have drag and drop access between Linux and a Windows remote desktop connection?
View 1 Replies
View Related
Sep 18, 2011
I'm new to KDE and am running KDE 4.7.1 on top of Arch Linux. It's fantastic however I have one problem - virtual desktops. Yeah I know there are those "activities" things which people say replace virtual desktops and I will look into them, but for the moment I want to stick with what I know.
And it's almost set up too. In fact, it is, apart from one issue: Say I'm on desktop 3 and I click on the desktop (as in - the bit with my wallpaper, etc, not the little square in my panel) - it immediately switches to desktop 1. Got no idea why I'd want it to do that and it's bugging me.
View 1 Replies
View Related
Jun 4, 2015
I'm having trouble with Debian 8 and using my dual monitor setup. Whenever I install a desktop that uses lightdm as a display manager (XFCE, MATE, Cinnamon) the login screen is cloning the two monitors rather then extending the desktop. I don't have the issue with gnome 3 (gdm) or kde (kdm). I tried installing Slim as well, but that has the same cloning issue.
I had a similar issue with g the XFCE environment, but I was able to resolve it by installing arandr and configuring the monitor layout. Upgrading from Stable to Testing also fixed the XFCE issue with the newest version of XFCE. Unfortunately I still have the display manager issue (lightdm/slim) in Testing as well. I would prefer to use XFCE but I'm willing to move to Gnome 3/KDE if need be to resolve the issue with the login screen.
View 3 Replies
View Related
Jun 22, 2011
I still haven't put my finger on the details, but I wanted to see if this rings any bells. When I leave my Fedora 15 system for several hours and then come back, it is sometimes unresponsive for several minutes before it finally thaws out. This is beyond get-a-cup-of-coffee slow - drop-off-the-dry-cleaning-and-pick-up-some-milk slow would probably be a more accurate characterization. It's basically a stock F15 install with vmware player installed and running two virtual machines. One of the virtual machines is also stock F15, and I've been waiting on it for over an hour since thawing out the host system this morning. The clock at the top says "Tue 03:53" (the current time is Wed 11:00).
View 2 Replies
View Related