General :: What Are Basic Differences Between Desktops?

Jun 4, 2010

I took the simple approach and installed the gnome desktop, but I have read about KDE and Xfce and am curious. There may be a lot more that I just haven't heard about yet too. So the question is: Without doing a reinstall and messing up the downloads and settings I have now, how do I try a new desktop like Xfce or Kde? Also, what are the basic differences between the desktops?

View 9 Replies


ADVERTISEMENT

General :: Differences Between UID 0 And GID 0?

Feb 24, 2010

Anyone knows the differences between UID 0 and GID 0?

View 6 Replies View Related

General :: Differences Between Two USB Keyboards?

Jun 24, 2011

I have a proprietary device - something like an iPad screen - which has a front panel display with touchscreen buttons that work internally as a USB keyboard. During testing/debugging I want to connect it to another keyboard via the external USB port.Any application which I open on the device by pressing some characters on the touchscreen accepts input codes from either USB keyboard. I want to limit the touchscreen USB keyboard input only to a specific set of apps.Is there a program which can help me detect which USB port or device the code is coming from? Or someway I can map one keyboard to send a different set of codes? The device is using Linux.

View 2 Replies View Related

General :: Differences Between XFree86 And KDE?

Oct 7, 2009

My old Intrepid box got old and senile in the hardware, so I had to take it back round the shed and put her down.I buried her next to her favorite tree in the backyard. So yes, I got this new Mini ITX setup with a dual core Atom processor and 4 gigs of ram for my new computer. I'm going to use it as a media center in my living room. However Atom 1.6 ghz is no screamer so I'd like to build a system using a light weight operating environment to leave more power for running programs and playing my media.

I could install the latest version of Kubuntu again but I thought this time I'd try to get a bit deeper into Linux and educate myself. Could someone clarify the differences between XFree86, Window Manager, and a Desktop Environment (KDE/GNOME/etc)? I know it goes like Hardware -> XServer -> XFree86 -> Window Manager (I read the tutorial on linux.org). But where does KDE or a "Desktop Environment" come in? Is KDE a decked out window manager with its own programs that runs on top of XFree86 or what? Or does it totally replace XFree86?

View 13 Replies View Related

General :: Differences Between Kubuntu And Ubuntu?

Apr 3, 2010

what are the exact differences between Kubuntu and Ubuntu? like programs, etc. the desktop environment is obvious, but what are the smaller differences? I just wanted to know before I download one..

View 2 Replies View Related

General :: Differences Between Fdisk And Sfdisk?

Dec 13, 2010

I want to know the differences between fdisk and sfdisk?

View 1 Replies View Related

General :: Differences Between Shells - Which One Is Better To Run Under Scripts

Nov 16, 2010

What are the differences between the shells in Linux (eg. bash,bourne,korn,C etc) and which one is it better to run scripts under?

View 4 Replies View Related

General :: Differences Between Shell , Console & Terminal?

Jan 9, 2011

What are the differences between shell , console & terminal?

This probably sounds like a stupid question but I'm having a lot of trouble clearly differentiating between a shell (such as Bourne or bash) and the Terminal application in GNOME. I realise that both are completely different but I can't seem to find a clear answer written in text. Could anyone clearly distinguish between both?

View 4 Replies View Related

General :: Windows UAC Vs System Sudo / Differences Between Two?

Feb 8, 2011

Is it correct to say that Windows UAC is conceptually the same as Linux sudo?

Can you point out the differences between the two?

View 3 Replies View Related

General :: What Are The Differences Between Shell , Console & Terminal

Jul 23, 2011

I have come across the use of the term terminal, virtual terminals/consoles, real-text terminals but do not understand what terminal refers to. Does it refer to the screen that is in-front of me whilst I post this question or does it refer to something specific?EDITI came across a similar post at What are the differences between shell , console & terminal? and it seems to be similar to the one I posted although am still confused about the use of the sentence Decades ago, this was a physical device consisting of little more than a monitor and keyboard. What does this device look like and how is different to a monitor?

View 2 Replies View Related

General :: Comparing Two Files For Differences And Similarities

Jul 26, 2010

Iam having the following two linux files.

[Code]...

Now i want the following out puts

1. similar nos in both the file 1 and file 2 > output= File 3;
2. In file 1, but not in file 2 > out put= file 4;
3. In file 2, but not in file 1 > output = file 5;

