You are not logged in.

#1 2008-09-13 20:06:36

thomas88
Member
Registered: 2008-09-13
Posts: 2

Hasee laptop

Hello!
I have a problem with Hasee laptop with integrated graphic chip SiS 671.
The main problem is that I have strange vertical stripes across the screen and the fonts aren't sharp.

lspci result:

[...]
01:00.0 VGA compatybile controllerL Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)

I tried to generate modeline by that site: http://xtiming.sourceforge.net/cgi-bin/xtiming.pl , but it helps me just a little.
Here is the contents of my xorg.conf file:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse[1]" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "GLcore"
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "record"
    Load  "xtrap"
    Load  "freetype"
    Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
    Identifier  "Mouse[1]"
    Driver      "synaptics"
    Option        "Device" "/dev/psaux"
    Option        "Protocol" "auto-dev"
    Option        "LeftEdge" "1700"
    Option        "RightEdge" "5300"
    Option        "TopEdge" "1700"
    Option        "BottomEdge" "4200"
    Option        "FingerLow" "25"
    Option        "FingerHigh" "30"
    Option        "MaxTapTime" "180"
    Option        "MaxTapMove" "220"
    Option        "VertScrollDelta" "100"
    Option        "MinSpeed" "0.50"
    Option        "MaxSpeed" "0.90"
    Option        "AccelFactor" "0.0010"
    Option        "SHMConfig" "on"
#  Option    "Repeater"    "/dev/ps2mouse"
EndSection

Section "Monitor"

### Comment all HorizSync and VertRefresh values to use DDC:
    Identifier   "Generic Monitor"
### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync    28.0 - 96.0
    VertRefresh  50.0 - 75.0
    Gamma        1
    ModeLine     "1280x800@75" 111.5 1280 1312 1728 1760 800 815 825 841
    Option        "DMPS"
#        Horizsync       31.5-50.0
#        Vertrefresh     56.0 - 65.0
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option     "ShadowFB"               # [<bool>]
#Option     "DefaultRefresh"         # [<bool>]
#Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "vesa"
    VendorName  "Silicon Integrated Systems [SiS]"
    BoardName   "771/671 PCIE VGA Display Adapter"
    Card        "** SiS (generic)                      [sis]"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Generic Monitor"
    DefaultDepth     24
    SubSection "Display"
        Depth     24
        Modes    "1280x800@75"
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

Section "Extensions"
    Option        "Composite" "on"
EndSection

I can only use vesa driver, when I try to use sis from xf86-video-sis package I cannot start x server. There is a error "no screens found".
The graphic card is supported by the linux kernel from version 2.6.25, but I am using 2.6.26.
In the hwd tool I have max SiS 620.

Please help me.

Last edited by thomas88 (2008-09-14 20:57:26)

Offline

#2 2008-09-14 21:25:09

thomas88
Member
Registered: 2008-09-13
Posts: 2

Re: Hasee laptop

Ok... I have a half-way solution.
1. Download package: https://belug.de/~lutz/pub/v5535/sis_vg … .04.tar.gz
and extract the contents of it to: /usr/lib/xorg/modules/drivers/ , next edit: /etc/X11/xorg.conf :

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option     "ShadowFB"               # [<bool>]
#Option     "DefaultRefresh"         # [<bool>]
#Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "sis"
    VendorName  "Silicon Integrated Systems [SiS]"
    BoardName   "771/671 PCIE VGA Display Adapter"
    Card        "** SiS (generic)                      [sis]"
    BusID       "PCI:1:0:0"
EndSection

After X.org restart everything should be fine, but when I run any of OpenOffice.org program the X server is crashing.
Please help me


My actual xorg.conf file:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse[1]" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "GLcore"
    Load  "dbe"
#    Load  "dri"
    Load  "extmod"
#    Load  "glx"
    Load  "record"
    Load  "xtrap"
    Load  "freetype"
    Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
    Identifier  "Mouse[1]"
    Driver      "synaptics"
    Option        "Device" "/dev/psaux"
    Option        "Protocol" "auto-dev"
    Option        "LeftEdge" "1700"
    Option        "RightEdge" "5300"
    Option        "TopEdge" "1700"
    Option        "BottomEdge" "4200"
    Option        "FingerLow" "25"
    Option        "FingerHigh" "30"
    Option        "MaxTapTime" "180"
    Option        "MaxTapMove" "220"
    Option        "VertScrollDelta" "100"
    Option        "MinSpeed" "0.30"
    Option        "MaxSpeed" "0.80"
    Option        "AccelFactor" "0.0010"
    Option        "SHMConfig" "on"
#  Option    "Repeater"    "/dev/ps2mouse"
EndSection

Section "Monitor"
    Identifier   "Generic Monitor"
    HorizSync    28.0 - 96.0
    VertRefresh  50.0 - 75.0
    Gamma        1
    ModeLine     "1280x800@75" 111.5 1280 1312 1728 1760 800 815 825 841
    Option "IgnoreEDID" "true"
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option     "ShadowFB"               # [<bool>]
#Option     "DefaultRefresh"         # [<bool>]
#Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "sis"
    VendorName  "Silicon Integrated Systems [SiS]"
    BoardName   "771/671 PCIE VGA Display Adapter"
    Card        "** SiS (generic)                      [sis]"
    BusID       "PCI:1:0:0"
        Option          "EnableSiSCtrl"         "yes"
        Option          "XvDefaultAdaptor"      "Overlay"
    Option          "DRI" "off"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Generic Monitor"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x800"
    EndSubSection
EndSection

#Section "DRI"
#    Mode         0666
#EndSection

Section "Extensions"
    Option        "Composite" "off"
EndSection

/var/log/Xorg.0.log :

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-ARCH i686
Current Operating System: Linux NightlyMobile 2.6.26-ARCH #1 SMP PREEMPT Tue Sep 9 10:15:21 UTC 2008 i686
Build Date: 17 August 2008  10:53:07AM

    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (=smile default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(=smile Log file: "/var/log/Xorg.0.log", Time: Thu Dec 11 23:07:57 2008
(=smile Using config file: "/etc/X11/xorg.conf"
(=smile ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse[1]"
(**) |-->Input Device "Keyboard0"
(=smile Automatically adding devices
(=smile Automatically enabling devices
(=smile Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(II) No default mouse found, adding one
(**) |-->Input Device "<default pointer>"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81e1f60
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0671 card 1019,5050 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1039,0003 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0968 card 1019,5a00 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:02:5: chip 1039,5513 card 1019,5a00 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 1019,5a00 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 1019,5a00 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 1019,5a00 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0191 card 1019,5a00 rev 02 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 1039,1183 card 1039,1183 rev 03 class 01,01,8f hdr 00
(II) PCI: 00:0f:0: chip 1039,7502 card 1019,5a00 rev 00 class 04,03,00 hdr 00
(II) PCI: 01:00:0: chip 1039,6351 card 1019,5050 rev 10 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
    [0] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
    [1] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
    [2] -1    0    0x00009800 - 0x000098ff (0x100) IX[b]
    [3] -1    0    0x00009c00 - 0x00009cff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xb0000000 - 0xb00fffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter rev 16, Mem @ 0xc0000000/28, 0xb0000000/17, I/O @ 0x9000/7
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xa0000000 from 0xafffffff to 0x9fffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [1] -1    0    0xb0307000 - 0xb030707f (0x80) MX[b]
    [2] -1    0    0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [3] -1    0    0xb0105000 - 0xb0105fff (0x1000) MX[b]
    [4] -1    0    0xb0104000 - 0xb0104fff (0x1000) MX[b]
    [5] -1    0    0xa0000000 - 0x9fffffff (0x0) MX[b]O
    [6] -1    0    0xb0000000 - 0xb001ffff (0x20000) MX[b](B)
    [7] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [8] -1    0    0x000010a0 - 0x000010af (0x10) IX[b]
    [9] -1    0    0x000010b8 - 0x000010bb (0x4) IX[b]
    [10] -1    0    0x000010c0 - 0x000010c7 (0x8) IX[b]
    [11] -1    0    0x000010bc - 0x000010bf (0x4) IX[b]
    [12] -1    0    0x000010c8 - 0x000010cf (0x8) IX[b]
    [13] -1    0    0x00001000 - 0x0000107f (0x80) IX[b]
    [14] -1    0    0x00001080 - 0x0000108f (0x10) IX[b]
    [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1    0    0x00009000 - 0x0000907f (0x80) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [1] -1    0    0xb0307000 - 0xb030707f (0x80) MX[b]
    [2] -1    0    0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [3] -1    0    0xb0105000 - 0xb0105fff (0x1000) MX[b]
    [4] -1    0    0xb0104000 - 0xb0104fff (0x1000) MX[b]
    [5] -1    0    0xa0000000 - 0x9fffffff (0x0) MX[b]O
    [6] -1    0    0xb0000000 - 0xb001ffff (0x20000) MX[b](B)
    [7] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [8] -1    0    0x000010a0 - 0x000010af (0x10) IX[b]
    [9] -1    0    0x000010b8 - 0x000010bb (0x4) IX[b]
    [10] -1    0    0x000010c0 - 0x000010c7 (0x8) IX[b]
    [11] -1    0    0x000010bc - 0x000010bf (0x4) IX[b]
    [12] -1    0    0x000010c8 - 0x000010cf (0x8) IX[b]
    [13] -1    0    0x00001000 - 0x0000107f (0x80) IX[b]
    [14] -1    0    0x00001080 - 0x0000108f (0x10) IX[b]
    [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [16] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [17] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1    0    0x00009000 - 0x0000907f (0x80) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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    0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [5] -1    0    0xb0307000 - 0xb030707f (0x80) MX[b]
    [6] -1    0    0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [7] -1    0    0xb0105000 - 0xb0105fff (0x1000) MX[b]
    [8] -1    0    0xb0104000 - 0xb0104fff (0x1000) MX[b]
    [9] -1    0    0xa0000000 - 0x9fffffff (0x0) MX[b]O
    [10] -1    0    0xb0000000 - 0xb001ffff (0x20000) MX[b](B)
    [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [12] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [14] -1    0    0x000010a0 - 0x000010af (0x10) IX[b]
    [15] -1    0    0x000010b8 - 0x000010bb (0x4) IX[b]
    [16] -1    0    0x000010c0 - 0x000010c7 (0x8) IX[b]
    [17] -1    0    0x000010bc - 0x000010bf (0x4) IX[b]
    [18] -1    0    0x000010c8 - 0x000010cf (0x8) IX[b]
    [19] -1    0    0x00001000 - 0x0000107f (0x80) IX[b]
    [20] -1    0    0x00001080 - 0x0000108f (0x10) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1    0    0x00009000 - 0x0000907f (0x80) IX[b](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded by default.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(=smile AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "sis"
(II) Loading /usr/lib/xorg/modules/drivers//sis_drv.so
(II) Module sis: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.8.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.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) Primary Device is: PCI 01:00:0
(--) Chipset [M]671/[M]771[GX] found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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    0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [5] -1    0    0xb0307000 - 0xb030707f (0x80) MX[b]
    [6] -1    0    0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [7] -1    0    0xb0105000 - 0xb0105fff (0x1000) MX[b]
    [8] -1    0    0xb0104000 - 0xb0104fff (0x1000) MX[b]
    [9] -1    0    0xa0000000 - 0x9fffffff (0x0) MX[b]O
    [10] -1    0    0xb0000000 - 0xb001ffff (0x20000) MX[b](B)
    [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [12] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [14] -1    0    0x000010a0 - 0x000010af (0x10) IX[b]
    [15] -1    0    0x000010b8 - 0x000010bb (0x4) IX[b]
    [16] -1    0    0x000010c0 - 0x000010c7 (0x8) IX[b]
    [17] -1    0    0x000010bc - 0x000010bf (0x4) IX[b]
    [18] -1    0    0x000010c8 - 0x000010cf (0x8) IX[b]
    [19] -1    0    0x00001000 - 0x0000107f (0x80) IX[b]
    [20] -1    0    0x00001080 - 0x0000108f (0x10) IX[b]
    [21] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [22] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1    0    0x00009000 - 0x0000907f (0x80) IX[b](B)
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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    0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [5] -1    0    0xb0307000 - 0xb030707f (0x80) MX[b]
    [6] -1    0    0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [7] -1    0    0xb0105000 - 0xb0105fff (0x1000) MX[b]
    [8] -1    0    0xb0104000 - 0xb0104fff (0x1000) MX[b]
    [9] -1    0    0xa0000000 - 0x9fffffff (0x0) MX[b]O
    [10] -1    0    0xb0000000 - 0xb001ffff (0x20000) MX[b](B)
    [11] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [12] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [13] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [14] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1    0    0x000010a0 - 0x000010af (0x10) IX[b]
    [18] -1    0    0x000010b8 - 0x000010bb (0x4) IX[b]
    [19] -1    0    0x000010c0 - 0x000010c7 (0x8) IX[b]
    [20] -1    0    0x000010bc - 0x000010bf (0x4) IX[b]
    [21] -1    0    0x000010c8 - 0x000010cf (0x8) IX[b]
    [22] -1    0    0x00001000 - 0x0000107f (0x80) IX[b]
    [23] -1    0    0x00001080 - 0x0000108f (0x10) IX[b]
    [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1    0    0x00009000 - 0x0000907f (0x80) IX[b](B)
    [29] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [30] 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 7.2.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
(=smile SIS(0): RGB weight 888
(=smile SIS(0): Default visual is TrueColor
(--) SIS(0): Video BIOS version "3.72.02" found (new SiS data layout)
(**) SIS(0): Option "DRI" "off"
(**) SIS(0): Option "EnableSiSCtrl" "yes"
(**) SIS(0): Option "XvDefaultAdaptor" "Overlay"
(=smile SIS(0): Using XAA acceleration architecture
(=smile SIS(0): Color HW cursor is enabled
(II) SIS(0): Using VRAM command queue, size 512k
(=smile SIS(0): Hotkey display switching is enabled
(**) SIS(0): SiSCtrl utility interface is enabled
(=smile SIS(0): X server will not keep DPI constant for all screen sizes
(**) SIS(0): DRI disabled
(--) 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 0xB0000000 (size 64K)
(--) SIS(0): VideoRAM: 65536 KB
(II) SIS(0): Using 64960K 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): No CRT1/VGA detected
(--) SIS(0): Detected LCD/plasma panel (1280x800, 14, non-exp., RGB24 [ec0205])
(**) 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): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT1)
(--) SIS(0): 302LV/302ELV: Using EMI 0x0a000002 (LCD)
(--) SIS(0): CRT2 DDC probing failed
(=smile 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): "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): Generic Monitor: Using hsync range of 28.00-96.00 kHz
(II) SIS(0): Generic Monitor: Using vrefresh range of 50.00-75.00 Hz
(II) SIS(0): Clock range:  10.00 to 340.00 MHz
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh 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" (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 "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh 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 "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 "1400x1050" (unknown reason)
(II) SIS(0): Not using default mode "1400x1050" (unknown reason)
(II) SIS(0): Not using default mode "1280x800" (vrefresh out of range)
(II) SIS(0): Not using default mode "1440x900" (unknown reason)
(II) SIS(0): Not using default mode "1440x900" (unknown reason)
(II) SIS(0): Not using default mode "1440x900" (unknown reason)
(--) SIS(0): Virtual size is 1280x800 (pitch 1280)
(**) SIS(0): *Default mode "1280x800" (1280x800) (For CRT device: 135.2 MHz, 80.1 kHz, 75.1 Hz)
(**) SIS(0):  Default mode "1280x800" (1280x800) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
(**) SIS(0):  Default mode "1024x768" (1024x768) (For CRT device: 78.7 MHz, 60.0 kHz, 75.0 Hz)
(**) SIS(0):  Default mode "1024x768" (1024x768) (For CRT device: 75.2 MHz, 56.6 kHz, 70.2 Hz)
(**) SIS(0):  Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
(**) SIS(0):  Default mode "800x600" (800x600) (For CRT device: 49.5 MHz, 46.9 kHz, 75.0 Hz)
(**) SIS(0):  Default mode "800x600" (800x600) (For CRT device: 50.1 MHz, 48.2 kHz, 72.4 Hz)
(**) SIS(0):  Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz)
(**) SIS(0):  Default mode "800x600" (800x600) (For CRT device: 36.1 MHz, 35.2 kHz, 56.3 Hz)
(**) SIS(0):  Default mode "640x480" (640x480) (For CRT device: 31.5 MHz, 37.5 kHz, 75.0 Hz)
(**) SIS(0):  Default mode "640x480" (640x480) (For CRT device: 31.5 MHz, 37.9 kHz, 72.8 Hz)
(**) SIS(0):  Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz)
(=smile 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.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(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.4.2, module version = 1.2.0
    ABI class: X.Org Video Driver, version 2.0
(II) SIS(0): 2D acceleration enabled, modename xaa
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xb0000000 - 0xb001ffff (0x20000) MX[b]
    [1] 0    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    [2] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1    0    0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [7] -1    0    0xb0307000 - 0xb030707f (0x80) MX[b]
    [8] -1    0    0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [9] -1    0    0xb0105000 - 0xb0105fff (0x1000) MX[b]
    [10] -1    0    0xb0104000 - 0xb0104fff (0x1000) MX[b]
    [11] -1    0    0xa0000000 - 0x9fffffff (0x0) MX[b]O
    [12] -1    0    0xb0000000 - 0xb001ffff (0x20000) MX[b](B)
    [13] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [17] 0    0    0x00009000 - 0x0000907f (0x80) IX[b]
    [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1    0    0x000010a0 - 0x000010af (0x10) IX[b]
    [21] -1    0    0x000010b8 - 0x000010bb (0x4) IX[b]
    [22] -1    0    0x000010c0 - 0x000010c7 (0x8) IX[b]
    [23] -1    0    0x000010bc - 0x000010bf (0x4) IX[b]
    [24] -1    0    0x000010c8 - 0x000010cf (0x8) IX[b]
    [25] -1    0    0x00001000 - 0x0000107f (0x80) IX[b]
    [26] -1    0    0x00001080 - 0x0000108f (0x10) IX[b]
    [27] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [28] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1    0    0x00009000 - 0x0000907f (0x80) IX[b](B)
    [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(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.4.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.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.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.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.02
(=smile SIS(0): Write-combining range (0xc0000000,0x4000000)
(II) SIS(0): Setting standard mode 0x16
(II) SIS(0): Framebuffer from (0,0) to (1279,12990)
(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:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
        32 8x8 color pattern slots
(--) SIS(0): CPU frequency 2000.01Mhz
(II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
(--) SIS(0):     Checked libc memcpy()...     219.1 MiB/s
(--) SIS(0):     Checked built-in-1 memcpy()...     219.0 MiB/s
(--) SIS(0):     Checked built-in-2 memcpy()...     108.9 MiB/s
(--) SIS(0):     Checked MMX memcpy()...     219.6 MiB/s
(--) SIS(0):     Checked SSE memcpy()...     223.0 MiB/s
(--) SIS(0):     Checked MMX2 memcpy()...     222.3 MiB/s
(--) SIS(0): Using SSE method for aligned data transfers to video RAM
(--) SIS(0): Using MMX2 method for unaligned data transfers to video RAM
(=smile SIS(0): Backing store disabled
(=smile SIS(0): Silken mouse enabled
(--) SIS(0): Hardware supports one video overlay
(II) SIS(0): Using SiS300/315/330/340/350 series HW Xv by default on CRT2
(II) SIS(0): Default Xv adaptor is Video Overlay
(WW) SIS(0): Option "IgnoreEDID" is not used
(II) SIS(0): Initialized SISCTRL extension version 0.1
(II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
(=smile RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(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) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(WW) Warning, couldn't open module GLcore
(II) UnloadModule: "GLcore"
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Mouse[1] auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "VertScrollDelta" "100"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(--) Mouse[1] touchpad found
(**) Option "CorePointer"
(**) Mouse[1]: always reports core events
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "pl"
(**) Keyboard0: XkbLayout: "pl"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(=smile <default pointer>: Protocol: "Auto"
(**) Option "AlwaysCore"
(**) <default pointer>: always reports core events
(=smile <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(**) <default pointer>: Sensitivity: 1
(II) evaluating device (<default pointer>)
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse[1])
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
(--) Mouse[1] auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(--) Mouse[1] touchpad found
(II) SIS(0): Setting standard mode 0x62
(II) SIS(0): Setting standard mode 0x16

Last edited by thomas88 (2008-09-14 21:29:15)

Offline

#3 2008-09-15 21:31:59

bdheeman
Member
From: Chandigarh, PB, India
Registered: 2008-09-15
Posts: 10
Website

Re: Hasee laptop

Since the name of the said tarball (sis_vga_150508_ubuntu_8.04.tar.gz) clearly says that it is for distro Ubuntu v8.04, so it possibly will not work for Archlinux.

OTOH, I downloaded it just to give it a try on Debian 4.0x lenny/testing. It is woring fine here... playing movies in xine, mplayer and kmplayer without dropping frames.

$ glxgears
1618 frames in 5.0 seconds = 322.475 FPS
1580 frames in 5.0 seconds = 315.017 FPS
1580 frames in 5.0 seconds = 314.989 FPS
1580 frames in 5.0 seconds = 315.040 FPS
1580 frames in 5.0 seconds = 314.943 FPS
1580 frames in 5.0 seconds = 315.081 FPS
^C

Although, it is not using (may be unable to use) direct rendering as yet.

BTW, thanks for providing a link.


Balwinder S Dheeman
http://werc.homelinux.net/

Offline

Board footer

Powered by FluxBB