From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 12 02:20:24 2008 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16F331065677 for ; Wed, 12 Mar 2008 02:20:24 +0000 (UTC) (envelope-from ardelean@ww.uni-erlangen.de) Received: from servww6.ww.uni-erlangen.de (servww6.ww.uni-erlangen.de [131.188.238.13]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9148FC18 for ; Wed, 12 Mar 2008 02:20:23 +0000 (UTC) (envelope-from ardelean@ww.uni-erlangen.de) Received: from localhost (ardelean@localhost) by servww6.ww.uni-erlangen.de (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id m2C221u08130; Wed, 12 Mar 2008 03:02:01 +0100 Date: Wed, 12 Mar 2008 03:02:01 +0100 (CET) From: Gheorghe Ardelean To: AIJAZ BAIG In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-sparc64@freebsd.org Subject: Re: Anyone ever got a working X window system on an Ultra 10??.. X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 02:20:24 -0000 Hi, On Sat, 8 Mar 2008, AIJAZ BAIG wrote: > I am keen to hear from you guys. Here is my xorg.conf file I use on my Ultra5 with FreeBSD 7.0 Release ( IIRC should work also on Ultra 10). The file was obtained with 'Xorg -configure' and than I have also edited the mouse and monitor section to suit my mouse and monitor. The keyboard I have is a SUN type 5c . Please let us know if this works! Regards, Gheorghe Ardelean. # # xorg.conf # Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" 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 "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Mousesystems" Option "Device" "/dev/ttyu3" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "e-yama" ModelName "17NE1-S" HorizSync 22-82 VertRefresh 50-78 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 "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 "ati" VendorName "ATI Technologies Inc" BoardName "3D Rage Pro 215GP" BusID "PCI:1:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 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 Modes "1280x1024" "1024x768" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection