fc-cache
Announcement
Collapse
No announcement yet.
Strange font problem; missing pixels, lines, choppy.
Collapse
This topic is closed.
X
X
-
-
Originally posted by pauly View PostI had this problem with the fonts and it was cause by having excluded range check marked. Go into fonts and click on configure and uncheck mark exclude range. If you have the same problem I had.
Someone suggested I try what was suggested in this thread. However, I am unable to move the files into the /etc/profile.d/ by pasting or dragging (Access Denied). Do I need to enable permissions? If so, how?
- Top
- Bottom
Comment
-
Originally posted by Cornova View PostIt was already unchecked on mine.
Someone suggested I try what was suggested in this thread. However, I am unable to move the files into the /etc/profile.d/ by pasting or dragging (Access Denied). Do I need to enable permissions? If so, how?
you can open a root dolphin by typing "kdesudo dolphin" in Krunner (alt+F2) and hit enter,,, enter your password when prompted and then be careful, you can do anything now, and wreck your system
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Originally posted by vinnywright View Postyou need to have root acsess for that.
you can open a root dolphin by typing "kdesudo dolphin" in Krunner (alt+F2) and hit enter,,, enter your password when prompted and then be careful, you can do anything now, and wreck your system
VINNY
The only info I can add is that the lines and missing pixels are random, that is I could open the browser and see a complete mess on the wikipedia homepage, close it, open it again and be perfectly clear, or maybe just a few lines etc.
- Top
- Bottom
Comment
-
I notice that in an earlier post you said the problem didn't occur in a native KDE program such as Rekonq, but it is occurring in GTK based programs such as Firefox.
This led me to wonder if you have both gtk2-engines-oxygen and gtk3-engines-oxygen installed?sigpic "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all." -- Douglas Adams
- Top
- Bottom
Comment
-
Originally posted by TeunisI have seen similar problems and it had nothing to do with the fonts but it was a video settings issue.
As the Intel video driver is just about native it's hard to tweak it but why not try to lower the scan frequency from the default 75Hz to something like 60 Hz.
xrandr should offer some easy ways of playing with the settings, you could even try to change the resolution and see if it helps.
Originally posted by HalationEffect View PostI notice that in an earlier post you said the problem didn't occur in a native KDE program such as Rekonq, but it is occurring in GTK based programs such as Firefox.
This led me to wonder if you have both gtk2-engines-oxygen and gtk3-engines-oxygen installed?
Someone on the Ubuntu forums, actually the person from the font thread I linked, suggested that it may be a Vsync problem that is supposed to be addressed with the next KDE version. However I don't know for sure if that is what the problem is.
- Top
- Bottom
Comment
-
Originally posted by Cornova View PostIf you mean system settings > appearance > GTK+ appearance > widgets, I see oxygen-gtk set with Raleigh as another option.
The setting you mentioned (system settings > appearance > GTK+ appearance > widgets) uses those packages to control the appearance of GTK programs in KDE. The first package is required for programs that use GTK2, the second is for GTK3 programs.sigpic "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all." -- Douglas Adams
- Top
- Bottom
Comment
-
Originally posted by HalationEffect View PostYou can check whether or not you have them installed by using Muon Package Manager's search function. You probably already have gtk2-engines-oxygen installed, but it's possible that gtk3-engines-oxygen isn't.
Edit: googled the "sudo apt get" for installing both and they are both already installed. Thanks for the suggestion though.Last edited by Cornova; Sep 10, 2012, 03:22 PM.
- Top
- Bottom
Comment
-
Make sure you are using Muon Package Manager, and not Muon Software Center. Here, both "gtk2-engines-oxygen" and "gtk3-engines-oxygen" are installed.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostMake sure you are using Muon Package Manager, and not Muon Software Center. Here, both "gtk2-engines-oxygen" and "gtk3-engines-oxygen" are installed.
- Top
- Bottom
Comment
-
I just ran the Linux Mint Cinnamon DVD with the intention of installing it, but as it turns out, that too has this font issue, which means it is not KDE causing the problem. Note however that I did not have this issue with Gnome on Ubuntu 10.04. Anyone have any idea why it would all the sudden be an issue?
- Top
- Bottom
Comment
-
Solved
The solution to this issue is to create a file named xorg.conf, paste the following into it and save to desktop or wherever:
Code:Section "Device" Identifier "Intel" Driver "intel" Option "DebugWait" "True" EndSection
If you don't have permission to move it, open the terminal and paste the following:
Code:sudo chmod 777 /etc/X11
Someone posted this solution on another thread that was linked here.
- Top
- Bottom
Comment
Comment