Fedora :: Compiz-Configuration-Tool Is Not Functionable
Feb 9, 2010
I noticed, that the "official" Compiz-Configuration-Tool is not functionable. I change the properties of some effects, and even after reboot, no change can be seen.Then there is the tiny Fedora-Compiz-Tool. The settings I'm setting here are applied immediately.Is that a normal behaviour? Could it be that the official Compiz-Config-Tool is not compatible with the Fedora-Compiz?
View 2 Replies
ADVERTISEMENT
Mar 30, 2009
I am trying to find a best tool to track configuration files changes. I did find some information about osec and mactime, but, it seems, that they are not included in fedora/rpmfusion package databases. is there any tool that can be installed as a package?
View 8 Replies
View Related
May 28, 2011
I use an online screencasting java applet called screencast-o-matic to record my screen. While recording, I use Compiz's annotation tool. Normally this tool works great, but for some reason while I'm recording, it gets very laggy (drawing is way behind the mouse movements) and less smooth. For example, drawing a circle at a quicker pace not only causes lag, but also makes the circle look more like a polygon with straight lines. While this is happening, my CPU also spikes, with large strains showing up on the java process. I'm running Ubuntu 11.04 with an intel i7 processor. Any ideas as to why annotation lags badly while screencasting, and any ways to fix it,
View 3 Replies
View Related
May 28, 2011
I use an online screencasting java applet called screencast-o-matic to record my screen. While recording, I use Compiz's annotation tool. Normally this tool works great, but for some reason while I'm recording, it gets very laggy (drawing is way behind the mouse movements) and less smooth. For example, drawing a circle at a quicker pace not only causes lag, but also makes the circle look more like a polygon with straight lines. While this is happening, my CPU also spikes, with large strains showing up on the java process. I'm running Ubuntu 11.04 with an intel i7 processor. Any ideas as to why annotation lags badly while screencasting, and any ways to fix it.
View 3 Replies
View Related
May 28, 2011
I use an online screencasting java applet called screencast-o-matic to record my screen (found at screencast-o-matic.com). While recording, I use Compiz's annotation tool. Normally this tool works great, but for some reason while I'm recording, it gets very laggy (drawing is way behind the mouse movements) and less smooth. For example, drawing a circle at a quicker pace not only causes lag, but also makes the circle look more like a polygon with straight lines. While this is happening, my CPU also spikes, with large strains showing up on the java process. The lag makes it difficult for viewers of my videos.
View 1 Replies
View Related
May 18, 2011
I have inherited a web configuration tool based on mojoportal (which uses C#). As the web server hosting this site is on a Linux machine (currently Ubuntu + mono), I would like to recreate it in a more Linux-natural environment.
The web application I inherited needs to allow creation of configuration profiles for other Linuxes(including setting their IP tables, QoS and many other network protocols). These profiles are downloaded by the Linux clients and a local parser does the configuration accordingly.
The main properties I need are:
* Receive and display a lot of structured data to the user (i.e. iptables chains or QoS hierarchies) and of course process it
* Manage several users with different permissions
* Use MySQL as the database
* Allow FTP access to receive configuration files created
* Display monitoring data and graphs (a low-level NMS)
I do not need forums, blogs or any other user input apart from entering data in the forms (possibly a text editor, but that's about it)
I used to be very proficient in Python and Perl (so am sure it would be easy to regain these abilities) and am versed in SQL. I know HTTP and CGI but never worked with PHP.
View 1 Replies
View Related
Oct 17, 2010
So I've installed Ubuntu 10.10 from fresh. I do dual run with Windows and i like to share the folder with Win, so I need ntfs-config tool to automount the Win-Data partition. Installed ntfs-configuration tool and wont launch, tried through console and got:
Traceback (most recent call last): File "/usr/bin/ntfs-config", line 102, in <module>
main(args, opts)
File "/usr/bin/ntfs-config", line 75, in main
app = NtfsConfig()
File "/usr/lib/pymodules/python2.6/NtfsConfig/NtfsConfig.py", line 56, in __init__
os.mkdir(HAL_CONFIG_DIR)
OSError: [Errno 2] No such file or directory: '/etc/hal/fdi/policy'
View 9 Replies
View Related
Jan 1, 2011
I've installed and reinstalled the Tool several times and it doesn't do anything. I get the prompt to input my password, which I know I put in correctly. It then just disappears. If I try running the tool again, I see a window pop up at the bottom of my screen for a half a second then disappear. I'm running Maverick with Win7 dual-booting and trying to use the tool to auto-mount several partitions
View 3 Replies
View Related
Dec 31, 2010
Is there a command line tool to shut off/spin down the hard disk either when not in use or when something is typed into the console? I'm trying to save power in a laptop I have..
View 2 Replies
View Related
Jan 26, 2010
I just upgraded (via backup and install) from 11.1 to 11.2. SaX2 was perfect for configuring my IBM SpaceSaver (Trackpoint) USB keyboard, and my Logitech Marble Mouse. Now that SaX2 doesn't have the keyboard or mouse, eh... modules?, I don't know how I can configure them the way I'd like.
What now? I'd rather not have to use the on-screen keyboard every time I start up openSUSE to turn off NumLock... Do I have to manually edit /etc/xorg.conf now?
View 5 Replies
View Related
Dec 31, 2010
I tried installing NFTS Configuration Tool to auto-mount several partitions at startup, but the Configuration Tool isn't working. I've entered the terminal line to update it, but it still won't even start.
What happens is when I click on NFTS Configuration Tool under System - Administration, I'll get the prompt to enter my Administrative password. I enter it and click Ok, but then it just disappears. If I try running the Tool again, I see a window come up at the bottom of my screen titled 'System Administrative' for about half a second then disappear. If I restart or suspend and try again, I still get the same nagging problem.
View 2 Replies
View Related
Jan 27, 2011
does anyone knows if i can find a configuration tool like "Yast" that works on Solaris 10 ?
View 1 Replies
View Related
Mar 25, 2010
Is there any Linux tool to create new or modify exiting key/value pairs in text configuration files? For example, to change a setting in xorg.conf, or change something in etc/networking/interfaces? I know it could be done by sed or by perl scripts, but it could be easier to have a program for this purpose. There are many difficulties for this job that the program should consider, and I am facing nearly all of them:
- Some configuration files may have sections. Like in Windows-type INI files (for example: "[something]"), or like Section in xorg.conf. More sections with the same name can occur, like in xorg.conf.
- If the key/value pair originally does not exist, then the program should add it. But not to the end of the file, but tothe end of a predefined section.
- Config files can have remark lines. Remark text can be even at the same line than the key/value pair. After modifying the value, the original remark text should not change at the end of the line. The remark-starting symbol is not always.
- The values in configuration files are not always simple numbers or simple words, but in rare cases, they are composed by more words, for example: item=name address phone
And of course, we can have remark at the end, like this: item=name address phone # remark text
- The key-value separator depends on the file. Some files use "key=value" format, some other use "key value" format, or even "key1 key2 value", like xorg.conf. The as separator can also occur.
- Case sensitivity can also be an issue.
- Sometime to desired task is not to modify a value, but to add or remove a line beginning remark to a certain line.
I think that managing all these possible cases by a perl or sed program is nearly impossible. I begun to write a C program, but maybe there is already one?
View 6 Replies
View Related
Aug 2, 2010
I have accidentally configured compizconfigure settings manager to activate the shift switcher whenever i press the left mouse buttonbecause of this now i cant do any workas the shift switcher is activated whenever i press the left mouse buttoni tried to use remove compiz by typing this command in the terminal:sudo apt-get remove compizthe terminal said that it has been removed but but it is still in the system>>preferences menu and the shift switcher still gets activated when i press the left mouse button.
View 2 Replies
View Related
Apr 19, 2016
Using jessie over 4.2.8 or 4.3.4 kernel.
Used both the default bluez package, 5.23 and building bluez 5.36 by hand.
hciconfig shows a good configuration,
hci0: Type: BR/EDR Bus: UART
BD Address: 78:A5:04:31:3C:4B ACL MTU: 1021:6 SCO MTU: 180:4
UP RUNNING
RX bytes:82105 acl:0 sco:0 events:1989 errors:0
TX bytes:516 acl:0 sco:0 commands:48 errors:0
hcidump -x does show Commands/Events received, beacons are being seen, and collected by our app.
> HCI Event: LE Meta Event (0x3e) plen 42
LE Advertising Report
ADV_IND - Connectable undirected advertising (0)
bdaddr F9:77:66:E8:F7:8B (Random)
Flags: 0x06
[Code] ....
However when the app tries to connect it always gets connection refused at gatt_connect.
gatttool behaves the same way, and hcidump does not show any connection attempts, implying no connection between gatttool and the device, although it is specified on the command line.
Finally although the bluetoothd is running bluetoothctl also shows no default controller found. I had edited /etc/bluetooth/uart.conf, adding an hciattach entry for the device but that changed nothing when restarting the bluetoothd. Entering a garbage entry into that file does not produce any errors, so I am not sure it is even being read.
Also systemctl|grep bluetooth shows :-
sys-devices-virtual-bluetooth-hci0-rfkill0.device loaded active plugged /sys/devices/virtual/bluetooth/hci0/rfkill0
sys-devices-virtual-bluetooth-hci0.device loaded active plugged /sys/devices/virtual/bluetooth/hci0
sys-subsystem-bluetooth-devices-hci0.device loaded active plugged /sys/subsystem/bluetooth/devices/hci0
bluetooth.target loaded active active Bluetooth
/sys/devices/virtual/bluetooth/hci0/address shows the correct MAC, but /sys/subsystem/bluetooth/devices/hci0 does not exist, a post elsewhere indicated this was not a problem but that seems odd.
Is the uart.conf file still used([URL] .... would suggest yes) and if so is the format a full hciattach command or merely the hciattach parameters?
View 1 Replies
View Related
Sep 27, 2009
I am demo'ing Kubuntu 9.04 workstation to a customer. He has a CentOS 5.3 server (my doing). On it is our CUPS Network file server. Everyone (65 of them) print to our network printer through it using LPR/LPD (and sometimes Samba).
Problem: when Kubuntu's Print Configuration Tool went looking for printers, it found every network printer's IP address, but missed my CUPS printer server. What did I do wrong on one or both ends (I have control over both).
View 7 Replies
View Related
Jul 23, 2011
This morning i installed Debian Squeeze and I'm sure it that was a good choice! I got my wireless stick to work (Linksys: Wusb600n v2), installed Chromium, VLC and some other stuff... and ye. I want to get Compiz working on my system! I'm not sure that my current drivers can deal with it, thought. I'm not good at Linux and I don't know what should I install (if there is something) so that I can have get better performance from my video-card. I made HardInfo report of my system. What are my options? How can I make the performance better and, maybe, run Compiz?
View 14 Replies
View Related
Aug 2, 2010
I have accidentally configured compizconfigure settings manager to activate the shift switcher whenever i press the left mouse button. because of this now i cant do any work as the shift switcher is activated whenever i press the left mouse button
i tried to use remove compiz by typing this command in the terminal: sudo apt-get remove compiz the terminal said that it has been removed but but it is still in the system>>preferences menu and the shift switcher still gets activated when i press the left mouse button.
View 9 Replies
View Related
May 25, 2010
as my laptop is getting older and slower, I deactivated the nice window effects. System -> propieries -> appereance -> no effects.But Ubuntu reactives them after the next reboot!Is there any configuration file or do I have to uninstall compiz-core complete?
View 8 Replies
View Related
Jul 23, 2010
I'm using debian 5 x64 with xfce.Is there a way to configure (start/stop/restart) services (especially Apache2, mySQL and PHP) using a graphical or cli tool? I tried to use sysv-rc, sysv-rc-conf, rcconf and rc-conf in the terminal but Bash didn't find them (Although Synaptic show that sysv-rc is installed).
View 9 Replies
View Related
Aug 26, 2010
I am unable to add my USB printer via the YaST2 Printer Configuration setup tool in openSUSE 11.3. The printer, a Dell Color Laser 1320c, was last used with openSUSE 11.2, and setup was entirely uneventful. No driver is provided by Dell, so I used the Fuji Xerox DocuPrint C525A Linux driver. The problem: To add a print queue in 11.3, a Connection must be specified (parallel, USB, network, etc). However, the configuration wizard fails to show the presence of the USB print device.
[Code]...
This printer was working just eight weeks ago under 11.2, and 11.3 is obviously able to detect its presence and identify it correctly. I feel certain the solution is simple, but I haven't found documentation that provides the answer.
View 7 Replies
View Related
Nov 28, 2010
I spent *#@$ hours trying to figure out how to change my default window manager to "compiz-manger".I tried using gconf-editor and .gnomercAnybody has an idea how to do this?
View 8 Replies
View Related
Jan 7, 2010
In Ubuntu Tweak, under Desktop > Compiz Fusion you can assign a corner of your desktop to certain tasks.One of these is "show windows" which I've assigned to the lower left hand corner - so when I move the mouse there all my active windows come up like Mac "spaces"
However, I want it to show me the windows that I have minimized as well. I tried to look in ccsm for the "Show Windows" plugin configuration, but I can't for the life of me find where to configure settings for this. Or even to turn it on in ccsm instead of Ubuntu Tweak.
View 3 Replies
View Related
May 31, 2010
we have a weird problem with our opensuse 11.2 server installation.
We want to set up a LDAP Server using the Yast-LDAP Server configuriation tool.
This indeed already worked weeks ago until....this week.
Maybe some updates??!
I do not know what happend exactly. The server just does not want to start again and throws following error:
Starting ldap-serverstartproc: exit status of parent of /usr/lib/openldap/slapd: 1 failed
This happend after a little check of the configuration, but without a change, with Yast. Google delivered only "reinstall your box"-answers.
So.. i did that. And now the "mystical" part: The SAME ERROR occurs with a fresh vanilla system with a brand new and simple configuration (certificats, database, pw...the first Yast config dialog...). I did not change the way i set it up.
I remember, when i did this the first time with 11.2 on that machine, when no problems occured...everything was running out of the box (except the "use commen server certificate" option...).
View 4 Replies
View Related
Nov 30, 2009
I successfully migrated most of my daily use tools from vista to fedora, except my video/photo edit tool. Could someone please recommend some tool like photoshop CS and Corel VideoStudio?
View 4 Replies
View Related
Oct 1, 2010
is there any magnify tool in Fedora 13?
View 3 Replies
View Related
Apr 1, 2010
I wanted to convert some XLS files into CSV format in my Linux box. Could you please tell me is there any command line tool available in Linux. Since i have a requirement for automate this job via a cronjob , so i would be needed a command line tool.
View 1 Replies
View Related
May 3, 2011
im looking to erase all data on my toshiba equium a100-338 and install F14 Xfce but i want to remove the hidden vista partition on it first as it takes up around 7 Gb, i have tried to remove it with windows but it does not want to go! any ideas about a low level format tool or how i can remove this within fedora itself?
View 6 Replies
View Related
May 26, 2011
I will scan my ports which are open or closed.Which tool can I use to scan my ports.
View 4 Replies
View Related
Jan 28, 2009
I have Fedora 10 installed. I've just made an update of my system. Things that were updated were a new kernel version with devel and also something with NVIDIA (which is my video card).
After restart of my system, compiz fusion no longer works.
I have a NVIDIA-Linux-x86-177.82-pkg1.run -file to manually install the NVIDIA-driver so the advanced features of Compiz can be utilized.
After install, the bootup screen tells me that loading the NVIDIA driver has failed. I also receive a WARNING-message.
View 14 Replies
View Related