May 15, 2008

Problems With Ubuntu 7.10

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Operating Systems

free web hosting

Problems With Ubuntu 7.10

rayzoredge
As some of you may know, I took the dive towards Ubuntu on my main computer at home, an HP Pavilion zd8000. I was reluctant before because I thought that Windows held most of my wanted programs hostage, but after realizing that most of what I do (basic use, Internet, Photoshop, occasional gaming) could be done with Linux, I decided to close my eyes and leap. And what a leap it has been.

After installing Ubuntu 7.10, going through the hassle of getting my proprietary drivers to work, and realizing that my Logitech MX3200 keyboard and mouse combo wouldn't work together UNLESS I boot into Ubuntu, ONLY typed in my logon information with the keyboard, and THEN use the mouse afterwards to have the possibility of having both work in conjunction with each other, I've run into yet another problem.

Ubuntu CRAWLS for no reason at all after I try to resize a window. I'm running Compiz with ATI proprietary drivers utilizing fglrx (yes, I have no idea what that means). After resizing a window, Ubuntu will crawl and continue to crawl until I restart using Ctrl+Alt+Backspace. Can anyone explain why?

Also, something interesting to note is that the Ubuntu load screen doesn't show at all during boot. I didn't change any system settings other than xorg.conf, which to my understanding won't affect this load screen. I'm just curious as to why... it's not of much concern though compared to the other things on my plate.




Ubuntu load screen.


Of course, I'm also curious about why Ubuntu is so peculiar when it comes to my mouse and keyboard. If I boot Ubuntu and move the mouse first, then use the keyboard, the mouse becomes unresponsive almost immediately, leaving just the keyboard usable. If I disconnect my USB receiver then and reconnect it, my mouse is usuable but only is responsive for 3-second intervals with a one second period of time where it ignores any movement (is unresponsive).

This is the second time I have been able to boot Ubuntu with full use of both keyboard and mouse. I have made no changes to any system files or any settings to help achieve this.

Can anyone shed light on this?

 

 

 


Reply

rvalkass
QUOTE(rayzoredge @ Mar 28 2008, 01:44 AM) *
Ubuntu CRAWLS for no reason at all after I try to resize a window. I'm running Compiz with ATI proprietary drivers utilizing fglrx (yes, I have no idea what that means). After resizing a window, Ubuntu will crawl and continue to crawl until I restart using Ctrl+Alt+Backspace. Can anyone explain why?


fglrx is the name given to the drivers written by ATI themselves. Compiz recommend you use them for cards better than a Radeon 9200. For anything earlier than a 9200, they say you should try the free drivers rather than ATI's. If you've got a card earlier than the 9200 that could be the problem.

It seems that window resizing being slow can be a common problem. There are a couple of helpful tips here:
http://ubuntuforums.org/archive/index.php/t-647322.html
Run the fglrxinfo command from the command line and see what the output is. It will tell you what drivers are actually being used, as occasionally Ubuntu ignores the new drivers and continues with the old ones.

The other option is discussed here:
http://ubuntuforums.org/showthread.php?t=6...piz+slow+resize
Basically, pick a different method used to redraw the windows when they change size. Some of the algorithms used work faster on some cards than on others, so go through the options and see which one works best for you.

QUOTE(rayzoredge @ Mar 28 2008, 01:44 AM) *
Also, something interesting to note is that the Ubuntu load screen doesn't show at all during boot. I didn't change any system settings other than xorg.conf, which to my understanding won't affect this load screen. I'm just curious as to why... it's not of much concern though compared to the other things on my plate.


Xorg.conf won't affect the boot screen. You won't lose any functionality from it not being there, but I am sure it is possible to get it back if you want. I've never had this problem, so I'm not sure what you would have to do to get it back.

QUOTE(rayzoredge @ Mar 28 2008, 01:44 AM) *
Of course, I'm also curious about why Ubuntu is so peculiar when it comes to my mouse and keyboard. If I boot Ubuntu and move the mouse first, then use the keyboard, the mouse becomes unresponsive almost immediately, leaving just the keyboard usable. If I disconnect my USB receiver then and reconnect it, my mouse is usuable but only is responsive for 3-second intervals with a one second period of time where it ignores any movement (is unresponsive).


Some people with the same mouse and keyboard combo as yourself have put this down to the encryption used by Logitech. At the moment the only work around I have found is to find a Windows machine, install the software that came with the keyboard (why won't Logitech release Linux drivers?!?!?!) and get into the Logitech Desktop Manager, or whatever it is called. Set the keyboard to use encryption. Once that setting is in the keyboard, it will work in Linux.

Also, someone says this section in Xorg.conf works for your keyboard and mouse:

CODE

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7 4 5 6"
EndSection


Backup Xorg.conf, then replace the keyboard and mouse sections with that. Then in the server layout section at the bottom of the file, make sure you have these two lines:
CODE
InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"


I also see that Logitech have not responded to your support request in their forums. If you can, phone them, and ask why they don't support Linux. Enough people contacting them will make them realise they need to provide Linux drivers. It worked for nVidia, ATI and HP.

There is a page on the Ubuntu Wiki with help specifically for your machine:
https://wiki.ubuntu.com/LaptopTestingTeam/H...ht=%28zd8000%29
There are some links and tips at the bottom of that page that could be quite useful to you.

 

 

 


Reply

rayzoredge
You are awesome. Did anyone tell you that today? biggrin.gif

The resize tips work perfectly. And I was ready to live without being able to resize any windows just to deal with that... haha. tongue.gif

I already had those lines for my keyboard and mouse there to get them to work... in the past, without any changes, if you move the mouse first (at the logon screen), it would move a quarter of an inch and remain unresponsive for the rest of that session. (With that case, the keyboard works.) Within the same session, if you unplugged and reinserted the USB receiver, the mouse will work with that lag I mentioned and the keyboard would become useless.

Strange. I'll just have to remember to just type, then move the mouse. dry.gif

Oh well... can't complain. Haven't been back to Windows yet. Gotta learn GIMP and use Ubuntu's version for financial software... that should be fun.

Thanks again!

Reply

rvalkass
QUOTE(rayzoredge @ Mar 28 2008, 01:31 PM) *
You are awesome. Did anyone tell you that today? biggrin.gif

The resize tips work perfectly. And I was ready to live without being able to resize any windows just to deal with that... haha. tongue.gif


Thanks, and good to know it works biggrin.gif

QUOTE(rayzoredge @ Mar 28 2008, 01:31 PM) *
I already had those lines for my keyboard and mouse there to get them to work... in the past, without any changes, if you move the mouse first (at the logon screen), it would move a quarter of an inch and remain unresponsive for the rest of that session. (With that case, the keyboard works.) Within the same session, if you unplugged and reinserted the USB receiver, the mouse will work with that lag I mentioned and the keyboard would become useless.

Strange. I'll just have to remember to just type, then move the mouse. dry.gif


That is pretty much the exact description of the problem coming from people who have fixed it with the Windows encryption thing. I know it is not the ideal solution, and Logitech should do something about it, but if you have access to a Windows machine then you may as well give it a go.

QUOTE(rayzoredge @ Mar 28 2008, 01:31 PM) *
Oh well... can't complain. Haven't been back to Windows yet. Gotta learn GIMP and use Ubuntu's version for financial software... that should be fun.

Thanks again!


The version of the GIMP in Ubuntu's repositories may be slightly out of date - a new version (2.4) was released quite recently with some cool new features. If you're up to compiling it then you could give it a go. If not then it will filter down to a package pretty soon. There are also plenty of tutorials on the 'net especially for the GIMP, so keep a look out for them. As for financial software, I use KMyMoney (I have KDE rather than Gnome) and it works great.

Reply

rayzoredge
I'm sorry to say that I'm back to Windows again. Consistency of functionality of the Logitech MX3200 keyboard and mouse was what did me in.

During the last post, I was happily poking around in Ubuntu, trying to make it a new home and adapting to it to replace my familiar Windows applications. I was able to do this because I eventually passed out (because I was sick) and left the computer on, enjoying two days of Ubuntu until this morning when I decided to turn it off.

Bad choice.

On boot, everything was fine and dandy, until I noticed that the mouse wasn't working after logon. (Great... this again.)

I did a restart... and the same thing happened again.

Looking at my xorg.conf file, I noticed a few changes... or the lack of them. My original configuration was changed to the default configuration that Ubuntu came with. Of course, I went back to the Ubuntu forums to look at what others recommended doing to get the functionality back.

Following directions to the letter, I restarted and hoped.

The mouse still didn't work.

I tried another avenue of approach, using a different protocol (evdev, to be exact). (xserver-xorg-input-evdev was installed prior to this endeavour.)

And of course, Ctrl+Alt+Backspace led to a distorted screen, then to a black, blank screen, then to a distorted screen... until it just froze on the distorted screen. In which case I just turned the machine off, since it just sat there, not doing anything, and then turned it back on.

On boot, Ubuntu decided to run in low graphics mode at the 640x480 with VESA graphics, and my xorg.conf file was reset with the default values with the exception of added "failsafe" sections for the video card.

After repeating this entire ordeal twice (tallying up to about an hour and a half of wasted time), I gave up.

I hope that the new Ubuntu release will bring some sort of renewed way of recognizing wireless input devices that share a single receiver or that Logitech actually hears the pleas of Linux users and releases support for Linux drivers.

sad.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. compiz-fusion java slow resize - 23.61 hr back.
  2. problems with ubuntu - 26.63 hr back.
  3. lexmark x5470 ubuntu - 33.49 hr back.
  4. mx3200 evdev - 37.92 hr back.
  5. logitech mx3200 how to reconnect mouse and keyboard - 39.42 hr back.
  6. ubuntu - 43.29 hr back.
  7. ubuntu 7.10 low resolution problem 2008 - 45.73 hr back.
Similar Topics

Keywords : problems ubuntu 10

  1. Windows - Ubuntu - Get Ubuntu For Free (6)
  2. Ubuntu Linux As Free Operating System Alternative - linux operating system (42)
    About three years ago I decided to learn how to use Linux and after a lot of posts on a forum I
    tried Ubuntu Linux as it was recommended as a good first Linux distro. Ubuntu is not the easiest
    Linux distro to use but with its unmatched forum community support it is one of the easiest to learn
    to use. One of the problems with learning Linux is that a lot of users have an attitude that Linux
    should be a free Windows knock off which it is not. Ubuntu is build on a Linix core or kernel and is
    a different Open Source and free as in to use operating system. This brings us to t...
  3. Ubuntu 7.10 Boot Issues - why does this happen? (5)
    hey trapsters, a few months ago, i reinstalled my laptop because i noticed it was getting
    considerably laggy. i first installed xp, however i didn't have the time to install ubuntu as
    well (dual boot) until around about a week ago. for some reason, however, my ubuntu 7.10 takes an
    awfully long time to boot. firstly, after the splash (ubuntu logo and loading bar), the common unix
    printing system (cupsd) takes about 30secs - 1min to load. then, once typing in my username and
    password, ubuntu goes through this very strange process of desktop switching before i actuall...
  4. Connecting To The Internet On Ubuntu - (6)
    Hey friends. When i had installed UBUNTU, i could not get connected to the net . I have a DHCP net
    connection, my net was also on. Could you suggest me what should i have done to get my net
    connected? I'm not criticising Ubuntu, Ubuntu rocks, but i had a problem connecting to the net.
    Suggestions Required !!...
  5. Wubi: Install Ubuntu With A Single Click From Windows - If you are afraid of Linux, it's for you (11)
    Hi, I just found out this nice software which allows you to install Ubuntu from Windows as any other
    application. I haven't tried it personally though, because I'm already running Linux, but
    some of you may want to check it out. Here it is: http://wubi-installer.org/ I hope it helps
    somebody....
  6. Ubuntu All The Way! - I hate ms (32)
    After loosing my temper with XP i completely re-installed my pc with... an operating system called
    ubuntu Its Really good ive got a plugin called Beryl well i wont explain ill show go to youtube and
    search "ubuntu beryl" I hope you fall in love with it like i did! i will never turn back!
    Anyone worried about compatibility? Well theres a windows simulator called WINE that you install
    into ubuntu and you can install aplications for windows in that! FREE really? yup
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> a...
  7. Some Help With Ubuntu! - I can't get Beryl installed and Compiz enabled! (1)
    Hello! I've been using Ubuntu Edgy like for a week, and I would like to install Beryl, but
    I don't know how to do it! I've installed Samba and other stuff and also add Ubuntu to
    my Windows Network, I know a lot about Windows but Linux looks a little strange for me. If anyone
    knows about Ubuntu 7.10 please help me 'cause I really want to get Beryl, I already made the
    test of the aceleration or like that and it says yes, I'm able to install Beryl but don't
    know how to. /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt=...
  8. Linux Help Please ! - Live CD problem with Ubuntu (8)
    OK heres the layout... i want linux, i have a CD with it on it i go to load it on my lap top, *its
    bootable* and i get thru everything installs and such, but when its done it shows a black screen
    with 2 white squares about half a inch long and half a inch wide, 2 of them apart from each other
    now when i reboot and take the CD out, there is no OS asks for a OS disk, it is called ubuntu. +
    where would i go about getting a *free* program to make a CD bootable so that i can download another
    thing of linux and also, which should i get? please answer this is vary confuseing ...
  9. Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card) - (0)
    Hello, In this tutorial I will show you how to install Compiz Fusion onto Ubuntu Linux version 7.10
    with an ATI Graphics card. Requirements: Ubuntu Linux 7.10 You use an ATI Graphics Card To
    start off, all these scripts should be ran in terminal. Terminal is accessed by clicking on:
    Applications Accessories Terminal We will be putting the prefix of sudo on before the codes.
    This makes it run as an administrator, as Ubuntu doesn't allow direct access to the accounts.
    First of all if you haven't already, enable the restricted driver for the ATI Graph...
  10. Share Experience Of Ubuntu Linux - For all Ubuntu Linux users who are using this great OS (19)
    Hi, I am using Ubuntu Linux 6.06 LTS version. and I want to say that this one is really a great
    OS to try linux. This is the perfect OS to compare with Windows XP. I have both WindowsXP and Ubuntu
    6.06. I had also tried other Linux distro, but found this one is really a nice one. I am fully
    satisfied with Ubuntu Linux. Please share your experiance with Ubuntu Linux here....
  11. Ubuntu Themes - Post them here (4)
    I Have been looking for some nice looking ubuntu themes i have Feisy Fawn and i want to change its
    look it ooks rather plain at the moment i will apreciate all posts submitted thanks!...
  12. Ms Fonts In Ubuntu - (1)
    Well for a long time now I've been pretty bugged out by Ubuntu's "blurry" or "smooth" fonts
    that are so unlike MS's sharp fonts. So I looked up and finally found this page:
    http://ubuntuforums.org/showthread.php?t=208396 It's a real quick and easy tutorial so for
    those who like MS fonts then check it out....
  13. What Is Ubuntu ? - (10)
    Hello, have a nice day I heard friends speak on UBUNTU, what's this ?? ?? ??
    /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> /huh.gif"
    style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> Thank you in advance.
    /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> ...
  14. Broadband Internet Connection - how to configure it on ubuntu? (5)
    hello all, please I want to know how to configure a braodband internet connection that requiers a
    username and password (WAN) in Linux ubuntu.. I've installed this system but I didn't know
    how to configure this connection /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
    alt="smile.gif" />...
  15. Will Ubuntu Run On My System? - Hardware questions... (12)
    I want to switch to Linux and if not stop, minimize my use of Windows, I might use it only to play
    games and Photoshop. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
    alt="tongue.gif" /> So I need to know whether I will be able to run it on my PC, the official site,
    well I surfed it and the info didn't really say anything much, I run on: PentiumŪ 4 CPU 2.00
    GHZ 2.67 GHz, 512 MB SDR RAM (I am already thinking of upgrading this anyways.) There's some
    problem with my video card, so you can expect it to be 0 MB. /biggrin.gif" style="vertical-ali...
  16. Widescreen Resolutions In Ubuntu 7.04 - Sorta need help (4)
    Well I Googled around to try and find an easy way to force a widescreen resolution on Ubuntu 7.04,
    but with no luck. I have a Samsung SyncMaster 931 BW and a nVIDIA 7600 GS (drivers are running
    fine). I'm sure people here know Linux a lot better than me, and hopefully will be able to help
    me. Thanks for your time....
  17. [review] With Ubuntu 7.04 - (3)
    Well My story with ubuntu 7.04 goes like this! Yesterday I recieved courier Package from
    shipit.ubuntu.com . It contained the CD of Ubuntu 7.04 latest release. I have been a Ubuntu user
    from past three years now. I use Ubuntu more than MS Windows. Oh gosh! I was so happy You people
    can't even imagine. I was so excited to install it that I switched off my computer directly
    without shutting it properly. Then at last I installed it. Things that flated me out: * For the
    first time I was seeing more resolution options to select from. * The new feature like ...
  18. Computer Problems - (7)
    kk.. i made another partition off my 250gb harddrive, and i wanted to install vista on it, so i was
    doing that, and my power went out, and now i can't boot from my... other partition, the one that
    already has everything set up, its very annoying, and i can't get on my computer any more, im on
    my mums...
  19. Install Xampp In Ubuntu Fiesty - (5)
    Okay, here's the tutorial I keep on finding but won't work: QUOTE Step 4 Get the server
    software. When running a LAMPP server you actually need to get the AMPP part. I like to install the
    XAMPP server from Apache Friends as it organizes the files and makes installing a snap! 1.
    Download XAMPP. http://www.apachefriends.org/en/xampp-linux.html 2. Install XAMPP
    Click on the Applications menu, then accessories and finally Terminal. While I hate having to jump
    through hoops with the stupid terminal, trust me this will simplify your life...
  20. Ubuntu Feisty Linux With Different - Ubuntu linux development open source community india hindi participati (3)
    Yes I am new on Linux ( 5 months ) as I was new on web 2 year before So may I able to write about
    Linux yes I am because every body is new unknown about all so I am writing here firstly in English
    then in हिंदी Hindi Ubuntu Linux is not so much old but very fast
    growing open source Community Team is working in all manner technical and fundamental with in all
    language Basically windows is only window on internet say on server utilities and Linux is Home of
    Servers so now when users are coming from windows or graphical desktop environment th...
  21. Gaming In Win2k, Programming In Ubuntu - (3)
    Alright, the way my pc is set up right now is that I have a dual-boot set up (Win2k and Ubuntu). I
    split my hard drive so that I use 25g for my Windows OS and 50g for my Ubuntu Linux. I would mainly
    use Windows to play my 2 games (FYI Warrock and Scions of Fate) and then Ubuntu for all my
    programming purposes (Eclipse PHP,JS,Java, Netbeans and all those other good stuff). Oh yeah, since
    my "Paperweight" Lexmark X5470 won't work in my Ubuntu Feisty, I installed the driver in my
    Windows. Basic browsing and word processing will be in Ubuntu. For those who use dual-boo...
  22. Ubuntu Issue: Lexmark Printers - (4)
    Oookay, it's me agen. So I've listened to your words and installed Ubuntu Fiesty 7.0.2 and
    it's pretty good. I like it except for one issue I'm having right now. I have a printer:
    Lexmark X5470 and it's detected by Ubuntu. However, the drivers it's currently supporting is
    only 5000 and it doesn't work. I want to install a .PDD version of the driver but I can't
    find it. Can anyone help me?...
  23. Ubuntu Or Kubuntu - What is the difference (8)
    There are several Linux distros but now the most sought after are Ubuntu and kubuntu. I have used
    Ubuntu but not Kubuntu. All I wanted to know is whether there is difference between these two
    distros other than the colour of the GUI. If there are any users who have used both of them, could
    you please help me out?...
  24. Which Desktop Applications Widgets For Ubuntu - (2)
    So yesterday I got fed up with using Windows on my desktop PC (I'm used to OSX Tiger on my
    iBook) so I said to hell with Microsoft and installed Ubuntu FeistyFawn on my desktop. So, it's
    awesome and I love it more than Windows but I see a lot of screenshots on the web with people that
    have these neat looking desktop widgets, kind of like the when you put stuff from your Mac Dashboard
    on the desktop. Anyways, my question is where do I get all those cool widgets and what are the best
    - or the most popular?...
  25. Ubuntu Users: Available Games? - (2)
    Alright, right now I'm using Windows 2K SP4 but I'm planning to move to Ubuntu just by the
    mere reason that I can't afford the 100 dollar Windows XP. I'm still in high school and I
    don't have a job that's why I still can't afford all my desires. But I hear Ubuntu is
    pretty good and even Dell is planning to use it for its future computers. I'm a gamer and a web
    developer and programmer. I have no concerns about IDE's such as NetBeans or Aptana and other
    Open source IDE's because of linux support. Instead I'm more concerned with...
  26. Ubuntu 7.04 Released - and it is clogging up the servers already (5)
    Ubuntu 7.04 codename Feisty Fawn released yesterday. And the servers were more down than up and
    running for nearly the whole time. This is actually good for Linux as it is probably the first time
    a linux distro has received such a mainstream coverage and release. What are your thoughts on it?
    And how many of you have already downloaded it?...
  27. Partition Problems - (9)
    Ok. I've recently tried to install MEPIS Linux. Or, well, attempted to. I first defragmented my
    NTFS partition and then made a 6 GB partition of it into free space. So I tried to go back into
    Windows XP to see if anything went wrong and it went something like this: load...load...load...
    stop. Error message with some random numbers. I'm guessing that the partitioning directly led
    to the problem, so I went back and enlarged the NTFS partition to reinclude that 6 GB portion. Still
    Windows doesn't work normally. I logged in by safe mode and looked at the C drive...
  28. How Do I Switch From Gnome To Kde? - Ubuntu Linux (4)
    Hey. I use Windows mainly, as I use games and graphical programs the most. However, I use Linux a
    bit, just for programming and other things like that. I'm not that good at programming and
    linux though ;_;... Well, I decided that the main reason I don't like to use it is that it
    looks so alien, and I hate how GNOME looks. I hear that if I move to KDE I'll be sacrificing
    some performance or whatnot. I have this really crazy linux zealot friend who preaches the linux
    gospel to me, and will attempt to beat down any reason why I like Windows. I would ask ...
  29. Ubuntu Linux Cds For Free (incl. Shipping) - Grab it right now... (20)
    Hi guys, I searched about this particular Linux Distro after I read about it in a post by
    MajesticTreeFrog at AstaHost.Com ( http://www.astahost.com/I-Support-Microsof...getnewpost.html )
    - and I found out that they still have that offer OPEN. They're giving away free CDs for Intel,
    PowerPC and AMD64 Platform.. They even ship as many copies as you want FREE OF COST INCLUDING
    SHIPPING CHARGES . This is your golden chance lol... HURRY HURRY.. GRAB YOUR COPY OF LINUX.. @
    http://shipit.ubuntulinux.org/ Do it today and spread the word around.....
  30. Spyware Is Windows-only - Spyware Problems in Windows (2)
    Spyware, those annoying programs that snoop on a user's actions, remain a Windows-only
    phenomenon. Prominent anti-spyware developer Webroot says it has yet to detect a single Apple or
    Linux spyware app. In comparison, Webroot's Spy Sweeper software protects against 15,000 Windows
    threats. Although Apple and Linux server worms (such as Lion) have been detected, their population
    is dwarfed by the proliferation of Windows-specific worms, viruses and Trojans. The main reason for
    this is that virus - and spyware authors - write malware for the most common platform...



Looking for problems, ubuntu, 7, 10

Searching Video's for problems, ubuntu, 7, 10
advertisement



Problems With Ubuntu 7.10



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE