HP T510 ThinClient +Via N3410 Video Driver Dual Monitor

Problems and successes with specific brands/models of computer video hardware
Post Reply
Message
Author
radegaw
Posts: 2
Joined: Fri 22 Mar 2013, 13:32

HP T510 ThinClient +Via N3410 Video Driver Dual Monitor

#1 Post by radegaw »

Hello everyone.
I'm trying to prepare thinCliens computer to connect HP-UX X-session
I've managed to install puppy_slacko-5.5-4G with one monitor connected (DVI-I port)
With one monitor connected there is no problem to set various screen resolutions (1280x1024 preffered)

Then when I'm trying to connect second monitor my PuppyPC doesn boot-- Xorgwizard fail.
1. there is Puppy Boot screen -same on both, then both monitors going black:
1-main monitor "Out of range 135,4kHZ/----Hz"
2- secondary (right) - Mode OFF
So I start form CLI "Xorgwizard"--> probing (reply "Automatic probing of your monitor was unsuccesfull), I'm setting to type "E h31.5-67v50-75 LCD Panel 1280x1024x24 (any other resolution also fails)
then test and "out of range again..."
I was trying to set manually openchrome.... same situation..

Finally I manager to choose vesa Driver 1280x1024 - on both screens same desktop --clone image.
Can any of You can support me how to setup dual monitor destkop (different screens on monitors)

or Finally how to setup X-session config file to HP Unix
I undestand that CLI command to connect to remote X is
"X -query IPAddress -config /xorg.conf.myConfig vt9 :2"


Informations: :
Ddcprobe gave:
vbe: VESA 3.0 detected
oem: VIA N3410

Video Info GLX:
"video-info-glx 1.5.1 Mon 25 Mar 2013 on Slacko Puppy 5.5 Linux 3.2.33-4g i686
1.0 VGA compatible controller: VIA Technologies, Inc. Device 7122
oem: VIA N3410
product:

X Server: Xorg Driver: vesa
X.Org version: 1.12.3
dimensions: 1280x1024 pixels (339x271 millimeters)
depth of root window: 24 planes

direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x300)
OpenGL version string: 2.1 Mesa 8.0.4

VIA Eden X2 U4200 @ 1.0+ GHz
Core 0: @1000 1: @800 MHz

...the above also recorded at '/tmp/root/video-info-glx'.

"
Video Info:
"
Video-Info 1.5.1 - Mon 25 Mar 2013 on Slacko Puppy 5.5 - Linux 3.2.33-4g i686

Chip description:
1.0 VGA compatible controller: VIA Technologies, Inc. Device 7122
oem: VIA N3410
product:

X Server: Xorg Driver used: vesa

X.Org version: 1.12.3
dimensions: 1280x1024 pixels (339x271 millimeters)
depth of root window: 24 planes
"

Video info full
"Video-Info 1.5.1 - Mon 25 Mar 2013 on Slacko Puppy 5.5 - Linux 3.2.33-4g i686

Chip description:
1.0 VGA compatible controller: VIA Technologies, Inc. Device 7122
oem: VIA N3410
product:

X Server: Xorg Driver used: vesa

X.Org version: 1.12.3
dimensions: 1280x1024 pixels (339x271 millimeters)
depth of root window: 24 planes

=== /etc/X11/xorg.conf ===
#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the font modules
# Load "type1"
# Load "freetype"

# This loads xtrap extension, used by xrandr
# Load "xtrap"

# This loads the GLX module (if present). xorg 7.4/5 need explicit disable to disable...
# Disable "glx" #LOADGLX

# This loads dri module (if present). 7.4 loads it by default, have to disable...
# Load "dri" #LOADDRI
# Disable "dri"

EndSection

# **********************************************************************
# Files section. This allows default font paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

FontPath "/usr/share/X11/fonts/misc/"
FontPath "/usr/share/X11/fonts/Type1/"
FontPath "/usr/share/X11/fonts/TTF/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.

# Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

Option "RandR" "on"

# With this, Xorg won't talk to HAL to add evdev devices and you'll be back
# with the old Xorg behavior (pre-7.4)...

Option "AutoAddDevices" "false"

# For no-Hal, kirk also suggests this...

# Option "AllowMouseOpenFail" "true"

# Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...

Option "DontZap" "false"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
#Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "us" #xkeymap0
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2" #mouse0protocol
Option "Device" "/dev/mouse"
#Option "Emulate3Buttons"
#Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-67
VertRefresh 50-75
#UseModes "Modes0" #monitor0usemodes
Option "PreferredMode" "1280x1024"
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "PrintVGARegs" # [<bool>]
#Option "PrintTVRegs" # [<bool>]
#Option "I2CScan" # [<bool>]
#Option "VBEModes" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ExaNoComposite" # [<bool>]
#Option "ExaScratchSize" # <i>
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "RotationType" # [<str>]
#Option "Rotate" # [<str>]
#Option "VideoRAM" # <i>
#Option "ActiveDevice" # [<str>]
#Option "BusWidth" # [<str>]
#Option "Center" # [<bool>]
#Option "PanelSize" # [<str>]
#Option "ForcePanel" # [<bool>]
#Option "TVDotCrawl" # [<bool>]
#Option "TVDeflicker" # <i>
#Option "TVType" # [<str>]
#Option "TVOutput" # [<str>]
#Option "TVPort" # [<str>]
#Option "DisableVQ" # [<bool>]
#Option "DisableIRQ" # [<bool>]
#Option "EnableAGPDMA" # [<bool>]
#Option "NoAGPFor2D" # [<bool>]
#Option "NoXVDMA" # [<bool>]
#Option "VbeSaveRestore" # [<bool>]
#Option "DisableXvBWCheck" # [<bool>]
#Option "ModeSwitchMethod" # [<str>]
#Option "MaxDRIMem" # <i>
#Option "AGPMem" # <i>
#Option "I2CDevices" # [<str>]
Identifier "Card0"
Driver "vesa" #card0driver
BusID "PCI:0:1:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card1"
Driver "vesa"
BusID "PCI:0:1:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
#Option "metamodes" "1280x1024_60 +0+0" #METAMODES_0
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
#Option "metamodes" "1280x1024_60 +0+0" #METAMODES_1
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection

#PuppyHardwareProfile=VIA_N3410

=== /var/log/Xorg.0.log ===

[ 24.128]
X.Org X Server 1.12.3
Release Date: 2012-07-09
[ 24.129] X Protocol Version 11, Revision 0
[ 24.129] Build Operating System: Slackware 14.0 Slackware Linux Project
[ 24.129] Current Operating System: Linux xterm 3.2.33-4g #1 SMP Fri Nov 2 20:42:54 EST 2012 i686
[ 24.129] Kernel command line: video=640x480 initrd=initrd.gz libata.dma=3 pmedia=ataflash BOOT_IMAGE=vmlinuz
[ 24.129] Build Date: 23 August 2012 02:27:55PM
[ 24.129]
[ 24.129] Current version of pixman: 0.26.2
[ 24.129] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 24.129] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24.129] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 25 14:09:43 2013
[ 24.135] (==) Using config file: "/etc/X11/xorg.conf"
[ 24.135] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24.151] (==) ServerLayout "X.org Configured"
[ 24.151] (**) |-->Screen "Screen0" (0)
[ 24.151] (**) | |-->Monitor "Monitor0"
[ 24.152] (**) | |-->Device "Card0"
[ 24.152] (**) |-->Input Device "Mouse0"
[ 24.152] (**) |-->Input Device "Keyboard0"
[ 24.152] (**) Option "DontZap" "false"
[ 24.152] (**) Option "RandR" "on"
[ 24.152] (**) Option "AutoAddDevices" "false"
[ 24.152] (**) Not automatically adding devices
[ 24.152] (==) Automatically enabling devices
[ 24.162] (WW) The directory "/usr/share/fonts/local" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/CID" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 24.162] Entry deleted from font path.
[ 24.162] (WW) The directory "/usr/share/fonts/cyrillic" does not exist.
[ 24.163] Entry deleted from font path.
[ 24.163] (**) FontPath set to:
/usr/share/X11/fonts/misc/,
/usr/share/X11/fonts/Type1/,
/usr/share/X11/fonts/TTF/
[ 24.163] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 24.163] (II) Loader magic: 0x821ea00
[ 24.163] (II) Module ABI versions:
[ 24.163] X.Org ANSI C Emulation: 0.4
[ 24.163] X.Org Video Driver: 12.0
[ 24.163] X.Org XInput driver : 16.0
[ 24.163] X.Org Server Extension : 6.0
[ 24.164] (--) PCI:*(0:0:1:0) 1106:7122:1106:7122 rev 0, Mem @ 0xfd000000/16777216, 0xfc000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/65536
[ 24.165] (WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
[ 24.166] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 24.166] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 24.166] (II) "glx" will be loaded by default.
[ 24.166] (II) "record" will be loaded by default.
[ 24.167] (II) "dri" will be loaded by default.
[ 24.167] (II) "dri2" will be loaded by default.
[ 24.167] (II) LoadModule: "dbe"
[ 24.172] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 24.198] (II) Module dbe: vendor="X.Org Foundation"
[ 24.198] compiled for 1.12.3, module version = 1.0.0
[ 24.198] Module class: X.Org Server Extension
[ 24.198] ABI class: X.Org Server Extension, version 6.0
[ 24.198] (II) Loading extension DOUBLE-BUFFER
[ 24.198] (II) LoadModule: "extmod"
[ 24.199] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 24.227] (II) Module extmod: vendor="X.Org Foundation"
[ 24.227] compiled for 1.12.3, module version = 1.0.0
[ 24.227] Module class: X.Org Server Extension
[ 24.227] ABI class: X.Org Server Extension, version 6.0
[ 24.227] (II) Loading extension MIT-SCREEN-SAVER
[ 24.227] (II) Loading extension XFree86-VidModeExtension
[ 24.227] (II) Loading extension DPMS
[ 24.227] (II) Loading extension XVideo
[ 24.227] (II) Loading extension XVideo-MotionCompensation
[ 24.227] (II) Loading extension X-Resource
[ 24.227] (II) LoadModule: "glx"
[ 24.228] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 24.281] (II) Module glx: vendor="X.Org Foundation"
[ 24.281] compiled for 1.12.3, module version = 1.0.0
[ 24.281] ABI class: X.Org Server Extension, version 6.0
[ 24.292] (==) AIGLX enabled
[ 24.293] (II) Loading extension GLX
[ 24.293] (II) LoadModule: "record"
[ 24.294] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 24.294] (II) Module record: vendor="X.Org Foundation"
[ 24.294] compiled for 1.12.3, module version = 1.13.0
[ 24.294] Module class: X.Org Server Extension
[ 24.294] ABI class: X.Org Server Extension, version 6.0
[ 24.294] (II) Loading extension RECORD
[ 24.294] (II) LoadModule: "dri"
[ 24.295] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 24.332] (II) Module dri: vendor="X.Org Foundation"
[ 24.332] compiled for 1.12.3, module version = 1.0.0
[ 24.332] ABI class: X.Org Server Extension, version 6.0
[ 24.332] (II) Loading extension XFree86-DRI
[ 24.332] (II) LoadModule: "dri2"
[ 24.333] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 24.333] (II) Module dri2: vendor="X.Org Foundation"
[ 24.333] compiled for 1.12.3, module version = 1.2.0
[ 24.333] ABI class: X.Org Server Extension, version 6.0
[ 24.334] (II) Loading extension DRI2
[ 24.334] (II) LoadModule: "vesa"
[ 24.334] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 24.363] (II) Module vesa: vendor="X.Org Foundation"
[ 24.363] compiled for 1.12.1, module version = 2.3.1
[ 24.363] Module class: X.Org Video Driver
[ 24.363] ABI class: X.Org Video Driver, version 12.0
[ 24.363] (II) LoadModule: "mouse"
[ 24.366] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[ 24.382] (II) Module mouse: vendor="X.Org Foundation"
[ 24.382] compiled for 1.12.1, module version = 1.7.2
[ 24.382] Module class: X.Org XInput Driver
[ 24.382] ABI class: X.Org XInput driver, version 16.0
[ 24.382] (II) LoadModule: "kbd"
[ 24.383] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[ 24.384] (II) Module kbd: vendor="X.Org Foundation"
[ 24.384] compiled for 1.12.1, module version = 1.6.1
[ 24.384] Module class: X.Org XInput Driver
[ 24.384] ABI class: X.Org XInput driver, version 16.0
[ 24.384] (II) VESA: driver for VESA chipsets: vesa
[ 24.384] (--) using VT number 4

[ 24.392] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 24.392] (II) Loading sub module "vbe"
[ 24.392] (II) LoadModule: "vbe"
[ 24.394] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 24.417] (II) Module vbe: vendor="X.Org Foundation"
[ 24.417] compiled for 1.12.3, module version = 1.1.0
[ 24.417] ABI class: X.Org Video Driver, version 12.0
[ 24.417] (II) Loading sub module "int10"
[ 24.417] (II) LoadModule: "int10"
[ 24.418] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 24.435] (II) Module int10: vendor="X.Org Foundation"
[ 24.435] compiled for 1.12.3, module version = 1.0.0
[ 24.435] ABI class: X.Org Video Driver, version 12.0
[ 24.435] (II) VESA(0): initializing int10
[ 24.448] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 24.449] (II) VESA(0): VESA BIOS detected
[ 24.449] (II) VESA(0): VESA VBE Version 3.0
[ 24.449] (II) VESA(0): VESA VBE Total Mem: 32768 kB
[ 24.449] (II) VESA(0): VESA VBE OEM: VIA N3410

[ 24.449] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 24.449] (II) VESA(0): VESA VBE OEM Vendor:
[ 24.449] (II) VESA(0): VESA VBE OEM Product:
[ 24.449] (II) VESA(0): VESA VBE OEM Product Rev:
[ 24.472] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 24.472] (==) VESA(0): RGB weight 888
[ 24.472] (==) VESA(0): Default visual is TrueColor
[ 24.472] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 24.472] (II) Loading sub module "ddc"
[ 24.472] (II) LoadModule: "ddc"
[ 24.472] (II) Module "ddc" already built-in
[ 24.671] (II) VESA(0): VESA VBE DDC supported
[ 24.671] (II) VESA(0): VESA VBE DDC Level none
[ 24.671] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[ 24.983] (II) VESA(0): VESA VBE DDC read failed
[ 24.984] (II) VESA(0): VESA VBE PanelID invalid
[ 24.984] (II) VESA(0): Searching for matching VESA mode(s):
[ 24.986] Mode: 107 (1280x1024)
[ 24.986] ModeAttributes: 0x9f
[ 24.987] WinAAttributes: 0x7
[ 24.987] WinBAttributes: 0x0
[ 24.987] WinGranularity: 64
[ 24.987] WinSize: 64
[ 24.987] WinASegment: 0xa000
[ 24.987] WinBSegment: 0xa000
[ 24.987] WinFuncPtr: 0xc0007de0
[ 24.987] BytesPerScanline: 1280
[ 24.987] XResolution: 1280
[ 24.987] YResolution: 1024
[ 24.987] XCharSize: 8
[ 24.987] YCharSize: 16
[ 24.987] NumberOfPlanes: 1
[ 24.987] BitsPerPixel: 8
[ 24.987] NumberOfBanks: 1
[ 24.987] MemoryModel: 4
[ 24.987] BankSize: 0
[ 24.987] NumberOfImages: 24
[ 24.987] RedMaskSize: 0
[ 24.987] RedFieldPosition: 0
[ 24.987] GreenMaskSize: 0
[ 24.987] GreenFieldPosition: 0
[ 24.987] BlueMaskSize: 0
[ 24.987] BlueFieldPosition: 0
[ 24.987] RsvdMaskSize: 0
[ 24.987] RsvdFieldPosition: 0
[ 24.987] DirectColorModeInfo: 2
[ 24.987] PhysBasePtr: 0xf0000000
[ 24.987] LinBytesPerScanLine: 1280
[ 24.987] BnkNumberOfImagePages: 24
[ 24.987] LinNumberOfImagePages: 24
[ 24.987] LinRedMaskSize: 0
[ 24.987] LinRedFieldPosition: 0
[ 24.988] LinGreenMaskSize: 0
[ 24.988] LinGreenFieldPosition: 0
[ 24.988] LinBlueMaskSize: 0
[ 24.988] LinBlueFieldPosition: 0
[ 24.988] LinRsvdMaskSize: 0
[ 24.988] LinRsvdFieldPosition: 0
[ 24.988] MaxPixelClock: 0
[ 24.990] Mode: 11a (1280x1024)
[ 24.990] ModeAttributes: 0x9b
[ 24.990] WinAAttributes: 0x7
[ 24.990] WinBAttributes: 0x0
[ 24.990] WinGranularity: 64
[ 24.990] WinSize: 64
[ 24.990] WinASegment: 0xa000
[ 24.991] WinBSegment: 0xa000
[ 24.991] WinFuncPtr: 0xc0007de0
[ 24.991] BytesPerScanline: 2560
[ 24.991] XResolution: 1280
[ 24.991] YResolution: 1024
[ 24.991] XCharSize: 8
[ 24.991] YCharSize: 16
[ 24.991] NumberOfPlanes: 1
[ 24.991] BitsPerPixel: 16
[ 24.991] NumberOfBanks: 1
[ 24.991] MemoryModel: 6
[ 24.991] BankSize: 0
[ 24.991] NumberOfImages: 11
[ 24.991] RedMaskSize: 5
[ 24.991] RedFieldPosition: 11
[ 24.991] GreenMaskSize: 6
[ 24.991] GreenFieldPosition: 5
[ 24.991] BlueMaskSize: 5
[ 24.991] BlueFieldPosition: 0
[ 24.991] RsvdMaskSize: 0
[ 24.991] RsvdFieldPosition: 0
[ 24.991] DirectColorModeInfo: 2
[ 24.991] PhysBasePtr: 0xf0000000
[ 24.991] LinBytesPerScanLine: 2560
[ 24.991] BnkNumberOfImagePages: 11
[ 24.991] LinNumberOfImagePages: 11
[ 24.991] LinRedMaskSize: 5
[ 24.991] LinRedFieldPosition: 11
[ 24.991] LinGreenMaskSize: 6
[ 24.991] LinGreenFieldPosition: 5
[ 24.991] LinBlueMaskSize: 5
[ 24.991] LinBlueFieldPosition: 0
[ 24.991] LinRsvdMaskSize: 0
[ 24.992] LinRsvdFieldPosition: 0
[ 24.992] MaxPixelClock: 0
[ 24.994] *Mode: 11b (1280x1024)
[ 24.994] ModeAttributes: 0x9b
[ 24.994] WinAAttributes: 0x7
[ 24.994] WinBAttributes: 0x0
[ 24.994] WinGranularity: 64
[ 24.994] WinSize: 64
[ 24.994] WinASegment: 0xa000
[ 24.994] WinBSegment: 0xa000
[ 24.994] WinFuncPtr: 0xc0007de0
[ 24.994] BytesPerScanline: 5120
[ 24.994] XResolution: 1280
[ 24.995] YResolution: 1024
[ 24.995] XCharSize: 8
[ 24.995] YCharSize: 16
[ 24.995] NumberOfPlanes: 1
[ 24.995] BitsPerPixel: 32
[ 24.995] NumberOfBanks: 1
[ 24.995] MemoryModel: 6
[ 24.995] BankSize: 0
[ 24.995] NumberOfImages: 5
[ 24.995] RedMaskSize: 8
[ 24.995] RedFieldPosition: 16
[ 24.995] GreenMaskSize: 8
[ 24.995] GreenFieldPosition: 8
[ 24.995] BlueMaskSize: 8
[ 24.995] BlueFieldPosition: 0
[ 24.995] RsvdMaskSize: 0
[ 24.995] RsvdFieldPosition: 0
[ 24.995] DirectColorModeInfo: 2
[ 24.995] PhysBasePtr: 0xf0000000
[ 24.995] LinBytesPerScanLine: 5120
[ 24.995] BnkNumberOfImagePages: 5
[ 24.995] LinNumberOfImagePages: 5
[ 24.995] LinRedMaskSize: 8
[ 24.995] LinRedFieldPosition: 16
[ 24.995] LinGreenMaskSize: 8
[ 24.995] LinGreenFieldPosition: 8
[ 24.995] LinBlueMaskSize: 8
[ 24.995] LinBlueFieldPosition: 0
[ 24.995] LinRsvdMaskSize: 0
[ 24.995] LinRsvdFieldPosition: 0
[ 24.995] MaxPixelClock: 0
[ 24.997] Mode: 105 (1024x768)
[ 24.997] ModeAttributes: 0x9f
[ 24.998] WinAAttributes: 0x7
[ 24.998] WinBAttributes: 0x0
[ 24.998] WinGranularity: 64
[ 24.998] WinSize: 64
[ 24.998] WinASegment: 0xa000
[ 24.998] WinBSegment: 0xa000
[ 24.998] WinFuncPtr: 0xc0007de0
[ 24.998] BytesPerScanline: 1024
[ 24.998] XResolution: 1024
[ 24.998] YResolution: 768
[ 24.998] XCharSize: 8
[ 24.998] YCharSize: 16
[ 24.998] NumberOfPlanes: 1
[ 24.998] BitsPerPixel: 8
[ 24.998] NumberOfBanks: 1
[ 24.998] MemoryModel: 4
[ 24.998] BankSize: 0
[ 24.998] NumberOfImages: 41
[ 24.998] RedMaskSize: 0
[ 24.998] RedFieldPosition: 0
[ 24.998] GreenMaskSize: 0
[ 24.998] GreenFieldPosition: 0
[ 24.998] BlueMaskSize: 0
[ 24.998] BlueFieldPosition: 0
[ 24.998] RsvdMaskSize: 0
[ 24.998] RsvdFieldPosition: 0
[ 24.998] DirectColorModeInfo: 2
[ 24.998] PhysBasePtr: 0xf0000000
[ 24.998] LinBytesPerScanLine: 1024
[ 24.998] BnkNumberOfImagePages: 41
[ 24.998] LinNumberOfImagePages: 41
[ 24.998] LinRedMaskSize: 0
[ 24.998] LinRedFieldPosition: 0
[ 24.999] LinGreenMaskSize: 0
[ 24.999] LinGreenFieldPosition: 0
[ 24.999] LinBlueMaskSize: 0
[ 24.999] LinBlueFieldPosition: 0
[ 24.999] LinRsvdMaskSize: 0
[ 24.999] LinRsvdFieldPosition: 0
[ 24.999] MaxPixelClock: 0
[ 25.001] Mode: 117 (1024x768)
[ 25.001] ModeAttributes: 0x9b
[ 25.001] WinAAttributes: 0x7
[ 25.001] WinBAttributes: 0x0
[ 25.001] WinGranularity: 64
[ 25.001] WinSize: 64
[ 25.001] WinASegment: 0xa000
[ 25.001] WinBSegment: 0xa000
[ 25.001] WinFuncPtr: 0xc0007de0
[ 25.001] BytesPerScanline: 2048
[ 25.001] XResolution: 1024
[ 25.001] YResolution: 768
[ 25.001] XCharSize: 8
[ 25.001] YCharSize: 16
[ 25.001] NumberOfPlanes: 1
[ 25.001] BitsPerPixel: 16
[ 25.001] NumberOfBanks: 1
[ 25.001] MemoryModel: 6
[ 25.001] BankSize: 0
[ 25.001] NumberOfImages: 20
[ 25.001] RedMaskSize: 5
[ 25.001] RedFieldPosition: 11
[ 25.001] GreenMaskSize: 6
[ 25.001] GreenFieldPosition: 5
[ 25.001] BlueMaskSize: 5
[ 25.001] BlueFieldPosition: 0
[ 25.002] RsvdMaskSize: 0
[ 25.002] RsvdFieldPosition: 0
[ 25.002] DirectColorModeInfo: 2
[ 25.002] PhysBasePtr: 0xf0000000
[ 25.002] LinBytesPerScanLine: 2048
[ 25.002] BnkNumberOfImagePages: 20
[ 25.002] LinNumberOfImagePages: 20
[ 25.002] LinRedMaskSize: 5
[ 25.002] LinRedFieldPosition: 11
[ 25.002] LinGreenMaskSize: 6
[ 25.002] LinGreenFieldPosition: 5
[ 25.002] LinBlueMaskSize: 5
[ 25.002] LinBlueFieldPosition: 0
[ 25.002] LinRsvdMaskSize: 0
[ 25.002] LinRsvdFieldPosition: 0
[ 25.002] MaxPixelClock: 0
[ 25.004] *Mode: 118 (1024x768)
[ 25.004] ModeAttributes: 0x9b
[ 25.004] WinAAttributes: 0x7
[ 25.004] WinBAttributes: 0x0
[ 25.004] WinGranularity: 64
[ 25.004] WinSize: 64
[ 25.004] WinASegment: 0xa000
[ 25.004] WinBSegment: 0xa000
[ 25.004] WinFuncPtr: 0xc0007de0
[ 25.004] BytesPerScanline: 4096
[ 25.004] XResolution: 1024
[ 25.004] YResolution: 768
[ 25.004] XCharSize: 8
[ 25.004] YCharSize: 16
[ 25.004] NumberOfPlanes: 1
[ 25.004] BitsPerPixel: 32
[ 25.005] NumberOfBanks: 1
[ 25.005] MemoryModel: 6
[ 25.005] BankSize: 0
[ 25.005] NumberOfImages: 9
[ 25.005] RedMaskSize: 8
[ 25.005] RedFieldPosition: 16
[ 25.005] GreenMaskSize: 8
[ 25.005] GreenFieldPosition: 8
[ 25.005] BlueMaskSize: 8
[ 25.005] BlueFieldPosition: 0
[ 25.005] RsvdMaskSize: 0
[ 25.005] RsvdFieldPosition: 0
[ 25.005] DirectColorModeInfo: 2
[ 25.005] PhysBasePtr: 0xf0000000
[ 25.005] LinBytesPerScanLine: 4096
[ 25.005] BnkNumberOfImagePages: 9
[ 25.005] LinNumberOfImagePages: 9
[ 25.005] LinRedMaskSize: 8
[ 25.005] LinRedFieldPosition: 16
[ 25.005] LinGreenMaskSize: 8
[ 25.005] LinGreenFieldPosition: 8
[ 25.005] LinBlueMaskSize: 8
[ 25.005] LinBlueFieldPosition: 0
[ 25.005] LinRsvdMaskSize: 0
[ 25.005] LinRsvdFieldPosition: 0
[ 25.005] MaxPixelClock: 0
[ 25.007] Mode: 103 (800x600)
[ 25.007] ModeAttributes: 0x9f
[ 25.007] WinAAttributes: 0x7
[ 25.007] WinBAttributes: 0x0
[ 25.007] WinGranularity: 64
[ 25.007] WinSize: 64
[ 25.007] WinASegment: 0xa000
[ 25.007] WinBSegment: 0xa000
[ 25.007] WinFuncPtr: 0xc0007de0
[ 25.007] BytesPerScanline: 800
[ 25.007] XResolution: 800
[ 25.007] YResolution: 600
[ 25.007] XCharSize: 8
[ 25.007] YCharSize: 16
[ 25.007] NumberOfPlanes: 1
[ 25.007] BitsPerPixel: 8
[ 25.007] NumberOfBanks: 1
[ 25.007] MemoryModel: 4
[ 25.007] BankSize: 0
[ 25.007] NumberOfImages: 63
[ 25.007] RedMaskSize: 0
[ 25.007] RedFieldPosition: 0
[ 25.007] GreenMaskSize: 0
[ 25.007] GreenFieldPosition: 0
[ 25.008] BlueMaskSize: 0
[ 25.008] BlueFieldPosition: 0
[ 25.008] RsvdMaskSize: 0
[ 25.008] RsvdFieldPosition: 0
[ 25.008] DirectColorModeInfo: 2
[ 25.008] PhysBasePtr: 0xf0000000
[ 25.008] LinBytesPerScanLine: 800
[ 25.008] BnkNumberOfImagePages: 63
[ 25.008] LinNumberOfImagePages: 63
[ 25.008] LinRedMaskSize: 0
[ 25.008] LinRedFieldPosition: 0
[ 25.008] LinGreenMaskSize: 0
[ 25.008] LinGreenFieldPosition: 0
[ 25.008] LinBlueMaskSize: 0
[ 25.008] LinBlueFieldPosition: 0
[ 25.008] LinRsvdMaskSize: 0
[ 25.008] LinRsvdFieldPosition: 0
[ 25.008] MaxPixelClock: 0
[ 25.010] Mode: 114 (800x600)
[ 25.010] ModeAttributes: 0x9b
[ 25.010] WinAAttributes: 0x7
[ 25.010] WinBAttributes: 0x0
[ 25.010] WinGranularity: 64
[ 25.010] WinSize: 64
[ 25.010] WinASegment: 0xa000
[ 25.010] WinBSegment: 0xa000
[ 25.010] WinFuncPtr: 0xc0007de0
[ 25.010] BytesPerScanline: 1600
[ 25.010] XResolution: 800
[ 25.010] YResolution: 600
[ 25.010] XCharSize: 8
[ 25.010] YCharSize: 16
[ 25.010] NumberOfPlanes: 1
[ 25.010] BitsPerPixel: 16
[ 25.010] NumberOfBanks: 1
[ 25.010] MemoryModel: 6
[ 25.010] BankSize: 0
[ 25.010] NumberOfImages: 33
[ 25.010] RedMaskSize: 5
[ 25.010] RedFieldPosition: 11
[ 25.010] GreenMaskSize: 6
[ 25.010] GreenFieldPosition: 5
[ 25.010] BlueMaskSize: 5
[ 25.010] BlueFieldPosition: 0
[ 25.010] RsvdMaskSize: 0
[ 25.010] RsvdFieldPosition: 0
[ 25.010] DirectColorModeInfo: 2
[ 25.010] PhysBasePtr: 0xf0000000
[ 25.010] LinBytesPerScanLine: 1600
[ 25.011] BnkNumberOfImagePages: 33
[ 25.011] LinNumberOfImagePages: 33
[ 25.011] LinRedMaskSize: 5
[ 25.011] LinRedFieldPosition: 11
[ 25.011] LinGreenMaskSize: 6
[ 25.011] LinGreenFieldPosition: 5
[ 25.011] LinBlueMaskSize: 5
[ 25.011] LinBlueFieldPosition: 0
[ 25.011] LinRsvdMaskSize: 0
[ 25.011] LinRsvdFieldPosition: 0
[ 25.011] MaxPixelClock: 0
[ 25.012] *Mode: 115 (800x600)
[ 25.012] ModeAttributes: 0x9b
[ 25.012] WinAAttributes: 0x7
[ 25.012] WinBAttributes: 0x0
[ 25.013] WinGranularity: 64
[ 25.013] WinSize: 64
[ 25.013] WinASegment: 0xa000
[ 25.013] WinBSegment: 0xa000
[ 25.013] WinFuncPtr: 0xc0007de0
[ 25.013] BytesPerScanline: 3200
[ 25.013] XResolution: 800
[ 25.013] YResolution: 600
[ 25.013] XCharSize: 8
[ 25.013] YCharSize: 16
[ 25.013] NumberOfPlanes: 1
[ 25.013] BitsPerPixel: 32
[ 25.013] NumberOfBanks: 1
[ 25.013] MemoryModel: 6
[ 25.013] BankSize: 0
[ 25.013] NumberOfImages: 16
[ 25.013] RedMaskSize: 8
[ 25.013] RedFieldPosition: 16
[ 25.013] GreenMaskSize: 8
[ 25.013] GreenFieldPosition: 8
[ 25.013] BlueMaskSize: 8
[ 25.013] BlueFieldPosition: 0
[ 25.013] RsvdMaskSize: 0
[ 25.013] RsvdFieldPosition: 0
[ 25.013] DirectColorModeInfo: 2
[ 25.013] PhysBasePtr: 0xf0000000
[ 25.013] LinBytesPerScanLine: 3200
[ 25.013] BnkNumberOfImagePages: 16
[ 25.013] LinNumberOfImagePages: 16
[ 25.013] LinRedMaskSize: 8
[ 25.013] LinRedFieldPosition: 16
[ 25.013] LinGreenMaskSize: 8
[ 25.013] LinGreenFieldPosition: 8
[ 25.014] LinBlueMaskSize: 8
[ 25.014] LinBlueFieldPosition: 0
[ 25.014] LinRsvdMaskSize: 0
[ 25.014] LinRsvdFieldPosition: 0
[ 25.014] MaxPixelClock: 0
[ 25.015] Mode: 101 (640x480)
[ 25.015] ModeAttributes: 0x9f
[ 25.015] WinAAttributes: 0x7
[ 25.015] WinBAttributes: 0x0
[ 25.015] WinGranularity: 64
[ 25.015] WinSize: 64
[ 25.015] WinASegment: 0xa000
[ 25.015] WinBSegment: 0xa000
[ 25.015] WinFuncPtr: 0xc0007de0
[ 25.015] BytesPerScanline: 640
[ 25.015] XResolution: 640
[ 25.015] YResolution: 480
[ 25.015] XCharSize: 8
[ 25.015] YCharSize: 16
[ 25.015] NumberOfPlanes: 1
[ 25.015] BitsPerPixel: 8
[ 25.015] NumberOfBanks: 1
[ 25.015] MemoryModel: 4
[ 25.016] BankSize: 0
[ 25.016] NumberOfImages: 101
[ 25.016] RedMaskSize: 0
[ 25.016] RedFieldPosition: 0
[ 25.016] GreenMaskSize: 0
[ 25.016] GreenFieldPosition: 0
[ 25.016] BlueMaskSize: 0
[ 25.016] BlueFieldPosition: 0
[ 25.016] RsvdMaskSize: 0
[ 25.016] RsvdFieldPosition: 0
[ 25.016] DirectColorModeInfo: 2
[ 25.016] PhysBasePtr: 0xf0000000
[ 25.016] LinBytesPerScanLine: 640
[ 25.016] BnkNumberOfImagePages: 101
[ 25.016] LinNumberOfImagePages: 101
[ 25.016] LinRedMaskSize: 0
[ 25.016] LinRedFieldPosition: 0
[ 25.016] LinGreenMaskSize: 0
[ 25.016] LinGreenFieldPosition: 0
[ 25.016] LinBlueMaskSize: 0
[ 25.016] LinBlueFieldPosition: 0
[ 25.016] LinRsvdMaskSize: 0
[ 25.016] LinRsvdFieldPosition: 0
[ 25.016] MaxPixelClock: 0
[ 25.018] Mode: 111 (640x480)
[ 25.018] ModeAttributes: 0x9b
[ 25.018] WinAAttributes: 0x7
[ 25.018] WinBAttributes: 0x0
[ 25.018] WinGranularity: 64
[ 25.018] WinSize: 64
[ 25.018] WinASegment: 0xa000
[ 25.018] WinBSegment: 0xa000
[ 25.018] WinFuncPtr: 0xc0007de0
[ 25.018] BytesPerScanline: 1280
[ 25.018] XResolution: 640
[ 25.018] YResolution: 480
[ 25.018] XCharSize: 8
[ 25.018] YCharSize: 16
[ 25.018] NumberOfPlanes: 1
[ 25.018] BitsPerPixel: 16
[ 25.018] NumberOfBanks: 1
[ 25.018] MemoryModel: 6
[ 25.018] BankSize: 0
[ 25.018] NumberOfImages: 50
[ 25.018] RedMaskSize: 5
[ 25.018] RedFieldPosition: 11
[ 25.018] GreenMaskSize: 6
[ 25.018] GreenFieldPosition: 5
[ 25.018] BlueMaskSize: 5
[ 25.018] BlueFieldPosition: 0
[ 25.018] RsvdMaskSize: 0
[ 25.018] RsvdFieldPosition: 0
[ 25.018] DirectColorModeInfo: 2
[ 25.018] PhysBasePtr: 0xf0000000
[ 25.018] LinBytesPerScanLine: 1280
[ 25.018] BnkNumberOfImagePages: 50
[ 25.019] LinNumberOfImagePages: 50
[ 25.019] LinRedMaskSize: 5
[ 25.019] LinRedFieldPosition: 11
[ 25.019] LinGreenMaskSize: 6
[ 25.019] LinGreenFieldPosition: 5
[ 25.019] LinBlueMaskSize: 5
[ 25.019] LinBlueFieldPosition: 0
[ 25.019] LinRsvdMaskSize: 0
[ 25.019] LinRsvdFieldPosition: 0
[ 25.019] MaxPixelClock: 0
[ 25.020] *Mode: 112 (640x480)
[ 25.020] ModeAttributes: 0x9b
[ 25.020] WinAAttributes: 0x7
[ 25.020] WinBAttributes: 0x0
[ 25.020] WinGranularity: 64
[ 25.020] WinSize: 64
[ 25.020] WinASegment: 0xa000
[ 25.020] WinBSegment: 0xa000
[ 25.020] WinFuncPtr: 0xc0007de0
[ 25.020] BytesPerScanline: 2560
[ 25.020] XResolution: 640
[ 25.021] YResolution: 480
[ 25.021] XCharSize: 8
[ 25.021] YCharSize: 16
[ 25.021] NumberOfPlanes: 1
[ 25.021] BitsPerPixel: 32
[ 25.021] NumberOfBanks: 1
[ 25.021] MemoryModel: 6
[ 25.021] BankSize: 0
[ 25.021] NumberOfImages: 25
[ 25.021] RedMaskSize: 8
[ 25.021] RedFieldPosition: 16
[ 25.021] GreenMaskSize: 8
[ 25.021] GreenFieldPosition: 8
[ 25.021] BlueMaskSize: 8
[ 25.021] BlueFieldPosition: 0
[ 25.021] RsvdMaskSize: 0
[ 25.021] RsvdFieldPosition: 0
[ 25.021] DirectColorModeInfo: 2
[ 25.021] PhysBasePtr: 0xf0000000
[ 25.021] LinBytesPerScanLine: 2560
[ 25.021] BnkNumberOfImagePages: 25
[ 25.021] LinNumberOfImagePages: 25
[ 25.021] LinRedMaskSize: 8
[ 25.021] LinRedFieldPosition: 16
[ 25.021] LinGreenMaskSize: 8
[ 25.021] LinGreenFieldPosition: 8
[ 25.021] LinBlueMaskSize: 8
[ 25.021] LinBlueFieldPosition: 0
[ 25.021] LinRsvdMaskSize: 0
[ 25.021] LinRsvdFieldPosition: 0
[ 25.021] MaxPixelClock: 0
[ 25.021]
[ 25.022] (II) VESA(0): Total Memory: 512 64KB banks (32768kB)
[ 25.022] (II) VESA(0): Monitor0: Using hsync range of 31.50-67.00 kHz
[ 25.022] (II) VESA(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
[ 25.022] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[ 25.022] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[ 25.022] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[ 25.022] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[ 25.022] (WW) VESA(0): No valid modes left. Trying less strict filter...
[ 25.022] (II) VESA(0): Monitor0: Using hsync range of 31.50-67.00 kHz
[ 25.022] (II) VESA(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
[ 25.022] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[ 25.022] (**) VESA(0): *Built-in mode "1280x1024"
[ 25.022] (**) VESA(0): Built-in mode "1024x768"
[ 25.022] (**) VESA(0): Built-in mode "800x600"
[ 25.022] (**) VESA(0): Built-in mode "640x480"
[ 25.022] (==) VESA(0): DPI set to (96, 96)
[ 25.022] (II) VESA(0): Attempting to use 60Hz refresh for mode "1280x1024" (11b)
[ 25.023] (II) VESA(0): Attempting to use 75Hz refresh for mode "1024x768" (118)
[ 25.024] (II) VESA(0): Attempting to use 72Hz refresh for mode "800x600" (115)
[ 25.025] (II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (112)
[ 25.025] (**) VESA(0): Using "Shadow Framebuffer"
[ 25.025] (II) Loading sub module "shadow"
[ 25.025] (II) LoadModule: "shadow"
[ 25.026] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 25.027] (II) Module shadow: vendor="X.Org Foundation"
[ 25.027] compiled for 1.12.3, module version = 1.1.0
[ 25.027] ABI class: X.Org ANSI C Emulation, version 0.4
[ 25.027] (II) Loading sub module "fb"
[ 25.027] (II) LoadModule: "fb"
[ 25.028] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 25.051] (II) Module fb: vendor="X.Org Foundation"
[ 25.051] compiled for 1.12.3, module version = 1.0.0
[ 25.051] ABI class: X.Org ANSI C Emulation, version 0.4
[ 25.051] (==) Depth 24 pixmap format is 32 bpp
[ 25.051] (II) Loading sub module "int10"
[ 25.051] (II) LoadModule: "int10"
[ 25.052] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 25.052] (II) Module int10: vendor="X.Org Foundation"
[ 25.052] compiled for 1.12.3, module version = 1.0.0
[ 25.052] ABI class: X.Org Video Driver, version 12.0
[ 25.052] (II) VESA(0): initializing int10
[ 25.061] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 25.062] (II) VESA(0): VESA BIOS detected
[ 25.062] (II) VESA(0): VESA VBE Version 3.0
[ 25.062] (II) VESA(0): VESA VBE Total Mem: 32768 kB
[ 25.062] (II) VESA(0): VESA VBE OEM: VIA N3410

[ 25.062] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 25.062] (II) VESA(0): VESA VBE OEM Vendor:
[ 25.062] (II) VESA(0): VESA VBE OEM Product:
[ 25.062] (II) VESA(0): VESA VBE OEM Product Rev:
[ 25.070] (II) VESA(0): virtual address = 0xb507a000,
physical address = 0xf0000000, size = 33554432
[ 25.094] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
[ 25.999] (==) VESA(0): Default visual is TrueColor
[ 26.061] (==) VESA(0): Backing store disabled
[ 26.061] (==) VESA(0): DPMS enabled
[ 26.061] (WW) VESA(0): Option "PreferredMode" is not used
[ 26.061] (**) RandR enabled
[ 26.061] (II) Initializing built-in extension Generic Event Extension
[ 26.061] (II) Initializing built-in extension SHAPE
[ 26.061] (II) Initializing built-in extension MIT-SHM
[ 26.061] (II) Initializing built-in extension XInputExtension
[ 26.062] (II) Initializing built-in extension XTEST
[ 26.062] (II) Initializing built-in extension BIG-REQUESTS
[ 26.062] (II) Initializing built-in extension SYNC
[ 26.062] (II) Initializing built-in extension XKEYBOARD
[ 26.062] (II) Initializing built-in extension XC-MISC
[ 26.062] (II) Initializing built-in extension XINERAMA
[ 26.062] (II) Initializing built-in extension XFIXES
[ 26.062] (II) Initializing built-in extension RENDER
[ 26.062] (II) Initializing built-in extension RANDR
[ 26.062] (II) Initializing built-in extension COMPOSITE
[ 26.062] (II) Initializing built-in extension DAMAGE
[ 26.090] (II) AIGLX: Screen 0 is not DRI2 capable
[ 26.090] (II) AIGLX: Screen 0 is not DRI capable
[ 28.765] (II) AIGLX: Loaded and initialized swrast
[ 28.765] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 29.421] (II) Using input driver 'mouse' for 'Mouse0'
[ 29.421] (**) Option "CorePointer"
[ 29.421] (**) Mouse0: always reports core events
[ 29.421] (**) Option "Protocol" "IMPS/2"
[ 29.421] (**) Option "Device" "/dev/mouse"
[ 29.421] (**) Mouse0: Protocol: "IMPS/2"
[ 29.421] (**) Mouse0: always reports core events
[ 29.461] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[ 29.469] (**) Option "ZAxisMapping" "4 5"
[ 29.469] (**) Mouse0: ZAxisMapping: buttons 4 and 5
[ 29.469] (**) Mouse0: Buttons: 9
[ 29.469] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
[ 29.469] (**) Mouse0: (accel) keeping acceleration scheme 1
[ 29.469] (**) Mouse0: (accel) acceleration profile 0
[ 29.470] (**) Mouse0: (accel) acceleration factor: 2.000
[ 29.470] (**) Mouse0: (accel) acceleration threshold: 4
[ 29.701] (II) Mouse0: ps2EnableDataReporting: succeeded
[ 29.701] (II) Using input driver 'kbd' for 'Keyboard0'
[ 29.702] (**) Option "CoreKeyboard"
[ 29.702] (**) Keyboard0: always reports core events
[ 29.702] (**) Keyboard0: always reports core events
[ 29.702] (**) Option "Protocol" "standard"
[ 29.702] (**) Option "XkbRules" "xorg"
[ 29.702] (**) Option "XkbModel" "pc102"
[ 29.702] (**) Option "XkbLayout" "us"
[ 29.702] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7)
"

User avatar
canbyte
Posts: 264
Joined: Sat 10 Jan 2009, 20:20
Location: Hamilton, Canada

#2 Post by canbyte »

I don't normally think i'm expert enough to answer posts but noticed your post on dual monitors. Try here:

http://murga-linux.com/puppy/viewtopic.php?t=79870

Hopefully if all 'dual monitor' problems are in one thread, it will make it easier for others and may encourage Puppy developers to create a standard package. You may want to check the various versions of xorg.conf that made my systems work as I doubt that vesa is capable of driving both monitors?? I'm sure that others can suggest something.
GL

radegaw
Posts: 2
Joined: Fri 22 Mar 2013, 13:32

#3 Post by radegaw »

Please close topic I gave up for Puppy..
But Im still using it as recovery USB Linux.
Best regards Radek

Post Reply