Linux is a little slow ?

For everything that's not in any way related to PureBasic. General chat etc...
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

I've got the drivers set up correctly, it shows ATi Radeon 9550, not mesa... It's the architecture that it's unusually slow... On other better cards was the same... I know it sound strange but it's true...

[Edit]

Still, on Nvidia GeForce 6600 was the same speed... Slow.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Just a side note: I am sure I had the correct drivers installed.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

You have a very strange experience then... my window resizing and indeed much more was butter smooth on my old ati 9800, hell even my laptops ati 7500 worked just fine...

:? sorry you've had such a bad experience. But its not like windows doesnt have similar problems on a similar amount of computers.
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Maybe I'm overreacting a bit, but it's noticeable. However, i'll never quit using Linux :D. It's really cool, and i can say that Ubuntu is the most suitable for my computing needs. Maybe in the future it will be improved...

Oh, and just a little question... How can I stop that annoying animation when minimizing windows in ubuntu?
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Hmm. I'm pretty sure its just in the control center under appearance. I assume you're talking about the sliding down to the window bar effect?

I tend to not use Gnome much. I prefer KDE and Fluxbox
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Inf0Byt3 wrote:Oh, and just a little question... How can I stop that annoying animation when minimizing windows in ubuntu?
I'm pretty sure you can't. (Unless you change window manager or there is some secret configuration option that I don't know of.)
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Inf0Byt3 wrote:Oh, and just a little question... How can I stop that annoying animation when minimizing windows in ubuntu?
You can do the following at the prompt:

Code: Select all

gconftool-2 --set --type boolean /apps/panel/global/enable_animations "False"
gconftool-2 --set --type boolean /desktop/gnome/interface/enable_animations "False"
Works on my Dapper install at home but not on my Breezy install.

-Beach
-Beach
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Thank you, going to check this... Rebooting :D.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

It worked perfectly :D. Thank you.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
WishMaster
Enthusiast
Enthusiast
Posts: 277
Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:

Post by WishMaster »

Inf0Byt3 wrote:Rebooting :D.
You really don't have to reboot...
Image Image
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Oh, I know :D. I meant I must reboot to enter Linux (I was on windows).
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Hehehe ;)

I was gonna say... no wonder you don't like Linux much! (jk)
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

:D 8)
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

Trond wrote:
That isn't very interesting for the average Joe but can be used to perform really cool things windows wouldn't be capable of.
Like?
Well you can stream windows over the network, it's slower but better quality than vnc and also works even when the mashine running the graphical app isn't able to run a X-Server. Let me give an example: once I converted PureWinLin to run on VMWare Player, it ran a lot faster than on qemu but the X-Server wouldn't work, so I used cygwin, a ssh tunnel and opened the purebasic ide over this ssh tunnel on the host mashine running the cygwin X-Server, therefor I could work with the Linux IDE on Windows alot faster than I could have done using qemu. i know this is a very uncommon way to use these features but they can really be usefull.
u9
User
User
Posts: 55
Joined: Tue May 09, 2006 8:43 pm
Location: Faroe Islands
Contact:

Post by u9 »

This is probably said before, but Linux uses as much memory as possible (memory not used is just a waist.) Memory is used for cache to make the most of the available memory. So 90% memory used should make you happy :) You know you're getting your money's worth ;) If applications need memory some is taken from the cache. It's not a problem.

Inf0Byt3, if you use Ubuntu you need to add the Universe (I think it's called) repository as the Nvidia drivers aren't in the regular repository. I'm not sure if you're using Nvidia or ATI.

I installed Ubuntu 5.10 (Breezy Badger) on my laptop with an Nvidia Go 6600. The windowing system was very slow until I found the Nvidia drivers in the Universe repository. You should see an Nvidia splash-screen when booting into the X-window system if the correct Nvidia drivers are installed.

After installing the Nvidia drivers I see no noticable difference between Windows and Ubuntu. I can even play 3D games now :D not that there are that many useful games on Linux I'm afraid. Does anyone where to find any free good-quality games for linux? Or are they completely non-existent?

Regarding ATI I have no idea :)
The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents. (Nathaniel Borenstein)
http://www.wirednerd.com
Post Reply