From owner-freebsd-questions@FreeBSD.ORG Sun Mar 18 10:05:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B85C916A404 for ; Sun, 18 Mar 2007 10:05:26 +0000 (UTC) (envelope-from antonmaster@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 7848913C4C3 for ; Sun, 18 Mar 2007 10:05:26 +0000 (UTC) (envelope-from antonmaster@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so944511ana for ; Sun, 18 Mar 2007 03:05:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=atrCQHzns8mldhl6h6Pld7mk6Cnp3RIHoKOf0UXFLjCtMSIrD1+fn27BgTfePKFPcnw+nUegsWJ6q1mVIKike+Sse+n5RJNU2HSPls1Ma5N+q9lTh2Q2dBE3K9oE84WjzKvDOcTnw3lox1JEykibp0KNRWGsm87Tkgt47UKad3I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=OpvTz+rViHTP7ATtBod/ZkJ9NQ8QT83MRQXoeQflCwT2QbqD2bUl+B/1f+TNcaQ1Y4NxRFBHvmKzdfU99P4b5+SPRR+Gjcu41i8CYfmjP8G+KD8NqE2xL7ep6+DJae2YKryjsInwiSvx/EnbnxrJmuIs05mzT0kFf/mzIVxAcXA= Received: by 10.100.167.7 with SMTP id p7mr2818019ane.1174212325767; Sun, 18 Mar 2007 03:05:25 -0700 (PDT) Received: by 10.100.164.19 with HTTP; Sun, 18 Mar 2007 03:05:25 -0700 (PDT) Message-ID: <1455a3d90703180305qf64638cs5ce0d079e684d33d@mail.gmail.com> Date: Sun, 18 Mar 2007 07:05:25 -0300 From: freenity To: freebsd-questions@freebsd.org In-Reply-To: <45FD01CA.1030502@gmail.com> MIME-Version: 1.0 References: <1455a3d90703171700t667c75f4udf754e427ebe5ce6@mail.gmail.com> <45FD01CA.1030502@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: strange kde installation 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: Sun, 18 Mar 2007 10:05:26 -0000 Thanks. it worked. One another question. I cant set 1280x1024 resolution in kde, it just doesnt appear in the options. in my xorg.conf file there are entries for thismode: --------------------------- Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection EndSection ---------------------- Thanks for any help.