Fedora :: Xset Led 3 Does Not Work With FC12

Apr 27, 2010

I have 2 Fedora 12 installs with this problem. Before installing FC 12, xset led 3 worked fine.

The command:

SHOULD turn on the scroll lock LED.

With FC 12, it doesn't.

In Xorg.log, I see: (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.

(I believe before FC12, I was using driver "kbd".) The man page for kbd shows the options needed for program control of the LEDs.

The new driver appears to be "evdev". I've read some of the HAL documentation and I think this driver uses the file: /usr/share/hal/fdi/policy/10osvendor/10-leds.fdi

I see nothing about program control in this file.

Anyway, anyone have any idea why xset led stopped working and how to go about fixing it?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Why Does 'xset R 133' Not Work Permanently

Jun 11, 2010

I use 'xset r 133' to set autorepeat for the 'Windows key'.

But somehow after a while autorepeat does not work any longer and I have to redo the 'xset r 133'. I don't log out or so.

Ubuntu 10.04, gnome, compiz

View 2 Replies View Related

Software :: Make Xset Dpms Force Off Work With Gnome-power-manager?

May 16, 2011

The following script should make screen blanking work without disabling gnome-power-manager code...

This script can also be called from a panel launcher (with ./<scriptname> if it is in $HOME). It will not disable the power manager even though the process disappears from the system monitor. The "if" condition is necessary because SIGHUP will return an error if the process doesn't exist.

If you want a bash command, add this to $HOME/.bashrc:

# The following cannot be implemented as an alias
# and it cannot be called from a launcher, more's the pity
dark () code...

View 6 Replies View Related

Fedora :: Desktop Effects Don't Work On Fc12

Nov 30, 2009

on my Acer Aspire 6930G with Fedora 12 Gnome, "desktop effects" don't work; system freeze when i try to run it.

Code:

$ uname -r
2.6.31.5-127.fc12.i686

Code:

$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: nVidia Corporation GeForce 9600M GT [10de:0649] (rev a1)
$ rpm -qa | grep -e nvidia -e livna

[code]...

View 14 Replies View Related

Fedora :: Get Amazon Downloader To Work With FC12 X64?

Mar 22, 2010

How do I get Amazon (mp3) downloader to work with FC12 x64? Is there a better place to purchase MP3 that supports FC12?

View 4 Replies View Related

Fedora :: Get The VBox Video Driver To Work In FC12?

Feb 28, 2010

Host: CentOS 5.4 x32
Guest: FC12 x32
Virtual machine: Virtual Box (VBox) 3.1.4

The 640 x 480 video display on my FC12 guest is driving me nuts! The VBox Guest Additions are installed. How do I get FC12 to recognize the VBox video driver?

Extra information:

Auto resize works great on my Windows guests. On FC12, I just get a lot of extra white space.

FC12's installer does not detect a video card. You have to use the stand display option (second one down) to get FC12 to go into a full graphical installer. If you use the regular install, hoping to do a graphical install, FC 12 only install the bare basics. No video support. You get what looks like a rescue cd. No Gnone, no X etc.

I do believe that FC12 has no idea that the VBox's fake video adapter even exists.

View 1 Replies View Related

Fedora :: FC12: Use --skip-broken To Work Around Dependency

Sep 13, 2010

[code]...

You could try using --skip-broken to work around the problem. You could try running: rpm -Va --nofiles --nodigest. how can I fix it?

View 5 Replies View Related

Fedora Hardware :: HP Touchsmart TX2 Touchscreen Doesn't Work On FC12

Feb 9, 2010

I just switched from FC10 to FC12, and much to my dismay, the touchscreen no longer works. I wasn't able to find a solution on the web, hopefully some gentle soul will answer my problem. The hardware is recognised correctly, because

Code:
hexdump /dev/hidraw0

gives an output when I over the stylus over the screen.

Note: I used hexdump because I couldn't find the wacdump utility anymore. Has it disappeared?

I played with HAL rules so that the appropriate wacom driver is loaded for the tablet. I modified /etc/hal/fdi/policy/10-synaptics.fdi, taken from /usr/share/hal/fdi/policy/20thirdparty/10-synaptics.fdi, as follow (to avoid trying to load Synaptics driver for the touchpad feature of the tablet):

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">

[Code]....

View 1 Replies View Related

Fedora X86/64bit :: Programs That Work In FC10 And FC12 Develop In FC11

Apr 7, 2010

I have programs that work in FC10 and FC12, but when I run them on FC11, i get behaviour that is very similar to a deadlock. They don't crash or anything. It just seems that all program output stops at one point and never resumes. I am wondering if FC11 has any known threading issues that one may need to know about before trying to use it to run their software from FC10 or FC12. Maybe something in the way that threading is handled differently from FC10 or FC12 that is not necessarily a problem, but just needs to be kept in mind when writing code for FC11.

View 10 Replies View Related

Fedora Installation :: FC12 4 Monitor Video - Edit The Config File And Make To Other Two Work

Feb 9, 2010

I recently upgraded from fc8. I am running two nvidia NVS 285 cards with four monitors and using nvidia driver 190.53-pkg1. I have one card up and running and can edit the config file and make to other two work I just can't get all four to work together.

View 3 Replies View Related

Fedora :: Keyboard Backlight Xset Led 3 Fails?

Dec 4, 2009

With keyboard : Illuminant model SK-020EL See next post for a workaround.

ETA : Code now works for my keyboard.

View 1 Replies View Related

Fedora :: Unable To Set Remote Font Server With XSet

Nov 19, 2009

I recently did a clean install of Fedora 11 (from Fedora 10). In Fedora 9 and 10 I used a remote font server so that I could launch HP OpenView over a VPN tunnel. The procedure would go something like this:

*connect to VPN
*xset +fp tcp/<hp_ux_server>:7000
*ssh -X user@hp_ux_server
*launch OpenView

OpenView requires the fonts that are installed on the HP-UX server, hence the need for the xset command. Now since the installation of Fedora 11, I cannot get the xset command to work.

xset fp+ tcp/<hp_ux_server>:7000
xset: bad font path element (#23), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax

I have turned off the firewall to make sure it wasn't blocking the request. But to no avail. I have also had two other people with Fedora 11 machines try this, they get the same error. Were there major changes in the X server from Fedora 10 to 11+?

View 4 Replies View Related

Fedora :: Circular Package Dependencies - Error "gcc-4.4.2-7.fc12.i686 Requires Libgomp = 4.4.2-7.fc12"

Apr 18, 2010

I have a tricky problem which I could soIve with a c program. I wrote one and found I didnt have gcc so I tried to install it. I was told I needed to install packages. I acknowledged and an error was generated gcc-4.4.2-7.fc12.i686 requires libgomp = 4.4.2-7.fc12 I try to install libgomp and go round again.

View 2 Replies View Related

General :: Fox News Video Doesnt Work In FC12

Dec 15, 2009

For some reason Fox News Video, does not work in FC12, but CNN BBC video are all fine and plays. Flash is installed.e.g. URL... results in just a black screen with a fox logo and no video.

View 14 Replies View Related

Software :: Can't Get Eclipse Galileo Plugins To Work In FC12

Apr 4, 2010

I have recently had to update Eclipse but it behaved weirdly, and there was an experimental plugin that I couldn't get to remove cleanly, so I decide to reinstall it completely, cleaning the old "metadata". The experimental plugin disappeared completely but I couldn't get Eclipse CDT and JDT to work. There's no C/C++ or Java perspective.

After having removed all the eclipse-related packages from my fedora box, I issued a few yum-install commands, specifying, among others, the eclipse-cdt and eclipse-jdt packages. They are showed to be installed in Eclipse, but I can't access their perspective. When I open C or Java sources the default inner editor or Emacs get called instead. I tried to reinstall the CDT and JDT plugins from inside Eclipse. The installation appears to be successful, Eclipse lists the plugins as being correctly installed, but I can't open the respective perspectives yet.

View 2 Replies View Related

Hardware :: Xset Does Not Turn Off Backlight?

Jul 25, 2009

Debian Lenny on a Toshiba Portege 350000:08.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 82)kernel version 2.6.26-2-686On my system, "xset dpms force off" blanks the screen, but does not turn off the backlight. This means that the automated screen off in X does not actually save any power when it blanks the screen.I can turn off the backlight manually using the BIOS tool "vbetool dpms off" (but then I have to turn it back on again manually too).Question 1: is this a problem with the graphics driver interface, or with X, or with the power management driver interface?Question 2: as a workaround, is there any way for me to hook into the dpms off/on that X is doing, and run a script to call vbetool? The best workaround hack I have come across so far is to have a screensaver that calls vbetool, but I was hoping to find something that doesn't require me to run a daemon all the time.

View 4 Replies View Related

General :: Xset: Unable To Open Display

Oct 30, 2010

I tried to log on to a remote computer using ssh, but I got an error:

xset: unable to open display

View 4 Replies View Related

Fedora :: System Update Fails Error "librpmio.so.0 Is Needed By Package Abrt-1.0.3-1.fc12.i686 (updates) Librpm.so.0 Is Needed By Package Abrt-1.0.3-1.fc12.i686 (updates)"

Jan 10, 2010

when ever i try to install updates i get shown an error & the updates stop the error i get says "librpmio.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates) librpm.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates)"

View 12 Replies View Related

Fedora :: Build A Rpm For FC12?

Jan 2, 2010

I saw that AMZ recently updated the rpm for Fedora to be compatible with FC 11, however the install is still broken on FC12 (obviously since it's built for 11).

My main question is has anyone found a decent workaround, that won't completely hose your system? Should I just wait until they build an rpm for FC12?

View 14 Replies View Related

Fedora :: Non-KVM Kernel For FC12?

Mar 10, 2010

Not wanting to speculate why, in the repositories, Fedora doesn't *also* provide a on-KVM enabled kernel counterpart to the default KVM enabled kernel that *is* supplied, I must say I'm frustrated that they haven't done this simple thing.

Considering that everyone who upgrades to KVM enabled FC12 from a previous non-KVM release of Fedora (like FC10) ... considering that these people will be guaranteed to no
longer be able to run VirtualBox or VMWare Workstation after upgrading, is a disappointing oversight by / or intent of Fedora (one that manifests in *lost productivity*).

And try though you may to install the kernel source RPM and compile it after running "make xconfig" to disable KVM support, you usually can't! Fedora kernel compile attempts often die very early in the "make" process, indicating something like ...

"Kernel compile error: No rule to make target `missing-syscalls'

or some other silliness. And when you successfully compile a "kernel.org" kernel, and try to boot it, you get all kinds of missing library errors (etc).

Given that it would be simple to provide both a KVM enabled kernel (as they do), and also a non-KVM enabled kernel (which they don't) so the rest of us can seamlessly continue to run VirtualBox and/or VMWare Workstation after an upgrade - and avoid getting entangled with deciding whether use KVM or XEN for guest O/S's... it's a frustrating misstep to not have done this basic thing (i.e. include a non-KVM kernel). It was a rude awakening when we tried to launch VirtualBox only to have it fail after the upgrade.

Anyway, has anyone successfully compiled their own kernel for FC12 and not get errors after boot? If so, which sources did you use; and what kernel version? In the meantime I'll try out other kernels and compile options.

View 1 Replies View Related

Fedora :: Retroshare On Fc12

May 21, 2010

Has anyone managed to install retroshare on fedora? Where can i find a howto?

View 4 Replies View Related

Fedora :: X-windows Fails Under FC12 64 Bit

Nov 19, 2009

I recently upgraded my CPU (just before the release of FC12), to a 64-bit compatible Intel Core 2 E7600. Upon the release of FC12 I moved to the 64 bit version (via a clean install).

I noticed that NVIDIA does not work (as many topics on this forum confirm). So I reinstalled and used the FC12 default drivers (I think they are called Nouveau-drivers). This seemed to work, so I ran "yum update", and now all X-windows fail.

KDE complaints: "kstartup4 does not exist or fails" and GNOME also complains (sorry forgot the exact error message)

I'd be happy to send logs, but if these are required, which log you want and where I can find it.

how to get or KDE or GNOME running ? (preferably KDE)

System:
Intel Core 2 Duo E7600 (3.1 GHz)
3 GB Memory (800MHz)
Nvidia Geforce 9600 GT
Mobo: Foxconn P35A01

View 2 Replies View Related

Fedora :: Tomcat 6 Won't Start Under FC12?

Nov 20, 2009

Trying to start Tomcat6, I get the following in catalina.out

dl failure on line 696Error: failed /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/client/libjvm.so, because /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/client/libjvm.so: cannot enable executable stack as shared object requires: Permission denied

View 3 Replies View Related

Fedora :: Butterfly-0.5.3-1.fc12 Keeps Crashing?

Dec 11, 2009

Every time I open empathy, I am seeing that message. The messenger itself doesn't have a problem (as far as I can see), but that message really bothers me.

View 4 Replies View Related

Fedora :: Unable To Use Tar.gz On FC12 Amd64

Dec 28, 2009

It was a long time since my last post on this forum. The reason for this was that since FC7 I've moved to Debian Etch and then to Ubuntu, but now I'm back trying FC12 amd64 on my machine and seen how it changed.Almost everything is going well until now. After almost two years I see that a great development was made to build and gui to yum, but synaptic is still superior, imho.

Well, as I said, everything is going well with one exception: the *.tar.gz files.
Doesn't matter if I use the gui or the cli. If I try to compress or decompress any file to tar.gz it fails with the error message bellow. All other file types work perfectly.

Code:

/bin/gtar: Child returned status 1
/bin/gtar: Exiting with failure status due to previous errors

As I said, I'm running FC12 amd64. Gnome environment.

View 14 Replies View Related

Fedora :: Fc12 Firstboot Login

Jan 18, 2010

I have just installed fc12, and everything seemed to go well. After reboot I get a line asking for First login:From what I've found, this should be the firstboot thing, but I don't know the login, and can't find any answer with a search.

View 6 Replies View Related

Fedora :: Fc12 Rapidsvn No Menu Bar?

Feb 9, 2010

is it me, or is the rapidsvn in FC12 have no menu?I cant find anyway to do "file > edit > preferences", theres no menu bar at all.I've used rapidsvn since FC8 and this is the first time I cant find the menubar lol.

View 1 Replies View Related

Fedora :: See All Messages Given Out By Fc12 System?

Feb 19, 2010

I'd like to see all messages given out by my fc12 system. So no graphical interface shows up when I shall type the bootloader-password or log-in with my user.

View 1 Replies View Related

Fedora :: Azureus Cause FC12 To Hang?

Feb 20, 2010

Just upgraded to FC12, but when running azureus, it hang the entire system.Anybody had the same problem. I tried both yum installed and download from azureus site.

View 2 Replies View Related

Fedora :: Upgrade From CentOS 5.4 To FC12?

Feb 23, 2010

I install CentOS 5.4 on a customer's workstation. They out-of-date nature of Enterprise is not at all working out for him. Since Enterprise is essentially FC6, is it possible to just upgrade him to FC12, or am I looking at a wipe and reinstall?

View 7 Replies View Related







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