PDA

View Full Version : [ubuntu] ATi 320m and effects not working in 8.04



flagger
April 25th, 2008, 07:04 AM
Hi all,

Background, installed Ubuntu desktop on a old laptop:
AMD XP2400
768MB ram
ATi 320m integrated video

Made the upgrade from 7.10 to 8.04 using the update manager which went pretty smoothly.

However noticed that effects were totally off once I rebooted and proceeded to turn them to full effects but I get the error messagebox stating effects failed. In 7.10 I had no probs, and the full effects worked well.

So I decided to do a bit of playing around. I installed xserver-xgl then rebooted, and I could enable full effects then. But the desktop was really laggy (running about 5-10fps), even typing was laggy. Turning the effects to none still resulted in the same laggy response. So I removed xserver-xgl and now its working fine again, but no effects :(

I understand that ATi don't support the 320m anymore. Anyone got any ideas on how to get a smooth desktop again with full effects/compwiz? :-k

Peter09
April 25th, 2008, 08:07 AM
you could try installing the ATI driver through envy.

Go to synaptic and get the envyng modules.

In a terminal type envyng -t and let it install your ATI driver. Worth a try.

PC

flagger
April 25th, 2008, 09:08 AM
ok just got the ATi driver working (I think), but had to screw around a bit to get my native res back (1280x800). However effects are still not able to be enabled.

Here is my xorg.conf file as generated by the ati installer. Note that I removed all resolution options except 1280x800 and modified the 1280x800 timings to make -hsync to +hsync


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Emulate3Buttons" "true"
EndSection


Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:5:0"
Driver "ati"
Screen 0
Option "MergedFB" "off"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 +hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x800@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:5:0"
Driver "ati"
Screen 1
Option "MergedFB" "off"
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection