XFree86 4.5 with the built-in via driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

 

I need to configure a PC that has a CLE266 via chipset connected to a LCD panel. I try to configure XFree86 4.5 to work with it, but I get only weird colors when I start X. The data itself is correct since I can see a screenshot properly from another computer and when I connect from VNC, everything is OK.

 

Anyway, as soon as I replace the built-in driver by the CLE266 driver from Via, the colors are correct.

 

I want to use the built-in driver since we’ve had crash issues with the Via driver.

 

Any idea?

 

XF86Config

 

# XFree86 4 configuration created by redhat-config-xfree86

 

Section "ServerLayout"

      Identifier     "Default Layout"

      Screen         "Screen0" 0 0

      InputDevice    "Mouse0" "CorePointer"

      InputDevice    "Keyboard0" "CoreKeyboard"

      InputDevice    "TouchPanel" "alwaysCore"

EndSection

 

Section "Files"

 

# RgbPath is the location of the RGB database.  Note, this is the name of the

# file minus the extension (like ".txt" or ".db").  There is normally

# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Red Hat 6.0 and later now use a font server independent of

# the X server to render fonts.

      RgbPath      "/usr/X11R6/lib/X11/rgb"

      FontPath     "unix/:7100"

EndSection

 

Section "Module"

 

#     Load  "dbe"

#     Load  "v4l"

#     Load  "extmod"

#     Load  "record"

      Load  "vbe"

      Load  "fbdevhw"

#     Load  "glx"

      Load  "freetype"

      Load  "type1"

EndSection

 

Section "InputDevice"

 

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))

#     Option      "Xleds"           "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#     Option      "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the

# lines below (which are the defaults).  For example, for a non-U.S.

# keyboard, you will probably want to use:

#     Option      "XkbModel"  "pc102"

# If you have a US Microsoft Natural keyboard, you can use:

#     Option      "XkbModel"  "microsoft"

#

# Then to change the language, change the Layout setting.

# For example, a german layout can be obtained with:

#     Option      "XkbLayout" "de"

# or:

#     Option      "XkbLayout" "de"

#     Option      "XkbVariant"      "nodeadkeys"

#

# If you'd like to switch the positions of your capslock and

# control keys, use:

#     Option      "XkbOptions"      "ctrl:swapcaps"

# Or if you just want both to be control, use:

#     Option      "XkbOptions"      "ctrl:nocaps"

#

      Identifier  "Keyboard0"

      Driver      "keyboard"

      Option          "XkbRules" "xfree86"

      Option          "XkbModel" "pc105"

      Option          "XkbLayout" "ca_enhanced"

EndSection

 

Section "InputDevice"

      Identifier  "Mouse0"

      Driver      "mouse"

      Option          "Protocol" "IMPS/2"

      Option          "Device" "/dev/input/mice"

      Option          "ZAxisMapping" "4 5"

      Option          "Emulate3Buttons" "no"

EndSection

 

Section "InputDevice"

 

# If the normal CorePointer mouse is not a USB mouse then

# this input device can be used in AlwaysCore mode to let you

# also use USB mice at the same time.

      Identifier  "DevInputMice"

      Driver      "mouse"

      Option          "Protocol" "IMPS/2"

      Option          "Device" "/dev/input/mice"

      Option          "ZAxisMapping" "4 5"

      Option          "Emulate3Buttons" "no"

EndSection

 

Section "InputDevice"

      Identifier  "TouchPanel"

      Driver      "FidTouch"

      Option          "DeviceName" "fidtouch"

      Option          "Device" "/dev/FidTouch"

      Option          "interfacetype" "usb"

      Option          "Beep" "1"

      Option          "Freq" "1000"

      Option          "Duration" "50"

      Option          "BeepTiming" "0"

      Option          "SpinTop" "0"

      Option          "XYConvert" "2"

EndSection

 

