Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tak21

Pages: [1]
1
Developers / How to report a (fixed?) error in sources.list
« on: June 22, 2007, 12:30:57 pm »
Hello @ all,

when I typed sudo apt-get update (after installation) I got a lot of errors.

I corrected my sources.list like this:

Code: [Select]
# Pluto sources - start
# Choosed mirror - start

deb file:/usr/pluto/deb-cache/ ./

#http://de.archive.ubuntu.com/ubuntu-releases/

deb http://de.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu feisty-updates  main restricted universe multiverse
deb http://linuxmce.com/ubuntu ./

# Choosed mirror - end
#deb http://10.0.0.82/ ./
# Pluto sources - end

Especially the typo in the linuxmce line should be corrected.
I am not shure, if my change from
Code: [Select]
...ubuntu.com/ubuntu-releases/to
Code: [Select]
...ubuntu.com/ubuntuis really o.k. as I do not know the difference betwean these dirs ...

At least it works now.

To the original question: where could I place errors I found?

2
Installation issues / v1.1 b2 fonts too small after installation
« on: June 22, 2007, 09:08:24 am »
First of all, the installation worked quite well :)
Now I have one issue left: after the installation LinuxMCE starts up. But the fonts are small. I mean tiny. Unreadable tiny...
The reason ist, that I use a 42" plasma tv as monitor and this monitor reports its real size to x11, and x11 is adjusting the dpi. Now the option "DisplaySize" in xorg.conf does not seem to work in 7.04...

- How is X started for LinuxMCE? Can I modify the script to set say 92 dpi?

Please help!

Pages: [1]