Fedora X86/64bit :: Unable To Use 14 (64) Newest Patches With RANDR?
Jun 13, 2011
I have been running tomcat as a web server for quite a while. One particular application requires OpenOffice to be up a server for document conversion. Under Fedora 14 (and NOT before), I had to add Xvfb to the mix so OpenOffice could run properly headless. I have a script to start/stop/restart tomcat (S99tomcat) which has been working flawlessly until I did the most recent updates to Fedora. The script still works fine (S99tomcat start) at boot time. However when I invoke stop and then start it due to an application change (or just restart) - openoffice fails to come up whining about xrand
Here is the line I use to bring up OpenOffice
/usr/lib64/openoffice.org3/program/soffice -nologo -headless -accept=socket,host=localhost,port=9999,tcpNoDelay= 1;urp;StarOffice.ServiceManager
It took a lot of research to get the above right (open office parameters are sensitive to order on the command line and quotes need to be put around the parameters as there is a semicolon embedde in the accept parameters.
Anyway - here is the new error
Xlib: extension "RANDR" missing on display ":1.0".
Xlib: extension "RANDR" missing on display ":1.0".
Xvfb is running on Display ":1"
If I reboot the machine this same command set will run fine. This just happened when I applied the newest patches for all my software (normally I do this weekly).
View 1 Replies
ADVERTISEMENT
Sep 13, 2010
My laptop is currently running on Windows 7 Ultimate. I have a 320 GB HDD, which I have partitioned as follows. C: Drive as Windows 40 GB capacity and successively partitioned the rest of the drives for 50 GB capacity and left an unallocated space of 67 GB for fedora 13 x64 installation. The problem that I am facing is, that I am unable to install fedora on this unallocated space..even though I am checking the option for "Creating custom Layout". When I check the option for "Creating Custom Layout" Ive been shown with the only option to install fedora on the unused space on the HDD which is around 265 GB. I am also attaching a screen shot of my disk management. how I can install Fedora on this unallocated space of 67 GB?
View 12 Replies
View Related
May 23, 2009
I am using Fedora 10 64 bit, KDE. I have installed KDEbluetooth application. but I am not able to use the bluetooth service. Is there any other application in fedora?
View 1 Replies
View Related
Nov 30, 2010
I installed Fedora 13 x86 64 on my Dell system as Installation rimpo it has not installed gcc and related lib files. Any other addon I am trying to add to my system looking for gcc, so I could not install any thing on it. I tried with gcc rpm file but it again looking for several files I find these files on 3rd CD of Fedora 13 But I could not install them. And now my net connection asking for rp-ppoe file which also require gcc etc. So I could not connect net as well.
View 8 Replies
View Related
Jan 31, 2011
For some reason in the last few days I can no longer logout of KDE, nor will it let me shutdown the system. The only way out is to Ctrl+Alt+Backspace and then shutdown from there. Weird thing is other users can. For me the logout box just disappears and I carry on working or if effects are enabled, the screen blurs and I carry on working. After this the logout box doesn't come back up until I have restarted X (logged out).
I have tried disabling the desktop effects to no availe and I have looked in the messages / kdm logs. So far the only thing I can find is in KDM.log
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Internal error: Could not resolve keysym XF86TouchpadOn
> Internal error: Could not resolve keysym XF86TouchpadOff
I have no idea if this is at all relevant but there are several threads from Google relating to this and GDM, although no cures as far as I can tell.
I would rather not delete my ~/.kde folder again if at all possible as it takes ages to reset everything back to normal.
View 3 Replies
View Related
Nov 25, 2009
I am trying to kick start learning programming for Android.I try to install Android SDK(1.5, 1.6, and 2.0). However, the emulator keeps crashing with "Segmentation Fault" error. Since Android emulator is a binary only 32 bit executable, I suspect that I am missing some 32 bit library, so I tried to install qemu.However, since my installation is 64 bit, I can only install 64 bit qemu. how to enable 32bit repository on a 64 bit system? I don't know if I should use i586 or i686.
View 2 Replies
View Related
Feb 11, 2011
I am unable to boot my Fedora 14 after last nights kernel update. When I start the boot up and hit F2 the system fails after outputting the line : Starting vservers of type 'default'. At some point the console displays an error message :
serial8250 : Too much work for irq17
How do I restore my previous version? I know some people have suggested in the past - just modify the grub.conf but how? When I boot off the cd I only get access to the liveuser disk. I need to have access to my own /boot/grub/grub.conf file.
View 14 Replies
View Related
Dec 24, 2009
I have driver DVD for ASUS motherboard. This DVD has drivers (motherboard and audio) for Linux, how do I install these packages.
When I tried installing these with package installer, it says cannot install the packge.
View 4 Replies
View Related
May 20, 2009
I am having a problem recognizing the full 24GB memory on a dell PowerEdge R610 system I just purchased. This is the Fedora 11 preview version, uname -a returns this:Linux comp1 2.6.29.3-140.fc11.x86_64 #1 SMP Tue May 12 10:44:27 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
this is the off the shelf box from Dell and it is a quad-core with 24GB memory, but the OS can only recognize about 3GB, here is the free -m
total used free shared buffers cached
Mem: 2980 607 2373 0 24 176
the system is otherwise functioning normal. how to get the full 24GB of mem recognized?
View 12 Replies
View Related
Jun 21, 2009
since upgrading to Fedora 11 I keep getting this error:
Code:
BUG: unable to handle kernel NULL pointer dereference at 0000000000000041
IP: [<ffffffffa01fab94>] sync_request+0x1/0x8de [raid456]
PGD 49435067 PUD 494f6067 PMD 0
Oops: 0002 [#1] SMP
last sysfs file: /sys/devices/virtual/block/md0/md/sync_speed
CPU 0
Modules linked in: ip6table_filter ip6_tables ip6t_REJECT nf_conntrack_ipv6
[Code]...
View 1 Replies
View Related
Jan 29, 2010
Is there a way to reset the yum database so that it can go and re-apply the patches that have already been installed?
I have a Fedora 12 with the latest patches, and I managed to screw up some files or delete some files to the point where all I have now is the Fedora splash screen when I reboot.
I can get to single-user mode, and the thinking is that if I can get yum to ignore the latest patches that are already installed and pull down and re-install the latest patches, then whatever files that are corrupt or missing will be put back.
View 14 Replies
View Related
Sep 1, 2010
how to update patches in fc12.
View 2 Replies
View Related
Apr 25, 2011
I need to build a new kernel. I was directed toI tried following the instructions but I think I may have ended up with way more than I wanted. After just over 3 hours the build exhausted the 5.2GB I had available and fell over. The .config file used was nearly twice the size of the one I supplied. Why was it changed?I don't need an rpm.Are the patches supplied with the 2.6.38 sources required or nice to have?
View 3 Replies
View Related
Nov 22, 2009
I installed fedora 12 beta and I wonder if there are updates or patches to this beta version?
View 3 Replies
View Related
Nov 26, 2009
When I do System > Applications > Update System, it brings up a list of updates, and can tell me what each update is meant to fix (i.e. "fixes a bug in the flux capacitor so time travel works again (CVE-01234)"). How do I get similar info from the command line- I can't get it through yum, can I?
View 3 Replies
View Related
Mar 30, 2010
Since about half a year ago I downloaded the 11th version of Fedora from the official web page but when trying to install it (I tried booting from cd) it loads everything all right, I get the fedora loading screen, but when it finishes the loading remains so, I doesnt mark errors or anything, I get the cursor on the black screen, the HDD LED turns off and then it remains just like that, I left it up to 1 full hour and from there nothing happens, also tried the ubuntu 9.04 and it is exactly the same, after loadint everything ok, it reaches a point where the screen goes black with a cursor and the HDD LED goes out , the cursor keeps going and it gets stuck.i readed a few time ago that this happens because my video card (which was integrated in the mb) did not support these versions of linux, then i bought an Nvidia GeForce FX 5200LE 128mb card and same thing happened, a couple of months ago i was using a P4GEMX ASUS motherboard with 760 RAM and HDD 160 gb IDE drive. I gave up and leave it for peace.
Today I use an D865GBF Intel motherboard with 1GB of RAM, same video card Nvidia Geforce FX 5200LE and passes the same thing, also tried to install Windows 7 and reaches the point where it shows the wallpaper just before the installation options but nothing happens and it stays right there .. the pointer disappears, I gets stuck in the wallpaper and yet again...the HDD LED goes out, I am very confused, I changed every piece of the pc, new motherboard, new rams and nothing, the only thing that I am still using of the old pc is the hard drive, also tried another HDD, one of 60gb GHola que tal, very good afternoon to all, is the first time I write in the forum and my problem is this:
Since about half a year ago I ordered a cd of ubuntu 9.04 version when trying to install (if I try booting from cd) load all right, I get the ubuntu loading logo, just finished loading and remains so, I mark errors or anything, I get the cursor on the black screen, the HDD LED turns off and now ... just so he stays, I left it up to 1 full hour and from there nothing happens, also try booting linux from the cd (without making changes to your computer) and it is exactly the same, try also with Fedora 11 and it is exactly the it reaches a point where the screen goes black with a cursor and the LED goes out there hard drive, the cursor keeps going and is just lei long that this was because my video card (which was built in) did not support these versions of linux, then buy a Nvidia GeForce FX 5200LE card and same thing happened, was a P4GEMX ASUS motherboard with 760 RAM and disk 160 gb IDE drive. I gave up and leave it for peace.
Today I D865GBF Intel motherboard with 1GB of RAM, same video card Nvidia Geforce FX 5200LE and passes the same thing, also try to install Windows 7 and reaches the point where it makes the wallpaper to give after the installation options and stay there .. falls short of options, the pointer disappears, I stay in the wallpaper and for varying the harddisk LED goes out, I am very surprised and totally changing equipment, new motherboard, new ram and nothing, the only thing that I am using the above pc the hard drive, also try another 60gb hard drive and same thing happens, it will be??? perhaps I need a SATA hard disk??
View 4 Replies
View Related
Feb 9, 2011
I am traying to install VLC on RHEL 5.5 I have installed the rpmforge repos rpms.I get this error message everytime:
vlc-0.9.9a-7.el5.rf.x86_64 from rpmforge has depsolving problems
--> Missing Dependency: libdvdread.so.3()(64bit) is needed by package vlc-0.9.9a-7.el5.rf.x86_64 (rpmforge)
[code]....
View 1 Replies
View Related
May 27, 2010
Tried out the latest Fedora 13 release for kicks, and seem to be liking it so far I'm an openSUSE user and created some RPMs (on openSUSE) for myself which have the Ubuntu font rendering patches in them. I played around with the Fedora RPMs and managed to patch freetype-freeworld, cairo, fontconfig and Xfto achieve subpixel hinting on par with Ubuntu I wanted to share them with the Fedora community, if interested. Is there any place like an openSUSE Build Service for Fedora where I can host them...or maybe some community site that can host them? A screenshot of my desktop:
View 14 Replies
View Related
Jan 26, 2010
Does linux have any patch managment software/solution which can distribute the patches to linux and windows clients OR is it possible that we can deploy the patches from linux to windows machines
View 1 Replies
View Related
Apr 9, 2010
i got per default python 2.6.2 on my fedora 12. how can i install the newest version python 3.1.2?
View 2 Replies
View Related
Apr 24, 2011
After playing with various Linux distributions over the past 3 weeks (mostly Ubuntu) I decided on Fedora as the keeper. However, when it comes to linux I'm about as green as they come. I installed KDE Fedora today and managed to get Firefox and Flash installed without much trouble. However, I'm trying to download the newest version of Thunderbird but after a lot of looking, how to do it.
View 2 Replies
View Related
Jun 20, 2011
i'm an absolut beginner in the world of linux. i'm 22 years old and i used windows all my life but now i think i'm ready to move on! plus i think linux should fit my purposhes regarding computer usage as i'm currently using my pc for academic stuff and i saw there's a superbe program for electronics here (i study physics)!right now i'm using windows xp sp3 and an ancient IBM R51 laptop - Intel Pentium M 1.5Ghz, 512 ram. i'm not exactly sure it fits the requirements as i saw in fedora page i should have >700mb ram.. will i have any problems? will my machine run smoothly even with the newest interfaces (gnome 3.
View 6 Replies
View Related
Dec 27, 2010
I'm attempting to disable RandR so that fglrx can control X without interference. I've already followed this advice from another thread, but aticonfig still indicates that RandR is active:
Code:
$ aticonfig --enable-monitor=0
Error: option --enable-monitor is not supported when RandR 1.2 is enabled!
[code]....
View 4 Replies
View Related
Nov 8, 2009
I wanna use firefox for working with codes add-on, but when I run "yum install firefox", there is just Firefox version 3.5.0 beta 4 while the newset version at this time is 3.5.5, so I try to install the newest version of firefox browser.
View 9 Replies
View Related
Feb 16, 2011
I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.
View 8 Replies
View Related
Mar 6, 2016
Running the nvidia driver 304.125 from the repos. Debian 8.
I am running 4 monitors without xinerama. I'm not using xinerama because there is a bug which prevents opengl acceleration from working on all four screens since one of the gpus is a bit older than the other.
The solution for this, I am told, is to use xrandr instead of xinerama.
I'm using arandr as a nice front end to xrandr. However, when I run arandr on each screen, the only output it shows as available is the current screen.
I also see:
Xlib: extension "RANDR" missing on display ":0.0"
etc.
How do I enable the RANDR extension so I can get arandr working and unify my four monitors into one?
View 6 Replies
View Related
Apr 13, 2010
I did my research and understand that RandR is replacing Xinerama and Sax2, it's a good thing in my opinion but it's not there yet -- at least not for my setupI fully admit, this is not a simple usage. Anyway, I have 4 monitors setup in an inverted "T" arrangement (think 3 in a row at eye level and one above the center monitor) on two NVIDIA 6800 GT cards.Out of the box the detection software gets my monitor details right for one of the monitors on the card it detects but not the other. So, I get 1680x1050 on one monitor and something silly like 800x600 on the other (does anyone have less capability than 1024x768 anymore? I think less than that as a default on anything other than a mobile device (like a smart phone) is pointless conservatism but I digress from the issue.)
My other NVIDIA card doesn't show at all so I am stuck with one good monitor setup, one bad, and 2 non-existent.Then I ran Sax2 and got some mode info. that I had to figure out myself in OSE 11.0 so that was nice (still didn't detect my full setup but it never did so that's fine). Next I took my xorg.conf file from my 11.0 installation and put it in the /etc/X11 directory of my new 11.2 installation (incorporating the updated mode info. for my monitor).I then installed the NVIDIA native drivers and it looked like everything was working as before.Except, after a while I noticed this error: "Xlib: extension "RANDR" missing on display ":0.0"." Coming up after various actions which prompted me to learn about RandR. Running "xrandr --version" I get this result:
xrandr program version 1.3.2
Xlib: extension "RANDR" missing on display ":0.0".
RandR extension missing
[code]....
View 9 Replies
View Related
Apr 11, 2010
When I try to get to the configuration of my monitor by using KDE Settings -> hardware -> monitor, I receive the msg: "Your X server is running the RandR extension at version 1.2 or greater which doesn't have any configuration yet." and it refuses to go further. What does this mean and where should I configure it? When I use Yast, Sax2 starts normally.
View 9 Replies
View Related
Sep 2, 2010
I've been trying to get the dual monitors to work the way I want them to, so far no luck. I read that xinerama would enable dragging between two X screens so I went to System -> Preferences -> Monitors and clicked the box for xinerama. Rebooted and now the top panel is on the other screen and, more importantly, I can't access the monitor controls anymore.When I click on Monitors I get an error message that says "Could not get screen informaion, RANDR extension is not present"I love Ubuntu, but the work required just to get it doing what I need it to do is tough to soldier through.
View 1 Replies
View Related
Mar 16, 2009
Downloaded from here: [URL] then ,it is 32-bit and I need to know what all 32-bit libs are needed as dependency for skype to work. I am on Gnome Fedora and purposefully selected static version of skype to prevent installation of libqt4.
View 2 Replies
View Related