Laggy browser scrolling

mrapoc

New member
When i scroll up and down pages there is considerate lag/lack of response. Plus 1.1gb is down as used. 575mb by XGL sleeping then running every now and again. Its not even on "Best Apperance". Java is also 80mb about cause im forced to use Azur**s until my tracker allows other clients.

IDeas? :(
 
name='mrapoc' said:
When i scroll up and down pages there is considerate lag/lack of response. Plus 1.1gb is down as used. 575mb by XGL sleeping then running every now and again. Its not even on "Best Apperance". Java is also 80mb about cause im forced to use Azur**s until my tracker allows other clients.

IDeas? :(

oh no ... u didnt .... XGL ???

we have ur problem

post when u remove XGL :) ill tell u AIGLX instructions

BTW: u cant be the official linux n00b , you use it and many dont
 
Done :D Marked complete removal :p

Some program told me to install it...so i did lol.

BTW am i supposed to have a @compiz@ entry under anything?

^keyboard set up wrong haha

Might need a compiz setup guide too

ty =] *goes to work*
 
Delete flags in ur xorg.conf file that will kill AIGLX

-------------

Open a Terminal

Back up or xorg.conf

Code:
 cp /etc/X11/xorg.conf xorg.back

note: X11 not x11

Then

Code:
 sudo gedit /etc/X11/xorg.conf

Look for an "Extensions" section

if present delete that segment (until the endsection)

Then look for (the far more rare)

ServerFlags section and if presend delete the line which says

option "AIGLX" "off"

*save and exit*

-------------

Add FGLRX to the Compiz Whitelist

Code:
sudo gedit /usr/bin/compiz
look for a line beginning

WHITELIST="*ALREADY PRESENT*"

and add fglrx to that list

WHITELIST = " fglrx *ALREADY PRESENT*"

*save + exit*

then Terminal

Code:
sudo apt-get install compizconfig-settings-manager
-- a compiz toy tweaker :D

*Reboot or Restart X (ctrl, alt and backspace)*

Go to System > Appearence [Visual Effects] and hit up whichever option gives most blood to ur crotch

be Sure to Visit

System > Advanced Desktop Effects Settings will give u more options

NJOY :D
 
Cool! done it altho there were no entries in those two files.

Which effects do you recommend? Its doing loads of cool stuff, that i dont have a clue wot its doing and why lol

Still a bit laggy tho but memory useage is hell of a lot lower. Laggy as in ill scroll the wheel up..stop and itll keep going. If i go up down up down it will carry on doing operations 5 seconds later lol :/
 
ho ho ho fixed it meself!!!!

had to disable composite driver in my xorg.conf file :D

HAPPEH

but...effects = gone down the drain
 
Well because ive had to disable composite in my xorg.conf file (meaning browsing and general operation feels smooth now) i cannot apply any visual affects under preferences>appearance

So unless some1 who knows sh00tall about ubuntu can help i either have:

Effects + operation that feels like vista with no gpu installed

No effects + nice operations altho a bit Win98 looking :)
 
Drop ur xorg.conf here please :)

Oh and did u run sudo aticonfig --overlay-type=Xv @ the end of installing the driver
 
ouch i forsee a big problem ..

im goin home l8r / early 2moro for chrimbo to the land w/o (bearable) net access for about 3 weeks (damn needy family)
 
# xorg.conf (xorg X Window System server configuration file)

#

# This file was generated by dexconf, the Debian X Configuration tool, using

# values from the debconf database.

#

# Edit this file with caution, and see the xorg.conf manual page.

# (Type "man xorg.conf" at the shell prompt.)

#

# This file is automatically updated on xserver-xorg package upgrades *only*

# if it has not been modified since the last upgrade of the xserver-xorg

# package.

#

# If you have edited this file but would like it to be automatically updated

# again, run the following command:

# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

# Uncomment if you have a wacom tablet

# InputDevice "stylus" "SendCoreEvents"

# InputDevice "cursor" "SendCoreEvents"

# InputDevice "eraser" "SendCoreEvents"

Identifier "Default Layout"

Screen 0 "aticonfig-Screen[0]" 0 0

InputDevice "Generic Keyboard"

InputDevice "Configured Mouse"

EndSection

Section "Files"

EndSection

Section "Module"

EndSection

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "gb"

EndSection

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

EndSection

Section "InputDevice"

Identifier "stylus"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

Section "InputDevice"

Identifier "eraser"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

Section "InputDevice"

Identifier "cursor"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

Section "Monitor"

Identifier "DELL 2007WFP"

Option "DPMS"

EndSection

Section "Monitor"

Identifier "aticonfig-Monitor[0]"

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "Generic Autodetecting Monitor"

Option "DPMS" "true"

EndSection

Section "Device"

Identifier "Generic Video Card"

Driver "vesa"

BusID "PCI:1:0:0"

EndSection

Section "Device"

Identifier "aticonfig-Device[0]"

Driver "fglrx"

Option "VideoOverlay" "on"

Option "OpenGLOverlay" "off"

EndSection

Section "Screen"

Identifier "Default Screen"

Device "Generic Video Card"

Monitor "DELL 2007WFP"

DefaultDepth 24

SubSection "Display"

Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"

EndSubSection

EndSection

Section "Screen"

Identifier "aticonfig-Screen[0]"

Device "aticonfig-Device[0]"

Monitor "aticonfig-Monitor[0]"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Depth 24

EndSubSection

EndSection

Section "Extensions"

Option "Composite" "disable"

EndSection

Had to add end bit to get a smooth experience

Dunno if the ATI drivers installed properly :(
 
name='mrapoc' said:
Had to add end bit to get a smooth experience

Dunno if the ATI drivers installed properly :(

ok delete that shat @ the end :)

and turn Option "OpenGLOverlay" "off" to Option "OpenGLOverlay" "on"

reboot and give me the output of (terminal)

Code:
sudo fglrxinfo

you can thro this into a txt file byt entering

Code:
sudo fglrxinto >fgl.txt

this will create a file called fgl.txt (in whatever ur dir was when u issured the command) with all relevant info .. postit 4 me please :)
 
the text file was empty when i did it but...

this is what i get from "sudo fglrxinfo"

display: :0.0 screen: 0

OpenGL vendor string: ATI Technologies Inc.

OpenGL renderer string: Radeon X1900 Series

OpenGL version string: 2.1.7059 Release

edit: goes all laggy again soon as i put any effects (even normal mode)
 
Yo i just installed another ubuntu , and followed all the instructions i laid out , works fine.

but i did see a potential issue ( due to me assuming u wld sudo)

where i said
Code:
./ati-driver-installer-7-11-x86.x86_64.run

that shd have been
Code:
 sudo ./ati-driver-installer-7-11-x86.x86_64.run

so

Code:
cd ~/Desktop

then

Code:
 sudo ./ati-driver-installer-7-11-x86.x86_64.run

Press Ctrl + Alt + Backspace and go to appearence and enable visual effects

then

Code:
sudo aticonfig --initial
and

Code:
sudo aticonfig --overlay-type=Xv

oh and re-set OpenGlOVerlay

[sry i dint add that sudo IIRC i was tired @ the time]
 
edit NVm -- was head 2

...

reinstall ur driver

(i updated the original instructions w/ that errant sudo)
 
Back
Top