Summary: | VNC Viewer causes odd display of terminal output | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Derrick Schommer <chimera1976> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Derrick Schommer
2002-12-20 17:04:17 UTC
Hi I've got the same problem, with the same configuration Here is a solution : edit the vncserver file (/usr/bin) You should have something like that : # Add font path and color database stuff here, e.g.: # $cmd .= " -fp unix/:7100"; # $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; # $cmd .= " -co /usr/lib/X11/rgb"; # Just uncomment the two lines # Add font path and color database stuff here, e.g.: # $cmd .= " -fp unix/:7100"; $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; $cmd .= " -co /usr/lib/X11/rgb"; # It works fine for me This seems like normal behavior if Xft/xft2 is enabled when using an X server which doesn't support the RENDER extention, like xvnc. Probably should be closed, as it's more Qt related. Is there any plan to support the RENDER extention in xvnc? If there is, then I assume this problem would just disappear... Not Konsole related. |