The command sdiff is giving output with symbols > < | etc, and the such output file is not clear and ready to print. I want to print directly the output files. AND ALSO TELL ME WHERE I HAVE TO WRITE AWK PROGRAMS AND HOW TO RUN IT.

View 5 Replies View Related

General :: Differences Between LTIB And Menuconfig Tools?

Feb 21, 2010

I am interested in kernel configuration and compilation, so I have executed ltib and menuconfig, but I am not sure to understand what is the difference between Linux Target Image Builder and the Menuconfig tool? Is menuconfig used by or included in ltib? I understand that both tools generate a kernel, But I guess ltib can process "something more"? (packages/target selection? )

View 2 Replies View Related

General :: Windows - Differences Between Shell , Console & Terminal?

May 24, 2010

Thats it! I'm confused with the terminology.

What is the difference between shell , console & terminal?

View 3 Replies View Related

General :: Compare The Files Differences Between 2 Virtualbox Snapshot?

May 20, 2011

How to compare the files differences between 2 virtualbox snapshots?

View 1 Replies View Related

General :: Differences Between Windows .txt Files (Unicode Encoding)?

Jun 7, 2011

I am only using the 128 character set defined in the original ANSI standard. But as a whole how are the files implmeneted differently. I am not concerned with the display, i.e. if a tab is displayed with 6 or 8 characters but the actual internal representation in memory

One differnce I've hear is the use of (Windows) vs. for line termination (Linux).

View 3 Replies View Related

General :: Copying And Moving Operations And Their Performance Differences?

Oct 13, 2010

[code]...

Well, let's suppose the file is very large, say 10 GB of disk space it is consuming. We perform the above steps. Which operations: cp (copying) or mv (moving) will be more efficient and less time consuming? The inode number 1566966 which was pointing to the file in my home directory is now pointing to the same file which is in some other directry, i.e. /tmp/. Isn't the inode value getting modified in some ways to point to the correct location / beginning of the data block on the hard disk? If the the physical location of the data would not change then we would not be able to free up space in our home directory. That means the mv operation is copying the file into some other location. In other words, it is also performing the cp operation first and then deleting the file from its original location, my home directory in the case above. However, when a file is copied it's inode value changes. But the mv operation is retaining the same indoe value. So, how to determine which operation - mv or cp - is more CPU-friendly or more efficient in terms of performance and time taken to perform the action?

View 1 Replies View Related

General :: Differences In Output Between Top In Batch And Interactive Mode?

Jul 13, 2010

I am trying to figure out why top run in batch mode outputs so many more lines than when run in interactive mode. For example:

[Code]...

View 2 Replies View Related

General :: Running Different Desktops From Startx?

Oct 9, 2010

So, I am having difficulty understanding what I need to do or if this can be done at all..

I would like to boot into the command line for my Linux system but, still have access to the different environments as well (KDE, GNOME, Enlightenment, etc) but I don't know how to do that using startx. that seems to only start KDE.

Can you use startx in some way to optionally start another environment? If not, can it be set up to start that graphical umm.. like start chooser screen? I don't know all the terms but its the screen that comes up that you enter your username/password and you can select which environment you like.

View 4 Replies View Related

General :: Fedora Desktops / Different Wallpapers For Each?

Mar 28, 2011

Using Fedora 14, compiz.How do I set each of the Desktop screens, available from the viewport switcher.... with a different wallpaper? Searching keeps turning up multiple monitors and such -- but not multiple viewports/desktops. I know i did it before.

View 3 Replies View Related

General :: Enabling More Than Two Desktops On Backtrack4 R2

Dec 4, 2010

When I try to set my number of desktops to "4" on the KDE control module, it reverts back to having only two. I downloaded and installed the current ATI driver (ati-driver-installer-10-11-x86.x86_64.run) and everything works as it should with compiz, except for desktop cube, because I only have two desktops. I never had a problem while running Ubuntu, just with backtrack 4 r2. By the way, I have it installed and not running on a virtual box.

View 2 Replies View Related

General :: Ubuntu - Make A Program Available On All Desktops?

Aug 3, 2010

In Ubuntu 10.04 running Gnome I can right click on any window and it gives me an option to show that window on all desktops, so even if I switch to a different virtual desktop, that window will always show.Is there a command in terminal that can do this?

View 1 Replies View Related

