News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

KDE dpi and/or resolution problem

Started by kaztraz, May 12, 2008, 11:25:13 PM

Previous topic - Next topic

kaztraz

Okey i have searched the forums so don't bash me :) and found allot of information regarding this but all of it requires me to be very familiar with Linux which i aint and also requires me to actually be able to read the text on the screen which i cant... so is there any easy way for you "pro´s" here to walk me through this :)

Kind regards,

Kazzy "the NOOB" :D

teedge77

you should probably be a little more specific about the problem or people will be more apt to read and move on.
AMD Athlon 64 X2 6000+
Asus M2V Via AM2 ATX
Lite-On LH-20A1S SATA DVD Burner
80GB  SATA-150
EVGA GeForce 7300 GT 512MB DDR2 PCI Express
Sound Blaster Audigy SE
Kingston 2 GB PC6400 DDR2 800MHz
Ultra X-Finity 800-Watt
ZCU000
Cisco 7970
TDM400P

kaztraz

Quote from: teedge77 on May 12, 2008, 11:27:54 PM
you should probably be a little more specific about the problem or people will be more apt to read and move on.

Yeah sorry, so it´s the fonts they are so small... the res is good but the fonts in the system are so small i cant read them just see some black lines :(

royw

There are two things to try:

1) adjust KDE font size from control center.
2) adjust Xorg's dots per inch setting.

First, make sure the font size is something reasonable:

  System Settings, Look & Feel, Appearance, Fonts

The fonts should be around 16 points in size.

To adjust Xorg's dpi, see this post: http://forum.linuxmce.org/index.php?topic=4869.msg28458#msg28458

At one time, I read a different way to adjust the dpi on the linuxmce wiki, but just now I couldn't find it.

HTH,
Roy
My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]

Zaerc

Usually the problem is that X doesn't know how big your screen is, try: http://wiki.linuxmce.org/index.php/Display_Drivers#Physical_display_size, and if that doesn't work see: http://wiki.linuxmce.org/index.php/Display_Drivers#Microscopic_fonts_in_KDE for an alternative way to specify the DPI directly.
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

colinjones

As Zearc said - some screens report using EDID (if you have turned this on) the wrong screen size - eg 16x9 which is then interpreted as 160mmx90mm!
If you have turned on EDID, then you could try using UseEDIDDPI - false to let it use the default (75dpi), or explicitly set it using UseDPI - 100

Alternatively, if you haven't turned EDID on, then you could try this as the screen might actually report the correct DPI and this would fix it as well. Change the line "UseEDID" "false" to "true".

EDID will only work with connector types like VGA, DVI and HDMI, not composite or other analogue ones. All these settings are in your /etc/X11/xorg.conf - you can edit this by connecting to your core remotely from another computer using ssh (download PuTTY) this will get around your issue of not being able to see the screen. Its a text terminal program. Easiest to do this from the Internal network. You might want to install Joe as your text editor:

sudo apt-get install joe

Oh, and if you installed with the DVD, the username and password should both be linuxmce

Col

royw

Quote from: colinjones on May 16, 2008, 02:25:50 AM
EDID will only work with connector types like VGA, DVI and HDMI, not composite or other analogue ones.

FYI, I've found that EDID does not work thru my AV receiver, even with HDMI connections...

Have fun,
Roy
My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]

colinjones

What receiver have you got Roy? It works through my Marantz but xorg.0.log reports the Marantz as the display. And its EDID seems to be a subset of the TV's. Not sure if this limits anything...

royw

I purchased a Yamaha RX-V861 AV receiver back when it was new for the HDMI switching feature.  In retrospect, not a good decision, a generation too early.  But I need to finish my sabbatical and re-enter the workforce before correcting it.  :)

Have fun,
Roy
My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]