Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows > Xwindows very slow since recent update

Forgot Password?
 Linux Desktop / X-Windows   Anything X. Gnome, KDE, remote desktop's, XGames etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 09-07-2009   #1 (permalink)
Just Joined!
 
Join Date: Sep 2009
Posts: 1
Xwindows very slow since recent update

I have a desktop that has been installed & running linux very well for about 2 years, with intel graphics & a TFT screen. After a recent software update, with no hardware changes and retaining the old xorg.conf, X11 graphics performance has seriously slowed down. Switching between 2 full-screen X applications can take seconds to fully display.

The system's running Debian unstable with the following
kernel 2.6.26, xorg 7.4
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)

I'm currently using the intel drivers in Xorg, if I reboot to use the intel framebuffer (video=intelfb:mode=1024x768-16) the framebuffer only loads at 640x480.

I've tried removing the xorg.conf file & booting from a few recent live CDs, but they don't help. The automatic X setup selects modes out-of-range for the monitor so that powers off, and using a framebuffer with any of them only gives a 640x480 display

I can't upgrade the kernel, this system locks hard if running 2.6.30.

xorg.conf
Code:
Section "ServerLayout"
  Identifier     "Default Layout"
  Screen         "Default Screen"
  InputDevice    "Generic Keyboard"
  InputDevice    "Configured Mouse"
EndSection

Section "Files"

  # path to defoma fonts
  FontPath     "/usr/share/fonts/X11/misc"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc"
  FontPath     "/usr/share/fonts/X11/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  FontPath     "/usr/share/fonts/X11/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/share/fonts/X11/100dpi"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
  FontPath     "/usr/share/fonts/X11/75dpi"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
  FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load  "bitmap"
  Load  "ddc"
  Load  "dri"
  Load  "extmod"
  #Load  "freetype"
  Load  "glx"
  Load  "int10"
  Load  "vbe"
  #Load  "shm"
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"
EndSection

Section "Monitor"
  Identifier   "Generic Monitor"
EndSection
Section "Device"
  Identifier  "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
  Driver      "intel"
  BusID       "PCI:0:2:0"
  #Driver   "fbdev"
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device     "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
  Monitor    "Generic Monitor"
  DefaultDepth     16
  SubSection "Display"
    Depth     1
    Modes    "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth     4
    Modes    "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth     8
    Modes    "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth     15
    Modes    "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth     16
    #Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    Modes    "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth     24
    Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
  EndSubSection
EndSection

Section "DRI"
  Mode         0666
EndSection
patter is offline  


Reply With Quote
Old 09-07-2009   #2 (permalink)
Just Joined!
 
sarlacii's Avatar
 
Join Date: May 2005
Location: South Africa
Posts: 81
Hey Patter... have you had a look at dmesg and your X logs for errors? If not, that may be where to start.
Else, run top in a terminal when you change apps and look to see if something other than X is hogging CPU cycles.
It's just a start.
If you could also post exactly what was included in your "software update", that could help... since you report that is was only after the update that things went pear-shaped. Did you upgrade your entire distro? Or was is just a new application with some dependancies that you installed?
Thanks.
sarlacii is offline   Reply With Quote
Old 09-18-2009   #3 (permalink)
Just Joined!
 
Join Date: Sep 2009
Posts: 1
Hi

Have you solved your problem. I have exactly the same.
zespo is offline   Reply With Quote
Old 09-18-2009   #4 (permalink)
Linux Guru
 
reed9's Avatar
 
Join Date: Feb 2009
Location: Boston, MA
Posts: 2,199
It's most likely the intel graphics drivers causing the problem.

These are Ubuntu guides but should be basically applicable.

New Ubuntu Intel Graphics Drivers ~ Web Upd8

Intel Graphics Performance Guide for Ubuntu 9.04 (Jaunty) Users|Ubuntu Geek
reed9 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 07:39 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2