Section "Monitor"

 

  #Refresh Rate 60Hz

      Identifier   "Monitor0"

      VendorName   "Protech Systems"

      ModelName    "LCD Flat panel"

      HorizSync    31.5 - 57.0

      VertRefresh  50.0 - 70.0

      ModeLine     "720x480" 26.7 720 736 808 896 480 481 484 497

      ModeLine     "720x576" 32.7 720 744 816 912 576 577 580 597

      ModeLine     "848x480" 31.5 848 864 952 1056 480 481 484 497

      ModeLine     "856x480" 31.7 856 872 960 1064 480 481 484 497

      ModeLine     "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531

      ModeLine     "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795

      ModeLine     "1440x1050" 126.2 1440 1536 1688 1936 1050 1051 1054 1087

      ModeLine     "720x480" 34.9 720 752 824 928 480 481 484 502

      ModeLine     "720x576" 42.6 720 760 832 944 576 577 580 602

      ModeLine     "848x480" 41.0 848 880 968 1088 480 481 484 502

      ModeLine     "856x480" 41.3 856 888 976 1096 480 481 484 502

      ModeLine     "1024x512" 53.3 1024 1072 1176 1328 512 513 516 535

      ModeLine     "1280x768" 103.0 1280 1360 1496 1712 768 769 772 802

      ModeLine     "1440x1050" 160.0 1440 1536 1696 1952 1050 1051 1054 1096

      ModeLine     "1280x768" 118.5 1280 1368 1504 1728 768 769 772 807

      ModeLine     "1440x1050" 184.5 1440 1544 1704 1968 1050 1051 1054 1103

      ModeLine     "848x480" 47.4 848 888 976 1104 480 481 484 505

EndSection

 

Section "Device"

      Identifier  "Videocard0"

      Driver      "via"

      VendorName  "Via"

      BoardName   "Via CLE266"

      Option          "ActiveDevice" "LCD"

      Option          "PanelSize" "1024x768"

EndSection

 

Section "Screen"

      Identifier "Screen0"

      Device     "Videocard0"

      Monitor    "Monitor0"

      DefaultDepth     16

      SubSection "Display"

            Depth     24

            Modes    "1024x768"

      EndSubSection

EndSection

 

XFree86.0.log

 

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6

_XSERVTransOpen: transport open failed for inet6/localhost.localdomain:0

_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

 

XFree86 Version 4.5.0

Release Date: 16 March 2005

X Protocol Version 11, Revision 0

Build Operating System: Linux 2.4.24 i686 [ELF]

Current Operating System: Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686

Build Date: 16 March 2005

Changelog Date: 16 March 2005

      Before reporting problems, check http://www.XFree86.Org/

      to make sure that you have the latest version.

Module Loader present

Command line: X :0

Markers: (--) probed, (**) from config file, (==) default setting,

      (++) from command line, (!!) notice, (EE) error, (WW) warning,

      (II) informational, (NI) not implemented, (??) unknown.

(==) Log file: "/var/log/XFree86.0.log", Time: Tue Apr 25 15:45:23 2006

(==) Using config file: "/etc/X11/XF86Config".

(II) Module ABI versions:

      XFree86 ANSI C Emulation: 0.3

      XFree86 Video Driver: 0.8

      XFree86 XInput driver : 0.5

      XFree86 Server Extension : 0.3

      XFree86 Font Renderer : 0.5

(II) Loader running on linux

(**) Option "XkbRules" "xfree86"

(**) XKB: rules: "xfree86"

(**) Option "XkbModel" "pc105"

(**) XKB: model: "pc105"

(**) Option "XkbLayout" "ca_enhanced"

(**) XKB: layout: "ca_enhanced"

(==) Keyboard: CustomKeycode disabled.

(==) ServerLayout "Default Layout"

(==) |-->Screen "Screen0" (0) (0, 0)

(**) |  |-->Device "Videocard0"

(**) |  |-->Monitor "Monitor0" (0)

(**) |-->Input Device "Mouse0"

(**) |-->Input Device "Keyboard0"

(**) |-->Input Device "TouchPanel"

(**) FontPath set to "unix/:7100"

(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"

(==) ModulePath set to "/usr/X11R6/lib/modules"

(II) Checking for unused ServerFlags options:

(II) LoadModule: "pcidata"

(II) Loading /usr/X11R6/lib/modules/libpcidata.a

(II) Module pcidata: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.0.0

      ABI class: XFree86 Video Driver, version 0.8

(II) LoadModule: "bitmap"

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a

(II) Module bitmap: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.0.0

      Module class: XFree86 Font Renderer

      ABI class: XFree86 Font Renderer, version 0.5

(II) Loading font Bitmap

(--) using VT number 7

 

(II) PCI: Probing config type using method 1

(II) PCI: Config type is 1

(II) PCI: stages = 0x03, oldVal1 = 0x80000060, mode1Res1 = 0x80000000

(II) PCI: PCI scan (all values are in hex)

(II) PCI: 00:00:0: chip 1106,3123 card 1106,3123 rev 00 class 06,00,00 hdr 00

(II) PCI: 00:01:0: chip 1106,b091 card 0000,0000 rev 00 class 06,04,00 hdr 01

(II) PCI: 00:08:0: chip 8086,1040 card 8086,1000 rev 00 class 07,80,00 hdr 00

(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80

(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80

(II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20 hdr 00

(II) PCI: 00:11:0: chip 1106,3177 card 1106,3177 rev 00 class 06,01,00 hdr 80

(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00

(II) PCI: 00:11:5: chip 1106,3059 card 1106,4161 rev 50 class 04,01,00 hdr 00

(II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev 74 class 02,00,00 hdr 00

(II) PCI: 01:00:0: chip 1106,3122 card 1106,3122 rev 03 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 non-prefetchable memory range:

      [0] -1      0     0xe8000000 - 0xe9ffffff (0x2000000) MX[B]

(II) Bus 1 prefetchable memory range:

      [0] -1      0     0xe4000000 - 0xe7ffffff (0x4000000) MX[B]

(II) PCI-to-ISA bridge:

(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)

(--) PCI:*(1:0:0) unknown vendor (0x1106) unknown chipset (0x3122) rev 3, Mem @ 0xe4000000/26, 0xe8000000/24

(II) Open APM successful

(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     0xffe00000 - 0xffffffff (0x200000) MX[B](B)

      [1] -1      0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

      [2] -1      0     0x000f0000 - 0x000fffff (0x10000) MX[B]

      [3] -1      0     0x000c0000 - 0x000effff (0x30000) MX[B]

      [4] -1      0     0x00000000 - 0x0009ffff (0xa0000) MX[B]

      [5] -1      0     0x0000ffff - 0x0000ffff (0x1) IX[B]

      [6] -1      0     0x00000000 - 0x000000ff (0x100) IX[B]

(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff

(II) Active PCI resource ranges:

      [0] -1      0     0xea401000 - 0xea4010ff (0x100) MX[B]E

      [1] -1      0     0xea400000 - 0xea4000ff (0x100) MX[B]E

      [2] -1      0     0xea000000 - 0xea3fffff (0x400000) MX[B]E

      [3] -1      0     0xe0000000 - 0xdfffffff (0x0) MX[B]EO

      [4] -1      0     0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)

      [5] -1      0     0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)

      [6] -1      0     0x0000e400 - 0x0000e4ff (0x100) IX[B]E

      [7] -1      0     0x0000e000 - 0x0000e0ff (0x100) IX[B]E

      [8] -1      0     0x0000dc00 - 0x0000dc0f (0x10) IX[B]E

      [9] -1      0     0x0000d400 - 0x0000d41f (0x20) IX[B]E

      [10] -1     0     0x0000d000 - 0x0000d01f (0x20) IX[B]E

(II) Active PCI resource ranges after removing overlaps:

      [0] -1      0     0xea401000 - 0xea4010ff (0x100) MX[B]E

      [1] -1      0     0xea400000 - 0xea4000ff (0x100) MX[B]E

      [2] -1      0     0xea000000 - 0xea3fffff (0x400000) MX[B]E

      [3] -1      0     0xe0000000 - 0xdfffffff (0x0) MX[B]EO

      [4] -1      0     0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)

      [5] -1      0     0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)

      [6] -1      0     0x0000e400 - 0x0000e4ff (0x100) IX[B]E

      [7] -1      0     0x0000e000 - 0x0000e0ff (0x100) IX[B]E

      [8] -1      0     0x0000dc00 - 0x0000dc0f (0x10) IX[B]E

      [9] -1      0     0x0000d400 - 0x0000d41f (0x20) IX[B]E

      [10] -1     0     0x0000d000 - 0x0000d01f (0x20) IX[B]E

(II) OS-reported resource ranges after removing overlaps with PCI:

      [0] -1      0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)

      [1] -1      0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

      [2] -1      0     0x000f0000 - 0x000fffff (0x10000) MX[B]

      [3] -1      0     0x000c0000 - 0x000effff (0x30000) MX[B]

      [4] -1      0     0x00000000 - 0x0009ffff (0xa0000) MX[B]

      [5] -1      0     0x0000ffff - 0x0000ffff (0x1) IX[B]

      [6] -1      0     0x00000000 - 0x000000ff (0x100) IX[B]

(II) All system resource ranges:

      [0] -1      0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)

      [1] -1      0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

      [2] -1      0     0x000f0000 - 0x000fffff (0x10000) MX[B]

      [3] -1      0     0x000c0000 - 0x000effff (0x30000) MX[B]

      [4] -1      0     0x00000000 - 0x0009ffff (0xa0000) MX[B]

      [5] -1      0     0xea401000 - 0xea4010ff (0x100) MX[B]E

      [6] -1      0     0xea400000 - 0xea4000ff (0x100) MX[B]E

      [7] -1      0     0xea000000 - 0xea3fffff (0x400000) MX[B]E

      [8] -1      0     0xe0000000 - 0xdfffffff (0x0) MX[B]EO

      [9] -1      0     0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)

      [10] -1     0     0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)

      [11] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]

      [12] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]

      [13] -1     0     0x0000e400 - 0x0000e4ff (0x100) IX[B]E

      [14] -1     0     0x0000e000 - 0x0000e0ff (0x100) IX[B]E

      [15] -1     0     0x0000dc00 - 0x0000dc0f (0x10) IX[B]E

      [16] -1     0     0x0000d400 - 0x0000d41f (0x20) IX[B]E

      [17] -1     0     0x0000d000 - 0x0000d01f (0x20) IX[B]E

