Xorg slowness [quite long]

Gabriele Brosulo brosulo at edisoft.net
Wed Oct 1 06:21:38 PDT 2008


Hi all,
I'm not sure if it's the right list, in case it isn't feel free to point me to 
correct one :)

I'm running a Slackware 12.1 on a Intel P4 3Ghz, 2Gb ram and a Intel 82865G 
Integrated graphics card (integrated on a Asus P4P800-MX motherboard). Here 
you are what returns lspci:

00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated 
Graphics Controller (rev 02) (prog-if 00 [VGA controller])
        Subsystem: ASUSTeK Computer Inc. Unknown device 2572
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at f0000000 (32-bit, prefetchable) [size=128M]
        Memory at fe780000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at eff0 [size=8]
        Capabilities: [d0] Power Management version 1
        Kernel modules: intelfb

I'm also running KDE 3.5.9, and everythings goes slow. Very slow. On the top 
of the 'top' command (sorry for the word loop) there is always X:

 PID   USER    PR  NI  VIRT   RES  SHR   S  %CPU %MEM    TIME+   COMMAND
 2750 root      20   0  242m  20m 4400 S    6         1.0        1:31.71  X

So, I'm there asking if the problem is my xorg.conf!!

Here you are:

oot at slack:/home/g4b0# more /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/TrueType/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "vnc"
        Load  "xtrap"
        Load  "record"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"

        #SubSection "extmod"
        #   Option  "omit XFree86-DGA"
        #EndSubSection

EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      340   270     # mm
        Identifier   "Monitor0"
        VendorName   "PHL"
        ModelName    "Philips 170S"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    30.0 - 83.0
        VertRefresh  56.0 - 76.0
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        Option     "DRI"     "true"             # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "82865G Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


Any help will be appreciated.
Thanks a lot

-- 
g4b0, linux user n. 369000
http://gabo.homelinux.com



More information about the xorg mailing list