Hi, I have been using the Geode driver happily for a year or more on a
Raon Digital Everun, a Geode-based UMPC. 

With the recent Debian Lenny release, Debian "unstable" upgraded to the
current release of x.org and the Geode driver, and my device's display
doesn't work any more :( 

I first tried 2.11.0, and was getting reliable segfaults at startup
despite various changes of xorg.conf settings.  Then Debian pushed
2.11.1, which does not segfault for me but produces only a blank white
screen. 

I am attaching my xorg.conf and Xorg.0.log.  The Everun has a 800x480
LCD touchscreen panel, which I previously got working with PanelGeometry
"800x480".  I have replaced that line with PanelMode as you can see. 

Any tips appreciated!  I am not subscribed to the list, so cc: me if you
don't mind. 

Thanks,
Bill Gribble

# xorg.conf (xorg 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.
#
# 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 "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

#Section "Module"
#       Disable "i2c"
#       Disable "dri"
#EndSection

Section "InputDevice"
        Identifier      "Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Touchscreen"
        Driver          "evtouch"
        option   "DeviceName" "touchscreen"
        option   "Device" "/dev/input/touchscreen"
        #option   "ReportingMode" "raw"
        #option   "emulate3buttons" 
        #option   "emulate3timeout" "50"
        Option "MinX" "150"
        Option "MinY" "0"
        Option "MaxX" "32767"
        Option "MaxY" "32767"
        option   "SendCoreEvents" "true"
        option "Mode" "Absolute"
        #option "Calibrate" "1"

        option  "absbits" "~0-16"
        option "evbits" "+1-2"
EndSection

Section "InputDevice"
        Identifier      "Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "auto"
        Option          "Emulate3Buttons"       "true"
        #Option         "ZAxisMapping" "y"
        #Option         "FlipXY"                "true"
        #Option         "InvY"                  "true"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "geode"
        #Option          "FBSize" "32000000"
        Option          "PanelMode" "29.75 800 832 844 990 480 482 484 490"
        Option "NoAccel"
        Option "SWCursor"
        #Option         "AccelMethod" "XAA"
        #Option         "XaaNoOffscreenPixmaps"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       25-75
        VertRefresh     50-160
        ModeLine "800x480" 29.75 800 832 844 990 480 482 484 490 -hsync -vsync
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
          ViewPort 0 0
          Depth 24
          Virtual 800 480
          Modes "800x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Keyboard" "CoreKeyboard"
        InputDevice     "Mouse" "CorePointer"
        InputDevice     "touchscreen"
EndSection
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-11)
Current Operating System: Linux pequin 2.6.29-rc4 #1 PREEMPT Fri Feb 13 13:40:58 EST 2009 i586
Build Date: 20 February 2009  03:06:29AM
 
	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, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 20 14:09:16 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Keyboard"
(**) |-->Input Device "Mouse"
(**) |-->Input Device "Touchscreen"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/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
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e3800
(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:01:0: chip 1022,2080 card 1022,2080 rev 33 class 06,00,00 hdr 80
(II) PCI: 00:01:1: chip 1022,2081 card 1022,2081 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:01:2: chip 1022,2082 card 1022,2082 rev 00 class 10,10,00 hdr 00
(II) PCI: 00:0e:0: chip 1180,0822 card 1180,0822 rev 19 class 08,05,00 hdr 80
(II) PCI: 00:0f:0: chip 1022,2090 card 1022,2090 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:0f:2: chip 1022,209a card 1022,209a rev 01 class 01,01,80 hdr 00
(II) PCI: 00:0f:3: chip 1022,2093 card 1022,2093 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:0f:4: chip 1022,2094 card 1022,2094 rev 02 class 0c,03,10 hdr 00
(II) PCI: 00:0f:5: chip 1022,2095 card 1022,2095 rev 02 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:1:0), (0,0,0), 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-ISA bridge:
(II) Bus -1: bridge is at (0:15:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:1:1) Advanced Micro Devices [AMD] Geode LX Video rev 0, Mem @ 0xec000000/25, 0xefff4000/14, 0xefff0000/14, 0xeffec000/14, 0xeffe8000/14
(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 I/O resource overlap reduced 0x0000ac1c from 0x0000ac1f to 0x0000ac1b
(II) PCI I/O resource overlap reduced 0x00009e00 from 0x00009e07 to 0x00009dff
(II) Active PCI resource ranges:
	[0] -1	0	0xefffb000 - 0xefffbfff (0x1000) MX[B]
	[1] -1	0	0xefffc000 - 0xefffcfff (0x1000) MX[B]
	[2] -1	0	0xefffe000 - 0xefffe0ff (0x100) MX[B]
	[3] -1	0	0xeffe4000 - 0xeffe7fff (0x4000) MX[B]
	[4] -1	0	0xeffe8000 - 0xeffebfff (0x4000) MX[B](B)
	[5] -1	0	0xeffec000 - 0xeffeffff (0x4000) MX[B](B)
	[6] -1	0	0xefff0000 - 0xefff3fff (0x4000) MX[B](B)
	[7] -1	0	0xefff4000 - 0xefff7fff (0x4000) MX[B](B)
	[8] -1	0	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[9] -1	0	0x0000fe00 - 0x0000fe7f (0x80) IX[B]
	[10] -1	0	0x0000ff00 - 0x0000ff0f (0x10) IX[B]
	[11] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[12] -1	0	0x00009d00 - 0x00009d7f (0x80) IX[B]
	[13] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[14] -1	0	0x00006200 - 0x0000623f (0x40) IX[B]
	[15] -1	0	0x00006100 - 0x000061ff (0x100) IX[B]
	[16] -1	0	0x00006000 - 0x00006007 (0x8) IX[B]
	[17] -1	0	0x00009e00 - 0x00009dff (0x0) IX[B]O
	[18] -1	0	0x0000ac1c - 0x0000ac1b (0x0) IX[B]O
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xefffb000 - 0xefffbfff (0x1000) MX[B]
	[1] -1	0	0xefffc000 - 0xefffcfff (0x1000) MX[B]
	[2] -1	0	0xefffe000 - 0xefffe0ff (0x100) MX[B]
	[3] -1	0	0xeffe4000 - 0xeffe7fff (0x4000) MX[B]
	[4] -1	0	0xeffe8000 - 0xeffebfff (0x4000) MX[B](B)
	[5] -1	0	0xeffec000 - 0xeffeffff (0x4000) MX[B](B)
	[6] -1	0	0xefff0000 - 0xefff3fff (0x4000) MX[B](B)
	[7] -1	0	0xefff4000 - 0xefff7fff (0x4000) MX[B](B)
	[8] -1	0	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[9] -1	0	0x0000fe00 - 0x0000fe7f (0x80) IX[B]
	[10] -1	0	0x0000ff00 - 0x0000ff0f (0x10) IX[B]
	[11] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[12] -1	0	0x00009d00 - 0x00009d7f (0x80) IX[B]
	[13] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[14] -1	0	0x00006200 - 0x0000623f (0x40) IX[B]
	[15] -1	0	0x00006100 - 0x000061ff (0x100) IX[B]
	[16] -1	0	0x00006000 - 0x00006007 (0x8) IX[B]
	[17] -1	0	0x00009e00 - 0x00009dff (0x0) IX[B]O
	[18] -1	0	0x0000ac1c - 0x0000ac1b (0x0) IX[B]O
(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	0xefffb000 - 0xefffbfff (0x1000) MX[B]
	[5] -1	0	0xefffc000 - 0xefffcfff (0x1000) MX[B]
	[6] -1	0	0xefffe000 - 0xefffe0ff (0x100) MX[B]
	[7] -1	0	0xeffe4000 - 0xeffe7fff (0x4000) MX[B]
	[8] -1	0	0xeffe8000 - 0xeffebfff (0x4000) MX[B](B)
	[9] -1	0	0xeffec000 - 0xeffeffff (0x4000) MX[B](B)
	[10] -1	0	0xefff0000 - 0xefff3fff (0x4000) MX[B](B)
	[11] -1	0	0xefff4000 - 0xefff7fff (0x4000) MX[B](B)
	[12] -1	0	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000fe00 - 0x0000fe7f (0x80) IX[B]
	[16] -1	0	0x0000ff00 - 0x0000ff0f (0x10) IX[B]
	[17] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[18] -1	0	0x00009d00 - 0x00009d7f (0x80) IX[B]
	[19] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[20] -1	0	0x00006200 - 0x0000623f (0x40) IX[B]
	[21] -1	0	0x00006100 - 0x000061ff (0x100) IX[B]
	[22] -1	0	0x00006000 - 0x00006007 (0x8) IX[B]
	[23] -1	0	0x00009e00 - 0x00009dff (0x0) IX[B]O
	[24] -1	0	0x0000ac1c - 0x0000ac1b (0x0) IX[B]O
(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: "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: "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
(==) AIGLX enabled
(II) Loading extension GLX
(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: "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: "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: "geode"
(II) Loading /usr/lib/xorg/modules/drivers//geode_drv.so
(II) Module geode: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.11.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, 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.0.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "evtouch"
(II) Loading /usr/lib/xorg/modules/input//evtouch_drv.so
(II) Module evtouch: vendor="Kenan Esau"
	compiled for 4.3.99.902, module version = 0.8.7
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) GEODE: Driver for AMD Geode Chipsets: Geode LX, Geode GX
(II) Primary Device is: PCI 00:01:1
(--) Assigning device section with no busID to primary device
(--) Chipset Geode LX 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	0xefffb000 - 0xefffbfff (0x1000) MX[B]
	[5] -1	0	0xefffc000 - 0xefffcfff (0x1000) MX[B]
	[6] -1	0	0xefffe000 - 0xefffe0ff (0x100) MX[B]
	[7] -1	0	0xeffe4000 - 0xeffe7fff (0x4000) MX[B]
	[8] -1	0	0xeffe8000 - 0xeffebfff (0x4000) MX[B](B)
	[9] -1	0	0xeffec000 - 0xeffeffff (0x4000) MX[B](B)
	[10] -1	0	0xefff0000 - 0xefff3fff (0x4000) MX[B](B)
	[11] -1	0	0xefff4000 - 0xefff7fff (0x4000) MX[B](B)
	[12] -1	0	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x0000fe00 - 0x0000fe7f (0x80) IX[B]
	[16] -1	0	0x0000ff00 - 0x0000ff0f (0x10) IX[B]
	[17] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[18] -1	0	0x00009d00 - 0x00009d7f (0x80) IX[B]
	[19] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[20] -1	0	0x00006200 - 0x0000623f (0x40) IX[B]
	[21] -1	0	0x00006100 - 0x000061ff (0x100) IX[B]
	[22] -1	0	0x00006000 - 0x00006007 (0x8) IX[B]
	[23] -1	0	0x00009e00 - 0x00009dff (0x0) IX[B]O
	[24] -1	0	0x0000ac1c - 0x0000ac1b (0x0) IX[B]O
(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	0xefffb000 - 0xefffbfff (0x1000) MX[B]
	[5] -1	0	0xefffc000 - 0xefffcfff (0x1000) MX[B]
	[6] -1	0	0xefffe000 - 0xefffe0ff (0x100) MX[B]
	[7] -1	0	0xeffe4000 - 0xeffe7fff (0x4000) MX[B]
	[8] -1	0	0xeffe8000 - 0xeffebfff (0x4000) MX[B](B)
	[9] -1	0	0xeffec000 - 0xeffeffff (0x4000) MX[B](B)
	[10] -1	0	0xefff0000 - 0xefff3fff (0x4000) MX[B](B)
	[11] -1	0	0xefff4000 - 0xefff7fff (0x4000) MX[B](B)
	[12] -1	0	0xec000000 - 0xedffffff (0x2000000) 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	0x0000fe00 - 0x0000fe7f (0x80) IX[B]
	[19] -1	0	0x0000ff00 - 0x0000ff0f (0x10) IX[B]
	[20] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[21] -1	0	0x00009d00 - 0x00009d7f (0x80) IX[B]
	[22] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[23] -1	0	0x00006200 - 0x0000623f (0x40) IX[B]
	[24] -1	0	0x00006100 - 0x000061ff (0x100) IX[B]
	[25] -1	0	0x00006000 - 0x00006007 (0x8) IX[B]
	[26] -1	0	0x00009e00 - 0x00009dff (0x0) IX[B]O
	[27] -1	0	0x0000ac1c - 0x0000ac1b (0x0) IX[B]O
	[28] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(WW) System lacks support for changing MTRRs
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(**) GEODE(0): Depth 24, (--) framebuffer bpp 32
(==) GEODE(0): RGB weight 888
(==) GEODE(0): Default visual is TrueColor
(==) GEODE(0): Using gamma correction (1.0, 1.0, 1.0)
(**) GEODE(0): Option "PanelMode" "29.75 800 832 844 990 480 482 484 490"
(==) GEODE(0): No DCON is present
(II) GEODE(0): LX output options:
(II) GEODE(0):  CRT: YES
(II) GEODE(0):  PANEL: YES
(II) GEODE(0):  DCON: NO
(II) GEODE(0):  VGA: YES
(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) GEODE(0): Primary V_BIOS segment is: 0xc000
(II) GEODE(0): 1000000 bytes of video memory is less then optimal
(II) GEODE(0): when compression is on. Disabling compression.
(II) GEODE(0): Output default using monitor section Generic Monitor
(II) GEODE(0): I2C bus "CS5536 DDC" initialized.
(II) GEODE(0): Output default connected
(II) GEODE(0): Output default using initial mode 800x480
(--) GEODE(0): Virtual size is 800x480 (pitch 0)
(**) GEODE(0):  Mode "800x480": 29.8 MHz (scaled from 0.0 MHz), 30.1 kHz, 61.3 Hz
(II) GEODE(0): Modeline "800x480"x61.3   29.75  800 832 844 990  480 482 484 490 -hsync -vsync (30.1 kHz)
(**) GEODE(0):  Default mode "720x450": 54.4 MHz (scaled from 0.0 MHz), 56.9 kHz, 60.2 Hz (D)
(II) GEODE(0): Modeline "720x450"x60.2   54.42  720 736 940 956  450 459 463 473 doublescan +hsync +vsync (56.9 kHz)
(**) GEODE(0):  Default mode "640x480": 54.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz (D)
(II) GEODE(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz)
(**) GEODE(0):  Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
(II) GEODE(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(**) GEODE(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
(II) GEODE(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(**) GEODE(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
(II) GEODE(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(**) GEODE(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
(II) GEODE(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(**) GEODE(0):  Default mode "720x400": 35.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.0 Hz
(II) GEODE(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(**) GEODE(0):  Default mode "640x400": 41.7 MHz (scaled from 0.0 MHz), 49.7 kHz, 60.0 Hz (D)
(II) GEODE(0): Modeline "640x400"x60.0   41.73  640 672 740 840  400 400 402 414 doublescan (49.7 kHz)
(**) GEODE(0):  Default mode "640x400": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
(II) GEODE(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(**) GEODE(0):  Default mode "576x432": 54.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz (D)
(II) GEODE(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz)
(**) GEODE(0):  Default mode "640x384": 40.1 MHz (scaled from 0.0 MHz), 47.7 kHz, 60.1 Hz (D)
(II) GEODE(0): Modeline "640x384"x60.1   40.07  640 672 740 840  384 384 386 397 doublescan (47.7 kHz)
(**) GEODE(0):  Default mode "640x350": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
(II) GEODE(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(**) GEODE(0):  Default mode "576x384": 32.5 MHz (scaled from 0.0 MHz), 44.2 kHz, 54.8 Hz (D)
(II) GEODE(0): Modeline "576x384"x54.8   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync (44.2 kHz)
(**) GEODE(0):  Default mode "512x384": 47.2 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz (D)
(II) GEODE(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz)
(**) GEODE(0):  Default mode "512x384": 39.4 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz (D)
(II) GEODE(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz)
(**) GEODE(0):  Default mode "512x384": 37.5 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz (D)
(II) GEODE(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz)
(**) GEODE(0):  Default mode "512x384": 32.5 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D)
(II) GEODE(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz)
(**) GEODE(0):  Default mode "512x384": 22.4 MHz (scaled from 0.0 MHz), 35.5 kHz, 87.1 Hz (D)
(II) GEODE(0): Modeline "512x384"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz)
(**) GEODE(0):  Default mode "416x312": 28.6 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.7 Hz (D)
(II) GEODE(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz)
(**) GEODE(0):  Default mode "400x300": 28.1 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.3 Hz (D)
(II) GEODE(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz)
(**) GEODE(0):  Default mode "400x300": 25.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz (D)
(II) GEODE(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz)
(**) GEODE(0):  Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.1 Hz (D)
(II) GEODE(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz)
(**) GEODE(0):  Default mode "400x300": 20.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz (D)
(II) GEODE(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz)
(**) GEODE(0):  Default mode "400x300": 18.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.3 Hz (D)
(II) GEODE(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz)
(**) GEODE(0):  Default mode "320x240": 18.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.2 Hz (D)
(II) GEODE(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz)
(**) GEODE(0):  Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz (D)
(II) GEODE(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz)
(**) GEODE(0):  Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz (D)
(II) GEODE(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz)
(**) GEODE(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.1 Hz (D)
(II) GEODE(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz)
(**) GEODE(0):  Default mode "360x200": 17.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.0 Hz (D)
(II) GEODE(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz)
(**) GEODE(0):  Default mode "320x200": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.3 Hz (D)
(II) GEODE(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz)
(**) GEODE(0):  Default mode "320x175": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.3 Hz (D)
(II) GEODE(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz)
(==) GEODE(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 "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.2.0
	ABI class: X.Org Video Driver, version 2.0
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xeffe8000 - 0xeffebfff (0x4000) MX[B]
	[1] 0	0	0xeffec000 - 0xeffeffff (0x4000) MX[B]
	[2] 0	0	0xefff0000 - 0xefff3fff (0x4000) MX[B]
	[3] 0	0	0xefff4000 - 0xefff7fff (0x4000) MX[B]
	[4] 0	0	0xec000000 - 0xedffffff (0x2000000) MX[B]
	[5] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[6] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[7] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[8] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[9] -1	0	0xefffb000 - 0xefffbfff (0x1000) MX[B]
	[10] -1	0	0xefffc000 - 0xefffcfff (0x1000) MX[B]
	[11] -1	0	0xefffe000 - 0xefffe0ff (0x100) MX[B]
	[12] -1	0	0xeffe4000 - 0xeffe7fff (0x4000) MX[B]
	[13] -1	0	0xeffe8000 - 0xeffebfff (0x4000) MX[B](B)
	[14] -1	0	0xeffec000 - 0xeffeffff (0x4000) MX[B](B)
	[15] -1	0	0xefff0000 - 0xefff3fff (0x4000) MX[B](B)
	[16] -1	0	0xefff4000 - 0xefff7fff (0x4000) MX[B](B)
	[17] -1	0	0xec000000 - 0xedffffff (0x2000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x0000fe00 - 0x0000fe7f (0x80) IX[B]
	[24] -1	0	0x0000ff00 - 0x0000ff0f (0x10) IX[B]
	[25] -1	0	0x00009c00 - 0x00009c3f (0x40) IX[B]
	[26] -1	0	0x00009d00 - 0x00009d7f (0x80) IX[B]
	[27] -1	0	0x00001000 - 0x0000101f (0x20) IX[B]
	[28] -1	0	0x00006200 - 0x0000623f (0x40) IX[B]
	[29] -1	0	0x00006100 - 0x000061ff (0x100) IX[B]
	[30] -1	0	0x00006000 - 0x00006007 (0x8) IX[B]
	[31] -1	0	0x00009e00 - 0x00009dff (0x0) IX[B]O
	[32] -1	0	0x0000ac1c - 0x0000ac1b (0x0) IX[B]O
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) GEODE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) GEODE(0): Geode LX video memory e00000 bytes at 0xb69de000
(II) GEODE(0): LX video memory:
(II) GEODE(0):  Display: 0x271000 bytes
(II) GEODE(0):  Cursor: 0x3000 bytes
(II) GEODE(0):  EXA: 0x6d5000 bytes
(II) GEODE(0):  FREE: 0x377000 bytes
(II) EXA(0): Offscreen pixmap area of 7163904 bytes
(II) EXA(0): Driver registered support for the following operations:
(II)         Solid
(II)         Copy
(II)         Composite (RENDER acceleration)
(==) GEODE(0): Backing store disabled
(**) Option "dpms"
(**) GEODE(0): DPMS enabled
(II) GEODE(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) GEODE(0): Option "AccelMethod" is not used
(--) RandR disabled
(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 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"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) GEODE(0): Setting screen physical size to 211 x 126
(**) Option "CoreKeyboard"
(**) Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Mouse: Device: "/dev/input/mice"
(**) Mouse: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse: ZAxisMapping: buttons 4 and 5
(**) Mouse: Buttons: 9
(**) Mouse: Sensitivity: 1
State: S_UNTOUCHED	Action: No Action		Button: 0
State: S_TOUCHED	Action: No Action		Button: 0
State: S_LONGTOUCHED	Action: down		Button: 1
State: S_MOVING	Action: No Action		Button: 0
State: S_MAYBETAPPED	Action: click		Button: 1
State: S_ONEANDAHALFTAP	Action: down		Button: 3
(**) Option "MinX" "150"
(**) Option "MaxX" "32767"
(**) Option "MinY" "0"
(**) Option "MaxY" "32767"
(**) Option "DeviceName" "touchscreen"
(**) Option "SendCoreEvents" "true"
(**) touchscreen: always reports core events
(II) evaluating device (Keyboard)
(II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
(II) evaluating device (Mouse)
(II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
(II) evaluating device (touchscreen)
(II) XINPUT: Adding extended input device "touchscreen" (type: TOUCHSCREEN)
(--) Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse: ps2EnableDataReporting: succeeded
(**) Option "Device" "/dev/input/touchscreen"
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.
_______________________________________________
Xorg-driver-geode mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-geode

Reply via email to