(II) LoadModule: "vbe"

(II) Loading /usr/X11R6/lib/modules/libvbe.a

(II) Module vbe: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.1.0

      ABI class: XFree86 Video Driver, version 0.8

(II) LoadModule: "fbdevhw"

(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a

(II) Module fbdevhw: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 0.0.2

      ABI class: XFree86 Video Driver, version 0.8

(II) LoadModule: "freetype"

(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a

(II) Module freetype: vendor="The XFree86 Project & the After X-TT Project"

      compiled for 4.5.0, module version = 2.1.0

      Module class: XFree86 Font Renderer

      ABI class: XFree86 Font Renderer, version 0.5

(II) Loading font FreeType

(II) LoadModule: "type1"

(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a

(II) Module type1: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.0.2

      Module class: XFree86 Font Renderer

      ABI class: XFree86 Font Renderer, version 0.5

(II) Loading font Type1

(II) Loading font CID

(II) LoadModule: "via"

(II) Loading /usr/X11R6/lib/modules/drivers/via_drv.o

(II) Module via: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 4.1.30

      Module class: XFree86 Video Driver

      ABI class: XFree86 Video Driver, version 0.8

(II) LoadModule: "mouse"

(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o

(II) Module mouse: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.0.0

      Module class: XFree86 XInput Driver

      ABI class: XFree86 XInput driver, version 0.5

(II) LoadModule: "FidTouch"

(II) Loading /usr/X11R6/lib/modules/input/FidTouch_drv.o

(II) Module FidTouch: vendor="The XFree86 Project"

      compiled for 4.3.0, module version = 1.0.0

      Module class: XFree86 XInput Driver

      ABI class: XFree86 XInput driver, version 0.4

(II) VIA: driver for VIA chipsets: CLE266, KM400, K8M800

(II) Primary Device is: PCI 01:00:0

(--) Assigning device section with no busID to primary device

(--) Chipset CLE266 found

(II) resource ranges after xf86ClaimFixedResources() call:

      [0] -1      0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)

      [1] -1      0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

      [2] -1      0     0x000f0000 - 0x000fffff (0x10000) MX[B]

      [3] -1      0     0x000c0000 - 0x000effff (0x30000) MX[B]

      [4] -1      0     0x00000000 - 0x0009ffff (0xa0000) MX[B]

      [5] -1      0     0xea401000 - 0xea4010ff (0x100) MX[B]E

      [6] -1      0     0xea400000 - 0xea4000ff (0x100) MX[B]E

      [7] -1      0     0xea000000 - 0xea3fffff (0x400000) MX[B]E

      [8] -1      0     0xe0000000 - 0xdfffffff (0x0) MX[B]EO

      [9] -1      0     0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)

      [10] -1     0     0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)

      [11] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]

      [12] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]

      [13] -1     0     0x0000e400 - 0x0000e4ff (0x100) IX[B]E

      [14] -1     0     0x0000e000 - 0x0000e0ff (0x100) IX[B]E

      [15] -1     0     0x0000dc00 - 0x0000dc0f (0x10) IX[B]E

      [16] -1     0     0x0000d400 - 0x0000d41f (0x20) IX[B]E

      [17] -1     0     0x0000d000 - 0x0000d01f (0x20) IX[B]E

(II) resource ranges after probing:

      [0] -1      0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)

      [1] -1      0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

      [2] -1      0     0x000f0000 - 0x000fffff (0x10000) MX[B]

      [3] -1      0     0x000c0000 - 0x000effff (0x30000) MX[B]

      [4] -1      0     0x00000000 - 0x0009ffff (0xa0000) MX[B]

      [5] -1      0     0xea401000 - 0xea4010ff (0x100) MX[B]E

      [6] -1      0     0xea400000 - 0xea4000ff (0x100) MX[B]E

      [7] -1      0     0xea000000 - 0xea3fffff (0x400000) MX[B]E

      [8] -1      0     0xe0000000 - 0xdfffffff (0x0) MX[B]EO

      [9] -1      0     0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)

      [10] -1     0     0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)

      [11] 0      0     0x000a0000 - 0x000affff (0x10000) MS[B]

      [12] 0      0     0x000b0000 - 0x000b7fff (0x8000) MS[B]

      [13] 0      0     0x000b8000 - 0x000bffff (0x8000) MS[B]

      [14] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]

      [15] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]

      [16] -1     0     0x0000e400 - 0x0000e4ff (0x100) IX[B]E

      [17] -1     0     0x0000e000 - 0x0000e0ff (0x100) IX[B]E

      [18] -1     0     0x0000dc00 - 0x0000dc0f (0x10) IX[B]E

      [19] -1     0     0x0000d400 - 0x0000d41f (0x20) IX[B]E

      [20] -1     0     0x0000d000 - 0x0000d01f (0x20) IX[B]E

      [21] 0      0     0x000003b0 - 0x000003bb (0xc) IS[B]

      [22] 0      0     0x000003c0 - 0x000003df (0x20) IS[B]

(II) Setting vga for screen 0.

(II) Loading sub module "vgahw"

(II) LoadModule: "vgahw"

(II) Loading /usr/X11R6/lib/modules/libvgahw.a

(II) Module vgahw: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 0.1.0

      ABI class: XFree86 Video Driver, version 0.8

(**) VIA(0): Depth 16, (--) framebuffer bpp 16

(==) VIA(0): RGB weight 565

(==) VIA(0): Default visual is TrueColor

(**) VIA(0): Option "ActiveDevice" "LCD"

(**) VIA(0): Option "PanelSize" "1024x768"

(==) VIA(0): Using HW cursor

(==) VIA(0): Not using video BIOS to set modes

(**) VIA(0): Active Device is LCD Only.

(**) VIA(0): Selected Panel Size is 1024x768

(II) Loading sub module "int10"

(II) LoadModule: "int10"

(II) Loading /usr/X11R6/lib/modules/linux/libint10.a

(II) Module int10: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.0.0

      ABI class: XFree86 Video Driver, version 0.8

(II) VIA(0): Primary V_BIOS segment is: 0xc000

(II) Loading sub module "vbe"

(II) LoadModule: "vbe"

(II) Reloading /usr/X11R6/lib/modules/libvbe.a

(II) VIA(0): VESA BIOS detected

(II) VIA(0): VESA VBE Version 3.0

(II) VIA(0): VESA VBE Total Mem: 32768 kB

(II) VIA(0): VESA VBE OEM: VIA CLE266

 

(II) VIA(0): VESA VBE OEM Software Rev: 1.0

(II) VIA(0): VESA VBE OEM Vendor:

(II) VIA(0): VESA VBE OEM Product:

(II) VIA(0): VESA VBE OEM Product Rev:

(II) VIA(0): VESA VBE Capabilities: 0x00000001

(--) VIA(0): Chipset: "CLE266"

(--) VIA(0): Chipset Rev.: 17

(II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000

(--) VIA(0): mapping MMIO @ 0xe8000000 with size 0x9000

(--) VIA(0): mapping BitBlt MMIO @ 0xe8200000 with size 0x10000

(II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000

(==) VIA(0): Using gamma correction (1.0, 1.0, 1.0)

(--) VIA(0): videoram =  32768k

(II) Loading sub module "i2c"

(II) LoadModule: "i2c"

(II) Loading /usr/X11R6/lib/modules/libi2c.a

(II) Module i2c: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.2.0

      ABI class: XFree86 Video Driver, version 0.8

(II) VIA(0): I2C bus "I2C bus 1" initialized.

(II) VIA(0): I2C bus "I2C bus 2" initialized.

(II) Loading sub module "ddc"

(II) LoadModule: "ddc"

(II) Loading /usr/X11R6/lib/modules/libddc.a

(II) Module ddc: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.0.0

      ABI class: XFree86 Video Driver, version 0.8

(II) Loading sub module "ddc"

(II) LoadModule: "ddc"

(II) Reloading /usr/X11R6/lib/modules/libddc.a

(II) VIA(0): VESA VBE DDC supported

(II) VIA(0): VESA VBE DDC Level 2

(II) VIA(0): VESA VBE DDC transfer in appr. 1 sec.

(II) VIA(0): VESA VBE DDC read failed

(II) VIA(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.

(II) VIA(0): I2C device "I2C bus 1:ddc2" removed.

(II) VIA(0): Monitor0: Using hsync range of 31.50-57.00 kHz

(II) VIA(0): Monitor0: Using vrefresh range of 50.00-70.00 Hz

(II) VIA(0): Clock range:  20.00 to 230.00 MHz

(II) VIA(0): Not using mode "720x480" (hsync out of range)

(II) VIA(0): Not using mode "848x480" (hsync out of range)

(II) VIA(0): Not using mode "856x480" (hsync out of range)

(II) VIA(0): Not using mode "1440x1050" (hsync out of range)

(II) VIA(0): Not using mode "720x480" (vrefresh out of range)

(II) VIA(0): Not using mode "720x576" (vrefresh out of range)

(II) VIA(0): Not using mode "848x480" (vrefresh out of range)

(II) VIA(0): Not using mode "856x480" (vrefresh out of range)

(II) VIA(0): Not using mode "1024x512" (vrefresh out of range)

(II) VIA(0): Not using mode "1280x768" (hsync out of range)

(II) VIA(0): Not using mode "1440x1050" (hsync out of range)

(II) VIA(0): Not using mode "1280x768" (hsync out of range)

(II) VIA(0): Not using mode "1440x1050" (hsync out of range)

(II) VIA(0): Not using mode "848x480" (vrefresh out of range)

(II) VIA(0): Not using default mode "640x350" (vrefresh out of range)

(II) VIA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "640x400" (vrefresh out of range)

(II) VIA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "720x400" (vrefresh out of range)

(II) VIA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "640x480" (vrefresh out of range)

(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "640x480" (vrefresh out of range)

(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "640x480" (vrefresh out of range)

(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "800x600" (vrefresh out of range)

(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "800x600" (vrefresh out of range)

(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "800x600" (vrefresh out of range)

(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1024x768" (vrefresh out of range)

(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1024x768" (hsync out of range)

(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1024x768" (hsync out of range)

(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1152x864" (hsync out of range)

(II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1280x960" (hsync out of range)

(II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1280x960" (hsync out of range)

(II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1280x1024" (hsync out of range)

(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1280x1024" (hsync out of range)

(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1280x1024" (hsync out of range)

(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)

(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)

(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)

(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)

(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)

(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1792x1344" (hsync out of range)

(II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1856x1392" (hsync out of range)

(II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "832x624" (vrefresh out of range)

(II) VIA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1400x1050" (hsync out of range)

(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1400x1050" (hsync out of range)

(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1600x1024" (hsync out of range)

(II) VIA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)

(II) VIA(0): Not using default mode "1152x864" (width too large for virtual size)

(II) VIA(0): Not using mode "1280x768" (width too large for virtual size)

(II) VIA(0): Not using default mode "1152x768" (width too large for virtual size)

(II) VIA(0): I2C device "I2C bus 2:CH7019" registered at address 0xEA.

(II) VIA(0): I2C device "I2C bus 2:CH7019" removed.

(II) VIA(0): I2C device "I2C bus 2:LVDS" registered at address 0xEA.

(II) VIA(0): I2C device "I2C bus 2:LVDS" removed.

(II) VIA(0): I2C device "I2C bus 2:LVDS" registered at address 0xEA.

(II) VIA(0): I2C device "I2C bus 2:LVDS" removed.

(--) VIA(0): Virtual size is 1024x768 (pitch 1024)

(**) VIA(0): *Default mode "1024x768": 75.0 MHz (scaled from 1406162.6 MHz), 56.5 kHz, 70.1 Hz

(II) VIA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync

(**) VIA(0): *Default mode "800x600": 40.0 MHz (scaled from -681702.4 MHz), 37.9 kHz, 60.3 Hz

(II) VIA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync

(**) VIA(0): *Default mode "640x480": 25.2 MHz (scaled from 644269.3 MHz), 31.5 kHz, 60.0 Hz

(II) VIA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync

(**) VIA(0):  Default mode "1024x768": 65.0 MHz (scaled from -1644637.3 MHz), 48.4 kHz, 60.0 Hz

(II) VIA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync

(**) VIA(0):  Mode "1024x512": 41.3 MHz (scaled from 1175190.5 MHz), 31.9 kHz, 60.0 Hz

(II) VIA(0): Modeline "1024x512"   41.30  1024 1056 1160 1296  512 513 516 531

(**) VIA(0):  Default mode "800x600": 36.0 MHz (scaled from 1533951.5 MHz), 35.2 kHz, 56.2 Hz

(II) VIA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync

(**) VIA(0):  Mode "720x576": 32.7 MHz (scaled from 784885.6 MHz), 35.9 kHz, 60.1 Hz

(II) VIA(0): Modeline "720x576"   32.70  720 744 816 912  576 577 580 597

(==) VIA(0): DPI set to (75, 75)

(II) Loading sub module "fb"

(II) LoadModule: "fb"

(II) Loading /usr/X11R6/lib/modules/libfb.a

(II) Module fb: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.0.0

      ABI class: XFree86 ANSI C Emulation, version 0.3

(II) Loading sub module "xaa"

(II) LoadModule: "xaa"

(II) Loading /usr/X11R6/lib/modules/libxaa.a

(II) Module xaa: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 1.1.0

      ABI class: XFree86 Video Driver, version 0.8

(II) Loading sub module "ramdac"

(II) LoadModule: "ramdac"

(II) Loading /usr/X11R6/lib/modules/libramdac.a

(II) Module ramdac: vendor="The XFree86 Project"

      compiled for 4.5.0, module version = 0.1.0

      ABI class: XFree86 Video Driver, version 0.8

(**) VIA(0): Option: Cap0_FieldSwap Disabled

(II) do I need RAC?  No, I don't.

(II) resource ranges after preInit:

      [0] 0 0     0xe8000000 - 0xe8ffffff (0x1000000) MS[B]

      [1] 0 0     0xe4000000 - 0xe7ffffff (0x4000000) MS[B]

      [2] -1      0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)

      [3] -1      0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

      [4] -1      0     0x000f0000 - 0x000fffff (0x10000) MX[B]

      [5] -1      0     0x000c0000 - 0x000effff (0x30000) MX[B]

      [6] -1      0     0x00000000 - 0x0009ffff (0xa0000) MX[B]

      [7] -1      0     0xea401000 - 0xea4010ff (0x100) MX[B]E

      [8] -1      0     0xea400000 - 0xea4000ff (0x100) MX[B]E

      [9] -1      0     0xea000000 - 0xea3fffff (0x400000) MX[B]E

      [10] -1     0     0xe0000000 - 0xdfffffff (0x0) MX[B]EO

      [11] -1     0     0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)

      [12] -1     0     0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)

      [13] 0      0     0x000a0000 - 0x000affff (0x10000) MS[B]

      [14] 0      0     0x000b0000 - 0x000b7fff (0x8000) MS[B]

      [15] 0      0     0x000b8000 - 0x000bffff (0x8000) MS[B]

      [16] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]

      [17] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]

      [18] -1     0     0x0000e400 - 0x0000e4ff (0x100) IX[B]E

      [19] -1     0     0x0000e000 - 0x0000e0ff (0x100) IX[B]E

      [20] -1     0     0x0000dc00 - 0x0000dc0f (0x10) IX[B]E

      [21] -1     0     0x0000d400 - 0x0000d41f (0x20) IX[B]E

      [22] -1     0     0x0000d000 - 0x0000d01f (0x20) IX[B]E

      [23] 0      0     0x000003b0 - 0x000003bb (0xc) IS[B]

      [24] 0      0     0x000003c0 - 0x000003df (0x20) IS[B]

(--) VIA(0): mapping framebuffer @ 0xe4000000 with size 0x2000000

(==) VIA(0): Write-combining range (0xe4000000,0x2000000)

(--) VIA(0): Frame buffer start: 0x42136000, free start: 0x180000 end: 0x2000000

(--) VIA(0): mapping MMIO @ 0xe8000000 with size 0x9000

(--) VIA(0): mapping BitBlt MMIO @ 0xe8200000 with size 0x10000

(II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000

(II) VIA(0): I2C device "I2C bus 2:TV" registered at address 0x00.

(II) VIA(0): I2C device "I2C bus 2:TV" removed.

(II) VIA(0): I2C device "I2C bus 2:LVDS" registered at address 0xEA.

(II) VIA(0): I2C device "I2C bus 2:LVDS" removed.

(II) VIA(0): 3D Engine has been initialized.

(II) VIA(0): VIAInternalScreenInit

(II) VIA(0): Using XFree86 Acceleration Architecture (XAA)

      Screen to screen bit blits

      Solid filled rectangles

      8x8 mono pattern filled rectangles

      8x8 color pattern filled rectangles

      Screen to Screen color expansion

      Solid Lines

      Dashed Lines

      Image Writes

      Offscreen Pixmaps

      Setting up tile and stipple cache:

            32 128x128 slots

            10 256x256 slots

            32 8x8 color pattern slots

(==) VIA(0): Backing store disabled

(==) VIA(0): DPMS disabled

(II) VIA(0): direct rendering disabled

(II) VIA(0): I2C device "I2C bus 2:TV Probe" registered at address 0x88.

(II) VIA(0): I2C device "I2C bus 2:SAA7113H" removed.

(II) VIA(0): I2C device "I2C bus 2:SAA7113H" removed.

(II) VIA(0): I2C device "I2C bus 2:SAA7114H" removed.

(II) VIA(0): I2C device "I2C bus 2:TV Probe" removed.

(==) RandR enabled

(II) Setting vga for screen 0.

(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 LBX

(II) Initializing built-in extension XC-APPGROUP

(II) Initializing built-in extension SECURITY

(II) Initializing built-in extension XINERAMA

(II) Initializing built-in extension XFree86-Bigfont

(II) Initializing built-in extension RENDER

(II) Initializing built-in extension RANDR

(**) Option "Protocol" "IMPS/2"

(**) Mouse0: Device: "/dev/input/mice"

(**) Mouse0: Protocol: "IMPS/2"

(**) Option "CorePointer"

(**) Mouse0: Core Pointer

(**) Option "Device" "/dev/input/mice"

(**) Option "Emulate3Buttons" "no"

(**) Option "ZAxisMapping" "4 5"

(**) Mouse0: ZAxisMapping: buttons 4 and 5

(**) Mouse0: Buttons: 5

(II) Keyboard "Keyboard0" handled by legacy driver

(**) Option "AlwaysCore"

(**) TOUCHSCREEN: always reports core events

(**) Option "interfacetype" "usb"

(**) Option "DeviceName" "fidtouch"

(**) Option "Beep" "1"

(**) Option "BeepTiming" "0"

(**) Option "Freq" "1000"

(**) Option "Duration" "50"

(**) Option "SpinTop" "0"

(**) Option "XYConvert" "2"

(**) FidTouch X device name: fidtouch

(**) FidTouch associated screen: 0

(**) FidTouch report delay: 25 ms

(**) FidTouch maximum x position: 4095

(**) FidTouch minimum x position: 0

(**) FidTouch maximum y position: 4095

(**) FidTouch minimum y position: 0

(**) FidTouch device will work in Landscape mode

(II) XINPUT: Adding extended input device "fidtouch" (type: FID TouchPanel)

(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)

(II) Mouse0: ps2EnableDataReporting: succeeded

No disable command resopnse

No Reset command resopnse

No Absolute command resopnse

No Absolute Parameter resopnse

No Enable command resopnse

AUDIT: Tue Apr 25 15:45:26 2006: 4196 X: client 2 rejected from local host

 

 

 

 

 


[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux