question about screen size/resolution

hi all long time linux user here but i've never used LXDE and can't find out where/how i change the screen resolution?

V máji 1945 bola republika

V máji 1945 bola republika oslobodená od fašistov vojskami Červenej armády. Po farskej republike – Slovenskom štáte, mesiacoch odboja, prenasledovania ľudí, masových popráv (Kremnička shoes a popravy v každom meste), vypálení celých dedín (Kľak, Ostrý Grúň a iné), transportovaní mužov do koncentračných táborov, likvidácii 90.000 slovenských Židov v Osvienčime a iných táboroch smrti a s tým spojeným strachom a hrôzou nastalo obdobie všeobecnej eufórie, optimizmu a nadšenia pre obnovenie života. Ruskí vojačikovia chloe shoes boli predmetom lásky a obdivu obyvateľstva, napriek tomu, že došlo k početným znásilneniam a všetci boli celkom pobláznení náramkovými hodinkami, ktoré „zbierali“ ako najatí. Na našom území bojovali druhoradé jednotky hojne vybavené nízkymi vozíkmi a húževnatými koníkmi. Vojaci nadväzovali priateľstvá calvin klein shoes a veľmi dobre sa u nás cítili (na čo spomínajú veteráni dodnes).Nemožno zabudnúť ani na rumunských vojakov, ktorí niesli veľké bremeno vojny u nás. Červená armáda hneď odovzdávala moc novej československej vláde a národným výborom. Napriek tomu, na jar 1945 ČA zatkla okolo sedem tisíc slov. občanov na východnom Slovensku a odvážala ich na práce do Ruska. Po niekoľkých jimmy choo shoes rokoch sa 1/5 z nich vrátila zdravotne veľmi poškodená.

LXRandr works as long as you

LXRandr works as long as you have a driver installed, the setting is shown in xorg, and you aren't using a virtual machine. LXRandR is available in Ubuntulite's repository.

sudo apt-get install lxrandr

60hz

How to change the resolution from 70hz to 60hz, running a crt monitor...

installed lxde after installing ubuntu hardy... and can't get the resolution to 60hz

screen resolution

Open a terminal and enter

xrandr -s 1024x768

No sudo needed and enter your preferred
resolution in place of 1024x768.

To make it persistent, I entered this line
in the default startup script. Let me know
if needed and I'll look up exactly where this
default file is located.

I have also struggled with screen resolution
and this is the only workable solution I was
able to implement.

thank you for the reply and

thank you for the reply and yes i'd love to know where the startup script is :)

location of default script

To make it persistent, I entered this line
in the default startup script. This file is
named "default" and is located in:
/etc/xdg/lxsession/LXDE/
I used
sudo nano /etc/xdg/lxsession/LXDE/default
to edit and added this new line to the end.

Hope this helps.

Well, can I start this script

Well, can I start this script locally in home directory when LXDE session starts? Just to overwrite global settings in ~/.config/lxsession/LXDE/default?

default startup script

Regarding starting a script in home directory, I really don't know.
The above solution is what worked for me (and now Steve, too.)

Try what you propose and post the results here (please include
detail on exactly what you did, too, please.)

Frankly, I recommend what has already worked as described
earlier in this post.

Well, it works for me too,

Well, it works for me too, but as a ubuntu-user I prefer to configure my system locally, not using much sudo. That is why I'm asking about the possibility of changing options in home directory as a local user. I sent an email to lxde-list and asked about that.

Heh, solution is very easy:

Heh, solution is very easy: to start ANY application you want just create folder
mkdir ~/.config/autostart
if it not exists, then copy there application desktop file you want to start on startup (for example copy from /usr/share/application) or just create one adding there your startup script.

My try with ~/.config/lxsession/LXDE/default was unsuccessful.

thank you works perfect :)

thank you works perfect :)

thanks

I am not really good at guessing what will be the right resolution. So i found you can try different resolutions with grandr. It can be installed with synaptic. For some reason, it does not save the settings. So the work around above was a great help