Fedora X86/64bit :: 3D Effects Unsupported

Mar 13, 2010

It's now working... if any of you have this problem:

I'm not sure but I think it's how it worked...

HTML Code:

Last night I updated system including kernel (2.6.32.9-70.fc12.x86-64), then my system couldn't start, I fixed it by booting into a previous version of kernel and:

Code:

Then I was able to boot in newest kernel, nothing blurry or so, but my Desktop Effects won't work ( want compiz to work :P )

When I try System->Preferences->Desktop Effects it says 3D isn't hardware supported.

WHen I tried "compiz --replace" it says:

Code:

I get this at boot.log:

Code:

I went to /etc/rc.d/init.d/functions and in line 520 I found some action() ( I suppose it is the same for everybody...

Now I look at my xorg.conf, and it has only this:

Code:

How could I have my effects working again ? I know a lot of people had problems with newest kernel and nvidia drivers but they all seem to be working after installing akmod ...

View 2 Replies


ADVERTISEMENT

Fedora X86/64bit :: Cannot Enable Desktop Effects

Mar 7, 2011

I am running Fedora 14 x86_64 with KDE and I cannot enable desktop effects. My graphic card is : 02:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9400 GT] (rev a1

View 14 Replies View Related

Fedora X86/64bit :: F11 - Fix The Nvidia Drivers And Stuff To Let Desktop Effects Work - Kernal Error

Jul 27, 2009

i m trying to fix the nvidia drivers and stuff to let Desktop Effects work. I reboot after some changes, and at first I got a kernal error message, and the Fedora froze. So I restart,, and it freezes before I even get the error message. Pop in the live cd, booted up from it so I can talk to my fedora friend, and the reboot to try again. Works, still hasn't froze, and I could get the actual error info.

View 4 Replies View Related

Software :: Unable To Boot To RHEL 4 32bit After Installing RHEL 64bit - Error 13: Invalid Or Unsupported Executable Format

Apr 27, 2009

I have 4 partitions in my system, out of which two(sda1, sda2) have windows on them. I have installed RHEL 4 32 - bit on sda3 and after that , installed installed RHEL 64-bit on to a partition sda 5. Now i am unable to boot into RHEL 32-bit. The error i am getting is Error 13: Invalid or unsupported executable format.

View 1 Replies View Related

Fedora :: Removing Unsupported Packages After Upgrade?

Sep 14, 2010

I recently did upgrade from F12 to F13 using preupgrade, and I was following the guide from the Fedora project website [URL]

On the section Removing unsupported packages it shows how to find orphaned packages and sugest you remove them. I tried that, found a bunch of packages that I promptly erased. But then I
came across

ModemManager-0.4-5.git20100720.fc12.x86_64

I thought "well I don't use a Modem" so I tried to yum erase it. I stopped when I saw that it was trying
to also remove the dependencies, a bunch of NetworkManager packages.

My question is, why is ModemManager flagged as an orphan if it has packages depending on it, isn't that wrong?

And also, the recommendation on the guide to remove these packages can be dangerous to people who don't pay attention (imagine someone accidentally removing NetworkManager, no internet).

I will keep the "orphaned" package out of necessity, but something is wrong in this whole deal.

View 3 Replies View Related

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

Fedora Servers :: LTSP - ERROR: Fc14 Unsupported

Feb 3, 2011

when i want run "ltsp-build-client" command i get this error: ERROR: fc14 is unsupported i want know there is any plan for ltsp 5.2 support in fedora 14 and how i can solve this problem for use ltsp in fedora 14.

View 2 Replies View Related

Fedora Hardware :: Unsupported Operation While Copying - External HD?

Jul 25, 2011

My USB ntfs external hard drive mounts fine when I plug it in and I can often copy files with no problems.However, I have some large folders on my machine (~10 GB with ~ 200,000 files) which begin to copy to the external drive but then stop with the error "Unsupportes operation while copying <filename>." The file currently being copied when this happens appears to be random. Does anyone know what the issue is and/or how to fix it?

View 6 Replies View Related

Red Hat / Fedora :: Unsupported Version 30277 Of Verneed Record

Jul 8, 2011

I recently installed Fedora 15 on a new laptop (after, of course, deleting the pre-installed virus that came with the laptop). I installed the normal suite of tools using yum, including gcc. However, I cannot even build and run Hello World, so now I really feel like I don't know what's going on.

Code: #include <iostream>
int main (int argc, const char *argv []) {
std::cout << "Hello, world ";
} Build: Code: g++ -o main.o main.cc -g -Wall -pedantic
g++ -o hello main.o -g -Wall -pedantic -nostartfiles
/usr/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored.
/usr/bin/ld: warning: Cannot create .eh_frame_hdr section, --eh-frame-hdr ignored.
/usr/bin/ld: error in main.o(.eh_frame); no .eh_frame_hdr table will be created.

That doesn't look too promising, but they are warnings, and an executable was created, so try running it:
Code: ./hello
./hello: error while loading shared libraries: ./hello: unsupported version 30277 of Verneed record. I have not had any success understanding what is wrong from googling, so I am now trying it here.

Let's see:
Code:
> uname -a
Linux readingj 2.6.38.8-32.fc15.x86_64 #1 SMP Mon Jun 13 19:49:05 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> g++ --version
g++ (GCC) 4.6.0 20110530 (Red Hat 4.6.0-9)
Copyright (C) 2011 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is No warranty; not even for merchantability or fitness for particular purpose. I ran 'yum -y update' just before producing all this.

View 1 Replies View Related

Fedora X86/64bit :: Skype Static Version On 64bit FC10

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

Fedora X86/64bit :: Same Fortran Code, Different Results For 32 And 64bit System?

Jan 15, 2010

I have the simple fortran codes as:

Code:
integer :: i1=2455121, i2=2455121
real :: s1=0.19123840, s2=0.20749992
real*8 :: a1, a2
a1=i1+s1; a2=i2+s2

[Code]....

When s1 and s2 are stated with 'real*8', the 64bit and 32bit systems get the same results.

View 6 Replies View Related

Fedora X86/64bit :: No Sound In F X86 64bit In Sony Vaio Laptop?

May 24, 2010

I just bought sony vaio laptop(EB16) couple of days before.I had window 7 OS. Two days before i downloaded Fedora-12-x86_64-DVD & installed in my PC.Everything is working fine except when i play any video or audio file such as .avi, .mp3 from any player such as vlc player, movie player ,xine etc , i don't get any sound.I tried to search this problem in internet but still i am not able to resolve this problem.

[Code]...

View 14 Replies View Related

Fedora X86/64bit :: F15 64bit Send Receive Sms Via Usb ZTE Mobile Modem?

Aug 18, 2011

Im trying to set up my 3G modem to recive and send sms but I had no luck so far

Code:

Bus 002 Device 010: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636Im I tried with gnokii and wammu and many other things and did not want anything to do

View 1 Replies View Related

Fedora X86/64bit :: Work Correctly With Firefox 3.5 And F11 64bit?

Aug 15, 2009

Can anyone get the website below to work correctly with Firefox 3.5 and F11 64bit?[URL]...All I see is the background scrolling slowly and jerkily, none of the buttons at the bottom work. Reboot into Windows 7 and IE8: the same site is fast, smooth, the buttons work and the product details appear correctly in the centre of the screen.

I've tried disabling all adblock /pop up block options, ensured all javascript options are enabled and no change. Could this be a problem with the 64 bit flash player (installed from leigh's sticky thread) or a problem with OpenJDK?

View 4 Replies View Related

X86/64bit :: Official NVIDIA Drivers For 64bit Of Fedora?

Feb 4, 2010

Only asking if there is any official NVIDIA drivers for 64bit of fedora ?

And, What is the best alternatives ?

Also, What is the best graphics card to use with Fedora 64bit so i buy it ?

View 3 Replies View Related

Fedora Hardware :: Server Twin/two Processor Causes Freeze (unsupported)

Aug 13, 2010

My older motherboard is a MSI K7D Master which had two AMD Athlon 1800 MP's installed. My new motherboard is a HDAMA Rev G which has two AMD Opteron Socket 940 CPUs 2.4Ghz installed. When both chips are installed, Fedora will freeze when putting the system under load (i.e when transferring data). This has now happened to both the motherboards, once I remove the second CPU the system will run perfectly.

I think it may be a kernal problem as this also happens on other linux distributions. I have posted here for several reasons, a) to allow any other person searching for a fix a solution (all be it not a good solution), b) to request help on fixing this issue or request to who and where I should report this bug, c) to see if any other users are having the same issues. I should add that I once had the MSI mobo used in conjuntion with Windows Home Server which never had a problem when both chips were installed.

View 2 Replies View Related

Fedora Hardware :: Ultimate-N 6300 Does Not Work Under F13 - Unsupported - Too Old - EEPROM

Nov 11, 2010

I replaced the old WIFI card (Intel PRO 3945ABG) in my Dell D620 with the new Intel Ultimate-N 6300.

According to intel's website the driver is integrated in the current kernel (mine is 2.6.34.7 61.fc13.i686.PAE) and I have the latest firmware installed as well (iwl6000-firmware-9.221.4.1 1.fc13.noarch) however it does not work.

I tested the card with Windows XP and it works perfect.

The output from "dmesg" is:

Code:

Code:

But with my previous card "lspic -v" will show the driver in use but the new card does not:

Code:

So it detect the card for some reason does not assign it a driver!

And i googled this "Unsupported (too old) EEPROM" and found some results related to Ubuntu but were not useful.

So am I missing something? what does that message mean "Unsupported (too old) EEPROM"?

View 2 Replies View Related

Fedora Installation :: Safely Remove Unsupported Packages After FC13 Upgrade?

Jun 2, 2010

I managed to successfully upgrade FC11 to FC13. While doing the post upgrade steps, I made a HUGE mistake. After identifying the unsupported packages, I used "yum remove package1 package2" command to remove the obsoleted ones without realizing the yum was also removing many FC13 packages! Here are the cmd sequence used:

# package-cleanup --orphans
...
# yum remove compat-db45-4.5.20-5.fc10.i386 flash-plugin-10.0.32.18-release.i386 gnome-spell-1.0.8-5.fc9.i386 ifd-egate-0.05-21.i586

[code]....

I simply typed Yes and left unattended for a few minutes after yum prompted there were # of packages to be removed as I blindly believed it would do the job. After returning to the computer, I found many installed icons were disappearing, the wireless suddenly turned off etc. I killed the yum process right away but it was too late.

-Is there anything I could do to undo the yum remove process?

-How to safely remove supported packages?

View 14 Replies View Related

Fedora X86/64bit :: BBC IPlayer Desktop And AIR On 64bit?

Oct 17, 2009

Edit: now working, thanks very much Leigh and Dangermouse.

Anyone successfully installed AIR and iPlayer on F11?

I've switched to 32 bit Adobe flash, tried Autoten for AIR and Dangermouse's advice for iPlayer: url.html but it's not working, and trying to install AIR from url results in an endless busy downloading graphic .

I assume my problem is a lack of required packages, though I searched the repositories using YUM extender for the packages listed here: url.html and can't see them either as installed or available.

View 14 Replies View Related

Fedora X86/64bit :: IBM Lotus Symphony On 64bit 11?

Oct 18, 2009

I want to install IBM Lotus Symphony on my 64 bit system, but yum only finds 32 bit version.

View 14 Replies View Related

Fedora X86/64bit :: 13 64bit Won't Recognise Any HD To Load Into?

Sep 1, 2010

i have a asus K8N-DL MB with 2xAMD64 opteron270 and 4G ram3x1TB drives in raid 5 using onboard SIL controllerand 2 SATA drives also on SIL but not raidedhad previously had F10 64 bit loaded whick workedtried to upgrade and failed (destroyed data)tried a fresh install low level formatted the 3x1TB and made them into raidleft other drives as is
takes a long time to boot into the point of trying to find HDthen nothing found

View 8 Replies View Related

Fedora X86/64bit :: Bash Check For 64bit?

Jun 21, 2011

As i just started to write scripts, i'd obviously like automize some actions, therefor i'd like to check the users system if its 64bit. Is there a function to check this?

were's a good start to get into bash scripting, the files i use as template gave pretty much good info, but yet i have no idea what i'm actualy doing

View 4 Replies View Related

Fedora X86/64bit :: F15 64bit Hardware Requirment?

Sep 2, 2011

Iam trying to install F15 64bit but I failed my hardware as folow

mb : asus m5a88m
cpu: amd phenom ii x6 1100t
ram: 8 gb 2x4gb Kingston 1333
hdd : wd 1tb sata3
wd 1tb sata2
vga: ati 4250 b/in

installation media: downloaded dvd image burned the image installed correctly inside vmware and work as expected but the media boot to the first screen quistion and when press ok for new installatin the answer is a serious of errors messages (a lot of it). did my hardware not compatible??

View 4 Replies View Related

Fedora X86/64bit :: Fedora 10 64bit Not Supporting 7gig RAM?

Mar 5, 2009

I have Intel Pentium Dual Core E2180 / 2 GHz processor. i just upgraded my system with 4 memory sticks i.e. 7GB of RAM due to my requirements. Now the issue that i am facing is that my 32bit fedora system does not showing and suppoting more than 3.XX gigs of RAM when i consult "/proc/meminfo", "free -m" and "top". Now i have done two thing, first i have installed a PAE version of kernel. In result of this my system become two slow with the following error at startup. Error: starting udev: wait timeout. will continue in the background <Failed> Secondly, i installed a 64bit version of Fedora 10 but still it showing not more than 3GB of memory. Also a kernel bug system alerts me of not supporting more than 3gigs of RAM and ask me to send that bug to[URL]

View 14 Replies View Related

Fedora X86/64bit :: Error: "Missing Dependency: Libnetfilter_conntrack.so.1()(64bit) Is Needed By Package Iptstate-2.2.1-5.fc11.x86_64 (installed)"

Nov 10, 2009

Today I got update notification. I type in terminal yum update, and get this error: Quote: Error: Missing Dependency: libnetfilter_conntrack.so.1()(64bit) is needed by package iptstate-2.2.1-5.fc11.x86_64 (installed) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest

I removed iptstate.x86_64, again run yum update, and than, ibnetfilter_conntrack got installed. I tried to install iptstate.x86_64 again, but i get Quote:

[Code]...

View 2 Replies View Related

Ubuntu :: When Press The "effects" Button It Tells That Need To Install LADSPA-compatible Effects?

Jul 26, 2010

So I'm interested in using Jokosher as an alternative to Garageband, which is what I'm used to using for recording music. After messing around with it a bit I've encountered a couple problems.The first is that Jokosher doesn't seem to remember the audio input device I selected the last time I used it. This may seem like a minor complaint, but I like to use my computer sort of like a tape recorder - that is, I use it to jot down quick musical ideas for later reference. With Garageband my internal mic is automatically selected, so all I have to do is press record. With Jokosher, however, I have to select the input I want to use every time I open the program. This, to me, kinda defeats the purpose of using a computer as a quick note-taking tool. Is there any way to set a default audio device for Jokosher to use, or to somehow make it remember which device I selected the last time?

The second is that I don't know how to install effects for this program. When I press the "effects" button it tells me that I need to install LADSPA-compatible effects myself. I've done a little bit of googling and still I can't figure out how to do this or which effects I should get.

View 3 Replies View Related

Ubuntu :: Visual Effects / Windows XP In GRUB - "desktop Effects Couldn't Be Enabled"

Aug 26, 2010

im using the ubuntu distro and when i goto the visual effects tab and click on normal or extra, it says "desktop effects could not be enabled" also, i have Two hdd's, a 100GB that has windows 7 and ubuntu. and a 250GB that has Windows XP. GRUB didnt notice windows xp though, so its not a boot option.

View 5 Replies View Related

Fedora :: KDE Crashing After Desktop Effects?

Oct 2, 2009

fter I enable the desktop effects on KDE, everytime that I login in to a session,KDE crash.... Im just gettin a black screen.My question is. Can I turn off the desktop effects by editing a file? if so, which file do I need to edit.... and where is the extensive directory tree i can find a the file that holds information about kde crashing "error file or log file" were I can get more info in what is happening with KDE and find out why is crashing.

View 2 Replies View Related

Fedora :: 11 Desktop Effects With ATI Radeon?

Oct 6, 2009

Desktop Effects could not be enabled. Also, I'm not having any luck installing Catalyst drivers. After installing Catalyst driver for the right kernel version, Xorg goes corrupt when starting up.Kernel: 2.6.30.8-64.fc11.i686.PAEVideo card: ATI Technologies Inc Mobility Radeon HD 3450$ glxinfo | grep renderdirect rendering: YesOpenGL renderer string: Software Rasterizer

View 3 Replies View Related

Fedora :: Cannot Enable Desktop Effects

Nov 4, 2009

I ran "sudo yum install compiz-gnome" and when I run "desktop-effects" and click "Enable desktop effects" it just takes me back to the login screen.

View 1 Replies View Related







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