LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   KDE konsole pixelation problem (https://www.linuxquestions.org/questions/slackware-14/kde-konsole-pixelation-problem-738387/)

stormtracknole 07-07-2009 01:39 PM

KDE konsole pixelation problem
 
I've been having this problem with konsole on Slackware 12.2. In fact, I had similar issues with the previous version. The konsole programs works fine. However, every now and then, when issuing command or if I'm compiling something, I get pixels "stuck or frozen" in the terminal. The only way to clear it is to re-size the terminal. When I'm compiling something, the screen can get pretty saturated with pixels. Not a big deal, but it's kind of annoying. So, is anyone else having this issue? I'm using the latest nvidia driver (1.85), but I've had this issue also on older nvidia cards with the legacy driver.

I'm open to ideas. Thanks in advance! :)

Bruce Hill 07-09-2009 05:02 PM

Didn't want to reply with no solution, but your thread has been bumped by
the boards twice now it seems, with no replies.

I had this problem when displaying Hanzi (Chinese characters) with konsole
running Slack-12.2. In fact, I was running a pretty customized urxvt to get
proper display of those fonts.

Since upgrading to Slackware64 -current, that problem no longer exists. The
reason I hesitated to reply is that I cannot tell you what change has stopped
the "ghosting" of characters on my screen. For me issuing "clear" or "reset"
did not make them all go away, but if I clicked on the tab of another session
in that konsole then went back, they were gone.

stormtracknole 07-09-2009 05:56 PM

Quote:

Originally Posted by Bruce Hill (Post 3602655)
Didn't want to reply with no solution, but your thread has been bumped by
the boards twice now it seems, with no replies.

I had this problem when displaying Hanzi (Chinese characters) with konsole
running Slack-12.2. In fact, I was running a pretty customized urxvt to get
proper display of those fonts.

Since upgrading to Slackware64 -current, that problem no longer exists. The
reason I hesitated to reply is that I cannot tell you what change has stopped
the "ghosting" of characters on my screen. For me issuing "clear" or "reset"
did not make them all go away, but if I clicked on the tab of another session
in that konsole then went back, they were gone.

Bruce,

Thank you so much for replying. I was about to give up on this. The issues you describe are the same I'm having. I was thinking it was the nv driver, but I confirmed having the same issue on a different box with a different video card (matrox card). I've even tried adding "Composite" Disable on my xorg.conf file to no avail. It's no biggie. I was just curious if I was the only one having this issue.

Bruce Hill 07-09-2009 06:21 PM

If there are things (configs, apps) which we can compare/check, let me know.

Those issues occurred on this Asus M2N-E with:
Code:

02:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
and also on my Lenovo T61 laptop with:
Code:

01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M (rev a1)
and both boxen running NVIDIA 185.18.14 and using "nvidia" as the driver.

stormtracknole 07-09-2009 06:29 PM

Quote:

Originally Posted by Bruce Hill (Post 3602710)
If there are things (configs, apps) which we can compare/check, let me know.

Those issues occurred on this Asus M2N-E with:
Code:

02:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
and also on my Lenovo T61 laptop with:
Code:

01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M (rev a1)
and both boxen running NVIDIA 185.18.14 and using "nvidia" as the driver.


Hmm...I'm going to try and see if I can replicate the same issue on my other box (the one with the matrox card). I just remember that I used have an old nvidia card in it. I'll give it a spin when I get home from work and I'll report later tonight. It could be an "nvidia" issue. Also, I'll make sure and see if I can replicate the same thing with the opensource driver of nvidia ("nv").

stormtracknole 07-09-2009 09:27 PM

Bruce,

I just tried using the konsole on the other box (the one with the matrox card) and I can confirm that is doing the exact same thing. So, we can discard the nvidia driver being the problem. I'm stomped. Not sure where else to look at other than the xorg.conf file.

Bruce Hill 07-10-2009 12:21 AM

It's so short I'll post the entire thing:
Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Wed May 27 01:58:49 PDT 2009

Section "ServerLayout"
    Identifier    "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/lib64/X11/fonts/misc/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/misc/"
    FontPath        "/usr/lib64/X11/fonts/Type1/"
    FontPath        "/usr/lib64/X11/fonts/Speedo/"
    FontPath        "/usr/lib64/X11/fonts/100dpi/"
    FontPath        "/usr/lib64/X11/fonts/75dpi/"
    FontPath        "/usr/lib64/X11/fonts/cyrillic/"
    FontPath        "/usr/lib64/X11/fonts/TTF/"
EndSection

Section "InputDevice"
    # generated from default
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/psaux"
    Option        "Emulate3Buttons" "no"
    Option        "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier    "Keyboard0"
    Driver        "kbd"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Unknown"
    HorizSync      28.0 - 33.0
    VertRefresh    43.0 - 72.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection

The font section is definitely different from mine with Slack-12.2.

I have a box here I'm giving to someone, which requires a fresh install.
It was going to get -current, but since you're running 12.2, it can hold
that while we work through these issues. But first, a kip ...

stormtracknole 07-10-2009 10:26 AM

Here's mine, although I don't think it's related to xorg.conf. Maybe it's related to a konsole setting.

Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Wed May 27 03:15:36 PDT 2009

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Wed May 27 03:16:54 PDT 2009

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"
EndSection

Section "Module"
    Load          "xtrap"
    Load          "record"
    Load          "dbe"
    Load          "extmod"
    Load          "glx"
    Load          "freetype"
    Load          "type1"
EndSection

Section "ServerFlags"
    Option        "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier    "Keyboard0"
    Driver        "kbd"
    Option        "XkbModel" "pc101"
    Option        "XkbLayout" "us"
EndSection

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

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync      30.0 - 81.0
    VertRefresh    56.0 - 75.0
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    "SWcursor"                  # [<bool>]
        #Option    "HWcursor"                  # [<bool>]
        #Option    "NoAccel"                    # [<bool>]
        #Option    "ShadowFB"                  # [<bool>]
        #Option    "UseFBDev"                  # [<bool>]
        #Option    "Rotate"                    # [<str>]
        #Option    "VideoKey"                  # <i>
        #Option    "FlatPanel"                  # [<bool>]
        #Option    "FPDither"                  # [<bool>]
        #Option    "CrtcNumber"                # <i>
        #Option    "FPScale"                    # [<bool>]
        #Option    "FPTweak"                    # <i>
        #Option    "DualHead"                  # [<bool>]
    Identifier    "Card0"
    Driver        "nvidia"
    VendorName    "nVidia Corporation"
    BoardName      "GeForce 6100 nForce 430"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 6150SE nForce 430"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "TwinViewXineramaInfoOrder" "CRT-0"
    Option        "metamodes" "1440x900_75 +0+0; 1440x900 +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection

Section "Extensions"
        Option "Composite" "Disable"
EndSection


stormtracknole 07-11-2009 03:05 PM

Bruce,

I've pretty much given up on this issue. The only workaround I found was to use Terminal from XFCE. So far, it works great! In fact, I like it much better than konsole. Thanks for all your help!


All times are GMT -5. The time now is 07:36 PM.