LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Distro with embedded Clonezilla (https://www.linuxquestions.org/questions/linux-distributions-5/distro-with-embedded-clonezilla-4175487922/)

Mr. Alex 12-14-2013 05:05 AM

Distro with embedded Clonezilla
 
Hello. Suggest a free from payments Linux live distro with Clonezilla, please. Clonezilla has to be installed as a program, inside of this distro and not as an additional boot option where Clonezilla is loaded separately.

TobiSGD 12-14-2013 10:16 AM

grml

Mr. Alex 12-14-2013 01:39 PM

Thanks. I'll check it out.

Mr. Alex 12-15-2013 09:41 AM

Very nice distro. Do you know how can I change DPI in Xorg there? I created "~/.Xdefaults" and wrote

Code:

Xft.dpi: 96
then started Xorg again and fonts in terminal still were too small. (Some people like it, I don't.)

TobiSGD 12-15-2013 10:48 AM

I don't know, but every terminal that I know of lets you configure the used font. I always have used grml without X, so I don't know which terminal is in use. If you can figure that out I might be able to help you with font configuration. Many modern terminal emulators (though not my favorite urxvt) display a menu when you right-click in the window.

Mr. Alex 12-15-2013 11:44 AM

It's xterm.

TobiSGD 12-15-2013 01:40 PM

In Xterm you can use the file ~/.Xresources to modify the behavior. There you can also set things like Xft.dpi.
I think I now get your real problem. Have you run
Code:

xrdb -load ~/.Xdefaults
after you have changed the file?
You don't need to restart X, opening a new terminal should show the changes immediately if you have run the xrdb command.

Mr. Alex 12-16-2013 12:32 PM

Quote:

Originally Posted by TobiSGD (Post 5081125)
I think I now get your real problem. Have you run
Code:

xrdb -load ~/.Xdefaults
after you have changed the file?

No. Thanks, I now remembered I have to do it. I have

Code:

xrdb -merge ~/.Xresources
for this purpose in Arch.


All times are GMT -5. The time now is 02:38 PM.