You are not logged in.

#1 2009-10-02 10:47:34

nikbhardwaj
Member
Registered: 2009-09-02
Posts: 27

[solved]Different Screen Resolution for different Users[/solved]

hello
i'm running kdemod

i'd like to set up an account for my mum
she prefers a resolution of 800X600
whereas i like 1024X768

my xorg.conf is set up like

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1024x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

when i log into the newly created account and use nvidia-settings
the resolution can be changed successfully
but upon restarting
it reverts back to 1024X768

i'd like to know how i could set up different resolutions for both of us

Last edited by nikbhardwaj (2009-10-03 12:23:21)

Offline

#2 2009-10-02 10:57:14

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: [solved]Different Screen Resolution for different Users[/solved]

You could add a startup script for your user with "xrandr -s 1024x768", while adding another for your mother account with "xrandr -s 800x600"


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#3 2009-10-02 11:25:50

nikbhardwaj
Member
Registered: 2009-09-02
Posts: 27

Re: [solved]Different Screen Resolution for different Users[/solved]

arkham wrote:

You could add a startup script for your user with "xrandr -s 1024x768", while adding another for your mother account with "xrandr -s 800x600"

where do i add this
.xinitrc in the home directory ??
or .xsession in the home directory

Offline

#4 2009-10-02 11:32:39

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: [solved]Different Screen Resolution for different Users[/solved]

I'm not sure how to do that in kde, google for "kde autostart program"


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#5 2009-10-02 11:49:29

Zeist
Arch Linux f@h Team Member
Registered: 2008-07-04
Posts: 532

Re: [solved]Different Screen Resolution for different Users[/solved]

kde used to autostart programs from a folder that was something like ~/.kde/autostart once, I think that is still the case.


I haven't lost my mind; I have a tape back-up somewhere.
Twitter

Offline

#6 2009-10-02 14:13:43

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: [solved]Different Screen Resolution for different Users[/solved]

If you're using some kind of TFT: Couldn't you just change the DPI? This way, your mum would get bigger fonts (I suppose that's what this is about?),  and the screen wouldn't have those fuzzy  pixels.

Offline

#7 2009-10-03 12:21:21

nikbhardwaj
Member
Registered: 2009-09-02
Posts: 27

Re: [solved]Different Screen Resolution for different Users[/solved]

i have an old crt monitor

got it
there is an option to add startup scripts in the kde system settings
thanks so much for your valuable input
have got it working perfectly

Offline

Board footer

Powered by FluxBB