Page 23 of 87 FirstFirst ... 1321222324253373 ... LastLast
Results 221 to 230 of 867

Thread: SiS 771/671 Mirage 3 Video Drivers

  1. #221
    Join Date
    Jun 2009
    Beans
    9
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Thanks for the reply bgerlich

    Or better yet - use stock xorg.conf, provided by ubuntu.
    I tried setting up dual screen before changing the xorg.conf, but only the VSA driver gets loaded so I get the same result as mentioned above.

    remove this line " Option "DRI" "off"" from xorg.conf and you are good to go.
    I'll try that and get back to you.

  2. #222
    Join Date
    Jun 2009
    Beans
    9
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    remove this line " Option "DRI" "off"" from xorg.conf and you are good to go.
    No result. It doesn't seem to make any difference

  3. #223
    Join Date
    Jul 2008
    Beans
    276

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Quote Originally Posted by demianT View Post
    No result. It doesn't seem to make any difference
    1. The removal of the line should speed things up. You can also add "Driver "sis671"" line to the stock xorg.conf to load the sis671 driver. Also please include your card's PCI ID so that I can include it in the next driver. You can find it using lspci and lcpci -n

    2. Xinerama should work with the driver, post your Xinerama xorg.conf and /var/log/Xorg.0.log after starting Xinerama.
    Last edited by bgerlich; June 15th, 2009 at 02:43 PM.

  4. #224
    Join Date
    Jun 2009
    Beans
    1

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Quote Originally Posted by bgerlich View Post
    Hi

    Took me long enough but I finally got around to it.

    Below is a beta version of sis 771/671 driver package for Ubuntu Jaunty. Now with working 2D Acceleration (XAA).

    As before - simply install the deb package and make sure that your xorg.conf is the one provided by the system (no modifications required).
    Thank you very mutch! working perfect!!!!!!!!!!!!!!!

  5. #225
    Join Date
    Jun 2009
    Beans
    9
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    lspci:
    Code:
    00:1f.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
    01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
    lspci -n
    Code:
    00:1f.0 0604: 1039:0004

  6. #226
    Join Date
    Jun 2009
    Beans
    9
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    This is my Xorg.conf for xinerama
    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    ###
    #
    ####
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Device"
        Identifier    "Configured Video Device"
        Driver         "sis671"    
        VendorName      "Silicon Integrated Systems [SiS]"
               BoardName       "771/671 PCIE VGA Display Adapter"
               BusID           "PCI:1:0:0"
        Screen        0
    EndSection
    
    Section "Device"
        Identifier    "Configured Video Device 2"
        Driver         "sis"    
        VendorName      "Silicon Integrated Systems [SiS]"
               BoardName       "771/671 PCIE VGA Display Adapter"
               BusID           "PCI:1:0:0"
        Screen        1
    EndSection
    
    Section "Monitor"
        Identifier    "Configured Monitor"
    EndSection
    
    Section "Monitor"
        Identifier    "Configured Monitor 2"
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen"
        Monitor        "Configured Monitor"
        Device        "Configured Video Device"
        DefaultDepth    24
            SubSection     "Display"
                Depth    24
                Modes    "1152x864" "1024x768" "800x600"
            EndSubSection
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen 2"
        Monitor        "Configured Monitor 2"
        Device        "Configured Video Device 2"
        DefaultDepth    24
            SubSection     "Display"
                Depth    24
                Modes    "1152x864" "1024x768" "800x600"
            EndSubSection
    EndSection
    
    Section "ServerLayout"
            Identifier        "Default Layout"
            Screen            0   "Default Screen"
            Screen           1   "Default Screen 2" RightOf "Default Screen"
        Option         "Xinerama" "true"
    EndSection
    xorg.0.log is
    Code:
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
    Current Operating System: Linux Terminal1 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686
    Build Date: 09 April 2009  02:10:02AM
    xorg-server 2:1.6.0-0ubuntu14 (buildd@rothera.buildd) 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.2.log", Time: Tue Jun 16 02:46:55 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) |   |-->Monitor "Configured Monitor"
    (**) |   |-->Device "Configured Video Device"
    (**) |-->Screen "Default Screen 2" (1)
    (**) |   |-->Monitor "Configured Monitor 2"
    (**) |   |-->Device "Configured Video Device 2"
    (**) Option "Xinerama" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) Xinerama: enabled
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
    (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x3bc0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 10
    
    (--) PCI:*(0@1:0:0) Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "sis671"
    (II) Loading /usr/lib/xorg/modules/drivers//sis671_drv.so
    (II) Module sis671: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 0.8.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "sis"
    (II) Loading /usr/lib/xorg/modules/drivers//sis_drv.so
    (II) Module sis: vendor="X.Org Foundation"
        compiled for 1.5.99.902, module version = 0.10.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
    (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
        SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
        SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
        SIS[M]661[F|M]X/[M]741[GX]/[M]760[GX]/[M]761[GX]/662, SIS340,
        [M]670/[M]770[GX], [M]671/[M]771[GX]
    (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
        Volari V3XT/V5/V8/Duo (XG40/XG42)
    (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
        SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
        SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
        SIS[M]661[F|M]X/[M]741[GX]/[M]760[GX]/[M]761[GX]/662, SIS340,
        [M]670/[M]770[GX], [M]671/[M]771[GX]
    (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
        Volari V3XT/V5/V8/Duo (XG40/XG42)
    (II) Primary Device is: PCI 01@00:00:0
    (WW) Falling back to old probe method for sis671
    (WW) SIS: No matching Device section for instance (BusID PCI:0@0:0:0) found
    (--) Chipset [M]671/[M]771[GX] found
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
    (WW) Falling back to old probe method for sis671
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
        [5] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [6] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
        [7] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [8] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [9] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
        [10] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (II) SIS(0): SiS driver (2006/10/17-1, compiled for X.org 1.6.0.0)
    (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
    (II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
    (II) SIS(0): *** for documentation, updates and a Premium Version.
    (II) SIS(0): RandR rotation support not available in this version.
    (II) SIS(0): Dynamic modelist support not available in this version.
    (II) SIS(0): Screen growing support not available in this version.
    (II) SIS(0): Advanced Xv video blitter not available in this version.
    (II) SIS(0): Advanced MergedFB support not available in this version.
    (--) SIS(0): sisfb not found
    (--) SIS(0): Relocated I/O registers at 0x9000
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (**) SIS(0): Depth 24, (--) framebuffer bpp 32
    (==) SIS(0): RGB weight 888
    (==) SIS(0): Default visual is TrueColor
    (WW) SIS(0): Could not find/read video BIOS
    (==) SIS(0): Color HW cursor is enabled
    (II) SIS(0): Using VRAM command queue, size 512k
    (==) SIS(0): Hotkey display switching is enabled
    (==) SIS(0): SiSCtrl utility interface is disabled
    (II) SIS(0): For information on SiSCtrl, see
            http://www.winischhofer.at/linuxsispart1.shtml#sisctrl
    (==) SIS(0): X server will not keep DPI constant for all screen sizes
    (==) SIS(0): DRI enabled
    (II) SIS(0): Checking OS for SSE support is not supported in this version of X.org
    (II) SIS(0): If your OS supports SSE, set the option "UseSSE" to "on".
    (--) SIS(0): 65536K shared video RAM (UMA)
    (--) SIS(0): DRAM type: DDR SDRAM
    (--) SIS(0): Memory clock: 596.582 MHz
    (--) SIS(0): DRAM bus width: 64 bit
    (--) SIS(0): Linear framebuffer at 0xC0000000
    (--) SIS(0): MMIO registers at 0xD4000000 (size 64K)
    (--) SIS(0): VideoRAM: 65536 KB
    (II) SIS(0): Using 16384K of framebuffer memory at offset 0K
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (--) SIS(0): Detected SiS307LV video bridge (Charter/UMC-1, ID 7; Rev 0xe1)
    (--) SIS(0): CRT1/VGA detected
    (--) SIS(0): Detected LCD/plasma panel (1280x800, 11, non-exp., RGB24 [ec2205])
    (==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) SIS(0): CRT1 gamma correction is enabled
    (II) SIS(0): Separate Xv gamma correction for CRT1 is disabled
    (II) SIS(0): CRT2 gamma correction is enabled
    (--) SIS(0): Memory bandwidth at 32 bpp is 1193.16 MHz
    (--) SIS(0): Bandwidth reserved for CRT2 is 85 Mhz
    (--) SIS(0): Bandwidth available for CRT1 is 1108.16 MHz
    (--) SIS(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT2)
    (--) SIS(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT1)
    (--) SIS(0): 302LV/302ELV: Using EMI 0x6a0d7038 (LCD)
    (--) SIS(0): CRT1 DDC probing failed
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 5.0
    (II) SIS(0): initializing int10
    (II) SIS(0): Primary V_BIOS segment is: 0xc000
    (II) SIS(0): VESA BIOS detected
    (II) SIS(0): VESA VBE Version 3.0
    (II) SIS(0): VESA VBE Total Mem: 65536 kB
    (II) SIS(0): VESA VBE OEM: SiS
    (II) SIS(0): VESA VBE OEM Software Rev: 1.0
    (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
    (II) SIS(0): VESA VBE OEM Product: 6330
    (II) SIS(0): VESA VBE OEM Product Rev: 3.72.14A
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) SIS(0): VESA VBE DDC supported
    (II) SIS(0): VESA VBE DDC Level none
    (II) SIS(0): VESA VBE DDC transfer in appr. 0 sec.
    (II) SIS(0): VESA VBE DDC read failed
    (==) SIS(0): Min pixel clock is 10 MHz
    (--) SIS(0): Max pixel clock is 340 MHz
    (II) SIS(0): Replaced entire mode list with built-in modes
    (II) SIS(0): Using real widescreen modes for CRT1 VGA devices
    (II) SIS(0):     [Use option "ForceCRT1VGAAspect" to overrule]
    (II) SIS(0): "Unknown reason" in the following list means that the mode
    (II) SIS(0): is not supported on the chipset/bridge/current output device.
    (II) SIS(0): Configured Monitor: Using default hsync range of 31.50-37.90 kHz
    (II) SIS(0): Configured Monitor: Using default vrefresh range of 50.00-70.00 Hz
    (II) SIS(0): Clock range:  10.00 to 340.00 MHz
    (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) SIS(0): Not using default mode "1280x800" (hsync out of range)
    (II) SIS(0): Not using default mode "1280x800" (hsync out of range)
    (II) SIS(0): Not using default mode "1280x800" (hsync out of range)
    (II) SIS(0): Not using mode "1152x864" (no mode of this name)
    (II) SIS(0): Not using mode "1024x768" (no mode of this name)
    (--) SIS(0): Virtual size is 800x600 (pitch 800)
    (**) SIS(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
    (II) SIS(0): Modeline "800x600"x60.3   39.97  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (==) SIS(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.2.1
        ABI class: X.Org Video Driver, version 5.0
    (II) SIS(0): 2D acceleration enabled, modename xaa
    (II) UnloadModule: "sis"
    (II) Unloading /usr/lib/xorg/modules/drivers//sis_drv.so
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
        [5] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [6] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [7] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [8] -1    0    0x00000000 - 0x00000000 (0x1) IX[B]
        [9] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [10] 0    0    0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Reloading /usr/lib/xorg/modules//libvbe.so
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) SIS(0): initializing int10
    (II) SIS(0): Primary V_BIOS segment is: 0xc000
    (II) SIS(0): VESA BIOS detected
    (II) SIS(0): VESA VBE Version 3.0
    (II) SIS(0): VESA VBE Total Mem: 65536 kB
    (II) SIS(0): VESA VBE OEM: SiS
    (II) SIS(0): VESA VBE OEM Software Rev: 1.0
    (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
    (II) SIS(0): VESA VBE OEM Product: 6330
    (II) SIS(0): VESA VBE OEM Product Rev: 3.72.14A
    (II) SIS(0): Setting standard mode 0x63
    (WW) SIS(0): Direct rendering is not supported when Xinerama is enabled
    (EE) SIS(0): [dri] DRIScreenInit failed. Disabling the DRI.
    (II) SIS(0): Framebuffer from (0,0) to (799,5240)
    (II) SIS(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        8x8 color pattern filled rectangles
        Solid Lines
        Dashed Lines
        Setting up tile and stipple cache:
            31 128x128 slots
            22 256x256 slots
            6 512x512 slots
            32 8x8 color pattern slots
    (--) SIS(0): CPU frequency 800.00Mhz
    (II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
    (--) SIS(0):     Checked libc memcpy()...     10.9 MiB/s
    (--) SIS(0):     Checked built-in-1 memcpy()...     10.9 MiB/s
    (--) SIS(0):     Checked built-in-2 memcpy()...     9.0 MiB/s
    (--) SIS(0):     Checked MMX memcpy()...     21.7 MiB/s
    (--) SIS(0):     Checked MMX2 memcpy()...     21.7 MiB/s
    (--) SIS(0): Using MMX method for aligned data transfers to video RAM
    (--) SIS(0): Using MMX method for unaligned data transfers to video RAM
    (==) SIS(0): Backing store disabled
    (==) SIS(0): Silken mouse enabled
    (II) SIS(0): DPMS enabled
    (--) SIS(0): Hardware supports one video overlay
    (II) SIS(0): Using SiS300/315/330/340/350 series HW Xv by default on CRT1
    (EE) SIS(0): [MC] AddMap (AGP) failed
    (II) SIS(0): Default Xv adaptor is Video Overlay
    (II) SIS(0): Direct rendering disabled
    (II) SIS(0): Initialized SISCTRL extension version 0.1
    (II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.17" is not allowed to own the service "org.x.config.display2" due to security policies in the configuration file)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 2.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event5"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) AT Translated Set 2 keyboard: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) AT Translated Set 2 keyboard: xkb_model: "pc105"
    (**) Option "xkb_layout" "gb"
    (**) AT Translated Set 2 keyboard: xkb_layout: "gb"
    (**) Option "xkb_options" "altwin:alt_super_win,grp:alt_shift_toggle"
    (**) AT Translated Set 2 keyboard: xkb_options: "altwin:alt_super_win,grp:alt_shift_toggle"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event9"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Video Bus: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Video Bus: xkb_model: "pc105"
    (**) Option "xkb_layout" "gb"
    (**) Video Bus: xkb_layout: "gb"
    (**) Option "xkb_options" "altwin:alt_super_win,grp:alt_shift_toggle"
    (**) Video Bus: xkb_options: "altwin:alt_super_win,grp:alt_shift_toggle"
    (II) config/hal: Adding input device Cypress Cypress PS/2 Keyboard - PS/2 Mouse
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: always reports core events
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Device: "/dev/input/event6"
    (II) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Found keys
    (II) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Cypress Cypress PS/2 Keyboard - PS/2 Mouse" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: xkb_rules: "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: xkb_model: "pc105"
    (**) Option "xkb_layout" "gb"
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: xkb_layout: "gb"
    (**) Option "xkb_options" "altwin:alt_super_win,grp:alt_shift_toggle"
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: xkb_options: "altwin:alt_super_win,grp:alt_shift_toggle"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event4"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Cypress Cypress PS/2 Keyboard - PS/2 Mouse
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: always reports core events
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Device: "/dev/input/event7"
    (II) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Found 3 mouse buttons
    (II) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Found x and y relative axes
    (II) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Configuring as mouse
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: YAxisMapping: buttons 4 and 5
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Cypress Cypress PS/2 Keyboard - PS/2 Mouse" (type: MOUSE)
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: (accel) keeping acceleration scheme 1
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: (accel) filter chain progression: 2.00
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: (accel) filter stage 0: 20.00 ms
    (**) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 0.99.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (II) Synaptics touchpad driver version 0.99.3
    (**) Option "Device" "/dev/input/event10"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
    (--) SynPS/2 Synaptics TouchPad touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
    (**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
    (**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
    (--) SynPS/2 Synaptics TouchPad touchpad found
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    (II) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Close
    (II) UnloadModule: "evdev"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) Cypress Cypress PS/2 Keyboard - PS/2 Mouse: Close
    (II) UnloadModule: "evdev"
    (II) UnloadModule: "synaptics"
    (II) SIS(0): Restoring by setting old mode 0x64
    (II) SIS(0): VBE failed to restore mode 0x64
    (WW) SIS(0): xf86UnMapVidMem: cannot find region for [0xb7565000,0x10000]
    (WW) SIS(0): xf86UnMapVidMem: cannot find region for [0xb3565000,0x4000000]
     ddxSigGiveUp: Closing log

    On first attempt Ubuntu would crash on starting X with the following message
    Code:
    (WW) SIS:No matching Device section for instance (BusID PCI:0@0:0:0)
    (EE) SIS(0):*******************************************************************************
    (EE) SIS(0):                                     ERROR:
    (EE) SIS(0):  Could not map MMIO area
    (EE) SIS(0):                                     END OF MESSAGE
    (EE) SIS(0):*******************************************************************************
    (EE) SIS(0):*******************************************************************************
    (EE) SIS(0):                                     ERROR:
    (EE) SIS(0):  SiSMapMem() failed
    (EE) SIS(0):                                     END OF MESSAGE
    (EE) SIS(0):*******************************************************************************
    fatal server error:
    AddScreen/Screeninit failed for driver 0
    I managed to get back to load X by changing Driver "sis671" to Driver"sis", however this means the screens are mirroed at 800x600 and can't be changed.
    Last edited by demianT; June 16th, 2009 at 04:56 AM.

  7. #227
    Join Date
    Jun 2009
    Beans
    9
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Success! I managed to get MergedFB working!

    xorg.conf
    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Device"
        Identifier    "Configured Video Device"
        Driver         "sis671"    
        VendorName      "Silicon Integrated Systems [SiS]"
               BoardName       "771/671 PCIE VGA Display Adapter"
               BusID           "PCI:1:0:0"
               Option          "EnableSiSCtrl" "yes"
        Option         "MergedFBAuto" "true"
        Option         "CRT2Position" "RightOf"
           Option         "MetaModes" "1024x768-1152x864 1024x768-1024x768 800x600-1024x768 640x480-1024x768 800x600+800x600 800x600"
    EndSection
    
    Section "Monitor"
        Identifier    "Configured Monitor"
        HorizSync     30-80
        VertRefresh     56-75
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen"
        Monitor        "Configured Monitor"
        Device        "Configured Video Device"
        DefaultDepth    24
        SubSection     "Display"
            Depth     24
            Modes    "1152x864" "1024x768" "800x600"
        EndSubSection
    EndSection
    However the max resolution I get is 1024x768 on both screens. Speed still an issue

  8. #228
    Join Date
    Apr 2009
    Location
    Dimitrovgrad, Bulgaria
    Beans
    15

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Quote Originally Posted by bgerlich View Post
    If you have the newest Ubuntu 9.04, which i strongly sudgest, download, and double click on this debian package (.deb)- http://ubuntuforums.org/showpost.php...&postcount=119. Afterwards restart you X.org (program that displays your desktop) by loggin out and logging in or restatting your computer.


    If you have the newest Ubuntu 8.10, download, and double click on this debian package (.deb)- http://ubuntuforums.org/showpost.php...4&postcount=27. Afterwards restart you X.org.
    ----------------------------------------------------

    Great job! Any chance of obtaining the driver for Debian Lenny?

  9. #229
    Join Date
    Jun 2009
    Beans
    2

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Great, now I have 1280x800 resolution...fianly. But colour depth is only 16 bit. How can I get 24 or 32 bit?

  10. #230
    Join Date
    Jun 2009
    Beans
    25

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Quote Originally Posted by boli88 View Post
    But colour depth is only 16 bit. How can I get 24 or 32 bit?

    Reconfigure the x-server to 16 bit colour depth, this results in 24 bit colour depth (bug in SiS driver)

Page 23 of 87 FirstFirst ... 1321222324253373 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •