SliTaz SliTaz Forum

You are not logged in.

#1 2013-01-07 01:28:11

angelochen
Member
Registered: 2013-01-07
Posts: 2

making network and screen resolution persistent

Hi,

I'm a newbie of Slitaz, and very amazed by the speed that Slitaz gives to my old PCs, thanks for a great product.

got some questions, I installed the Slitaz 4 into a hard drive, it works, just  don't know how to do following:

1) every time when boot up, network is not connected as it always default to wlan which I don't have, I need to click the icon, switch to eth0, configure the static ip used in the LAN, then it works, is there a way to make this change persistent?

2) screen resolution, I change the setting, then click 'Apply', or 'Save', but after rebooting, I have to do this again, how to avoid this?

Thanks,

Angelo

Offline

#2 2013-01-07 18:27:49

Guest
Guest

Re: making network and screen resolution persistent

This might help solve 'setting the screen resolution'.

I had a similar problem making a LiveCD (System Tools > Create a LiveCD > Write iso).

The monitor resolution always went back to a default 1280x... , not 1024x.... that I wanted.

I 'forced the setting' 1024x768 by editing the file

/etc/X11/xorg.conf.d/70-Screen.conf

adding: Modes "1024x768" in 2 places.

SubSection "Display"

        Viewport   0 0

        Depth     16

        Modes "1024x768"

    EndSubSection

    SubSection "Display"

        Viewport   0 0

        Depth     24

        Modes "1024x768"

    EndSubSection

The changes remained thereafter.

#3 2013-01-08 06:49:03

Guest
Guest

Re: making network and screen resolution persistent

The official Slitaz guide to xorg and xvesa:

http://doc.slitaz.org/en:guides:xorg-xvesa

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]