IceWM resolution on Ubuntu 8.04

View: New views
3 Messages — Rating Filter:   Alert me  

IceWM resolution on Ubuntu 8.04

by Ice72 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I have installed IceWM on an ubuntu 8.04.  I'm trying to change
resolution
from 1280x1024 (LCD monitor native)  to 1024x768 but I
obtain no success.

I have tried with gnome and I could do this without
any problem.

I have tried to change /etc/X11/x-org.conf but it is
ignored. Also tried with
"xrandr" ... same result.   :(

Any idea?

TIA


Con Tutto Incluso chiami e navighi senza limiti a soli 14,95 euro al mese. Gratis la Sim Tiscali Mobile con 50 euro di traffico!  L’offerta è valida solo se attivi entro il 18/06/09 http://abbonati.tiscali.it/promo/tuttoincluso/

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
IceWM-user mailing list
IceWM-user@...
https://lists.sourceforge.net/lists/listinfo/icewm-user

Re: IceWM resolution on Ubuntu 8.04

by Adam Pribyl-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 19 Jun 2009, rcolmegna@... wrote:

> Hi,
>
> I have installed IceWM on an ubuntu 8.04.  I'm trying to change
> resolution
> from 1280x1024 (LCD monitor native)  to 1024x768 but I
> obtain no success.
>

IceWM is only window manager, it does not set a resolution.

> I have tried with gnome and I could do this without
> any problem.
>
> I have tried to change /etc/X11/x-org.conf but it is

Correct name is /etc/X11/xorg.conf

> ignored. Also tried with
> "xrandr" ... same result.   :(

Xrandr is for dynamic settings. If it lists upon issuing command this
resolution, it is possible to change it in the fly with
xrandr -s 1024x768.

>
> Any idea?
>
> TIA
>

I do not understand why to use interpolated resolution on LCD, but it's
your decision. If you need bigger fonts, then just change DPI.


Adam Pribyl

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
IceWM-user mailing list
IceWM-user@...
https://lists.sourceforge.net/lists/listinfo/icewm-user

Re: IceWM resolution on Ubuntu 8.04

by Larry Wyble :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 19 Jun 2009 17:53:42 +0200 (CEST)
Adam Pribyl <pribyl@...> wrote:

> On Fri, 19 Jun 2009, rcolmegna@... wrote:
>
> > Hi,
> >
> > I have installed IceWM on an ubuntu 8.04.  I'm trying to change
> > resolution
> > from 1280x1024 (LCD monitor native)  to 1024x768 but I
> > obtain no success.
> >
>

Go here in your xorg.conf file and change the first mode resolution
to whatever you want it to be. Like mine is "1280x1024" make your
first line "1024x768"

If that doesn't do it, sorry. That's the way I do it. Your machine
may vary.




Section "Screen"

# If your card can handle it, a higher default color depth (like 24
or 32) # is highly recommended.
#   DefaultDepth 8
#   DefaultDepth 16
#   DefaultDepth 32
# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever
your # card/monitor can produce)
    Identifier     "Screen 1"
    Device         "VESA Framebuffer"
    Monitor        "My Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection




--
If ye love wealth better than liberty, the tranquility of servitude
than the animated contest of freedom, go from us in peace. We ask
not your counsels or arms. Crouch down and lick the hands which
feed you. May your chains sit lightly upon you, and may posterity
forget that you were our countrymen.


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
IceWM-user mailing list
IceWM-user@...
https://lists.sourceforge.net/lists/listinfo/icewm-user