From owner-freebsd-sparc64@FreeBSD.ORG Wed Feb 27 00:39:15 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 4AF83106566B for ; Wed, 27 Feb 2008 00:39:15 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id BA00D13C442 for ; Wed, 27 Feb 2008 00:39:14 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so95974uge.37 for ; Tue, 26 Feb 2008 16:39:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; bh=d9WRadREc40quMocdUOiYfTEvAOrhb31UZJo35IhSRo=; b=eKKpDLjJ4MuY01tADc8wRxsP3BeYIv9X6mK02RL0SdvKP3Ce+2I1HzOjTLU/Tx8J+63mUsoXEOv6UeRiBmVQUKBJLgI4uL6OJaUErhZv96CwAvf1NPI3GlQkvKwxW9cFq53do36oqlICJifS8P9c+5Afhc15tg6i/msEuAc/Et8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=iK71XIU8Bo/UjNxbjJvAkbK+htTEzHUrzBH1k0gDxfGRLhGXQv6AKAUKs6nd7cMp8Zz29CKNmB1nJxEEZmWf4StAwmFzuIk5eEtA1b9/6fKDHAF5Jk8iQXBRfLyeJG4k0AfR+qOomjLxPzZRI5iMkM+MtRIuAC4XAOJdznqlnvY= Received: by 10.78.195.10 with SMTP id s10mr4403080huf.10.1204071258705; Tue, 26 Feb 2008 16:14:18 -0800 (PST) Received: from gujjar059f784d ( [85.225.40.230]) by mx.google.com with ESMTPS id f3sm12501327nfh.15.2008.02.26.16.14.16 (version=SSLv3 cipher=RC4-MD5); Tue, 26 Feb 2008 16:14:17 -0800 (PST) Message-ID: <000701c878d5$b3681890$e628e155@gujjar059f784d> From: "Aijaz Baig" To: "Everyone" Date: Wed, 27 Feb 2008 01:14:12 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0003_01C878DE.1005D670" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Sun Ultra 10 mouse issues 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, 27 Feb 2008 00:39:15 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C878DE.1005D670 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Im trying to get the Xorg fixed on this machine. Heres my xorg.conf = file. Googled a lot for help. Ultimately, I see the black and gray = screen and my mouse stops after moving like an inch. I haven't really tested the keyboard, but I wanna get the mouse fixed = first. FreeBSD version 6,3. Hope to hear from you soon, Best Regards, Aijaz Baig ------=_NextPart_000_0003_01C878DE.1005D670 Content-Type: application/octet-stream; name="xorg.conf.new" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="xorg.conf.new" Section "ServerLayout"=0A= Identifier "X.org Configured"=0A= Screen 0 "Screen0" 0 0=0A= # Screen 1 "Screen1" RightOf "Screen0"=0A= InputDevice "Mouse0" "CorePointer"=0A= InputDevice "Keyboard0" "CoreKeyboard"=0A= EndSection=0A= =0A= Section "Files"=0A= RgbPath "/usr/local/share/X11/rgb"=0A= ModulePath "/usr/local/lib/xorg/modules"=0A= FontPath "/usr/local/lib/X11/fonts/misc/"=0A= FontPath "/usr/local/lib/X11/fonts/TTF/"=0A= FontPath "/usr/local/lib/X11/fonts/OTF"=0A= FontPath "/usr/local/lib/X11/fonts/Type1/"=0A= FontPath "/usr/local/lib/X11/fonts/100dpi/"=0A= FontPath "/usr/local/lib/X11/fonts/75dpi/"=0A= EndSection=0A= =0A= Section "Module"=0A= Load "GLcore"=0A= Load "dbe"=0A= Load "dri"=0A= Load "extmod"=0A= Load "glx"=0A= Load "record"=0A= Load "xtrap"=0A= Load "freetype"=0A= Load "type1"=0A= EndSection=0A= =0A= Section "InputDevice"=0A= Identifier "Keyboard0"=0A= Driver "kbd"=0A= Option "XkbRules" "xorg"=0A= Option "XkbModel" "pc102"=0A= Option "XkbLayout" "se"=0A= EndSection=0A= =0A= Section "InputDevice"=0A= Identifier "Mouse0"=0A= Driver "mouse"=0A= Option "Protocol" "mousesystems"=0A= # Option "Device" "/dev/sysmouse"=0A= Option "Device" "/dev/cuau3" =0A= Option "ZAxisMapping" "4 5"=0A= Option "Baudrate" "1200"=0A= EndSection=0A= =0A= Section "Monitor"=0A= Identifier "Monitor0"=0A= VendorName "SUN"=0A= ModelName "Monitor Model"=0A= HorizSync 25-85=0A= VertRefresh 50-150=0A= EndSection=0A= =0A= Section "Monitor"=0A= Identifier "Monitor1"=0A= VendorName "Monitor Vendor"=0A= ModelName "Monitor Model"=0A= EndSection=0A= =0A= #Section "Device"=0A= ### Available Driver options are:-=0A= ### Values: : integer, : float, : "True"/"False",=0A= ### : "String", : " Hz/kHz/MHz"=0A= ### [arg]: arg optional=0A= #Option "probe_sparse" # []=0A= #Option "accel" # []=0A= #Option "crt_display" # []=0A= #Option "composite_sync" # []=0A= #Option "hw_cursor" # []=0A= #Option "force_pci_mode" # []=0A= #Option "dma_mode" # =0A= #Option "agp_mode" # =0A= #Option "agp_size" # =0A= #Option "local_textures" # []=0A= #Option "buffer_size" # =0A= #Option "mmio_cache" # []=0A= #Option "test_mmio_cache" # []=0A= #Option "panel_display" # []=0A= #Option "reference_clock" # =0A= #Option "shadow_fb" # []=0A= #Option "sw_cursor" # []=0A= #Option "AccelMethod" # =0A= #Option "RenderAccel" # []=0A= #Identifier "Card0"=0A= #Driver "ati"=0A= #VendorName "ATI Technologies Inc"=0A= #BoardName "3D Rage Pro 215GP"=0A= #BusID "PCI:1:2:0"=0A= #EndSection=0A= =0A= Section "Device"=0A= ### Available Driver options are:-=0A= ### Values: : integer, : float, : "True"/"False",=0A= ### : "String", : " Hz/kHz/MHz"=0A= ### [arg]: arg optional=0A= #Option "SWcursor" # []=0A= #Option "HWcursor" # []=0A= #Option "NoAccel" # []=0A= Identifier "Card0"=0A= Driver "sunffb"=0A= #BusID "SBUS:/SUNW,ffb@1e,0"=0A= BusID "SBUS:fb0"=0A= Vendorname "SUN"=0A= BoardName "Sun Creator"=0A= Screen 0 =0A= EndSection=0A= =0A= Section "Screen"=0A= Identifier "Screen0"=0A= Device "Card0"=0A= Monitor "Monitor0"=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 1=0A= EndSubSection=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 4=0A= EndSubSection=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 8=0A= EndSubSection=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 15=0A= EndSubSection=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 16=0A= EndSubSection=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 24=0A= EndSubSection=0A= EndSection=0A= =0A= =0A= =0A= ------=_NextPart_000_0003_01C878DE.1005D670--