From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 13:02:26 2009 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 8AAF01065676 for ; Thu, 26 Feb 2009 13:02:26 +0000 (UTC) (envelope-from hsmtkk@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by mx1.freebsd.org (Postfix) with ESMTP id 273598FC2B for ; Thu, 26 Feb 2009 13:02:25 +0000 (UTC) (envelope-from hsmtkk@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so695739tib.3 for ; Thu, 26 Feb 2009 05:02:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=IVQs2Y5XmXdCcXLk2roMSQHhxdjtx60A2ZGh4N/cWe0=; b=LNT3cC3aKuDY+77m6OwdNJ1T9nwTCnk8qSH0wlgIbp1OKVOG/ZoB/QjH9AFIEsGr9j AbYqZIA/OG3HeQtSHjGjAUUwr3aHKr5pgdpfNs6LDizZm98rb0hBrfkeooYu2/XUpG9l WB875sdsLaYSVW5WhJsmWLMWtoAQZA3dDOkEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=O86p2hjwZGJtcMliVF1x7/sVNmrDLsJHkWsGpfLk5K2oW2w1dQYEMhNc6sQCnmgBVT NfQS/VVaH68uzA+3NS7AbrLu+fpxEqzWryYM5QMdqsQn751VKDLH12lcyCQeKDMm+Bjr QbTdw1OXSX5ujGik5GqOvXXD2XkBapvHUZkx8= MIME-Version: 1.0 Received: by 10.110.47.9 with SMTP id u9mr1811899tiu.39.1235651399215; Thu, 26 Feb 2009 04:29:59 -0800 (PST) In-Reply-To: <1B930A12-403C-49A6-AA57-ACFC4737EAB7@mac.com> References: <1B930A12-403C-49A6-AA57-ACFC4737EAB7@mac.com> Date: Thu, 26 Feb 2009 21:29:59 +0900 Message-ID: <6bae2c430902260429i4b7ce034lfe0281c08f4764af@mail.gmail.com> From: Hashimoto To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: To meke Desktop FreeBSD setting up by Xorg -- under VMWare? 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: Thu, 26 Feb 2009 13:02:27 -0000 > I installed xorg,ipa-ttfonts,xfce4 and sudo. And I make install clean. > I tried the next setting of xorg.conf, but failed. > please tell me how to rewrite the xorg.conf file or send me the file. Hello. Did you try "Xorg -configure" command? It will create xorg.conf.new automatically. Then, you can put it as /etc/X11/xorg.conf. This is my /etc/X11/xorg.conf. (But, this is for FreeBSD-current, so may not work in your environment.) Regards. Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AllowEmptyInput" "off" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "xtrap" Load "dri" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "jp" Option "XkbModel" "jp106" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "probe_sparse" # [] #Option "accel" # [] #Option "crt_display" # [] #Option "composite_sync" # [] #Option "hw_cursor" # [] #Option "force_pci_mode" # [] #Option "dma_mode" # #Option "agp_mode" # #Option "agp_size" # #Option "local_textures" # [] #Option "buffer_size" # #Option "tv_out" # [] #Option "tv_standard" # #Option "mmio_cache" # [] #Option "test_mmio_cache" # [] #Option "panel_display" # [] #Option "reference_clock" # #Option "shadow_fb" # [] #Option "sw_cursor" # [] #Option "AccelMethod" # #Option "RenderAccel" # [] Identifier "Card0" Driver "mach64" VendorName "ATI Technologies Inc" BoardName "Rage Mobility P/M AGP 2x" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection -- Kouki Hashimoto hsmtkk@gmail.com