Date: Wed, 27 Feb 2008 01:14:12 +0100 From: "Aijaz Baig" <aijazbaig1@gmail.com> To: "Everyone" <freebsd-sparc64@freebsd.org> Subject: Sun Ultra 10 mouse issues Message-ID: <000701c878d5$b3681890$e628e155@gujjar059f784d>
next in thread | raw e-mail | index | archive | help
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: <i>: integer, <f>: float, <bool>: "True"/"False",=0A= ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"=0A= ### [arg]: arg optional=0A= #Option "probe_sparse" # [<bool>]=0A= #Option "accel" # [<bool>]=0A= #Option "crt_display" # [<bool>]=0A= #Option "composite_sync" # [<bool>]=0A= #Option "hw_cursor" # [<bool>]=0A= #Option "force_pci_mode" # [<bool>]=0A= #Option "dma_mode" # <str>=0A= #Option "agp_mode" # <i>=0A= #Option "agp_size" # <i>=0A= #Option "local_textures" # [<bool>]=0A= #Option "buffer_size" # <i>=0A= #Option "mmio_cache" # [<bool>]=0A= #Option "test_mmio_cache" # [<bool>]=0A= #Option "panel_display" # [<bool>]=0A= #Option "reference_clock" # <freq>=0A= #Option "shadow_fb" # [<bool>]=0A= #Option "sw_cursor" # [<bool>]=0A= #Option "AccelMethod" # <str>=0A= #Option "RenderAccel" # [<bool>]=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: <i>: integer, <f>: float, <bool>: "True"/"False",=0A= ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"=0A= ### [arg]: arg optional=0A= #Option "SWcursor" # [<bool>]=0A= #Option "HWcursor" # [<bool>]=0A= #Option "NoAccel" # [<bool>]=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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000701c878d5$b3681890$e628e155>