From owner-freebsd-questions@FreeBSD.ORG Wed May 25 13:33:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB52B106566B for ; Wed, 25 May 2011 13:33:12 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 96C408FC08 for ; Wed, 25 May 2011 13:33:12 +0000 (UTC) Received: by vws18 with SMTP id 18so7900455vws.13 for ; Wed, 25 May 2011 06:33:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=3LPMyxLWIOhxxKEci8zr3n1Drh22fZS/N6H6bzU+Bkc=; b=gbhZ2SOCbSYpjWGHzR3KxhdqR6xEuEpgJbGzDqDdTHeMzwAMKDT+FXZhyQHHZs7EDh r9ETI/1vEk/QRWx9AudrJqoe8VDBsml/TY7m7oLgqCs1iLuuvqN4Vy/Nny7MpGMFpyvI hC96gczEPAQF98wq3Q/ecUxRu28IBNoTpWINA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=uEIQhqbl3lAquQOtqlbJlGE5b4DI/VziGr/AnrdAAPWqWKC1uFt4g31BSw62qpI0NZ 3DJD+nmCbMGqIQIFiykKz2rJGGyYyp4IB/0AzDyhn3Qd5avtj/iWio9U1tHB/IAVgObP GQ6mOpOEugJQ8l1RnUP6GDGY8/mNOv+ztO5qU= MIME-Version: 1.0 Received: by 10.220.203.74 with SMTP id fh10mr1544346vcb.122.1306328935558; Wed, 25 May 2011 06:08:55 -0700 (PDT) Received: by 10.220.113.200 with HTTP; Wed, 25 May 2011 06:08:55 -0700 (PDT) Date: Wed, 25 May 2011 06:08:55 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: How to change Fluxbox resolution? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 13:33:12 -0000 Hi folks, I've installed FBSD 8.2 and Fluxbox. Fluxbox works just fine, but I can't figure out how to change my resolution to 1024x768 (my monitor is a 19" - but the square format, not widescreen format). When Fluxbox runs...it's too wide for my monitor. Here's what I've done: 1. pkg_add =96r xorg 2. pkg_add =96r fluxbox 3. # Xorg -configure 4. # cp /root/xorg.conf.new /etc/X11/xorg.conf 5. # echo hald_enable=3D\=94YES\" >> /etc/rc.conf 6. # echo dbus_enable=3D\=94YES\" >> /etc/rc.conf 7. reboot 8. # echo =93/usr/local/bin/startfluxbox=94 >> ~/.xinitrc 9. startx I've edited xorg.conf and added a 1024x768 entry, but apparently something's not right. Comments? Suggestions? Thank you, Ed