Fedora :: New F15 Missing Feature / Sort It?
May 26, 2011
I read that Gnome 3 has a simple screencasting feature: pressing CTRL+SHIFT+ALT+r will start/stop screencast. Anyway on my new fresh f15 machine this feature is not available...it's a missing feature in Fedora or something is wrong with my machine?
View 1 Replies
ADVERTISEMENT
Mar 9, 2010
Does anyone know what happened to the Multiseat feature that had been in the feature list at one point?To briefly summarise, a single machine with multiple graphics cards, sound cards, keyboards & mice provides multiple seats for users. Each user gets their own monitor, keyboard, mouse & perhaps audio. The rest of the machine resources are then shared.
The last I saw on the topic was this discussion, although I have a recollection that there was going to be support in a newer version of X.Org. I've googled around quite a bit, but can't seem to find anything.
Anybody know anything? It would be a great feature to have and it's frustrating to have had such an omission since F8 :-o
View 1 Replies
View Related
Feb 20, 2010
Recently installed F12 through the text based install and have got to GNOME gui but when i got to system/administration i only get two options and those are for display changes. Is there some way to install the features i missed out on? namely Add/remove programs which i can't seem to find anywhere
View 3 Replies
View Related
Mar 2, 2009
i've been using foxit pdf reader on Windows for sometime now, on Fedora i can't find any pdf reader that has tab feature so i can use only one window because i get to open a few pdfs at one time.
I have tried installing Foxit under WINE but scrolling through the pages takes forever
anyone know of any good pdf reader that has tab feature? i'm surprised that the outcomes of my searches haven't brought up a single Linux pdf reader that has tab feature...
View 9 Replies
View Related
Dec 10, 2009
how to disable automount feature in Fedora 12?
in Fedora 11 I could easily do that through System > Administration > Authorisations but in Fedora 12 Authorisations were removed...
View 14 Replies
View Related
Apr 11, 2010
I was looking for rhythmbox + shoutcast feature for long years and finally i decide to write my own.
[url]
View 2 Replies
View Related
Aug 18, 2010
How do I have an auto completion feature for scp? I often need to 'scp ' a file to a remote server, then I type:
PHP Code:
scp someprogram paulga@pinherstforestrain.math.edu
I'd begin to type tab before or after the input of @. But the available choices are mainly:
@localhost6, @localhost.localdomain, @localhost, etc..
Which file records these hosts name? Second, to execute a program in current directory, I have to type ./program, how can I omit the prefix, or I could type it as I type "octave",etc.
View 2 Replies
View Related
Jun 16, 2011
I've been looking for a alternative terminal to work in while using F15. I've done some Googleing and came across Konsole as being the most feature rich terminal. I'd like a terminal that provides a lot of features so I could possibly increase my efficiency. If something is KDE like Konsole does that mean I have to install the whole KDE environment? If so is there any Fedora terminal alternatives?
View 7 Replies
View Related
Sep 1, 2009
live usb media does not let me to to save files and make modifications to live operating system that will persist after a reboot
I made the bootable stick with the liveusb creator at https://fedorahosted.org/liveusb-creator/ using an iso image of f10 live cd, a flash drive with 2 Gb capacity and a paersistent storage setting of 200 Mb
I changed root=XXXXXXXXXXXXXXi-do-not-remember-XXXXXXXXXXXX to
On the flash drive to make it bootable
I installed gparted on live operating system and when i rebooted gparted was not installed.
View 5 Replies
View Related
Nov 13, 2009
I think a version control system should be integrated by default into the user's documents directory. Any time a file is saved, the app would check to see if there is another file by the same name, and if there is, make a hidden copy of the previous version with name such as ".filename.[datestamp]" . This would be similar to what gEdit already does, but at a broader level.
A more robust system would include controls for watching more directories. It would also show comparisons with previous versions of the document. Being file based, it wouldn't care if unneeded backup files are destroyed.
If file space is an issue, backup files would only contain the differences between the next and previous versions. This would mean, however, that back-up files would be useless if a few are irretrievable.
Obviously, users would be able to turn this app on or off, if they don't need/desire this feature.
View 7 Replies
View Related
Sep 1, 2010
i have an hp pavilion dv7 and am using f13 64bit. my laptop has a built in woofer underneath that i have never been able to get to work. after the latest kernel update today my laptop now has woofer sound. there must be some new support for my laptops audio card. the problem is that it is a little overbearing. how can i a) disable this feature b) tweak the parameters like crossover frequency or gain? edit: i checked the changelog for 2.6.34 and couldn't find any info on any new audio support features.
View 5 Replies
View Related
Jan 5, 2011
I managed to have the ATI Catalyst driver (10.12) installed on a machine with F14 x86_64, Radeon HD 57xx and I also installed the ATI SDK Samples for OpenCL. ATI Catalyst reports OpenGL fine, glxinfo is fine, all OpenCL samples that do not use OpenGL are working fine. I used the "install to hard drive" feature of the F14 x86_64 desktop disk. Problem: which headers and libraries do I need to install in order to use OpenGL in an application? I would also like to have the OpenCL working on the system for another application.
Previously I had a small application working with SDL + Mesa library on FC9 using software rendering, but after F14 installation and ATI card addition the app is not working. Files gl.h, glu.h are missing. I checked the system and I found only a glew.h header. I tried linking against glew but it complains about glu.h (file not found).
I looked on the Internet and I found a post that someone suggested installing xorg-x11-devel, but there is no such package. I tried installing libX11-devel...f1.x86_64 but the gl.h/glu.h were still missing. I tried compiling the latest Mesa library with make linux-dri-x86_64 and it complains about egl. All dependencies have been checked (dri2proto, X11 version, libdrm, kernel version). After Mesa installation ATI Catalyst is no longer reporting OpenGL and glxinfo is not working. Am I supposed to install just the Mesa library without the ATI driver? Am I supposed to use glew only with the ATI driver?
View 2 Replies
View Related
Sep 14, 2009
I have Red Hat Enterprise 5 and am trying to resize a partition. I am using the resize command within "parted" and am getting the following error - Error: File system has an incompatible feature enabled.
View 3 Replies
View Related
Feb 28, 2010
What options should I use when I'm using the sort command to sort the top 5 CPU processes (ps -eo user,pid,ppid,%cpu,%mem,fname | sort ??? | head -5) showing max to min usage?
View 2 Replies
View Related
May 4, 2010
We switched from unix to linux and we have an old report that extracted data from a database, output to an ascii file and then sorted the results in the file based on different arguments. The report now blows up when it runs,and I can only guess it is because the options for sort on linux differ slightly from unix.For example, here is one of the commands issued from within the report app that ran on the old unix box:
if sort-sequence = "descending" then
'sort -t~" -f +3.0f -4.0 +5.0r -6.0 -f '
else
'sort -t~" +3.0f -4.0 +1.0f -2.0 -f'
I will eventually rewrite the report to store the data in a local table, but I can simply adjust the options to suit the requirments of linux. Basically, I need to know if this can be a quick fix for the short term.
View 2 Replies
View Related
Feb 14, 2011
I'm not sure if this is a feature of Gnome, compviz, or some other part of Fedora, but whenever I place my mouse in the upper right corner of the desktop, all of my open windows zoom out to a Mac-like Expose feature which allows me to select which window I'd like to change focus to. Here is an example of what this looks like: [URL]
Does anyone know how to disable this feature? I actually find it highly annoying, as I tend to place the mouse in that region either on accident or unintentionally, especially when accessing my machine remotely via VNC. I've had a lot of trouble googling for combinations of "Gnome expose" and "Gnome desktop expose", I have a feeling I am calling this feature by the wrong name. how to do this myself - install the Compiz Configuration Settings Manager (the package name is "ccsm") and disable the "Scale" plugin.
View 1 Replies
View Related
Jun 29, 2010
This has popped up a couple of times, seemingly randomly, as I'm working in a terminal window. I just mistyped "dirs" as "dits" and got this:
Code:
$ dits
Command not found.
* Downloading details about the software sources. Downloading list of packages..I say seemingly randomly because it doesn't do it if I just type some random gobbledeegook command and hit enter. Is this some new feature (since F9) that is trying to find the missing command?
View 3 Replies
View Related
Mar 19, 2011
How do you turn on the "Expose" feature (lets you view all the opened windows at once) in Fedora 14? What is the name of this program or is this part of Gnome? Do you need 3D hardware for this to work?
View 2 Replies
View Related
Jul 28, 2009
I tried a number of times to install dual boot with Win2k. I keep getting errors at the stage of setting up the partition for the install. When I try to choose ext4 it says Fedora cannot be installed on a bootable drive, fix the problem. I don't see how to fix it...it does not say what to do or change.
I have had other linux installed in the same partition without a problem. What gives?
150GB drive for both OS's Separate drive for data, not involved in the install.
| 72GB NTFS Win2K | 76 GB free for ext3 and swap |
LBA support on in Bios.
View 14 Replies
View Related
Apr 27, 2010
I'm new to fedora, and I used "chmod 766 usr" command,
then I got an message and suddenly changed usr folder like a file.
then i reboot the machine but then I couldn't login to the computer.
View 2 Replies
View Related
May 19, 2010
Whenever i am trying to update my newly installed Fedora 12 it is giving the following problem
code..
What to do?
View 14 Replies
View Related
Jul 21, 2010
I recently installed GTK-Recordmydesktop to record my desktop, and it doesn't play correctly in Totem. So I installed VLC. It won't open at all no matter how many times I click it. I tried in a Terminal, I got this code...
View 1 Replies
View Related
Nov 4, 2010
I've just come around to KDE4, and I'm still getting used to it. I still don't like the new Kickoff menu, so I switched to the classic style.How the fartmonkey do I tell K to always sort the entries in the launcher menu alphabetically? Right now they seem to be in some random order that I can't even decipher. This is going to keep driving me mad until I figure out how to sort the stupid menus!
View 1 Replies
View Related
Jan 26, 2011
I am a beginner in linux and i have installed fedora 14
i have problem in mounting the cdrom
blank cds are not mounted
tried a fedora live cd, its mounted
because of this i am unable to burn cds.
View 3 Replies
View Related
Jul 30, 2009
I have fedora 10 and vista in my system. however,all was working fine ,but suddenly today when i tried to boot into fedora , i found that the avahi demon was not starting , and when the systemn booted , a message was shown that thre wasn't enough memeory space , and a blacjk scereen was shown , then i booted into vista and tried t acess the linux partiotion by Explore 2f software... At first it showed not enough memory space , but on rescanning the partition,it is showing the /boot folder.So how do i delete some data in fedora ?
View 1 Replies
View Related
Sep 22, 2009
Cant see all my memory in fedora 11 I think I need to update my kernel but I don't know how.
View 5 Replies
View Related
Oct 6, 2009
I was lucky enough yesterday to get some help finally getting flashplayer installed
but now almost any page I try to load is crashing and I don't know why?
View 14 Replies
View Related
Nov 23, 2009
Now I have upgraded to FC12, but:KDE doesn't start : kstartconfig4 does not exist or fails. Error code is 127
X-Chat doesn't start and
may be others as well.
View 2 Replies
View Related
Dec 11, 2009
I was looking for a way to download the pictures from my camera (preferably with detecting pictures already downloaded) and then sort them in sub-directories with names YYYY_MM_DD by taken date.
View 2 Replies
View Related
Dec 21, 2009
I just installed F12 on my machine. Installation worked fine, system boots and then the trouble begins. There are many programs that fail to start, all of them have the same error-message when I start them from my terminal code...
Do you have any idea what might be wrong with my system?
View 4 Replies
View Related