Debian :: Upgraded The Version Of Xorg To An Unsupported One?

May 29, 2010

My setup is: Debian Lenny 5.0.4 I have an ATI Radeon X1200 series (embedded in the motherboard).What version of the ATI official drivers do i need? I recall that i was having troubles with the latest drivers, because ati has dropped support for these products. Another question is: Does Lenny 5.0.4 will work with the previously mentioned graphics card, or they had upgraded the version of Xorg to an unsupported one?

View 14 Replies


ADVERTISEMENT

General :: Cannot Edit Xorg.conf To Fix - Input Unsupported - Message

Jul 10, 2011

I am trying to install debian as a DC but on reboot I get the "Input not supported " error. I switched to virtual input and login to try to edit the xorg.conf file but created a new file instead because the xorg.conf file is open by the installation. How do I close it so I can edit it and continue. I am afraid to start a new file as I am not sure what is in the ools one.

View 2 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

OpenSUSE Install :: Unknown (unsupported) BIOS Version Acer/Aspire 6920/V1.14

Feb 2, 2010

I'm absolotly not sure, if I'm right here. During start I see the message "unknown (unsupported) BIOS version Acer/Aspire 6920/V1.14 , please report, aborting!"but I did not found any Mail or URI, where I can report this one. So I paste the partof the boot.msg here. Hopefully it will be on the right place. If not :

Acer-6920:/var/log # cat boot.msg |grep 8.82
<4>[ 0.038082] [<c0208056>] show_trace+0x26/0x40
<4>[ 0.185822] [<c048ef1c>] acpi_tb_load_namespace+0x6e/0x136
<4>[ 0.185827] [<c048effa>] acpi_load_tables+0x16/0x4b

[code]...

View 1 Replies View Related

Ubuntu :: Mdadm Raid + GRUB = Not Booting - Error: Unsupported RAID Version: 0.91

Jul 18, 2011

I have a raid5 on 10 disk, 750gb and it have worked fine with grub for a long time with ubuntu 10.04 lts. A couple of days ago I added a disk to the raid, growd it and then resized it.. BUT, I started the resize-process on a terminal on another computer, and after some time my girlfriend powered down that computer!
So the resize process cancelled in the middle and i couldn't acess any of the HDDs so I rebooted the server.

Now the problem, the system is not booting up, simple black with a blinking line. Used a rescue CD to boot it up, finised the resize-process and the raid seems to be working fine so I tried to boot normal again. Same problem. Rescue cd, updated grub, got several errors: error: unsupported RAID version: 0.91. I have tried to purge grub, grub-pc, grub commmon, removed /boot/grub and installed grub again. Same problem.

