Announcement

Collapse
No announcement yet.

Slow desktop

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Slow desktop

    I have KDE on feisty on a 1.6 core2Duo 2 GB ram laptop, lately when i minimise firefox, its takes about a second before the screen changes and similar when i change other windows, any ides why, its a fresh install of KDE and gnome runs fine, and KDE used to before i changed it back to default ( renamed .kde in home to get back all the original settings )
    Any help?
    Thanks:<br />Using a Toshiba A300-21H ,3GB ram,Intel Core2Duo 2Ghz,Mobile Intel® GMA 4500MHD,intel wifi link 5100. Tux wants you!

    #2
    Re: Slow desktop

    Maybe I am wrong but it seems like your graphic card isn't set properly anymore in your KDE environment.

    Comment


      #3
      Re: Slow desktop

      It's a laptop, it probably uses onboard graphics.
      For external use only.

      Comment


        #4
        Re: Slow desktop

        my graphic card is a 128mb nvidea, ( 32 dedicated ) NVIDIA GeForce Go 7200.
        Thanks:<br />Using a Toshiba A300-21H ,3GB ram,Intel Core2Duo 2Ghz,Mobile Intel® GMA 4500MHD,intel wifi link 5100. Tux wants you!

        Comment


          #5
          Re: Slow desktop

          Can you check if "nvidia-glx" is installed? Use Adept to look for it.

          Comment


            #6
            Re: Slow desktop

            A laptop with graphics cards?! What's next, water cooling for laptops?
            Kids these days...
            For external use only.

            Comment


              #7
              Re: Slow desktop

              They intentionally omitted "integrated".

              Comment


                #8
                Re: Slow desktop

                I looked for "nvidia-glx" in adept it was not installed so i installed it, if it made a difference its very slight, windows now close and open a tiny bit better, but still far lacking what it used to do and what gnome is doing.
                Thanks:<br />Using a Toshiba A300-21H ,3GB ram,Intel Core2Duo 2Ghz,Mobile Intel® GMA 4500MHD,intel wifi link 5100. Tux wants you!

                Comment


                  #9
                  Re: Slow desktop

                  You now need to edit /etc/X11/xorg.conf as root, changing the "driver" line in the "Device" section, so that it reads 'driver "nvidia"'. It should read "vesa" or "nv" now.
                  For external use only.

                  Comment


                    #10
                    Re: Slow desktop

                    Ok i edit'd the line and restarted and no GUI would appear, just ubuntu logo and a flashing " _" thats it!, i went into recovery mode and undid the changes to xorg.conf
                    So whats going wrong?
                    I have a copy of xorg.conf here and highlighed the bit i tried to change
                    # /etc/X11/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 /etc/X11/xorg.conf manual page.
                    # (Type "man /etc/X11/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 "Files"
                    FontPath "/usr/share/X11/fonts/misc"
                    FontPath "/usr/share/X11/fonts/cyrillic"
                    FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
                    FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
                    FontPath "/usr/share/X11/fonts/Type1"
                    FontPath "/usr/share/X11/fonts/100dpi"
                    FontPath "/usr/share/X11/fonts/75dpi"
                    FontPath "/usr/share/fonts/X11/misc"
                    # path to defoma fonts
                    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
                    EndSection

                    Section "Module"
                    Load "i2c"
                    Load "bitmap"
                    Load "ddc"
                    Load "dri"
                    Load "extmod"
                    Load "freetype"
                    Load "glx"
                    Load "int10"
                    Load "type1"
                    Load "vbe"
                    EndSection

                    Section "InputDevice"
                    Identifier "Generic Keyboard"
                    Driver "kbd"
                    Option "CoreKeyboard"
                    Option "XkbRules" "xorg"
                    Option "XkbModel" "pc105"
                    Option "XkbLayout" "gb"
                    Option "XkbOptions" "lv3:ralt_switch"
                    EndSection

                    Section "InputDevice"
                    Identifier "Configured Mouse"
                    Driver "mouse"
                    Option "CorePointer"
                    Option "Device" "/dev/input/mice"
                    Option "Protocol" "ExplorerPS/2"
                    Option "ZAxisMapping" "4 5"
                    Option "Emulate3Buttons" "true"
                    EndSection

                    Section "InputDevice"
                    Identifier "Synaptics Touchpad"
                    Driver "synaptics"
                    Option "SendCoreEvents" "true"
                    Option "Device" "/dev/psaux"
                    Option "Protocol" "auto-dev"
                    Option "HorizScrollDelta" "0"
                    EndSection

                    Section "InputDevice"
                    Driver "wacom"
                    Identifier "stylus"
                    Option "Device" "/dev/wacom" # Change to
                    # /dev/input/event
                    # for USB
                    Option "Type" "stylus"
                    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
                    EndSection

                    Section "InputDevice"
                    Driver "wacom"
                    Identifier "eraser"
                    Option "Device" "/dev/wacom" # Change to
                    # /dev/input/event
                    # for USB
                    Option "Type" "eraser"
                    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
                    EndSection

                    Section "InputDevice"
                    Driver "wacom"
                    Identifier "cursor"
                    Option "Device" "/dev/wacom" # Change to
                    # /dev/input/event
                    # for USB
                    Option "Type" "cursor"
                    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
                    EndSection

                    Section "Device"
                    Identifier "NVIDIA Corporation NVIDIA Default Card"
                    ******** Driver "nv"******I changed to **Driver "nvidia"*******************************
                    BusID "PCI:1:0:0"
                    EndSection

                    Section "Monitor"
                    Identifier "Generic Monitor"
                    Option "DPMS"
                    HorizSync 28-64
                    VertRefresh 43-60
                    EndSection

                    Section "Screen"
                    Identifier "Default Screen"
                    Device "NVIDIA Corporation NVIDIA Default Card"
                    Monitor "Generic Monitor"
                    DefaultDepth 24
                    SubSection "Display"
                    Depth 1
                    Modes "1280x800"
                    EndSubSection
                    SubSection "Display"
                    Depth 4
                    Modes "1280x800"
                    EndSubSection
                    SubSection "Display"
                    Depth 8
                    Modes "1280x800"
                    EndSubSection
                    SubSection "Display"
                    Depth 15
                    Modes "1280x800"
                    EndSubSection
                    SubSection "Display"
                    Depth 16
                    Modes "1280x800"
                    EndSubSection
                    SubSection "Display"
                    Depth 24
                    Modes "1280x800"
                    EndSubSection
                    EndSection

                    Section "ServerLayout"
                    Identifier "Default Layout"
                    Screen "Default Screen"
                    InputDevice "Generic Keyboard"
                    InputDevice "Configured Mouse"
                    InputDevice "stylus" "SendCoreEvents"
                    InputDevice "cursor" "SendCoreEvents"
                    InputDevice "eraser" "SendCoreEvents"
                    InputDevice "Synaptics Touchpad"
                    EndSection

                    Section "DRI"
                    Mode 0666
                    EndSection
                    Thanks:<br />Using a Toshiba A300-21H ,3GB ram,Intel Core2Duo 2Ghz,Mobile Intel® GMA 4500MHD,intel wifi link 5100. Tux wants you!

                    Comment


                      #11
                      Re: Slow desktop

                      Leave "nvidia", go to the regular command prompt in text mode, login and try "startx". See what error is output.

                      Comment


                        #12
                        Re: Slow desktop

                        Or just try to start X with it as "nvidia" and post the output of "grep WW /var/log/Xorg.0.log && grep EE /var/log/Xorg.0.log".
                        Your choice.
                        For external use only.

                        Comment


                          #13
                          Re: Slow desktop

                          Ok i changed the line back to Driver "nvidia" the did a reboot, and same as before ubuntu logo then nothing i waited still nothing, then did a boot up in recovery mode and got the promt and typed
                          > startx
                          The screen gave a quick flash and back to the black promt with the following error, which i will summarize becaue i dont know how to copy and past it into nano

                          X window system Version 7.2.0
                          Release date 04 april 2007
                          ....
                          (EE) Failed to load module "nvidia" (module does not exist,0)
                          (EE) No drivers availble

                          Fatal server error
                          No screens found

                          So i gues im missing something
                          Thanks:<br />Using a Toshiba A300-21H ,3GB ram,Intel Core2Duo 2Ghz,Mobile Intel® GMA 4500MHD,intel wifi link 5100. Tux wants you!

                          Comment


                            #14
                            Re: Slow desktop

                            Hi again, i was in gnome and just did a synaptic search for nvidia and took the nvidia glx option ( which i was sure i had already done in adept, but i did also chosse someother options last night that could have removed the glx file and i may not have been aler to it )
                            Anyway good news i set driver to nvidia and wow KDE looks sweet, nice visual effect little starin on the CPU, thanks guys, I love my KDE
                            Thanks:<br />Using a Toshiba A300-21H ,3GB ram,Intel Core2Duo 2Ghz,Mobile Intel® GMA 4500MHD,intel wifi link 5100. Tux wants you!

                            Comment


                              #15
                              Re: Slow desktop

                              Cool, you can now close the thread with SOLVED. =)
                              Nice to hear you got your KDE running fine.

                              Comment

                              Working...
                              X