Slow video and desktop response

You have a problem with Salix? Post here and we'll do what we can to help.
zaen
Posts: 48
Joined: 6. Mar 2010, 11:01

Slow video and desktop response

Post by zaen »

Hello again,

I installed Salix 32-bit on my daughter's desktop yesterday, based on my satisfaction with the OS's performance in my laptop. Installation went fine but the desktop was not as responsive as my laptop. For example,

1. Video playback "stutters." It skips frames every now and then.
2. When I drag windows, the windows "flicker." Is there a way to not show windows contents while dragging?
3. When I click on buttons, they seem to hesitate to respond (not all the time, though)

My desktop:
AMD dual core 2.6Ghz (forgot the model)
MSI Board with buit-in ATI Radeon 3200 Graphics
4Gb DDR2 memory
200GB Seagate HDD
LG DVD

I thought it needed proprietary drivers so I installed ATI 10.1 driver downloaded from the ATI website and installed as root sh ./atiXXXXXXX.run. Upon reboot, the desktop behavior has gotten worse: windows flicker even more when dragged. It was horrible.

I didn't know how to fix it so I just popped-in the Absolute Linux 13.0.9 CD in the drive and installed that instead. The desktop has no issues with Absolute. Video playback and and Flash games function without problems. When dragged across the desktop, windows move smoothly.

Is this an issue with so-called "vesa" or "xorg"? I just saw them from googling but I don't really know what they do.

I appreciate your suggestions. I really want to give Salix another go at the desktop.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Slow video and desktop response

Post by thenktor »

My friend bought a notebook with this Ati chipset. I had the same problems you described. After spending hours of trying I've decided to return the notebook and buy one with intel graphics.
I don't know which driver version Absolute uses for this chipset, but be happy if it works ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
zaen
Posts: 48
Joined: 6. Mar 2010, 11:01

Re: Slow video and desktop response

Post by zaen »

Thanks for the feedback. I'll keep Absolute there for the time being. It's also Slackware-based, anyway, and works fine.
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: Slow video and desktop response

Post by Duncan_Idaho »

to install the AMD/ATI driver you have to have the kernel sources isntalled, then run the script as root

Code: Select all

# sh ati-xxxxxxx.run --buildpkg Slackware/All
that will create 2 packages, one for the kernel module and other for the actual driver
then after you install both packages you have to run

Code: Select all

# aticonfig --initial
that will create a minimal xorg.conf file for the driver to work
then reboot and enjoy! :mrgreen:
zaen
Posts: 48
Joined: 6. Mar 2010, 11:01

Re: Slow video and desktop response

Post by zaen »

@Duncan, thanks for the tip. I will try that next time I install Salix in the desktop.
Is there a way to not show windows contents while dragging?

Seeing as I am here, might as well answer my own question for the benefit of fellow newbs. I found out just now that it's in Settings>Window Manager, Window Manager Tweaks. :lol:
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Slow video and desktop response

Post by Akuna »

Duncan_Idaho wrote:to install the AMD/ATI driver you have to have the kernel sources isntalled, then run the script as root

Code: Select all

# sh ati-xxxxxxx.run --buildpkg Slackware/All
that will create 2 packages, one for the kernel module and other for the actual driver
then after you install both packages you have to run

Code: Select all

# aticonfig --initial
that will create a minimal xorg.conf file for the driver to work
then reboot and enjoy! :mrgreen:
Very nicely presented tip Duncan, would you like to add it to the wiki? :)
http://www.salixos.org/wiki/index.php/C ... umentation

zaen wrote:Thanks for the feedback. I'll keep Absolute there for the time being. It's also Slackware-based, anyway, and works fine.
Absolute uses a more recent kernel than Salix/Slackware standard one.

Apart from installing ati proprietary driver (which I also use BTW ;) ) you could also try this kernel, maybe it would give you better results?
http://thenktor.dyndns.org/packages/i48 ... p-testing/
http://thenktor.dyndns.org/packages/i48 ... p-testing/
Image
What really matters is where you are going, not where you come from.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Slow video and desktop response

Post by thenktor »

Akuna wrote:Apart from installing ati proprietary driver (which I also use BTW ;) ) you could also try this kernel, maybe it would give you better results?
http://thenktor.dyndns.org/packages/i48 ... p-testing/
http://thenktor.dyndns.org/packages/i48 ... p-testing/
Instead of my test kernel, now it's perhaps better to try the kernel from slackware-current.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: Slow video and desktop response

Post by Duncan_Idaho »

Akuna wrote: Very nicely presented tip Duncan, would you like to add it to the wiki? :)
http://www.salixos.org/wiki/index.php/C ... umentation
Ok I will, but is there a gideline to follow? and how do I create a wiki page? :?:
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Slow video and desktop response

Post by gapan »

Duncan_Idaho wrote:Ok I will, but is there a gideline to follow?
Write what you want to write. Just check how tags are used in a couple of already existing pages in the documentation section (usually right at the end of the page) and use them the same way for categorization.
Duncan_Idaho wrote:how do I create a wiki page? :?:
Just point your browser to a non-existing page:

Code: Select all

http://www.salixos.org/wiki/index.php/This is a new page
You can use spaces or underscores in the new URL, it's the same thing.
Image
Image
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: Slow video and desktop response

Post by Duncan_Idaho »

Post Reply