I have tried to erased mbr (# dd if=/dev/null of=/dev/sdX bs=446 count=1) on sda (ide disk, system), sdb (sata, new raid disk). Same problem. Removed and reinstalled ubuntu 11.04 and is now getting error: no such device: (hdd id). Again tried to reinstall grub on both sda and sdb, no luck. update-grub is still generating error about raid id 0.91 and is back on a blinking line on normal boot. When you'r resizeing a raid MDADM changed the ID from 0.90 to 0.91 to prevent something that happend happened. But since I have completed the resize-process MDADM have indeed changed the ID back to 0.90 on all disks.

I have also tried to follow a howto on a similar problem with a patch on [URL] But I cant compile, various error about dpkg. So my problem is, I cant get grub to work. It just gives me a blinking line and unsupported RAID version: 0.91.

View 2 Replies View Related

Fedora :: Just Upgraded From 13 To 14 (laughlin) Version And Evolution Won't Work

Apr 19, 2011

Recently I upgraded my Fedora 13 to its latest (stable) version Fedora 14 Laughlin. Things seemed to have gone well until I noticed that my evolution mail client stopped working. When I clicked to open Evolution, it loaded but immediately it got hanged, and every time I did I didn't work. I posted this question in fedora forum it self many views and no response. Can anyone in this form guide me as to why this is happening and how to rectify it?

View 2 Replies View Related

Ubuntu Installation :: Upgraded To 3.6.2pre - Downgrade To A Stable Version Firefox 3.5?

Mar 7, 2010

I have recently upgraded to Firefox 3.6.2pre, I would like to downgrade to a stable version Firefox 3.5.?

View 9 Replies View Related

Ubuntu Installation :: Older Version Of Libqt4 On Dist-upgraded System

Sep 1, 2010

I am developing an application for Qt 4.6 and I am happy that Lucid has recently introduced this version of Qt in it's repository. However, a collegue of mine cannot install my application, and when I try to find out why I see that He is still looking at libqt4 version 4.5 in the repository. Notably, He recently made a dist-upgrade (I believe is the term) from Karmic to Jaunty and from Jaunty to Lucid.Does anyone know why he has a different repository, or perhaps even what I could do to get Him up to 4.6 in an apt-ly manner, so to speak?

View 1 Replies View Related

Ubuntu Installation :: Can't Access GUI (interface) In UPGRADED Version - Enable Proprietary Drivers

Oct 6, 2010

i upgraded my ubuntu 9.10(karmic) to ubuntu 10.04 (lucid) by executing the commands " apt-get update apt-get dist-upgrade" one at a time in terminal after finishing upgrade ,i restarted my system, after restarting i can't access GUI (interface) in UPGRADED version ,it prompts me to terminal interface. how to enable proprietary drivers.., about enabling proprietary drivers! and also i used startx command it prompts me to gui but i can't access my keyboard and mouse or any other input devices.

View 5 Replies View Related

Fedora :: Does Xorg.conf Get A One User Only Version?

Dec 18, 2010

Something bad happens after installing nvidia driver for my fedora 14. It's about the stored driver/xorg configuration, and it only affect on my current account. So I wanna know where can be a one-user-only VGA driver configuration stored. I'll delete it, it's give me a big trouble. Belows are how it become like this, and how the trouble appears. after nv driver installed, I change the /etx/X11/xorg.conf file and start another X with another account without exit current X. Now, everytime when I start gnome with current account, it pop up a message writes

Could not apply the stored configuration for monitors none of the selected modes were compatible with the possible modes: Trying modes for CRTC 354

[Code]...

And I have to wait for this pop-up message to disappear. During this some 2 minutes, I can't do anything, even Ctr+Alt+F5 to switch terminal fails. I can't PrintScreen neither. I've been uninstalled nv driver twince for this. but right now I decide to fix it.

View 2 Replies View Related

Debian :: Working On A Project With Unsupported Libraries (don't Ask) And Can Only Build Successfully With G++ 4.1?

Jan 20, 2011

I didn't do enough research beforehand and just discovered that while gcc 4.1 is still packaged, g++ 4.1 is not. I am working on a project with unsupported libraries (don't ask) and can only build successfully with g++ 4.1.*I see that there are packages for Lenny. Is it safe to install these under Squeeze?Being new here I am not sure where else to look for third party packages is, so if anyone could point me in the right direction that would be great. I'd very much prefer not to try to build from source as I'll almost certainly clobber my 4.4 install in the process.

View 3 Replies View Related

Debian :: Grub Error 13 Invalid Or Unsupported Executable Format?

Jul 22, 2010

A few days ago I booted up my computer as normal and loaded vista. It loaded fine, but then froze at the login window. I restarted my computer but this time when I tried to load vista I got the "Error 13" message. Ubuntu still loads up fine however.

I'm fairly certain that I'm using Grub - Legacy, and since most posts that I see post the contents of the menu.lst file, I will too Code: # menu.lst - See: grub(8), info grub, update-grub(8)

# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
code....

View 3 Replies View Related

OpenSUSE Install :: Upgraded To Version 11.4 And Now Can Not Install Any Application?

Apr 1, 2011

I upgraded to version 11.4 and now I can not install any application. Not YAST or zypper downloaded RPMs.Firefox and Konqueror can not download links that are rpm. I do not understand what happens. Ties other than rpm, if fully discharged. I tried as root and nothing.

View 9 Replies View Related

Debian Hardware :: Use The I386 Version On Computer Rather Than The I686 Version?

Feb 25, 2011

I installed debian squeeze on an old computer that I found. (Pentium 4 3.2GHz HT) I installed from the i386 version, but now the uname command shows that its an i686. I don't find many packages that I need using apt-get. Do I need to compile each package I need from source or use dpkg to install the deb of an i386 version?

Can I use the i386 version on this computer rather than the i686 version? Will it cause a signifncant performance decreaes? (I use this computer to mostly do some reading and writing and file storage, no gaming etc.) How do I force the installer to use the i386 version?

[Code]...

View 3 Replies View Related

Debian :: Difference Between Kernel Version And Backport Version

Mar 8, 2011

Sometimes a kernel image seems to have the same version as the backported kernel image, for example:
linux-image-2.6.32-bpo.5-amd64
linux-image-2.6.32-5-amd64

What are the differences between the two?

View 5 Replies View Related

Debian :: Iceweasel Version Vs Firefox Version

Oct 21, 2010

How do the version numbers compare? Are they identical? I have Iceweasel 3.5.13, does that mean I essentially have Firefox 3.5.13?

View 11 Replies View Related

Debian Multimedia :: Upgraded To KDE 4.4 And Now No Panels?

May 17, 2010

I just updated to kde 4.4 and I no longer have any panels (hade them before the upgrade) and right clicking the desktop produces nothing. I even lost the plasma du-hicki. how to create them. This was a test rig so no big deal but I need to get it resolved before I upgrade my other rigs. Using testing/unstable mix.

View 2 Replies View Related

Debian :: Upgraded Kernel - Now Can't Use Certain Apps

Aug 25, 2010

I recently upgraded my Debian kernel to 2.6.35 via backports and reinstalled my graphic driver. But when I try to use certain apps, it just sits there in the taskbar trying to load for a couple minutes, then automatically closes itself. Specifically I've noticed the nvidia x-server menu and open office doing this, while they both worked fine before I upgraded the kernel. some apps will do this, while others will work fine.

View 3 Replies View Related

Debian :: Debian Synaptic Package Manager Error: Xserver-xorg Stripped?

Feb 10, 2011

I have used Debian Linux for two years, most recently the seventh or so iteration of Version 5. I use the Gnome desktop and the Synaptic Package Manager, not the Update Manager, for updates because it's easier to build a log with the former.In my most recent update, Synaptic stripped out all the xserver-xorg files�47 in all. I thought it peculiar but did not know enough to interfere. When I rebooted, the system told me I must install xserver or correct GDM configuration and restart.

Have I been hacked? Am I being tested by the Linux Illuminati? Or does it have something to do with the warning message I received at the end of the update-upgrade, attached? And how do I go about reinstalling xserver? With Aptitude? I have tried running apt-get -f install, to no effect.

View 4 Replies View Related

Debian :: Xorg Screen Resolution To 1366x768 Debian Lenny

Mar 24, 2010

i recently moved away from ubuntu (as they wouldn't let me change my gdm themes lol) i installed lenny usin the net install for ia86 but i cannot change my screen resolution from 1024x768 to my card/monitors native setting of 1366x768 i have included a .txt taken from the benchmark an profile gizmo which i hope rovide any of you with all the info needed (to be honest i don't understand half of it) my laptop is a fujitsu amilo li3710 with dual core, 3gb ram an 160gb hd an a intel gma4500 with shared memory graphics

View 2 Replies View Related

Debian Installation :: Upgraded Squeeze To Testing?

Feb 16, 2011

I'm wondering about this because I'm considering doing this myself. Specifically, I'd like to know if your wireless configurations survived the upgrade or not. Meaning, where they removed, altered, or hopefully, where they preserved as they where?

Also if anyone knows of a good link regarding this particular upgrade, by all means please share. I have only been able to dig up a bit of dirt on the topic but they were concerning older Debian releases. Maybe theres not much difference?

View 5 Replies View Related

Debian Configuration :: Accidentally Upgraded Squeeze To Sid?

Jun 16, 2010

I just noticed that I had a sid line on my sources.list, at the end of all squeeze lines, and I've been updating more or less regularly. Does the ordering imply some sort of "preference", so that the first lines are preferred over the subsequent ones, or is it all about the latest version?After removing that line, and taking a look at my installed packages with synaptic, all the "latest versions" of the packages seem to be the ones that are already installed, and I click on properties, and there are no older versions available, only "##.##-### (testing)". Emphasis on "testing", rather than "sid" or "unstable". Of course I didn't check all of them, but about a dozen, and none deviated from that pattern. However, I went to double check on the web pages about the packages, and it seems that many of the squeeze's packages are at the same version of sid. I couldn't yet find one that is not.perhaps the sole fact that the sid line was on sources.list is enough to know that something happened -- as I don't recall having ever set up those configuration files about preferred sources/pins or however it's called), and suggestions on how to proceed? My hunch would be to just downgrade things gradually as they eventually fail (as I did with geeqie, which is why I suspect that there is some mess), but leave everything alone. Not try to fix what is not quite broken. And if it fails too often, go full-blown sid.

View 14 Replies View Related

Debian Hardware :: Partly Upgraded To Squeeze?

Feb 25, 2011

I attempted to move my system from a fully functioning Lenny to Squeeze, and the upgrade is only partly done. I was using my Wlan connection, but it went away during the process, and won't wake up. The box is nowhere near a wired LAN.

I now have the latest kernel (uname -r ==> 2.6.32-5-686) The old Gnome GUI still functions. On re-boot, the old grub still does its thing successfully. The question is, since I have lost the wireless, can I install the firmware from a USB thumb-drive somehow? lspci ==> RaLink RT2561/RT61

So it looks like I need the package "firmware-ralink" to make the Wlan active once more. I have internet access from several other PC's using "another" OS, so I could download the the firmware and place it on a thumb-drive, but I don't know how to proceed from there. I may need additional packages as well, so please comment.

View 12 Replies View Related

Debian :: Upgraded Lenny To Squeeze: Where Did Usbkbd?

Apr 1, 2011

SOLVED:The driver hid-cypress/USB_DEVICE_ID_CYPRESS_BARCODE_3 is included in the latest kernel.org, but not the default x86 Debian Squeeze 2.6.32-5. Downloading, building and booting a custom kernel solved the problem. I upgraded from Debian Lenny (2.6.26-2) to Debian Squeeze (2.6.32-5) and my barcode scanner stopped working. Based on the details below, I believe the problem is that usbkbd.ko moved.

Under Debian Lenny, I had a similar problem until I set the system to load "usbkbd.ko" at boot. This caused the scanner to show up in /dev/input/by-id/usb-Guest_Barcode_Reader-event-kbd which enabled my application to find and use the scanner with no problems.

Under Debian Squeeze, I'm seeing scanner via lsusb, but not in /dev/input/by-id. Below are the dmesg logs. It appears that Lenny "input" is finding the scanner, but Squeeze is not (presumably because I don't have the right kernel module loaded).

Lenny dmesg:
usb 2-1: new low speed USB device using uhci_hcd and address 4
usb 2-1: configuration #1 chosen from 1 choice
input: Guest Barcode Reader as /class/input/input7
usb 2-1: New USB device found, idVendor=04b4, idProduct=bca1

[Code]...

View 2 Replies View Related

Debian Hardware :: AMD Unsupported Hardware Watermark

Aug 8, 2014

I recently installed debian 7.6 on my laptop and at first when I booted into the OS gnome went into fallback mode because the driver for my gpu wasn't installed so I went and installed the firmware-linux-nonfree .deb......everything is fine gnome3 works.....I do have a little "lag" when I switch from "windows" to "applications" in the activities menu, but other than that it works good other than the annoying AMD Unsupported Hardware watermark at the bottom right of my screen. I have tried a lot of "fixes" or workarounds, but to no avail.

Here is a little info of my gpu:

Code: Select all$ lspci | grep -i radeon
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Trinity [Radeon HD 7520G]

I just reinstalled Debian 7.6 and the first thing I did was install make, linux headers, and gcc. Then I installed the AMD catylist driver then I rebooted went into recovery mode and input:

Code: Select allaticonfig --initial then I rebooted and started Debian regularly and viola everything works perfect with no AMD watermark

View 0 Replies View Related

Debian Installation :: Upgraded To Jessie 8.2 Now Boot Hangs

Dec 4, 2015

I had Debian 7.9 up and running like a charm until yesterday. Today I did the upgrade to 8.2, now boot hangs. I see 3 boot entries for the new kernel now -

Debian GNU/Linux, with Linux 3.16.0-4-amd64
Debian GNU/Linux, with Linux 3.16.0-4-amd64 (sysvinit)
Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)

The latter 2 entries have no problem booting up. So do the previous kernel(3.2.0.4) entries. Only the first one hangs, for which I see these 6 lines on the console:

[ 0.214704] pnp 00:04: can't evaluate _CRS: 12298
Loading, please wait...
fsck from util-linux 2.25.2
/dev/mapper/myhost-root: clean, 198627/61000000 files, 2160052/24412 blocks
[ 0.047141] kvm: disabled by bios
[ 0.000985] kvm: disabled by bios

How can I make it boot up like others?

View 6 Replies View Related

Debian Multimedia :: Upgraded To Jessie From Wheezy - No Sound

Jan 22, 2015

I upgraded to Jessie today and found that I have no sound.

Code: Select all# uname -a
Linux ath 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64 GNU/Linux

There is no sound card on the motherboard. Sound worked previously through HDMI from a Nvidia GTX570

Code: Select all# lspci|grep Audio
09:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio Controller (rev a1)

Code: Select all# aplay -l
aplay: device_list:268: no soundcards found...

[code]....

View 8 Replies View Related

Debian Multimedia :: Constant Crackling Sound After Upgraded To 8.1

Aug 31, 2015

I have upgraded (twice) to 8.1 and I get constant crackling sound - interestingly only from my left speaker. It starts already after the GRUB boot, and when logged in it just cracks all the time.

- in Wheezy there is no this kind of problem
- I have installed Jessie (crackling), fresh install back to Wheezy (no problem), fresh install again Jessie (problem), back to Wheezy (no problem), and now Jessie (again problem).
- the volume slide is jumping like crazy together with crackling. There is no chance to manually change it.

I have managed (by some unknown chance) to set profile to off, and now it disappeared. However, it comes back ON when rebooted.

View 5 Replies View Related

Debian Multimedia :: Upgraded To Squeeze And Now Gnome Won't Work

May 24, 2010

Previously (on Lenny) I would boot my computer and it would happily boot through to the Gnome login page (the pretty graphical one). Now (on Squeeze) I get the plain old text login prompt. So I login normally and try running "startx". It comes up with a black screen and a mouse pointer. Nothing else. Ctrl+shift commands seem to work so I am able to get to another terminal. When I switch back to the first terminal there are just come Gnome startup messages.

I really need to have this working in order to do some "work". give me a sure fire way of either fixing this, even if it means instructions on re-installing Gnome? Normally I could copy log files from my Linux machine to my email computer but with no desktop I find this too difficult and really don't have the time to spend working out how to do it. (I have "work" to do as well). So, just briefly I will summarise the Xorg.0.log file:

[Code]....

View 6 Replies View Related

Debian :: Upgraded From Wheezy To Jessie / Now Only GNOME Classic Works

Apr 27, 2015

I did an in-place upgrade to Jessie today and I can only get the GNOME Classic desktop, which I have to select when I log in. I had started to get used to the default desktop in Wheezy, so I'd like it back if possible. When I select gnome system default, I get my desktop, but no menus or anything I can click on at all. All I can do is ctrl-alt-delete and reboot or shutdown. I run it on a Lenovo Ideapad U410.

View 8 Replies View Related







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