Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2009 00:12:16 +0200
From:      Manolis Kiagias <sonic2000gr@gmail.com>
To:        weif@weif.net
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: issues in XFCE 4.6
Message-ID:  <49BD7D40.2080609@gmail.com>
In-Reply-To: <20090315212730.A1E47A240F@maxine.cjones.org>
References:  <49BA87D5.3080000@gmail.com>	<20090313204825.E64BCA2718@maxine.cjones.org>	<49BACEF0.8070905@gmail.com>	<20090313223308.3B98CA2723@maxine.cjones.org>	<49BAE3C0.9090000@gmail.com>	<20090314043421.12C61A24F7@maxine.cjones.org>	<49BB4762.7020405@a1poweruser.com>	<20090314064658.1F188A25F3@maxine.cjones.org>	<49BB57EF.2060303@a1poweruser.com>	<20090314214353.54DFEA2786@maxine.cjones.org>	<20090314215625.GA72097@owl.midgard.homeip.net> <20090315212730.A1E47A240F@maxine.cjones.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Keith Seyffarth wrote:
> Well, I finally got XORG to install again, and then installed XFCE
> 4.6. Still no menus, and huge screen resolution. However,
> Ctl-Alt-[Keypad Minus] will zoom in on part of the desktop area,
> making text at least readable on screen.
>
> Any other suggestions on getting XFCE to have its menu again? Or on
> just manually a) launching the settings manager, or b) editing the
> settings manually?
>
>   

You could try hitting ALT+F2 and typing xfce4-settings-manager or
xfce4-settings-editor to run these.
As for the screen resolution, I upgraded one more machine today and it
went down to 1024x768 instead of 1280x1024.
This was the only machine I had had in the past to adjust resolution by
using XFCE's display applet. Every other machine would start directly at
the correct resolution. In the previous XFCE version, the Display applet
would correctly set this, but not in 4.6. Although the correct
resolution was selectable, it just resulted to a blank screen.
Finally, I used xrandr to adjust the resolution. This maybe of some help
to you as well:

Open an Xterm or Terminal and type:

xrandr

You should see a list of modes. Select the desired one from the list and
count from the top, starting with zero. For example, to select the third
resolution from the list, type:

xrandr -s 2

If this works correctly, add

xrandr -s 2 &

in your .xinitrc just before the exec startxfce4 part, so it starts
every time.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49BD7D40.2080609>