General :: Shared / Home Separate Desktops?

Apr 20, 2010

I have a laptop running two versions of openSUSE, 11.2 & 11.3M5. I'm using a shared /home partition for both.I would like to have different desktop settings for each version but haven't been able to figure out how to do that. Primarily different wallpaper or background color.I know I could use different users on each version, but then I wouldn't have access to all the sub-folders from the other user.

View 6 Replies View Related

General :: How Do I Get Back To Chose Install All Desktops?

Sep 23, 2010

I think in DOS, too many variables, debian-506-amd64-netinst.iso boots to $ How to: With out a complete rescue as I now seem to have linux in NTFS partition; how do I get back to chose install all desktops? Time to put wife to bed I have been at this since 6:30am. I took half my drive, and formatted fs2. Went back to install to chose desktops seems I will blow away every thing if not careful. Or is the problem BCD is on linux partition 1?

View 2 Replies View Related

General :: Install On Multiple Desktops Parallely?

Jul 7, 2011

I have used various distro's but so far the interaction was always with standalone workstation, max few machines/servers.I was thinking of a scenario, where say - Linux has to be installed on 20 servers with similar packages and configuration, what would be the best solution to tackle such scenario....

View 4 Replies View Related

General :: XDMCP Slow - Looking For Alternative Remote Desktops

Mar 16, 2010

I've been used to using RDP on Windows to remote to machines, and I've got an asus eee 701 which I want to use to do some *nix programming on. While the eee is a lovely little machine the screen and keyboard are a little small to use for lots of programming. I've tried using Xming (the free version) to remote login into the eee from my desktop using XDMCP (or even using a ssh session as a straight X11 server and no desktop on the eee) the whole thing seems seriously slow over wifi the initial desktop takes at least 5 seconds to paint (might even be 10 seconds I haven't actually timed it). So my real question is what do other folks use for remote control with a GUI for their *nix boxes? I am finding it hard to believe the performance is so bad over a wifi network (It makes the Mac IIs I used to use a college in 1988 seem fast) or is this just a problem with Xming and using say the Cygwin X11 server would be better.

View 3 Replies View Related

General :: Give Names To Virtual Desktops In Xmonad?

Mar 22, 2010

I would like the name of a virtual desktop to be displayed when I switch to that desktop.

View 1 Replies View Related

General :: Launch Multiple Applications On Different Desktops Via A Script?

Jul 12, 2010

I am new to Linux (I get to learn it for work ) I was wondering how to launch multiple applications on different work spaces via a script. I have researched it and come up with most people using "Devil's Pie" I don't have this as an option. (work reasons) I was wondering what commands I could use in the script file to launch an app. on Said monitor on Said workstation.

View 2 Replies View Related

General :: Lost My 4 Default Desktops / Workspaces - Return It?

Aug 19, 2010

Am new to KDE and have deleted 3 of my 4 desktops and cant figure out how to return the default. It seems like I'm gonna need a Bash command

View 2 Replies View Related

General :: Ubuntu Distributions - Put Multiple Virtual Desktops In Panel

Oct 22, 2010

I first tried latest version 10.10 desktop. very slow booting in a Centrino CPU laptop not booting at all in a N455 CPU netbook. Tried version 10.04 which seems to work better fast booting in Centrino CPU laptop. fast booting in N455 CPU netbook. From Centrino Laptop with Windows XP on HD, once loaded Ubuntu as persistent live program from a USB drive, tried to install the program on SD memory card in PC slot. Upon request, installation made onto that memory only, not on inside HD, hence formatting only that memory. Upon completion, after removing the external memories and booting again the PC it does not boot of its own any more. XP OS damaged. I have recovered the system with a Toshiba backup CD but the HD has been formatted and all data lost. How can this happen ? I'll never try anymore to permanently install Ubuntu. I'll use it as persistent live on an external memory. I only have an old PC laptop with 128 MB RAM for further installation testing but no Ubuntu release can boot there. By the way, Lubuntu 10.10 look more fast and safe although appears to have more limitations then Ubuntu 10.10.

View 3 Replies View Related

General :: Basic 256 Freezes With Ubuntu 10.04 And 10.10

Nov 12, 2010

Basic 256 starts up but after entering a few characters like print "hello" it stops responding. I have tried it on 3 machines, two running Ubuntu 10.04 and one 10.10.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved