xorg [RESOLVIDO]

1. xorg [RESOLVIDO]

Matias
matiasalexsandro

(usa Fedora)

Enviado em 13/10/2013 - 16:35h

bem pessoal com um certo esforço eu consegui instalar o archlinux num notebook do tempo que da manivela

http://www.cceinfo.com.br/impressao:RLE232

com um chipset sis - pra pior a situação consegui a resolução a minha atual 1024*768 porém no Windows quando era instalado aqui chegava a 1440*900. ai peguei um tuto do site do arch

http://forum.archlinux-br.org/viewtopic.php?id=2145

que já passa o arquivo de configuração. Mas ai vem a duvida eh pra copiar e colar o arquivo ou somente editar a parte que ele trata da resolução????


  


2. Re: xorg [RESOLVIDO]

Josue de Jesus Santos
JJSantos

(usa Gentoo)

Enviado em 13/10/2013 - 21:32h

Como está o seu xorg.conf?
Segundo o autor do tópico o mesmo colocou o driver sis nesse xorg

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

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

Section "Module"
Load "glx"
Load "extmod"
Load "dri2"
Load "dbe"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "sis"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "65x/M650/740 PCI/AGP VGA Display Adapter"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection



3. Re: xorg [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 13/10/2013 - 21:44h

matiasalexsandro escreveu:

bem pessoal com um certo esforço eu consegui instalar o archlinux num notebook do tempo que da manivela

http://www.cceinfo.com.br/impressao:RLE232

com um chipset sis - pra pior a situação consegui a resolução a minha atual 1024*768 porém no Windows quando era instalado aqui chegava a 1440*900. ai peguei um tuto do site do arch

http://forum.archlinux-br.org/viewtopic.php?id=2145

que já passa o arquivo de configuração. Mas ai vem a duvida eh pra copiar e colar o arquivo ou somente editar a parte que ele trata da resolução????


Colar não funciona por que esse arquivo não é mais necessário, por isso não é criado automaticamente, o que você deve fazer é criar o arquivo e colar o conteúdo sugerido, ou... criar um direto do modo texto:


# X -configure
# cp xorg.conf.new /etc/X11/xorg.conf
# startx


Ou seguindo esse modelo passado acima, apenas adaptar a configuração passada para o mesmo, em especial as seções Device e Screen.

Na maior parte das vezes ainda usa-se esse arquivo por necessidade (seu caso) ou por frescura do usuário (como adicionar o esquema de teclado, opções extras da placa de vídeo, modo, etc).



4. Re: xorg [RESOLVIDO]

Matias
matiasalexsandro

(usa Fedora)

Enviado em 14/10/2013 - 09:09h

bem pessoal consegui aumentar a resolução para 1280*768 mas ainda acho q posso aumentar mais deixar mandar os codigos:






[root@matias matias]# pluma /var/log/Xorg.0.log


[ 12.846]
X.Org X Server 1.14.3
Release Date: 2013-09-12
[ 12.846] X Protocol Version 11, Revision 0
[ 12.846] Build Operating System: Linux 3.11.1-1-ARCH i686
[ 12.846] Current Operating System: Linux matias 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:40:32 CEST 2013 i686
[ 12.846] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6524aeb2-deca-4021-af57-35c6dfce6e49 rw quiet
[ 12.846] Build Date: 08 October 2013 08:51:37PM
[ 12.846]
[ 12.846] Current version of pixman: 0.30.2
[ 12.846] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12.846] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12.846] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 14 08:59:22 2013
[ 12.978] (==) Using config file: "/etc/X11/xorg.conf"
[ 12.978] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 12.978] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13.186] (==) ServerLayout "X.org Configured"
[ 13.186] (**) |-->Screen "Screen0" (0)
[ 13.186] (**) | |-->Monitor "Monitor0"
[ 13.221] (**) | |-->Device "Card0"
[ 13.221] (**) |-->Input Device "Mouse0"
[ 13.221] (**) |-->Input Device "Keyboard0"
[ 13.221] (==) Automatically adding devices
[ 13.221] (==) Automatically enabling devices
[ 13.221] (==) Automatically adding GPU devices
[ 13.367] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 13.367] Entry deleted from font path.
[ 13.389] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 13.389] Entry deleted from font path.
[ 13.389] (**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 13.389] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 13.389] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 13.389] (WW) Disabling Mouse0
[ 13.389] (WW) Disabling Keyboard0
[ 13.411] (II) Loader magic: 0x8259620
[ 13.411] (II) Module ABI versions:
[ 13.411] X.Org ANSI C Emulation: 0.4
[ 13.411] X.Org Video Driver: 14.1
[ 13.411] X.Org XInput driver : 19.1
[ 13.411] X.Org Server Extension : 7.0
[ 13.412] (--) PCI:*(0:1:0:0) 1039:6351:1019:5050 rev 16, Mem @ 0xc0000000/268435456, 0xb0000000/131072, I/O @ 0x00009000/128
[ 13.421] Initializing built-in extension Generic Event Extension
[ 13.421] Initializing built-in extension SHAPE
[ 13.421] Initializing built-in extension MIT-SHM
[ 13.421] Initializing built-in extension XInputExtension
[ 13.421] Initializing built-in extension XTEST
[ 13.421] Initializing built-in extension BIG-REQUESTS
[ 13.421] Initializing built-in extension SYNC
[ 13.421] Initializing built-in extension XKEYBOARD
[ 13.421] Initializing built-in extension XC-MISC
[ 13.421] Initializing built-in extension SECURITY
[ 13.421] Initializing built-in extension XINERAMA
[ 13.422] Initializing built-in extension XFIXES
[ 13.422] Initializing built-in extension RENDER
[ 13.422] Initializing built-in extension RANDR
[ 13.422] Initializing built-in extension COMPOSITE
[ 13.422] Initializing built-in extension DAMAGE
[ 13.422] Initializing built-in extension MIT-SCREEN-SAVER
[ 13.422] Initializing built-in extension DOUBLE-BUFFER
[ 13.422] Initializing built-in extension RECORD
[ 13.422] Initializing built-in extension DPMS
[ 13.422] Initializing built-in extension X-Resource
[ 13.422] Initializing built-in extension XVideo
[ 13.422] Initializing built-in extension XVideo-MotionCompensation
[ 13.422] Initializing built-in extension XFree86-VidModeExtension
[ 13.422] Initializing built-in extension XFree86-DGA
[ 13.422] Initializing built-in extension XFree86-DRI
[ 13.422] Initializing built-in extension DRI2
[ 13.422] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 13.422] (II) LoadModule: "glx"
[ 13.543] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13.598] (II) Module glx: vendor="X.Org Foundation"
[ 13.598] compiled for 1.14.3, module version = 1.0.0
[ 13.598] ABI class: X.Org Server Extension, version 7.0
[ 13.598] (==) AIGLX enabled
[ 13.606] Loading extension GLX
[ 13.606] (II) LoadModule: "extmod"
[ 13.606] (II) Module "extmod" already built-in
[ 13.606] (II) LoadModule: "dri2"
[ 13.606] (II) Module "dri2" already built-in
[ 13.606] (II) LoadModule: "dbe"
[ 13.606] (II) Module "dbe" already built-in
[ 13.606] (II) LoadModule: "dri"
[ 13.606] (II) Module "dri" already built-in
[ 13.606] (II) LoadModule: "vesa"
[ 13.606] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 13.623] (II) Module vesa: vendor="X.Org Foundation"
[ 13.623] compiled for 1.14.0, module version = 2.3.2
[ 13.623] Module class: X.Org Video Driver
[ 13.623] ABI class: X.Org Video Driver, version 14.1
[ 13.623] (II) VESA: driver for VESA chipsets: vesa
[ 13.623] (++) using VT number 1

[ 13.624] (II) Loading sub module "vbe"
[ 13.624] (II) LoadModule: "vbe"
[ 13.624] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 13.646] (II) Module vbe: vendor="X.Org Foundation"
[ 13.646] compiled for 1.14.3, module version = 1.1.0
[ 13.646] ABI class: X.Org Video Driver, version 14.1
[ 13.646] (II) Loading sub module "int10"
[ 13.646] (II) LoadModule: "int10"
[ 13.647] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 13.670] (II) Module int10: vendor="X.Org Foundation"
[ 13.670] compiled for 1.14.3, module version = 1.0.0
[ 13.670] ABI class: X.Org Video Driver, version 14.1
[ 13.670] (II) VESA(0): initializing int10
[ 13.692] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 13.693] (II) VESA(0): VESA BIOS detected
[ 13.693] (II) VESA(0): VESA VBE Version 3.0
[ 13.693] (II) VESA(0): VESA VBE Total Mem: 131072 kB
[ 13.693] (II) VESA(0): VESA VBE OEM: SiS
[ 13.693] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 13.693] (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[ 13.694] (II) VESA(0): VESA VBE OEM Product: 6330
[ 13.694] (II) VESA(0): VESA VBE OEM Product Rev: 3.72.02
[ 13.705] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 13.705] (==) VESA(0): RGB weight 888
[ 13.705] (==) VESA(0): Default visual is TrueColor
[ 13.705] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13.705] (II) Loading sub module "ddc"
[ 13.705] (II) LoadModule: "ddc"
[ 13.705] (II) Module "ddc" already built-in
[ 13.791] (II) VESA(0): VESA VBE DDC supported
[ 13.792] (II) VESA(0): VESA VBE DDC Level none
[ 13.792] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[ 13.825] (II) VESA(0): VESA VBE DDC read failed
[ 13.825] (II) VESA(0): Searching for matching VESA mode(s):
[ 13.825] Mode: 11c (1280x768)
[ 13.825] ModeAttributes: 0x9f
[ 13.825] WinAAttributes: 0x7
[ 13.825] WinBAttributes: 0x0
[ 13.825] WinGranularity: 64
[ 13.825] WinSize: 64
[ 13.825] WinASegment: 0xa000
[ 13.825] WinBSegment: 0xa000
[ 13.825] WinFuncPtr: 0xc000897f
[ 13.825] BytesPerScanline: 1280
[ 13.825] XResolution: 1280
[ 13.825] YResolution: 768
[ 13.825] XCharSize: 8
[ 13.825] YCharSize: 16
[ 13.825] NumberOfPlanes: 1
[ 13.825] BitsPerPixel: 8
[ 13.825] NumberOfBanks: 1
[ 13.825] MemoryModel: 4
[ 13.825] BankSize: 0
[ 13.825] NumberOfImages: 7
[ 13.825] RedMaskSize: 0
[ 13.825] RedFieldPosition: 0
[ 13.825] GreenMaskSize: 0
[ 13.825] GreenFieldPosition: 0
[ 13.825] BlueMaskSize: 0
[ 13.825] BlueFieldPosition: 0
[ 13.825] RsvdMaskSize: 0
[ 13.825] RsvdFieldPosition: 0
[ 13.825] DirectColorModeInfo: 0
[ 13.825] PhysBasePtr: 0xc0000000
[ 13.825] LinBytesPerScanLine: 1280
[ 13.826] BnkNumberOfImagePages: 7
[ 13.826] LinNumberOfImagePages: 7
[ 13.826] LinRedMaskSize: 0
[ 13.826] LinRedFieldPosition: 0
[ 13.826] LinGreenMaskSize: 0
[ 13.826] LinGreenFieldPosition: 0
[ 13.826] LinBlueMaskSize: 0
[ 13.826] LinBlueFieldPosition: 0
[ 13.826] LinRsvdMaskSize: 0
[ 13.826] LinRsvdFieldPosition: 0
[ 13.826] MaxPixelClock: 0
[ 13.826] Mode: 11d (1280x768)
[ 13.826] ModeAttributes: 0x9b
[ 13.826] WinAAttributes: 0x7
[ 13.826] WinBAttributes: 0x0
[ 13.826] WinGranularity: 64
[ 13.826] WinSize: 64
[ 13.826] WinASegment: 0xa000
[ 13.826] WinBSegment: 0xa000
[ 13.826] WinFuncPtr: 0xc000897f
[ 13.826] BytesPerScanline: 2560
[ 13.826] XResolution: 1280
[ 13.826] YResolution: 768
[ 13.826] XCharSize: 8
[ 13.826] YCharSize: 16
[ 13.826] NumberOfPlanes: 1
[ 13.826] BitsPerPixel: 16
[ 13.826] NumberOfBanks: 1
[ 13.826] MemoryModel: 6
[ 13.826] BankSize: 0
[ 13.826] NumberOfImages: 3
[ 13.826] RedMaskSize: 5
[ 13.826] RedFieldPosition: 11
[ 13.826] GreenMaskSize: 6
[ 13.826] GreenFieldPosition: 5
[ 13.826] BlueMaskSize: 5
[ 13.826] BlueFieldPosition: 0
[ 13.826] RsvdMaskSize: 0
[ 13.826] RsvdFieldPosition: 0
[ 13.826] DirectColorModeInfo: 0
[ 13.826] PhysBasePtr: 0xc0000000
[ 13.826] LinBytesPerScanLine: 2560
[ 13.826] BnkNumberOfImagePages: 3
[ 13.826] LinNumberOfImagePages: 3
[ 13.826] LinRedMaskSize: 5
[ 13.826] LinRedFieldPosition: 11
[ 13.826] LinGreenMaskSize: 6
[ 13.826] LinGreenFieldPosition: 5
[ 13.826] LinBlueMaskSize: 5
[ 13.826] LinBlueFieldPosition: 0
[ 13.826] LinRsvdMaskSize: 0
[ 13.826] LinRsvdFieldPosition: 0
[ 13.826] MaxPixelClock: 0
[ 13.827] *Mode: 11e (1280x768)
[ 13.827] ModeAttributes: 0x9b
[ 13.827] WinAAttributes: 0x7
[ 13.827] WinBAttributes: 0x0
[ 13.827] WinGranularity: 64
[ 13.827] WinSize: 64
[ 13.827] WinASegment: 0xa000
[ 13.827] WinBSegment: 0xa000
[ 13.827] WinFuncPtr: 0xc000897f
[ 13.827] BytesPerScanline: 5120
[ 13.827] XResolution: 1280
[ 13.827] YResolution: 768
[ 13.827] XCharSize: 8
[ 13.827] YCharSize: 16
[ 13.827] NumberOfPlanes: 1
[ 13.827] BitsPerPixel: 32
[ 13.827] NumberOfBanks: 1
[ 13.827] MemoryModel: 6
[ 13.827] BankSize: 0
[ 13.827] NumberOfImages: 1
[ 13.827] RedMaskSize: 8
[ 13.827] RedFieldPosition: 16
[ 13.827] GreenMaskSize: 8
[ 13.827] GreenFieldPosition: 8
[ 13.827] BlueMaskSize: 8
[ 13.827] BlueFieldPosition: 0
[ 13.827] RsvdMaskSize: 8
[ 13.827] RsvdFieldPosition: 24
[ 13.827] DirectColorModeInfo: 0
[ 13.827] PhysBasePtr: 0xc0000000
[ 13.827] LinBytesPerScanLine: 5120
[ 13.827] BnkNumberOfImagePages: 1
[ 13.827] LinNumberOfImagePages: 1
[ 13.827] LinRedMaskSize: 8
[ 13.827] LinRedFieldPosition: 16
[ 13.827] LinGreenMaskSize: 8
[ 13.827] LinGreenFieldPosition: 8
[ 13.827] LinBlueMaskSize: 8
[ 13.827] LinBlueFieldPosition: 0
[ 13.827] LinRsvdMaskSize: 8
[ 13.827] LinRsvdFieldPosition: 24
[ 13.827] MaxPixelClock: 0
[ 13.827] Mode: 101 (640x480)
[ 13.827] ModeAttributes: 0x9f
[ 13.827] WinAAttributes: 0x7
[ 13.827] WinBAttributes: 0x0
[ 13.827] WinGranularity: 64
[ 13.827] WinSize: 64
[ 13.827] WinASegment: 0xa000
[ 13.827] WinBSegment: 0xa000
[ 13.827] WinFuncPtr: 0xc000897f
[ 13.827] BytesPerScanline: 640
[ 13.827] XResolution: 640
[ 13.828] YResolution: 480
[ 13.828] XCharSize: 8
[ 13.828] YCharSize: 16
[ 13.828] NumberOfPlanes: 1
[ 13.828] BitsPerPixel: 8
[ 13.828] NumberOfBanks: 1
[ 13.828] MemoryModel: 4
[ 13.828] BankSize: 0
[ 13.828] NumberOfImages: 24
[ 13.828] RedMaskSize: 0
[ 13.828] RedFieldPosition: 0
[ 13.828] GreenMaskSize: 0
[ 13.828] GreenFieldPosition: 0
[ 13.828] BlueMaskSize: 0
[ 13.828] BlueFieldPosition: 0
[ 13.828] RsvdMaskSize: 0
[ 13.828] RsvdFieldPosition: 0
[ 13.828] DirectColorModeInfo: 0
[ 13.828] PhysBasePtr: 0xc0000000
[ 13.828] LinBytesPerScanLine: 640
[ 13.828] BnkNumberOfImagePages: 24
[ 13.828] LinNumberOfImagePages: 24
[ 13.828] LinRedMaskSize: 0
[ 13.828] LinRedFieldPosition: 0
[ 13.828] LinGreenMaskSize: 0
[ 13.828] LinGreenFieldPosition: 0
[ 13.828] LinBlueMaskSize: 0
[ 13.828] LinBlueFieldPosition: 0
[ 13.828] LinRsvdMaskSize: 0
[ 13.828] LinRsvdFieldPosition: 0
[ 13.828] MaxPixelClock: 0
[ 13.828] Mode: 100 (640x400)
[ 13.828] ModeAttributes: 0x9f
[ 13.828] WinAAttributes: 0x7
[ 13.828] WinBAttributes: 0x0
[ 13.828] WinGranularity: 64
[ 13.828] WinSize: 64
[ 13.828] WinASegment: 0xa000
[ 13.828] WinBSegment: 0xa000
[ 13.828] WinFuncPtr: 0xc000897f
[ 13.828] BytesPerScanline: 640
[ 13.828] XResolution: 640
[ 13.828] YResolution: 400
[ 13.828] XCharSize: 8
[ 13.828] YCharSize: 16
[ 13.828] NumberOfPlanes: 1
[ 13.828] BitsPerPixel: 8
[ 13.828] NumberOfBanks: 1
[ 13.828] MemoryModel: 4
[ 13.828] BankSize: 0
[ 13.828] NumberOfImages: 31
[ 13.828] RedMaskSize: 0
[ 13.828] RedFieldPosition: 0
[ 13.828] GreenMaskSize: 0
[ 13.828] GreenFieldPosition: 0
[ 13.828] BlueMaskSize: 0
[ 13.828] BlueFieldPosition: 0
[ 13.828] RsvdMaskSize: 0
[ 13.828] RsvdFieldPosition: 0
[ 13.828] DirectColorModeInfo: 0
[ 13.828] PhysBasePtr: 0xc0000000
[ 13.828] LinBytesPerScanLine: 640
[ 13.828] BnkNumberOfImagePages: 31
[ 13.828] LinNumberOfImagePages: 31
[ 13.828] LinRedMaskSize: 0
[ 13.828] LinRedFieldPosition: 0
[ 13.828] LinGreenMaskSize: 0
[ 13.829] LinGreenFieldPosition: 0
[ 13.829] LinBlueMaskSize: 0
[ 13.829] LinBlueFieldPosition: 0
[ 13.829] LinRsvdMaskSize: 0
[ 13.829] LinRsvdFieldPosition: 0
[ 13.829] MaxPixelClock: 0
[ 13.829] Mode: 103 (800x600)
[ 13.829] ModeAttributes: 0x9f
[ 13.829] WinAAttributes: 0x7
[ 13.829] WinBAttributes: 0x0
[ 13.829] WinGranularity: 64
[ 13.829] WinSize: 64
[ 13.829] WinASegment: 0xa000
[ 13.829] WinBSegment: 0xa000
[ 13.829] WinFuncPtr: 0xc000897f
[ 13.829] BytesPerScanline: 800
[ 13.829] XResolution: 800
[ 13.829] YResolution: 600
[ 13.829] XCharSize: 8
[ 13.829] YCharSize: 16
[ 13.829] NumberOfPlanes: 1
[ 13.829] BitsPerPixel: 8
[ 13.829] NumberOfBanks: 1
[ 13.829] MemoryModel: 4
[ 13.829] BankSize: 0
[ 13.829] NumberOfImages: 15
[ 13.829] RedMaskSize: 0
[ 13.829] RedFieldPosition: 0
[ 13.829] GreenMaskSize: 0
[ 13.829] GreenFieldPosition: 0
[ 13.829] BlueMaskSize: 0
[ 13.829] BlueFieldPosition: 0
[ 13.829] RsvdMaskSize: 0
[ 13.829] RsvdFieldPosition: 0
[ 13.829] DirectColorModeInfo: 0
[ 13.829] PhysBasePtr: 0xc0000000
[ 13.829] LinBytesPerScanLine: 800
[ 13.829] BnkNumberOfImagePages: 15
[ 13.829] LinNumberOfImagePages: 15
[ 13.829] LinRedMaskSize: 0
[ 13.829] LinRedFieldPosition: 0
[ 13.829] LinGreenMaskSize: 0
[ 13.829] LinGreenFieldPosition: 0
[ 13.829] LinBlueMaskSize: 0
[ 13.829] LinBlueFieldPosition: 0
[ 13.829] LinRsvdMaskSize: 0
[ 13.829] LinRsvdFieldPosition: 0
[ 13.829] MaxPixelClock: 0
[ 13.830] Mode: 104 (1024x768)
[ 13.830] ModeAttributes: 0x1f
[ 13.830] WinAAttributes: 0x7
[ 13.830] WinBAttributes: 0x0
[ 13.830] WinGranularity: 64
[ 13.830] WinSize: 64
[ 13.830] WinASegment: 0xa000
[ 13.830] WinBSegment: 0xa000
[ 13.830] WinFuncPtr: 0xc000897f
[ 13.830] BytesPerScanline: 128
[ 13.830] XResolution: 1024
[ 13.830] YResolution: 768
[ 13.830] XCharSize: 8
[ 13.830] YCharSize: 16
[ 13.830] NumberOfPlanes: 4
[ 13.830] BitsPerPixel: 4
[ 13.830] NumberOfBanks: 1
[ 13.830] MemoryModel: 3
[ 13.830] BankSize: 0
[ 13.830] NumberOfImages: 15
[ 13.830] RedMaskSize: 0
[ 13.830] RedFieldPosition: 0
[ 13.830] GreenMaskSize: 0
[ 13.830] GreenFieldPosition: 0
[ 13.830] BlueMaskSize: 0
[ 13.830] BlueFieldPosition: 0
[ 13.830] RsvdMaskSize: 0
[ 13.830] RsvdFieldPosition: 0
[ 13.830] DirectColorModeInfo: 0
[ 13.830] PhysBasePtr: 0xc0000000
[ 13.830] LinBytesPerScanLine: 128
[ 13.830] BnkNumberOfImagePages: 15
[ 13.830] LinNumberOfImagePages: 15
[ 13.830] LinRedMaskSize: 0
[ 13.830] LinRedFieldPosition: 0
[ 13.830] LinGreenMaskSize: 0
[ 13.830] LinGreenFieldPosition: 0
[ 13.830] LinBlueMaskSize: 0
[ 13.830] LinBlueFieldPosition: 0
[ 13.830] LinRsvdMaskSize: 0
[ 13.830] LinRsvdFieldPosition: 0
[ 13.830] MaxPixelClock: 0
[ 13.830] Mode: 105 (1024x768)
[ 13.831] ModeAttributes: 0x9f
[ 13.831] WinAAttributes: 0x7
[ 13.831] WinBAttributes: 0x0
[ 13.831] WinGranularity: 64
[ 13.831] WinSize: 64
[ 13.831] WinASegment: 0xa000
[ 13.831] WinBSegment: 0xa000
[ 13.831] WinFuncPtr: 0xc000897f
[ 13.831] BytesPerScanline: 1024
[ 13.831] XResolution: 1024
[ 13.831] YResolution: 768
[ 13.831] XCharSize: 8
[ 13.831] YCharSize: 16
[ 13.831] NumberOfPlanes: 1
[ 13.831] BitsPerPixel: 8
[ 13.831] NumberOfBanks: 1
[ 13.831] MemoryModel: 4
[ 13.831] BankSize: 0
[ 13.831] NumberOfImages: 9
[ 13.831] RedMaskSize: 0
[ 13.831] RedFieldPosition: 0
[ 13.831] GreenMaskSize: 0
[ 13.831] GreenFieldPosition: 0
[ 13.831] BlueMaskSize: 0
[ 13.831] BlueFieldPosition: 0
[ 13.831] RsvdMaskSize: 0
[ 13.831] RsvdFieldPosition: 0
[ 13.831] DirectColorModeInfo: 0
[ 13.831] PhysBasePtr: 0xc0000000
[ 13.831] LinBytesPerScanLine: 1024
[ 13.831] BnkNumberOfImagePages: 9
[ 13.831] LinNumberOfImagePages: 9
[ 13.831] LinRedMaskSize: 0
[ 13.831] LinRedFieldPosition: 0
[ 13.831] LinGreenMaskSize: 0
[ 13.831] LinGreenFieldPosition: 0
[ 13.831] LinBlueMaskSize: 0
[ 13.831] LinBlueFieldPosition: 0
[ 13.831] LinRsvdMaskSize: 0
[ 13.831] LinRsvdFieldPosition: 0
[ 13.831] MaxPixelClock: 0
[ 13.831] Mode: 10d (320x200)
[ 13.831] ModeAttributes: 0x9b
[ 13.831] WinAAttributes: 0x7
[ 13.831] WinBAttributes: 0x0
[ 13.831] WinGranularity: 64
[ 13.831] WinSize: 64
[ 13.831] WinASegment: 0xa000
[ 13.831] WinBSegment: 0xa000
[ 13.831] WinFuncPtr: 0xc000897f
[ 13.831] BytesPerScanline: 640
[ 13.831] XResolution: 320
[ 13.831] YResolution: 200
[ 13.831] XCharSize: 8
[ 13.831] YCharSize: 8
[ 13.831] NumberOfPlanes: 1
[ 13.831] BitsPerPixel: 15
[ 13.831] NumberOfBanks: 1
[ 13.831] MemoryModel: 6
[ 13.831] BankSize: 0
[ 13.831] NumberOfImages: 63
[ 13.831] RedMaskSize: 5
[ 13.831] RedFieldPosition: 10
[ 13.831] GreenMaskSize: 5
[ 13.831] GreenFieldPosition: 5
[ 13.831] BlueMaskSize: 5
[ 13.832] BlueFieldPosition: 0
[ 13.832] RsvdMaskSize: 0
[ 13.832] RsvdFieldPosition: 0
[ 13.832] DirectColorModeInfo: 0
[ 13.832] PhysBasePtr: 0xc0000000
[ 13.832] LinBytesPerScanLine: 640
[ 13.832] BnkNumberOfImagePages: 63
[ 13.832] LinNumberOfImagePages: 63
[ 13.832] LinRedMaskSize: 5
[ 13.832] LinRedFieldPosition: 10
[ 13.832] LinGreenMaskSize: 5
[ 13.832] LinGreenFieldPosition: 5
[ 13.832] LinBlueMaskSize: 5
[ 13.832] LinBlueFieldPosition: 0
[ 13.832] LinRsvdMaskSize: 0
[ 13.832] LinRsvdFieldPosition: 0
[ 13.832] MaxPixelClock: 0
[ 13.832] Mode: 10e (320x200)
[ 13.832] ModeAttributes: 0x9b
[ 13.832] WinAAttributes: 0x7
[ 13.832] WinBAttributes: 0x0
[ 13.832] WinGranularity: 64
[ 13.832] WinSize: 64
[ 13.832] WinASegment: 0xa000
[ 13.832] WinBSegment: 0xa000
[ 13.832] WinFuncPtr: 0xc000897f
[ 13.832] BytesPerScanline: 640
[ 13.832] XResolution: 320
[ 13.832] YResolution: 200
[ 13.832] XCharSize: 8
[ 13.832] YCharSize: 8
[ 13.832] NumberOfPlanes: 1
[ 13.832] BitsPerPixel: 16
[ 13.832] NumberOfBanks: 1
[ 13.832] MemoryModel: 6
[ 13.832] BankSize: 0
[ 13.832] NumberOfImages: 63
[ 13.832] RedMaskSize: 5
[ 13.832] RedFieldPosition: 11
[ 13.832] GreenMaskSize: 6
[ 13.832] GreenFieldPosition: 5
[ 13.832] BlueMaskSize: 5
[ 13.832] BlueFieldPosition: 0
[ 13.832] RsvdMaskSize: 0
[ 13.832] RsvdFieldPosition: 0
[ 13.832] DirectColorModeInfo: 0
[ 13.832] PhysBasePtr: 0xc0000000
[ 13.832] LinBytesPerScanLine: 640
[ 13.832] BnkNumberOfImagePages: 63
[ 13.832] LinNumberOfImagePages: 63
[ 13.832] LinRedMaskSize: 5
[ 13.832] LinRedFieldPosition: 11
[ 13.832] LinGreenMaskSize: 6
[ 13.832] LinGreenFieldPosition: 5
[ 13.832] LinBlueMaskSize: 5
[ 13.832] LinBlueFieldPosition: 0
[ 13.832] LinRsvdMaskSize: 0
[ 13.832] LinRsvdFieldPosition: 0
[ 13.832] MaxPixelClock: 0
[ 13.833] Mode: 110 (640x480)
[ 13.833] ModeAttributes: 0x9b
[ 13.833] WinAAttributes: 0x7
[ 13.833] WinBAttributes: 0x0
[ 13.833] WinGranularity: 64
[ 13.833] WinSize: 64
[ 13.833] WinASegment: 0xa000
[ 13.833] WinBSegment: 0xa000
[ 13.833] WinFuncPtr: 0xc000897f
[ 13.833] BytesPerScanline: 1280
[ 13.833] XResolution: 640
[ 13.833] YResolution: 480
[ 13.833] XCharSize: 8
[ 13.833] YCharSize: 16
[ 13.833] NumberOfPlanes: 1
[ 13.833] BitsPerPixel: 15
[ 13.833] NumberOfBanks: 1
[ 13.833] MemoryModel: 6
[ 13.833] BankSize: 0
[ 13.833] NumberOfImages: 11
[ 13.833] RedMaskSize: 5
[ 13.833] RedFieldPosition: 10
[ 13.833] GreenMaskSize: 5
[ 13.833] GreenFieldPosition: 5
[ 13.833] BlueMaskSize: 5
[ 13.833] BlueFieldPosition: 0
[ 13.833] RsvdMaskSize: 0
[ 13.833] RsvdFieldPosition: 0
[ 13.833] DirectColorModeInfo: 0
[ 13.833] PhysBasePtr: 0xc0000000
[ 13.833] LinBytesPerScanLine: 1280
[ 13.833] BnkNumberOfImagePages: 11
[ 13.833] LinNumberOfImagePages: 11
[ 13.833] LinRedMaskSize: 5
[ 13.833] LinRedFieldPosition: 10
[ 13.833] LinGreenMaskSize: 5
[ 13.833] LinGreenFieldPosition: 5
[ 13.833] LinBlueMaskSize: 5
[ 13.833] LinBlueFieldPosition: 0
[ 13.833] LinRsvdMaskSize: 0
[ 13.833] LinRsvdFieldPosition: 0
[ 13.833] MaxPixelClock: 0
[ 13.834] Mode: 111 (640x480)
[ 13.834] ModeAttributes: 0x9b
[ 13.834] WinAAttributes: 0x7
[ 13.834] WinBAttributes: 0x0
[ 13.834] WinGranularity: 64
[ 13.834] WinSize: 64
[ 13.834] WinASegment: 0xa000
[ 13.834] WinBSegment: 0xa000
[ 13.834] WinFuncPtr: 0xc000897f
[ 13.834] BytesPerScanline: 1280
[ 13.834] XResolution: 640
[ 13.834] YResolution: 480
[ 13.834] XCharSize: 8
[ 13.834] YCharSize: 16
[ 13.834] NumberOfPlanes: 1
[ 13.834] BitsPerPixel: 16
[ 13.834] NumberOfBanks: 1
[ 13.834] MemoryModel: 6
[ 13.834] BankSize: 0
[ 13.834] NumberOfImages: 11
[ 13.834] RedMaskSize: 5
[ 13.834] RedFieldPosition: 11
[ 13.834] GreenMaskSize: 6
[ 13.834] GreenFieldPosition: 5
[ 13.834] BlueMaskSize: 5
[ 13.834] BlueFieldPosition: 0
[ 13.834] RsvdMaskSize: 0
[ 13.834] RsvdFieldPosition: 0
[ 13.834] DirectColorModeInfo: 0
[ 13.834] PhysBasePtr: 0xc0000000
[ 13.834] LinBytesPerScanLine: 1280
[ 13.834] BnkNumberOfImagePages: 11
[ 13.834] LinNumberOfImagePages: 11
[ 13.834] LinRedMaskSize: 5
[ 13.834] LinRedFieldPosition: 11
[ 13.834] LinGreenMaskSize: 6
[ 13.834] LinGreenFieldPosition: 5
[ 13.834] LinBlueMaskSize: 5
[ 13.834] LinBlueFieldPosition: 0
[ 13.834] LinRsvdMaskSize: 0
[ 13.834] LinRsvdFieldPosition: 0
[ 13.834] MaxPixelClock: 0
[ 13.834] Mode: 113 (800x600)
[ 13.834] ModeAttributes: 0x9b
[ 13.834] WinAAttributes: 0x7
[ 13.834] WinBAttributes: 0x0
[ 13.834] WinGranularity: 64
[ 13.835] WinSize: 64
[ 13.835] WinASegment: 0xa000
[ 13.835] WinBSegment: 0xa000
[ 13.835] WinFuncPtr: 0xc000897f
[ 13.835] BytesPerScanline: 1600
[ 13.835] XResolution: 800
[ 13.835] YResolution: 600
[ 13.835] XCharSize: 8
[ 13.835] YCharSize: 16
[ 13.835] NumberOfPlanes: 1
[ 13.835] BitsPerPixel: 15
[ 13.835] NumberOfBanks: 1
[ 13.835] MemoryModel: 6
[ 13.835] BankSize: 0
[ 13.835] NumberOfImages: 7
[ 13.835] RedMaskSize: 5
[ 13.835] RedFieldPosition: 10
[ 13.835] GreenMaskSize: 5
[ 13.835] GreenFieldPosition: 5
[ 13.835] BlueMaskSize: 5
[ 13.835] BlueFieldPosition: 0
[ 13.835] RsvdMaskSize: 0
[ 13.835] RsvdFieldPosition: 0
[ 13.835] DirectColorModeInfo: 0
[ 13.835] PhysBasePtr: 0xc0000000
[ 13.835] LinBytesPerScanLine: 1600
[ 13.835] BnkNumberOfImagePages: 7
[ 13.835] LinNumberOfImagePages: 7
[ 13.835] LinRedMaskSize: 5
[ 13.835] LinRedFieldPosition: 10
[ 13.835] LinGreenMaskSize: 5
[ 13.835] LinGreenFieldPosition: 5
[ 13.835] LinBlueMaskSize: 5
[ 13.835] LinBlueFieldPosition: 0
[ 13.835] LinRsvdMaskSize: 0
[ 13.835] LinRsvdFieldPosition: 0
[ 13.835] MaxPixelClock: 0
[ 13.835] Mode: 114 (800x600)
[ 13.835] ModeAttributes: 0x9b
[ 13.835] WinAAttributes: 0x7
[ 13.835] WinBAttributes: 0x0
[ 13.835] WinGranularity: 64
[ 13.835] WinSize: 64
[ 13.835] WinASegment: 0xa000
[ 13.835] WinBSegment: 0xa000
[ 13.835] WinFuncPtr: 0xc000897f
[ 13.835] BytesPerScanline: 1600
[ 13.835] XResolution: 800
[ 13.835] YResolution: 600
[ 13.835] XCharSize: 8
[ 13.835] YCharSize: 16
[ 13.835] NumberOfPlanes: 1
[ 13.835] BitsPerPixel: 16
[ 13.835] NumberOfBanks: 1
[ 13.835] MemoryModel: 6
[ 13.835] BankSize: 0
[ 13.835] NumberOfImages: 7
[ 13.835] RedMaskSize: 5
[ 13.835] RedFieldPosition: 11
[ 13.835] GreenMaskSize: 6
[ 13.836] GreenFieldPosition: 5
[ 13.836] BlueMaskSize: 5
[ 13.836] BlueFieldPosition: 0
[ 13.836] RsvdMaskSize: 0
[ 13.836] RsvdFieldPosition: 0
[ 13.836] DirectColorModeInfo: 0
[ 13.836] PhysBasePtr: 0xc0000000
[ 13.836] LinBytesPerScanLine: 1600
[ 13.836] BnkNumberOfImagePages: 7
[ 13.836] LinNumberOfImagePages: 7
[ 13.836] LinRedMaskSize: 5
[ 13.836] LinRedFieldPosition: 11
[ 13.836] LinGreenMaskSize: 6
[ 13.836] LinGreenFieldPosition: 5
[ 13.836] LinBlueMaskSize: 5
[ 13.836] LinBlueFieldPosition: 0
[ 13.836] LinRsvdMaskSize: 0
[ 13.836] LinRsvdFieldPosition: 0
[ 13.836] MaxPixelClock: 0
[ 13.836] Mode: 116 (1024x768)
[ 13.836] ModeAttributes: 0x9b
[ 13.836] WinAAttributes: 0x7
[ 13.836] WinBAttributes: 0x0
[ 13.836] WinGranularity: 64
[ 13.836] WinSize: 64
[ 13.836] WinASegment: 0xa000
[ 13.836] WinBSegment: 0xa000
[ 13.836] WinFuncPtr: 0xc000897f
[ 13.836] BytesPerScanline: 2048
[ 13.836] XResolution: 1024
[ 13.836] YResolution: 768
[ 13.836] XCharSize: 8
[ 13.836] YCharSize: 16
[ 13.836] NumberOfPlanes: 1
[ 13.836] BitsPerPixel: 15
[ 13.836] NumberOfBanks: 1
[ 13.836] MemoryModel: 6
[ 13.836] BankSize: 0
[ 13.836] NumberOfImages: 4
[ 13.836] RedMaskSize: 5
[ 13.836] RedFieldPosition: 10
[ 13.836] GreenMaskSize: 5
[ 13.836] GreenFieldPosition: 5
[ 13.836] BlueMaskSize: 5
[ 13.836] BlueFieldPosition: 0
[ 13.836] RsvdMaskSize: 0
[ 13.836] RsvdFieldPosition: 0
[ 13.836] DirectColorModeInfo: 0
[ 13.836] PhysBasePtr: 0xc0000000
[ 13.836] LinBytesPerScanLine: 2048
[ 13.836] BnkNumberOfImagePages: 4
[ 13.836] LinNumberOfImagePages: 4
[ 13.836] LinRedMaskSize: 5
[ 13.836] LinRedFieldPosition: 10
[ 13.836] LinGreenMaskSize: 5
[ 13.836] LinGreenFieldPosition: 5
[ 13.836] LinBlueMaskSize: 5
[ 13.836] LinBlueFieldPosition: 0
[ 13.836] LinRsvdMaskSize: 0
[ 13.836] LinRsvdFieldPosition: 0
[ 13.836] MaxPixelClock: 0
[ 13.837] Mode: 117 (1024x768)
[ 13.837] ModeAttributes: 0x9b
[ 13.837] WinAAttributes: 0x7
[ 13.837] WinBAttributes: 0x0
[ 13.837] WinGranularity: 64
[ 13.837] WinSize: 64
[ 13.837] WinASegment: 0xa000
[ 13.837] WinBSegment: 0xa000
[ 13.837] WinFuncPtr: 0xc000897f
[ 13.837] BytesPerScanline: 2048
[ 13.837] XResolution: 1024
[ 13.837] YResolution: 768
[ 13.837] XCharSize: 8
[ 13.837] YCharSize: 16
[ 13.837] NumberOfPlanes: 1
[ 13.837] BitsPerPixel: 16
[ 13.837] NumberOfBanks: 1
[ 13.837] MemoryModel: 6
[ 13.837] BankSize: 0
[ 13.837] NumberOfImages: 4
[ 13.837] RedMaskSize: 5
[ 13.837] RedFieldPosition: 11
[ 13.837] GreenMaskSize: 6
[ 13.837] GreenFieldPosition: 5
[ 13.837] BlueMaskSize: 5
[ 13.837] BlueFieldPosition: 0
[ 13.837] RsvdMaskSize: 0
[ 13.837] RsvdFieldPosition: 0
[ 13.837] DirectColorModeInfo: 0
[ 13.837] PhysBasePtr: 0xc0000000
[ 13.837] LinBytesPerScanLine: 2048
[ 13.837] BnkNumberOfImagePages: 4
[ 13.837] LinNumberOfImagePages: 4
[ 13.837] LinRedMaskSize: 5
[ 13.837] LinRedFieldPosition: 11
[ 13.837] LinGreenMaskSize: 6
[ 13.837] LinGreenFieldPosition: 5
[ 13.837] LinBlueMaskSize: 5
[ 13.837] LinBlueFieldPosition: 0
[ 13.837] LinRsvdMaskSize: 0
[ 13.837] LinRsvdFieldPosition: 0
[ 13.837] MaxPixelClock: 0
[ 13.838] Mode: 127 (320x240)
[ 13.838] ModeAttributes: 0x9f
[ 13.838] WinAAttributes: 0x7
[ 13.838] WinBAttributes: 0x0
[ 13.838] WinGranularity: 64
[ 13.838] WinSize: 64
[ 13.838] WinASegment: 0xa000
[ 13.838] WinBSegment: 0xa000
[ 13.838] WinFuncPtr: 0xc000897f
[ 13.838] BytesPerScanline: 320
[ 13.838] XResolution: 320
[ 13.838] YResolution: 240
[ 13.838] XCharSize: 8
[ 13.838] YCharSize: 8
[ 13.838] NumberOfPlanes: 1
[ 13.838] BitsPerPixel: 8
[ 13.838] NumberOfBanks: 1
[ 13.838] MemoryModel: 4
[ 13.838] BankSize: 0
[ 13.838] NumberOfImages: 63
[ 13.838] RedMaskSize: 0
[ 13.838] RedFieldPosition: 0
[ 13.838] GreenMaskSize: 0
[ 13.838] GreenFieldPosition: 0
[ 13.838] BlueMaskSize: 0
[ 13.838] BlueFieldPosition: 0
[ 13.838] RsvdMaskSize: 0
[ 13.838] RsvdFieldPosition: 0
[ 13.838] DirectColorModeInfo: 0
[ 13.838] PhysBasePtr: 0xc0000000
[ 13.838] LinBytesPerScanLine: 320
[ 13.838] BnkNumberOfImagePages: 63
[ 13.838] LinNumberOfImagePages: 63
[ 13.838] LinRedMaskSize: 0
[ 13.838] LinRedFieldPosition: 0
[ 13.838] LinGreenMaskSize: 0
[ 13.838] LinGreenFieldPosition: 0
[ 13.838] LinBlueMaskSize: 0
[ 13.838] LinBlueFieldPosition: 0
[ 13.838] LinRsvdMaskSize: 0
[ 13.838] LinRsvdFieldPosition: 0
[ 13.838] MaxPixelClock: 0
[ 13.838] Mode: 128 (400x300)
[ 13.838] ModeAttributes: 0x9f
[ 13.838] WinAAttributes: 0x7
[ 13.838] WinBAttributes: 0x0
[ 13.839] WinGranularity: 64
[ 13.839] WinSize: 64
[ 13.839] WinASegment: 0xa000
[ 13.839] WinBSegment: 0xa000
[ 13.839] WinFuncPtr: 0xc000897f
[ 13.839] BytesPerScanline: 400
[ 13.839] XResolution: 400
[ 13.839] YResolution: 300
[ 13.839] XCharSize: 8
[ 13.839] YCharSize: 8
[ 13.839] NumberOfPlanes: 1
[ 13.839] BitsPerPixel: 8
[ 13.839] NumberOfBanks: 1
[ 13.839] MemoryModel: 4
[ 13.839] BankSize: 0
[ 13.839] NumberOfImages: 63
[ 13.839] RedMaskSize: 0
[ 13.839] RedFieldPosition: 0
[ 13.839] GreenMaskSize: 0
[ 13.839] GreenFieldPosition: 0
[ 13.839] BlueMaskSize: 0
[ 13.839] BlueFieldPosition: 0
[ 13.839] RsvdMaskSize: 0
[ 13.839] RsvdFieldPosition: 0
[ 13.839] DirectColorModeInfo: 0
[ 13.839] PhysBasePtr: 0xc0000000
[ 13.839] LinBytesPerScanLine: 400
[ 13.839] BnkNumberOfImagePages: 63
[ 13.839] LinNumberOfImagePages: 63
[ 13.839] LinRedMaskSize: 0
[ 13.839] LinRedFieldPosition: 0
[ 13.839] LinGreenMaskSize: 0
[ 13.839] LinGreenFieldPosition: 0
[ 13.839] LinBlueMaskSize: 0
[ 13.839] LinBlueFieldPosition: 0
[ 13.839] LinRsvdMaskSize: 0
[ 13.839] LinRsvdFieldPosition: 0
[ 13.839] MaxPixelClock: 0
[ 13.839] Mode: 129 (512x384)
[ 13.839] ModeAttributes: 0x9f
[ 13.839] WinAAttributes: 0x7
[ 13.839] WinBAttributes: 0x0
[ 13.839] WinGranularity: 64
[ 13.839] WinSize: 64
[ 13.839] WinASegment: 0xa000
[ 13.839] WinBSegment: 0xa000
[ 13.839] WinFuncPtr: 0xc000897f
[ 13.839] BytesPerScanline: 512
[ 13.839] XResolution: 512
[ 13.839] YResolution: 384
[ 13.839] XCharSize: 8
[ 13.839] YCharSize: 8
[ 13.839] NumberOfPlanes: 1
[ 13.839] BitsPerPixel: 8
[ 13.839] NumberOfBanks: 1
[ 13.839] MemoryModel: 4
[ 13.839] BankSize: 0
[ 13.839] NumberOfImages: 41
[ 13.839] RedMaskSize: 0
[ 13.839] RedFieldPosition: 0
[ 13.839] GreenMaskSize: 0
[ 13.839] GreenFieldPosition: 0
[ 13.840] BlueMaskSize: 0
[ 13.840] BlueFieldPosition: 0
[ 13.840] RsvdMaskSize: 0
[ 13.840] RsvdFieldPosition: 0
[ 13.840] DirectColorModeInfo: 0
[ 13.840] PhysBasePtr: 0xc0000000
[ 13.840] LinBytesPerScanLine: 512
[ 13.840] BnkNumberOfImagePages: 41
[ 13.840] LinNumberOfImagePages: 41
[ 13.840] LinRedMaskSize: 0
[ 13.840] LinRedFieldPosition: 0
[ 13.840] LinGreenMaskSize: 0
[ 13.840] LinGreenFieldPosition: 0
[ 13.840] LinBlueMaskSize: 0
[ 13.840] LinBlueFieldPosition: 0
[ 13.840] LinRsvdMaskSize: 0
[ 13.840] LinRsvdFieldPosition: 0
[ 13.840] MaxPixelClock: 0
[ 13.840] Mode: 12a (320x240)
[ 13.840] ModeAttributes: 0x9b
[ 13.840] WinAAttributes: 0x7
[ 13.840] WinBAttributes: 0x0
[ 13.840] WinGranularity: 64
[ 13.840] WinSize: 64
[ 13.840] WinASegment: 0xa000
[ 13.840] WinBSegment: 0xa000
[ 13.840] WinFuncPtr: 0xc000897f
[ 13.840] BytesPerScanline: 640
[ 13.840] XResolution: 320
[ 13.840] YResolution: 240
[ 13.840] XCharSize: 8
[ 13.840] YCharSize: 8
[ 13.840] NumberOfPlanes: 1
[ 13.840] BitsPerPixel: 16
[ 13.840] NumberOfBanks: 1
[ 13.840] MemoryModel: 6
[ 13.840] BankSize: 0
[ 13.840] NumberOfImages: 41
[ 13.840] RedMaskSize: 5
[ 13.840] RedFieldPosition: 11
[ 13.840] GreenMaskSize: 6
[ 13.840] GreenFieldPosition: 5
[ 13.840] BlueMaskSize: 5
[ 13.840] BlueFieldPosition: 0
[ 13.840] RsvdMaskSize: 0
[ 13.840] RsvdFieldPosition: 0
[ 13.840] DirectColorModeInfo: 0
[ 13.840] PhysBasePtr: 0xc0000000
[ 13.840] LinBytesPerScanLine: 640
[ 13.840] BnkNumberOfImagePages: 41
[ 13.840] LinNumberOfImagePages: 41
[ 13.840] LinRedMaskSize: 5
[ 13.840] LinRedFieldPosition: 11
[ 13.840] LinGreenMaskSize: 6
[ 13.840] LinGreenFieldPosition: 5
[ 13.840] LinBlueMaskSize: 5
[ 13.840] LinBlueFieldPosition: 0
[ 13.840] LinRsvdMaskSize: 0
[ 13.840] LinRsvdFieldPosition: 0
[ 13.840] MaxPixelClock: 0
[ 13.841] Mode: 12b (400x300)
[ 13.841] ModeAttributes: 0x9b
[ 13.841] WinAAttributes: 0x7
[ 13.841] WinBAttributes: 0x0
[ 13.841] WinGranularity: 64
[ 13.841] WinSize: 64
[ 13.841] WinASegment: 0xa000
[ 13.841] WinBSegment: 0xa000
[ 13.841] WinFuncPtr: 0xc000897f
[ 13.841] BytesPerScanline: 800
[ 13.841] XResolution: 400
[ 13.841] YResolution: 300
[ 13.841] XCharSize: 8
[ 13.841] YCharSize: 8
[ 13.841] NumberOfPlanes: 1
[ 13.841] BitsPerPixel: 16
[ 13.841] NumberOfBanks: 1
[ 13.841] MemoryModel: 6
[ 13.841] BankSize: 0
[ 13.841] NumberOfImages: 31
[ 13.841] RedMaskSize: 5
[ 13.841] RedFieldPosition: 11
[ 13.841] GreenMaskSize: 6
[ 13.841] GreenFieldPosition: 5
[ 13.841] BlueMaskSize: 5
[ 13.841] BlueFieldPosition: 0
[ 13.841] RsvdMaskSize: 0
[ 13.841] RsvdFieldPosition: 0
[ 13.841] DirectColorModeInfo: 0
[ 13.841] PhysBasePtr: 0xc0000000
[ 13.841] LinBytesPerScanLine: 800
[ 13.841] BnkNumberOfImagePages: 31
[ 13.841] LinNumberOfImagePages: 31
[ 13.841] LinRedMaskSize: 5
[ 13.841] LinRedFieldPosition: 11
[ 13.841] LinGreenMaskSize: 6
[ 13.841] LinGreenFieldPosition: 5
[ 13.841] LinBlueMaskSize: 5
[ 13.841] LinBlueFieldPosition: 0
[ 13.841] LinRsvdMaskSize: 0
[ 13.841] LinRsvdFieldPosition: 0
[ 13.841] MaxPixelClock: 0
[ 13.842] Mode: 12c (512x384)
[ 13.842] ModeAttributes: 0x9b
[ 13.842] WinAAttributes: 0x7
[ 13.842] WinBAttributes: 0x0
[ 13.842] WinGranularity: 64
[ 13.842] WinSize: 64
[ 13.842] WinASegment: 0xa000
[ 13.842] WinBSegment: 0xa000
[ 13.842] WinFuncPtr: 0xc000897f
[ 13.842] BytesPerScanline: 1024
[ 13.842] XResolution: 512
[ 13.842] YResolution: 384
[ 13.842] XCharSize: 8
[ 13.842] YCharSize: 8
[ 13.842] NumberOfPlanes: 1
[ 13.842] BitsPerPixel: 16
[ 13.842] NumberOfBanks: 1
[ 13.842] MemoryModel: 6
[ 13.842] BankSize: 0
[ 13.842] NumberOfImages: 20
[ 13.842] RedMaskSize: 5
[ 13.842] RedFieldPosition: 11
[ 13.842] GreenMaskSize: 6
[ 13.842] GreenFieldPosition: 5
[ 13.842] BlueMaskSize: 5
[ 13.842] BlueFieldPosition: 0
[ 13.842] RsvdMaskSize: 0
[ 13.842] RsvdFieldPosition: 0
[ 13.842] DirectColorModeInfo: 0
[ 13.842] PhysBasePtr: 0xc0000000
[ 13.842] LinBytesPerScanLine: 1024
[ 13.842] BnkNumberOfImagePages: 20
[ 13.842] LinNumberOfImagePages: 20
[ 13.842] LinRedMaskSize: 5
[ 13.842] LinRedFieldPosition: 11
[ 13.842] LinGreenMaskSize: 6
[ 13.842] LinGreenFieldPosition: 5
[ 13.842] LinBlueMaskSize: 5
[ 13.842] LinBlueFieldPosition: 0
[ 13.842] LinRsvdMaskSize: 0
[ 13.842] LinRsvdFieldPosition: 0
[ 13.842] MaxPixelClock: 0
[ 13.843] Mode: 12d (320x200)
[ 13.843] ModeAttributes: 0x9f
[ 13.843] WinAAttributes: 0x7
[ 13.843] WinBAttributes: 0x0
[ 13.843] WinGranularity: 64
[ 13.843] WinSize: 64
[ 13.843] WinASegment: 0xa000
[ 13.843] WinBSegment: 0xa000
[ 13.843] WinFuncPtr: 0xc000897f
[ 13.843] BytesPerScanline: 320
[ 13.843] XResolution: 320
[ 13.843] YResolution: 200
[ 13.843] XCharSize: 8
[ 13.843] YCharSize: 8
[ 13.843] NumberOfPlanes: 1
[ 13.843] BitsPerPixel: 8
[ 13.843] NumberOfBanks: 1
[ 13.843] MemoryModel: 4
[ 13.843] BankSize: 0
[ 13.843] NumberOfImages: 127
[ 13.843] RedMaskSize: 0
[ 13.843] RedFieldPosition: 0
[ 13.843] GreenMaskSize: 0
[ 13.843] GreenFieldPosition: 0
[ 13.843] BlueMaskSize: 0
[ 13.843] BlueFieldPosition: 0
[ 13.843] RsvdMaskSize: 0
[ 13.843] RsvdFieldPosition: 0
[ 13.843] DirectColorModeInfo: 0
[ 13.843] PhysBasePtr: 0xc0000000
[ 13.843] LinBytesPerScanLine: 320
[ 13.843] BnkNumberOfImagePages: 127
[ 13.843] LinNumberOfImagePages: 127
[ 13.843] LinRedMaskSize: 0
[ 13.843] LinRedFieldPosition: 0
[ 13.843] LinGreenMaskSize: 0
[ 13.843] LinGreenFieldPosition: 0
[ 13.843] LinBlueMaskSize: 0
[ 13.843] LinBlueFieldPosition: 0
[ 13.843] LinRsvdMaskSize: 0
[ 13.843] LinRsvdFieldPosition: 0
[ 13.843] MaxPixelClock: 0
[ 13.843] Mode: 131 (640x400)
[ 13.843] ModeAttributes: 0x9b
[ 13.843] WinAAttributes: 0x7
[ 13.843] WinBAttributes: 0x0
[ 13.843] WinGranularity: 64
[ 13.843] WinSize: 64
[ 13.843] WinASegment: 0xa000
[ 13.843] WinBSegment: 0xa000
[ 13.843] WinFuncPtr: 0xc000897f
[ 13.843] BytesPerScanline: 1280
[ 13.844] XResolution: 640
[ 13.844] YResolution: 400
[ 13.844] XCharSize: 8
[ 13.844] YCharSize: 16
[ 13.844] NumberOfPlanes: 1
[ 13.844] BitsPerPixel: 16
[ 13.844] NumberOfBanks: 1
[ 13.844] MemoryModel: 6
[ 13.844] BankSize: 0
[ 13.844] NumberOfImages: 15
[ 13.844] RedMaskSize: 5
[ 13.844] RedFieldPosition: 11
[ 13.844] GreenMaskSize: 6
[ 13.844] GreenFieldPosition: 5
[ 13.844] BlueMaskSize: 5
[ 13.844] BlueFieldPosition: 0
[ 13.844] RsvdMaskSize: 0
[ 13.844] RsvdFieldPosition: 0
[ 13.844] DirectColorModeInfo: 0
[ 13.844] PhysBasePtr: 0xc0000000
[ 13.844] LinBytesPerScanLine: 1280
[ 13.844] BnkNumberOfImagePages: 15
[ 13.844] LinNumberOfImagePages: 15
[ 13.844] LinRedMaskSize: 5
[ 13.844] LinRedFieldPosition: 11
[ 13.844] LinGreenMaskSize: 6
[ 13.844] LinGreenFieldPosition: 5
[ 13.844] LinBlueMaskSize: 5
[ 13.844] LinBlueFieldPosition: 0
[ 13.844] LinRsvdMaskSize: 0
[ 13.844] LinRsvdFieldPosition: 0
[ 13.844] MaxPixelClock: 0
[ 13.844] *Mode: 112 (640x480)
[ 13.844] ModeAttributes: 0x9b
[ 13.844] WinAAttributes: 0x7
[ 13.844] WinBAttributes: 0x0
[ 13.844] WinGranularity: 64
[ 13.844] WinSize: 64
[ 13.844] WinASegment: 0xa000
[ 13.844] WinBSegment: 0xa000
[ 13.844] WinFuncPtr: 0xc000897f
[ 13.844] BytesPerScanline: 2560
[ 13.844] XResolution: 640
[ 13.844] YResolution: 480
[ 13.844] XCharSize: 8
[ 13.844] YCharSize: 16
[ 13.844] NumberOfPlanes: 1
[ 13.844] BitsPerPixel: 32
[ 13.844] NumberOfBanks: 1
[ 13.844] MemoryModel: 6
[ 13.844] BankSize: 0
[ 13.844] NumberOfImages: 5
[ 13.844] RedMaskSize: 8
[ 13.844] RedFieldPosition: 16
[ 13.844] GreenMaskSize: 8
[ 13.844] GreenFieldPosition: 8
[ 13.844] BlueMaskSize: 8
[ 13.845] BlueFieldPosition: 0
[ 13.845] RsvdMaskSize: 8
[ 13.845] RsvdFieldPosition: 24
[ 13.845] DirectColorModeInfo: 0
[ 13.845] PhysBasePtr: 0xc0000000
[ 13.845] LinBytesPerScanLine: 2560
[ 13.845] BnkNumberOfImagePages: 5
[ 13.845] LinNumberOfImagePages: 5
[ 13.845] LinRedMaskSize: 8
[ 13.845] LinRedFieldPosition: 16
[ 13.845] LinGreenMaskSize: 8
[ 13.845] LinGreenFieldPosition: 8
[ 13.845] LinBlueMaskSize: 8
[ 13.845] LinBlueFieldPosition: 0
[ 13.845] LinRsvdMaskSize: 8
[ 13.845] LinRsvdFieldPosition: 24
[ 13.845] MaxPixelClock: 0
[ 13.845] *Mode: 115 (800x600)
[ 13.845] ModeAttributes: 0x9b
[ 13.845] WinAAttributes: 0x7
[ 13.845] WinBAttributes: 0x0
[ 13.845] WinGranularity: 64
[ 13.845] WinSize: 64
[ 13.845] WinASegment: 0xa000
[ 13.845] WinBSegment: 0xa000
[ 13.845] WinFuncPtr: 0xc000897f
[ 13.845] BytesPerScanline: 3200
[ 13.845] XResolution: 800
[ 13.845] YResolution: 600
[ 13.845] XCharSize: 8
[ 13.845] YCharSize: 16
[ 13.845] NumberOfPlanes: 1
[ 13.845] BitsPerPixel: 32
[ 13.845] NumberOfBanks: 1
[ 13.845] MemoryModel: 6
[ 13.845] BankSize: 0
[ 13.845] NumberOfImages: 3
[ 13.845] RedMaskSize: 8
[ 13.845] RedFieldPosition: 16
[ 13.845] GreenMaskSize: 8
[ 13.845] GreenFieldPosition: 8
[ 13.845] BlueMaskSize: 8
[ 13.845] BlueFieldPosition: 0
[ 13.845] RsvdMaskSize: 8
[ 13.845] RsvdFieldPosition: 24
[ 13.845] DirectColorModeInfo: 0
[ 13.845] PhysBasePtr: 0xc0000000
[ 13.845] LinBytesPerScanLine: 3200
[ 13.845] BnkNumberOfImagePages: 3
[ 13.845] LinNumberOfImagePages: 3
[ 13.845] LinRedMaskSize: 8
[ 13.845] LinRedFieldPosition: 16
[ 13.845] LinGreenMaskSize: 8
[ 13.845] LinGreenFieldPosition: 8
[ 13.845] LinBlueMaskSize: 8
[ 13.845] LinBlueFieldPosition: 0
[ 13.845] LinRsvdMaskSize: 8
[ 13.845] LinRsvdFieldPosition: 24
[ 13.846] MaxPixelClock: 0
[ 13.846] *Mode: 118 (1024x768)
[ 13.846] ModeAttributes: 0x9b
[ 13.846] WinAAttributes: 0x7
[ 13.846] WinBAttributes: 0x0
[ 13.846] WinGranularity: 64
[ 13.846] WinSize: 64
[ 13.846] WinASegment: 0xa000
[ 13.846] WinBSegment: 0xa000
[ 13.846] WinFuncPtr: 0xc000897f
[ 13.846] BytesPerScanline: 4096
[ 13.846] XResolution: 1024
[ 13.846] YResolution: 768
[ 13.846] XCharSize: 8
[ 13.846] YCharSize: 16
[ 13.846] NumberOfPlanes: 1
[ 13.846] BitsPerPixel: 32
[ 13.846] NumberOfBanks: 1
[ 13.846] MemoryModel: 6
[ 13.846] BankSize: 0
[ 13.846] NumberOfImages: 1
[ 13.846] RedMaskSize: 8
[ 13.846] RedFieldPosition: 16
[ 13.846] GreenMaskSize: 8
[ 13.846] GreenFieldPosition: 8
[ 13.846] BlueMaskSize: 8
[ 13.846] BlueFieldPosition: 0
[ 13.846] RsvdMaskSize: 8
[ 13.846] RsvdFieldPosition: 24
[ 13.846] DirectColorModeInfo: 0
[ 13.846] PhysBasePtr: 0xc0000000
[ 13.846] LinBytesPerScanLine: 4096
[ 13.846] BnkNumberOfImagePages: 1
[ 13.846] LinNumberOfImagePages: 1
[ 13.846] LinRedMaskSize: 8
[ 13.846] LinRedFieldPosition: 16
[ 13.846] LinGreenMaskSize: 8
[ 13.846] LinGreenFieldPosition: 8
[ 13.846] LinBlueMaskSize: 8
[ 13.846] LinBlueFieldPosition: 0
[ 13.846] LinRsvdMaskSize: 8
[ 13.846] LinRsvdFieldPosition: 24
[ 13.846] MaxPixelClock: 0
[ 13.847] Mode: 102 (800x600)
[ 13.847] ModeAttributes: 0x1f
[ 13.847] WinAAttributes: 0x7
[ 13.847] WinBAttributes: 0x0
[ 13.847] WinGranularity: 64
[ 13.847] WinSize: 64
[ 13.847] WinASegment: 0xa000
[ 13.847] WinBSegment: 0xa000
[ 13.847] WinFuncPtr: 0xc000897f
[ 13.847] BytesPerScanline: 100
[ 13.847] XResolution: 800
[ 13.847] YResolution: 600
[ 13.847] XCharSize: 8
[ 13.847] YCharSize: 16
[ 13.847] NumberOfPlanes: 4
[ 13.847] BitsPerPixel: 4
[ 13.847] NumberOfBanks: 1
[ 13.847] MemoryModel: 3
[ 13.847] BankSize: 0
[ 13.847] NumberOfImages: 31
[ 13.847] RedMaskSize: 0
[ 13.847] RedFieldPosition: 0
[ 13.847] GreenMaskSize: 0
[ 13.847] GreenFieldPosition: 0
[ 13.847] BlueMaskSize: 0
[ 13.847] BlueFieldPosition: 0
[ 13.847] RsvdMaskSize: 0
[ 13.847] RsvdFieldPosition: 0
[ 13.847] DirectColorModeInfo: 0
[ 13.847] PhysBasePtr: 0xc0000000
[ 13.847] LinBytesPerScanLine: 100
[ 13.847] BnkNumberOfImagePages: 31
[ 13.847] LinNumberOfImagePages: 31
[ 13.847] LinRedMaskSize: 0
[ 13.847] LinRedFieldPosition: 0
[ 13.847] LinGreenMaskSize: 0
[ 13.847] LinGreenFieldPosition: 0
[ 13.847] LinBlueMaskSize: 0
[ 13.847] LinBlueFieldPosition: 0
[ 13.847] LinRsvdMaskSize: 0
[ 13.847] LinRsvdFieldPosition: 0
[ 13.847] MaxPixelClock: 0
[ 13.847]
[ 13.847] (II) VESA(0): Total Memory: 2048 64KB banks (131072kB)
[ 13.847] (II) VESA(0): Monitor0: Using hsync range of 30.00-130.00 kHz
[ 13.847] (II) VESA(0): Monitor0: Using vrefresh range of 50.00-100.00 Hz
[ 13.847] (II) VESA(0): Not using mode "1440x900" (no mode of this name)
[ 13.847] (II) VESA(0): Not using built-in mode "1280x768" (no mode of this name)
[ 13.847] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[ 13.847] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[ 13.847] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[ 13.847] (WW) VESA(0): No valid modes left. Trying less strict filter...
[ 13.847] (II) VESA(0): Monitor0: Using hsync range of 30.00-130.00 kHz
[ 13.847] (II) VESA(0): Monitor0: Using vrefresh range of 50.00-100.00 Hz
[ 13.848] (II) VESA(0): Not using mode "1440x900" (no mode of this name)
[ 13.848] (--) VESA(0): Virtual size is 1280x768 (pitch 1280)
[ 13.848] (**) VESA(0): Built-in mode "1280x768"
[ 13.848] (**) VESA(0): Built-in mode "1024x768"
[ 13.848] (**) VESA(0): Built-in mode "800x600"
[ 13.848] (**) VESA(0): Built-in mode "640x480"
[ 13.848] (==) VESA(0): DPI set to (96, 96)
[ 13.848] (II) VESA(0): Attempting to use 85Hz refresh for mode "1024x768" (118)
[ 13.848] (II) VESA(0): Attempting to use 85Hz refresh for mode "800x600" (115)
[ 13.848] (II) VESA(0): Attempting to use 85Hz refresh for mode "640x480" (112)
[ 13.848] (**) VESA(0): Using "Shadow Framebuffer"
[ 13.848] (II) Loading sub module "shadow"
[ 13.848] (II) LoadModule: "shadow"
[ 13.848] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 13.862] (II) Module shadow: vendor="X.Org Foundation"
[ 13.862] compiled for 1.14.3, module version = 1.1.0
[ 13.862] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.862] (II) Loading sub module "fb"
[ 13.862] (II) LoadModule: "fb"
[ 13.862] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13.909] (II) Module fb: vendor="X.Org Foundation"
[ 13.909] compiled for 1.14.3, module version = 1.0.0
[ 13.910] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.910] (==) Depth 24 pixmap format is 32 bpp
[ 13.910] (II) Loading sub module "int10"
[ 13.910] (II) LoadModule: "int10"
[ 13.910] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 13.910] (II) Module int10: vendor="X.Org Foundation"
[ 13.910] compiled for 1.14.3, module version = 1.0.0
[ 13.910] ABI class: X.Org Video Driver, version 14.1
[ 13.910] (II) VESA(0): initializing int10
[ 13.915] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 13.916] (II) VESA(0): VESA BIOS detected
[ 13.916] (II) VESA(0): VESA VBE Version 3.0
[ 13.916] (II) VESA(0): VESA VBE Total Mem: 131072 kB
[ 13.916] (II) VESA(0): VESA VBE OEM: SiS
[ 13.916] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 13.916] (II) VESA(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[ 13.916] (II) VESA(0): VESA VBE OEM Product: 6330
[ 13.916] (II) VESA(0): VESA VBE OEM Product Rev: 3.72.02
[ 13.916] (II) VESA(0): virtual address = 0xaeff2000,
physical address = 0xc0000000, size = 134217728
[ 13.926] (II) VESA(0): Setting up VESA Mode 0x11E (1280x768)
[ 14.516] (==) VESA(0): Default visual is TrueColor
[ 14.561] (==) VESA(0): Backing store disabled
[ 14.588] (==) VESA(0): DPMS enabled
[ 14.588] (==) RandR enabled
[ 14.692] (II) AIGLX: Screen 0 is not DRI2 capable
[ 14.692] (II) AIGLX: Screen 0 is not DRI capable
[ 16.201] (II) AIGLX: Loaded and initialized swrast
[ 16.201] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 16.828] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 16.828] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 16.829] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.829] (II) LoadModule: "evdev"
[ 16.829] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.870] (II) Module evdev: vendor="X.Org Foundation"
[ 16.870] compiled for 1.14.3, module version = 2.8.2
[ 16.870] Module class: X.Org XInput Driver
[ 16.870] ABI class: X.Org XInput driver, version 19.1
[ 16.870] (II) Using input driver 'evdev' for 'Power Button'
[ 16.870] (**) Power Button: always reports core events
[ 16.870] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 16.870] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 16.870] (--) evdev: Power Button: Found keys
[ 16.870] (II) evdev: Power Button: Configuring as keyboard
[ 16.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 16.870] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 16.870] (**) Option "xkb_rules" "evdev"
[ 16.871] (**) Option "xkb_model" "pc104"
[ 16.871] (**) Option "xkb_layout" "br"
[ 16.929] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 16.929] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[ 16.929] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 16.929] (II) Using input driver 'evdev' for 'Video Bus'
[ 16.929] (**) Video Bus: always reports core events
[ 16.929] (**) evdev: Video Bus: Device: "/dev/input/event5"
[ 16.929] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 16.929] (--) evdev: Video Bus: Found keys
[ 16.929] (II) evdev: Video Bus: Configuring as keyboard
[ 16.929] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:0c/LNXVIDEO:00/input/input5/event5"
[ 16.929] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 16.929] (**) Option "xkb_rules" "evdev"
[ 16.929] (**) Option "xkb_model" "pc104"
[ 16.929] (**) Option "xkb_layout" "br"
[ 16.929] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 16.929] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 16.929] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 16.929] (II) Using input driver 'evdev' for 'Power Button'
[ 16.929] (**) Power Button: always reports core events
[ 16.929] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 16.929] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 16.929] (--) evdev: Power Button: Found keys
[ 16.930] (II) evdev: Power Button: Configuring as keyboard
[ 16.930] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 16.930] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 16.930] (**) Option "xkb_rules" "evdev"
[ 16.930] (**) Option "xkb_model" "pc104"
[ 16.930] (**) Option "xkb_layout" "br"
[ 16.930] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 16.930] (II) No input driver specified, ignoring this device.
[ 16.930] (II) This device may have been added with another device file.
[ 16.931] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 16.931] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[ 16.931] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 16.931] (II) Using input driver 'evdev' for 'Sleep Button'
[ 16.931] (**) Sleep Button: always reports core events
[ 16.931] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 16.931] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 16.931] (--) evdev: Sleep Button: Found keys
[ 16.931] (II) evdev: Sleep Button: Configuring as keyboard
[ 16.931] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[ 16.931] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 16.931] (**) Option "xkb_rules" "evdev"
[ 16.931] (**) Option "xkb_model" "pc104"
[ 16.931] (**) Option "xkb_layout" "br"
[ 16.931] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event11)
[ 16.931] (**) USB 2.0 Camera: Applying InputClass "Keyboard Defaults"
[ 16.931] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[ 16.931] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
[ 16.931] (**) USB 2.0 Camera: always reports core events
[ 16.931] (**) evdev: USB 2.0 Camera: Device: "/dev/input/event11"
[ 16.931] (--) evdev: USB 2.0 Camera: Vendor 0xc45 Product 0x62e0
[ 16.932] (--) evdev: USB 2.0 Camera: Found keys
[ 16.932] (II) evdev: USB 2.0 Camera: Configuring as keyboard
[ 16.932] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb1/1-4/1-4:1.0/input/input11/event11"
[ 16.932] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD, id 10)
[ 16.932] (**) Option "xkb_rules" "evdev"
[ 16.932] (**) Option "xkb_model" "pc104"
[ 16.932] (**) Option "xkb_layout" "br"
[ 16.932] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 16.932] (II) No input driver specified, ignoring this device.
[ 16.932] (II) This device may have been added with another device file.
[ 16.933] (II) config/udev: Adding input device HDA SIS966 Headphone (/dev/input/event8)
[ 16.933] (II) No input driver specified, ignoring this device.
[ 16.933] (II) This device may have been added with another device file.
[ 16.933] (II) config/udev: Adding input device HDA SIS966 Mic (/dev/input/event9)
[ 16.933] (II) No input driver specified, ignoring this device.
[ 16.933] (II) This device may have been added with another device file.
[ 16.933] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 16.933] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[ 16.933] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 16.933] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 16.933] (**) AT Translated Set 2 keyboard: always reports core events
[ 16.933] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 16.933] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 16.933] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 16.933] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 16.933] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 16.933] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 16.933] (**) Option "xkb_rules" "evdev"
[ 16.933] (**) Option "xkb_model" "pc104"
[ 16.933] (**) Option "xkb_layout" "br"
[ 16.934] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[ 16.934] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 16.934] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 16.934] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 16.934] (II) LoadModule: "synaptics"
[ 16.934] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 16.947] (II) Module synaptics: vendor="X.Org Foundation"
[ 16.948] compiled for 1.14.1, module version = 1.7.1
[ 16.948] Module class: X.Org XInput Driver
[ 16.948] ABI class: X.Org XInput driver, version 19.1
[ 16.948] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 16.948] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 16.948] (**) Option "Device" "/dev/input/event10"
[ 17.030] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 57)
[ 17.030] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 84)
[ 17.030] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 17.030] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 17.030] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
[ 17.030] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 17.030] (**) Option "TapButton1" "1"
[ 17.030] (**) Option "TapButton2" "2"
[ 17.030] (**) Option "TapButton3" "3"
[ 17.030] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 17.030] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 17.076] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event10"
[ 17.076] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 17.077] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 17.077] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 17.077] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[ 17.077] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 17.077] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 17.077] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 17.077] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 17.077] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 17.078] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 17.078] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 17.078] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 17.078] (II) No input driver specified, ignoring this device.
[ 17.078] (II) This device may have been added with another device file.
[ 17.136] (II) config/udev: removing device USB 2.0 Camera
[ 17.183] (II) evdev: USB 2.0 Camera: Close
[ 17.183] (II) UnloadModule: "evdev"
[ 17.184] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event11)
[ 17.184] (**) USB 2.0 Camera: Applying InputClass "Keyboard Defaults"
[ 17.184] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[ 17.184] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
[ 17.184] (**) USB 2.0 Camera: always reports core events
[ 17.184] (**) evdev: USB 2.0 Camera: Device: "/dev/input/event11"
[ 17.184] (--) evdev: USB 2.0 Camera: Vendor 0xc45 Product 0x62e0
[ 17.184] (--) evdev: USB 2.0 Camera: Found keys
[ 17.184] (II) evdev: USB 2.0 Camera: Configuring as keyboard
[ 17.184] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:03.0/usb1/1-4/1-4:1.0/input/input11/event11"
[ 17.184] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD, id 10)
[ 17.184] (**) Option "xkb_rules" "evdev"
[ 17.184] (**) Option "xkb_model" "pc104"
[ 17.184] (**) Option "xkb_layout" "br"






[root@matias matias]# pluma /etc/X11/xorg.conf

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

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

Section "Module"
Load "glx"
Load "extmod"
Load "dri2"
Load "dbe"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "65x/M650/740 PCI/AGP VGA Display Adapter"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection




percebam que no xorg.conf existe a resolução 1440*900 mas nao exibição não está querendo ficar nessa maxima








Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts