Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Can't set correct screen resolution.

Linux Kernel, Network, and Services configuration.
Message
Author
Patrik
Posts: 14
Joined: 2019-02-12 04:03

[SOLVED] Can't set correct screen resolution.

#1 Post by Patrik »

I have Googled a full night but get nowhere. Everything works fine in 1280x1024 if I use a short VGA cable, but I need 14 m cable so I use a VGA to HDMI to DVI solution.

If I boot with the VGA cable I can then switch to the VGA/HDMI/DVI cable and everything is still good. But if I restart and boot with VGA/HDMI/DVI I can as most get 1024x768. There must be a way to force Debian to output 1280x1024. I know it can work since It does if I switch the cable after boot.

GRUB_GFXMODE does not work, the screen is black during boot and wakes up at login with 1024x768. vga=794 shows sporadic text during boot, probably at 1280x1024 but goes black and changes to 1024x768 before login. VGA is flawless with the attached grub file. It feels like there is an auto sensing of the screen that sets the correct or wrong resolution after GRUB.

It seems I must use nomodeset to force the VESA driver because with the intel driver my USB mouse does not work with either cable.

Below are INXI and xrandr outputs and the GRUB file.

Code: Select all

/////////////////////////////////////////////////////////////////////////////////////////////////////////

Screen: HP L1950g

// What xrandr outputs when booted with VGA but after changing cable to VGA/HDMI/DVI.
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
   1280x1024       0.0* 
   1024x768        0.0  
   800x600         0.0  
   640x480         0.0  

// What xrandr outputs after restarting and booting with VGA/HDMI/DVI.
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
   1024x768       61.0* 
   800x600        61.0  
   640x480        60.0  

/////////////////////////////////////////////////////////////////////////////////////////////////////////

// The GRUB file.
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="lapic quiet splash rootdelay=5 idle=poll nomodeset"
GRUB_CMDLINE_LINUX="initrd=/install/gtk/initrd.gz"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
#GRUB_GFXMODE=1280x1024
#GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

/////////////////////////////////////////////////////////////////////////////////////////////////////////

patrik@debian:~$ sudo inxi -F all
[sudo] password for patrik: 
System:    Host: debian Kernel: 3.4-9-rtai-686-pae i686 (32 bit) Desktop: Xfce 4.8.3
           Distro: Debian GNU/Linux 7 (wheezy)
Machine:   Device: desktop System: Hewlett-Packard product: HP Compaq dc7700p Small Form Factor serial: HUB72513S5
           Mobo: Hewlett-Packard model: 0A54h serial: HUB72513S5
           BIOS: Hewlett-Packard v: 786E1 v02.10 date: 04/13/2007
CPU:       Dual core Intel Core2 6300 (-MCP-) cache: 2048 KB 
           clock speeds: max: 1862 MHz 1: 1862 MHz 2: 1862 MHz
Graphics:  Card: Intel 82Q963/Q965 Integrated Graphics Controller
           Display Server: X.org 1.12.4 drivers: vesa,intel (unloaded: fbdev)
           tty size: 125x36 Advanced Data: N/A for root
Audio:     Card Intel 82801H (ICH8 Family) HD Audio Controller driver: snd_hda_intel Sound: ALSA v: 1.0.25
Network:   Card: Intel 82566DM Gigabit Network Connection driver: e1000e
           IF: eth0 state: down mac: 00:1b:78:87:7d:92
Drives:    HDD Total Size: 80.0GB (9.5% used)
           ID-1: /dev/sda model: Hitachi_HDS72168 size: 80.0GB
Partition: ID-1: / size: 71G used: 4.2G (7%) fs: ext4 dev: /dev/sda1
           ID-2: swap-1 size: 3.29GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
Sensors:   System Temperatures: cpu: 50.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 114 Uptime: 16 min Memory: 175.5/3526.1MB Client: Shell (sudo) inxi: 2.3.8 

/////////////////////////////////////////////////////////////////////////////////////////////////////////
I have only VGA out from the intel graphics and VGA or DVI in to the HP L1950g screen.
Last edited by Patrik on 2019-02-15 20:10, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Can't set correct screen resolution.

#2 Post by Head_on_a_Stick »

deadbang

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#3 Post by Patrik »

Thanks, I like the links. I think it could be fixed with .conf files.
I may have bricked the computer trying. Being a complete Linux newbie I created 10-monitor.conf and looked at the conf.0.log file. It did react to my .conf file but It always said (no mode of that name).
I tried tricking it by something like this:

Section "Monitor"
Identifier "HPL1950g"
HorizSync 30-80
VertRefresh 50-77
ModeLine "1280x1024" 85.476 1366 1436 1579 1792 768 771 774 798 # -hsync +vsync
EndSection

Now I can't boot. It stops with a single blinking underscore in the corner of a black screen. I can get to the grub boot meny but not to a useful prompt so that I can change the 10-monitor.conf file back.
I tried choosing the: Debian GNU/Linux, ...... 686-pae (recovery mode) but it gets stuck after a while endlessly listing something about a USB microsoft mouse. Printing the same lines over and over at a slow pace.
Recovery boot gets to:

sulogin: root account is locked, starting shell
root@debian:~# [56.448076] usb 5-2: USB disconnect, device number 3
[57.928056] usb 5-2: new low-speed device number 4 using uhci_hcd
And a few more lines like this before it starts over.

How can I get to the 10-monitor.conf file so that I can change it back and have another go at messing up.
Be my hero.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Can't set correct screen resolution.

#4 Post by Head_on_a_Stick »

Patrik wrote:How can I get to the 10-monitor.conf file so that I can change it back and have another go at messing up.
Press "e" with the Debian boot entry highlighted and add systemd.unit=multi-user.target to the end of the line that starts with "linux" then press <ctrl>+x (at the same time) to boot the modified entry.
Be my hero.
Don't do that, it creeps me out.
deadbang

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Can't set correct screen resolution.

#5 Post by arochester »

There must be a way to force Debian to output 1280x1024.
https://www.youtube.com/watch?v=MScLD8dFNwk ?

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#6 Post by Patrik »

Tried it two times, no difference. it shows a bunch of lines like normal and then stops with a black screen with a single blinking underscore in the upper left corner.
I tried booting live and could see the .conf file but not alter or erase it. Logging out and logging in would not accept my password.
I guess installing again would not remove that particular file but keep my other files?
I messed with the screen setup in .conf, how can that keep me from logging in or getting to any useful place where I can access the files?

This is what I wrote that made the system no longer boot:

Code: Select all

Section "Monitor"
        Identifier "HPL1950g"
	HoriSync 30-80
	VertRefresh 50-77
	Modeline "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 # -hsync +vsync
        Option "PreferredMode" "1280x1024_60.00"
EndSection

Section "Device"
        Identifier "Vesa0"
        Driver "vesa"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Vesa0"
	Monitor "HPL1950g"
	SubSection "Display"
		Modes "1280x1024_60.00" "11a"
	EndSubSection
EndSection
Thanks for your help

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Can't set correct screen resolution.

#7 Post by Head_on_a_Stick »

Try using init=/bin/bash instead of systemd.unit=multi-user.target.

Remount the root partition read-write and set PATH after getting to the root shell:

Code: Select all

mount -o remount,rw /
. /etc/profile
Why could you not delete the file from the live environment? How exactly did you try and what exactly happened?

Have you tried the live ISO for the current stable release? Does that work with your troublesome cable?
deadbang

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#8 Post by Patrik »

AWESOME!
That did it. I removed the .conf file and it is all back to normal.
Now I will try the lightdm trick arochester gave me. I hope that is safer. I still have the resolution thing left to solve.

The TLDR is that I have sold LinuxCNC installations that operate heavy machinery in a workshop far far away. LinuxCNC uses wheezy. I am terrified of how much a Linux update will crash all the custom scripts in the CNC installation. I am now testing on my "at home test installation". I learned LinuxCNC but not Linux really, so custom update installs where there is no internet will be a big undertaking for me that I prefer to not invest in right now.

I am not sure why I could not get the file from live. I inserted the USB of the original install, chose live, found the file and right click delete was grayed out. Changing and saving gave a popup saying something about permission.

Many thanks

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#9 Post by Patrik »

No luck with the xrandr. Got crtc 0 failure and some gamma size error.
But since it works booting with one cable and then switching, it must be software. So I saved the Xorg.0.log files after booting with each cable.
I will try tailoring a .conf file such that the configuration is forced to do what is done in the good log file. I am grateful if someone give me some good hints about how I should go about it.
These passages is where I think the crucial differences are in Xorg.0.log.
Excerpt from the good Xorg.0.log file:

Code: Select all

[    20.419] (II) VESA(0): Total Memory: 119 64KB banks (7616kB)
[    20.419] (II) VESA(0): <default monitor>: Using hsync range of 24.00-83.00 kHz
[    20.419] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-77.00 Hz
[    20.419] (II) VESA(0): <default monitor>: Using maximum pixel clock of 145.00 MHz
[    20.419] (WW) VESA(0): Unable to estimate virtual size
[    20.419] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[    20.425] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[    20.425] (**) VESA(0): *Built-in mode "1280x1024"
[    20.425] (**) VESA(0): *Built-in mode "1024x768"
[    20.425] (**) VESA(0): *Built-in mode "800x600"
[    20.425] (**) VESA(0): *Built-in mode "640x480"
[    20.425] (**) VESA(0): Display dimensions: (380, 300) mm
[    20.425] (**) VESA(0): DPI set to (85, 86)
[    20.425] (**) VESA(0): Using "Shadow Framebuffer"
Excerpt from the bad Xorg.0.log file:

Code: Select all

[    19.698] (II) VESA(0): Total Memory: 119 64KB banks (7616kB)
[    19.698] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[    19.698] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[    19.698] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[    19.698] (WW) VESA(0): Unable to estimate virtual size
[    19.698] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[    19.698] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[    19.698] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    19.698] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    19.698] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    19.698] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    19.698] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[    19.698] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[    19.698] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[    19.698] (WW) VESA(0): Unable to estimate virtual size
[    19.698] (II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
[    19.698] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[    19.698] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    19.698] (**) VESA(0): *Built-in mode "1024x768"
[    19.698] (**) VESA(0): *Built-in mode "800x600"
[    19.698] (**) VESA(0): *Built-in mode "640x480"
[    19.698] (==) VESA(0): DPI set to (96, 96)
[    19.698] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
[    19.701] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
[    19.702] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
[    19.705] (**) VESA(0): Using "Shadow Framebuffer"
Full length files are also attached. At least I think they are, I tried uploading them as attachments and got no error message.
Last edited by Patrik on 2019-02-13 01:17, edited 1 time in total.

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#10 Post by Patrik »

It seems I failed to upload the full length files and there are more differences than shown in the previous post so I try pasting the files instead. Some irrelevant modes are deleted to pass the character count limit.
The good Xorg.0.log file:

Code: Select all

[    19.858] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    19.858] X Protocol Version 11, Revision 0
[    19.858] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[    19.858] Current Operating System: Linux debian 3.4-9-rtai-686-pae #1 SMP PREEMPT Debian 3.4.55-4linuxcnc i686
[    19.858] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=a550c911-39d2-4289-ab7f-368eebb740fb ro initrd=/install/gtk/initrd.gz lapic quiet splash rootdelay=5 idle=poll nomodeset
[    19.858] Build Date: 09 February 2015  10:12:47AM
[    19.858] xorg-server 2:1.12.4-6+deb7u6 (Julien Cristau <jcristau@debian.org>) 
[    19.858] Current version of pixman: 0.26.0
[    19.858] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.858] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.858] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 13 01:03:12 2019
[    19.893] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.907] (==) No Layout section.  Using the first Screen section.
[    19.907] (==) No screen section available. Using defaults.
[    19.907] (**) |-->Screen "Default Screen Section" (0)
[    19.907] (**) |   |-->Monitor "<default monitor>"
[    19.921] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    19.921] (==) Automatically adding devices
[    19.921] (==) Automatically enabling devices
[    19.959] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    19.959] 	Entry deleted from font path.
[    19.990] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    19.991] 	Entry deleted from font path.
[    19.991] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    19.991] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.991] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.991] (II) Loader magic: 0xb77e85a0
[    19.991] (II) Module ABI versions:
[    19.991] 	X.Org ANSI C Emulation: 0.4
[    19.991] 	X.Org Video Driver: 12.1
[    19.991] 	X.Org XInput driver : 16.0
[    19.991] 	X.Org Server Extension : 6.0
[    19.992] (--) PCI:*(0:0:2:0) 8086:2992:103c:2801 rev 2, Mem @ 0xf0400000/1048576, 0xe0000000/268435456, I/O @ 0x00001210/8
[    19.992] (II) Open ACPI successful (/var/run/acpid.socket)
[    19.992] (II) LoadModule: "extmod"
[    20.007] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    20.017] (II) Module extmod: vendor="X.Org Foundation"
[    20.017] 	compiled for 1.12.4, module version = 1.0.0
[    20.017] 	Module class: X.Org Server Extension
[    20.017] 	ABI class: X.Org Server Extension, version 6.0
[    20.017] (II) Loading extension SELinux
[    20.017] (II) Loading extension MIT-SCREEN-SAVER
[    20.017] (II) Loading extension XFree86-VidModeExtension
[    20.017] (II) Loading extension XFree86-DGA
[    20.017] (II) Loading extension DPMS
[    20.017] (II) Loading extension XVideo
[    20.017] (II) Loading extension XVideo-MotionCompensation
[    20.017] (II) Loading extension X-Resource
[    20.017] (II) LoadModule: "dbe"
[    20.017] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    20.018] (II) Module dbe: vendor="X.Org Foundation"
[    20.018] 	compiled for 1.12.4, module version = 1.0.0
[    20.018] 	Module class: X.Org Server Extension
[    20.018] 	ABI class: X.Org Server Extension, version 6.0
[    20.018] (II) Loading extension DOUBLE-BUFFER
[    20.018] (II) LoadModule: "glx"
[    20.018] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    20.026] (II) Module glx: vendor="X.Org Foundation"
[    20.026] 	compiled for 1.12.4, module version = 1.0.0
[    20.026] 	ABI class: X.Org Server Extension, version 6.0
[    20.026] (==) AIGLX enabled
[    20.027] (II) Loading extension GLX
[    20.027] (II) LoadModule: "record"
[    20.027] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    20.027] (II) Module record: vendor="X.Org Foundation"
[    20.027] 	compiled for 1.12.4, module version = 1.13.0
[    20.028] 	Module class: X.Org Server Extension
[    20.028] 	ABI class: X.Org Server Extension, version 6.0
[    20.028] (II) Loading extension RECORD
[    20.028] (II) LoadModule: "dri"
[    20.028] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    20.041] (II) Module dri: vendor="X.Org Foundation"
[    20.041] 	compiled for 1.12.4, module version = 1.0.0
[    20.041] 	ABI class: X.Org Server Extension, version 6.0
[    20.041] (II) Loading extension XFree86-DRI
[    20.041] (II) LoadModule: "dri2"
[    20.041] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    20.041] (II) Module dri2: vendor="X.Org Foundation"
[    20.041] 	compiled for 1.12.4, module version = 1.2.0
[    20.041] 	ABI class: X.Org Server Extension, version 6.0
[    20.041] (II) Loading extension DRI2
[    20.042] (==) Matched intel as autoconfigured driver 0
[    20.042] (==) Matched vesa as autoconfigured driver 1
[    20.042] (==) Matched fbdev as autoconfigured driver 2
[    20.042] (==) Assigned the driver to the xf86ConfigLayout
[    20.042] (II) LoadModule: "intel"
[    20.042] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    20.100] (II) Module intel: vendor="X.Org Foundation"
[    20.100] 	compiled for 1.12.3.902, module version = 2.19.0
[    20.100] 	Module class: X.Org Video Driver
[    20.100] 	ABI class: X.Org Video Driver, version 12.1
[    20.100] (II) LoadModule: "vesa"
[    20.100] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    20.247] (II) Module vesa: vendor="X.Org Foundation"
[    20.247] 	compiled for 1.12.1, module version = 2.3.1
[    20.247] 	Module class: X.Org Video Driver
[    20.247] 	ABI class: X.Org Video Driver, version 12.0
[    20.247] (II) LoadModule: "fbdev"
[    20.247] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    20.255] (II) Module fbdev: vendor="X.Org Foundation"
[    20.256] 	compiled for 1.12.1, module version = 0.4.2
[    20.256] 	ABI class: X.Org Video Driver, version 12.0
[    20.256] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2)
[    20.256] (II) VESA: driver for VESA chipsets: vesa
[    20.256] (II) FBDEV: driver for framebuffer: fbdev
[    20.256] (++) using VT number 7

[    20.259] (WW) Falling back to old probe method for fbdev
[    20.259] (II) Loading sub module "fbdevhw"
[    20.259] (II) LoadModule: "fbdevhw"
[    20.260] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    20.307] (II) Module fbdevhw: vendor="X.Org Foundation"
[    20.307] 	compiled for 1.12.4, module version = 0.0.2
[    20.307] 	ABI class: X.Org Video Driver, version 12.1
[    20.308] (EE) open /dev/fb0: No such file or directory
[    20.308] (II) Loading sub module "vbe"
[    20.308] (II) LoadModule: "vbe"
[    20.308] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    20.328] (II) Module vbe: vendor="X.Org Foundation"
[    20.329] 	compiled for 1.12.4, module version = 1.1.0
[    20.329] 	ABI class: X.Org Video Driver, version 12.1
[    20.329] (II) Loading sub module "int10"
[    20.329] (II) LoadModule: "int10"
[    20.329] (II) Loading /usr/lib/xorg/modules/libint10.so
[    20.330] (II) Module int10: vendor="X.Org Foundation"
[    20.330] 	compiled for 1.12.4, module version = 1.0.0
[    20.330] 	ABI class: X.Org Video Driver, version 12.1
[    20.330] (II) VESA(0): initializing int10
[    20.331] (II) VESA(0): Bad V_BIOS checksum
[    20.331] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    20.331] (II) VESA(0): VESA BIOS detected
[    20.331] (II) VESA(0): VESA VBE Version 3.0
[    20.331] (II) VESA(0): VESA VBE Total Mem: 7616 kB
[    20.331] (II) VESA(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS
[    20.331] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    20.331] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    20.331] (II) VESA(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller
[    20.331] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    20.343] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    20.343] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    20.343] (==) VESA(0): RGB weight 888
[    20.343] (==) VESA(0): Default visual is TrueColor
[    20.343] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    20.343] (II) Loading sub module "ddc"
[    20.343] (II) LoadModule: "ddc"
[    20.343] (II) Module "ddc" already built-in
[    20.369] (II) VESA(0): VESA VBE DDC supported
[    20.369] (II) VESA(0): VESA VBE DDC Level 2
[    20.369] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    20.394] (II) VESA(0): VESA VBE DDC read successfully
[    20.394] (II) VESA(0): Manufacturer: HWP  Model: 26e7  Serial#: 16843009
[    20.394] (II) VESA(0): Year: 2009  Week: 13
[    20.394] (II) VESA(0): EDID Version: 1.3
[    20.394] (II) VESA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    20.394] (II) VESA(0): Sync:  Separate
[    20.394] (II) VESA(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[    20.394] (II) VESA(0): Gamma: 2.40
[    20.394] (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    20.394] (II) VESA(0): Default color space is primary color space
[    20.394] (II) VESA(0): First detailed timing is preferred mode
[    20.394] (II) VESA(0): redX: 0.639 redY: 0.342   greenX: 0.297 greenY: 0.614
[    20.394] (II) VESA(0): blueX: 0.146 blueY: 0.067   whiteX: 0.312 whiteY: 0.328
[    20.394] (II) VESA(0): Supported established timings:
[    20.394] (II) VESA(0): 720x400@70Hz
[    20.394] (II) VESA(0): 640x480@60Hz
[    20.394] (II) VESA(0): 640x480@72Hz
[    20.394] (II) VESA(0): 640x480@75Hz
[    20.394] (II) VESA(0): 800x600@60Hz
[    20.394] (II) VESA(0): 800x600@72Hz
[    20.394] (II) VESA(0): 800x600@75Hz
[    20.394] (II) VESA(0): 832x624@75Hz
[    20.394] (II) VESA(0): 1024x768@60Hz
[    20.394] (II) VESA(0): 1024x768@70Hz
[    20.394] (II) VESA(0): 1024x768@75Hz
[    20.394] (II) VESA(0): 1280x1024@75Hz
[    20.394] (II) VESA(0): 1152x864@75Hz
[    20.394] (II) VESA(0): Manufacturer's mask: 0
[    20.394] (II) VESA(0): Supported standard timings:
[    20.394] (II) VESA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    20.394] (II) VESA(0): Supported detailed timing:
[    20.394] (II) VESA(0): clock: 108.0 MHz   Image Size:  380 x 300 mm
[    20.394] (II) VESA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    20.394] (II) VESA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    20.394] (II) VESA(0): Ranges: V min: 50 V max: 77 Hz, H min: 24 H max: 83 kHz, PixClock max 145 MHz
[    20.394] (II) VESA(0): Monitor name: HP L1950
[    20.394] (II) VESA(0): Serial No: CNC913PVWK
[    20.394] (II) VESA(0): EDID (in hex):
[    20.394] (II) VESA(0): 	00ffffffffffff0022f0e72601010101
[    20.394] (II) VESA(0): 	0d13010368261e8ceea150a3574c9d25
[    20.394] (II) VESA(0): 	115054adef8081800101010101010101
[    20.394] (II) VESA(0): 	010101010101302a009851002a403070
[    20.394] (II) VESA(0): 	13007c2c1100001e000000fd00324d18
[    20.394] (II) VESA(0): 	530e000a202020202020000000fc0048
[    20.394] (II) VESA(0): 	50204c313935300a20202020000000ff
[    20.394] (II) VESA(0): 	00434e433931335056574b0a2020006f
[    20.395] (II) VESA(0): EDID vendor "HWP", prod id 9959
[    20.395] (II) VESA(0): Using EDID range info for horizontal sync
[    20.395] (II) VESA(0): Using EDID range info for vertical refresh
[    20.395] (II) VESA(0): Printing DDC gathered Modelines:
[    20.395] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    20.395] (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    20.395] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    20.395] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    20.395] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    20.395] (II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    20.395] (II) VESA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    20.395] (II) VESA(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    20.395] (II) VESA(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    20.395] (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    20.395] (II) VESA(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    20.395] (II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    20.395] (II) VESA(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    20.395] (II) VESA(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    20.395] (II) VESA(0): Searching for matching VESA mode(s):
[    20.395] Mode: 160 (0x0)
[    20.395] 	ModeAttributes: 0x0
[    20.395] 	WinAAttributes: 0x0
[    20.395] 	WinBAttributes: 0x0
[    20.395] 	WinGranularity: 0
[    20.395] 	WinSize: 0
[    20.395] 	WinASegment: 0x0
[    20.395] 	WinBSegment: 0x0
[    20.395] 	WinFuncPtr: 0x0
[    20.395] 	BytesPerScanline: 0
[    20.395] 	XResolution: 0
[    20.395] 	YResolution: 0
[    20.395] 	XCharSize: 0
[    20.395] 	YCharSize: 0
[    20.395] 	NumberOfPlanes: 0
[    20.395] 	BitsPerPixel: 0
[    20.395] 	NumberOfBanks: 0
[    20.395] 	MemoryModel: 0
[    20.395] 	BankSize: 0
[    20.395] 	NumberOfImages: 0
[    20.395] 	RedMaskSize: 0
[    20.395] 	RedFieldPosition: 0
[    20.395] 	GreenMaskSize: 0
[    20.395] 	GreenFieldPosition: 0
[    20.395] 	BlueMaskSize: 0
[    20.395] 	BlueFieldPosition: 0
[    20.395] 	RsvdMaskSize: 0
[    20.395] 	RsvdFieldPosition: 0
[    20.395] 	DirectColorModeInfo: 0
[    20.395] 	PhysBasePtr: 0x0
[    20.395] 	LinBytesPerScanLine: 0
[    20.395] 	BnkNumberOfImagePages: 0
[    20.395] 	LinNumberOfImagePages: 0
[    20.396] 	LinRedMaskSize: 0
[    20.396] 	LinRedFieldPosition: 0
[    20.396] 	LinGreenMaskSize: 0
[    20.396] 	LinGreenFieldPosition: 0
[    20.396] 	LinBlueMaskSize: 0
[    20.396] 	LinBlueFieldPosition: 0
[    20.396] 	LinRsvdMaskSize: 0
[    20.396] 	LinRsvdFieldPosition: 0
[    20.396] 	MaxPixelClock: 0
[    20.404] Mode: 13a (1600x1200)
[    20.404] 	ModeAttributes: 0x9b
[    20.404] 	WinAAttributes: 0x7
[    20.404] 	WinBAttributes: 0x0
[    20.404] 	WinGranularity: 64
[    20.404] 	WinSize: 64
[    20.404] 	WinASegment: 0xa000
[    20.404] 	WinBSegment: 0x0
[    20.404] 	WinFuncPtr: 0xc0005cd5
[    20.404] 	BytesPerScanline: 1600
[    20.404] 	XResolution: 1600
[    20.404] 	YResolution: 1200
[    20.404] 	XCharSize: 8
[    20.404] 	YCharSize: 16
[    20.404] 	NumberOfPlanes: 1
[    20.404] 	BitsPerPixel: 8
[    20.404] 	NumberOfBanks: 1
[    20.404] 	MemoryModel: 4
[    20.404] 	BankSize: 0
[    20.404] 	NumberOfImages: 2
[    20.404] 	RedMaskSize: 0
[    20.404] 	RedFieldPosition: 0
[    20.404] 	GreenMaskSize: 0
[    20.405] 	GreenFieldPosition: 0
[    20.405] 	BlueMaskSize: 0
[    20.405] 	BlueFieldPosition: 0
[    20.405] 	RsvdMaskSize: 0
[    20.405] 	RsvdFieldPosition: 0
[    20.405] 	DirectColorModeInfo: 0
[    20.405] 	PhysBasePtr: 0xe0000000
[    20.405] 	LinBytesPerScanLine: 1600
[    20.405] 	BnkNumberOfImagePages: 2
[    20.405] 	LinNumberOfImagePages: 2
[    20.405] 	LinRedMaskSize: 0
[    20.405] 	LinRedFieldPosition: 0
[    20.405] 	LinGreenMaskSize: 0
[    20.405] 	LinGreenFieldPosition: 0
[    20.405] 	LinBlueMaskSize: 0
[    20.405] 	LinBlueFieldPosition: 0
[    20.405] 	LinRsvdMaskSize: 0
[    20.405] 	LinRsvdFieldPosition: 0
[    20.405] 	MaxPixelClock: 230000000
[    20.405] Mode: 14b (1600x1200)
[    20.405] 	ModeAttributes: 0x9b
[    20.405] 	WinAAttributes: 0x7
[    20.405] 	WinBAttributes: 0x0
[    20.405] 	WinGranularity: 64
[    20.405] 	WinSize: 64
[    20.405] 	WinASegment: 0xa000
[    20.405] 	WinBSegment: 0x0
[    20.405] 	WinFuncPtr: 0xc0005cd5
[    20.405] 	BytesPerScanline: 3200
[    20.405] 	XResolution: 1600
[    20.405] 	YResolution: 1200
[    20.405] 	XCharSize: 8
[    20.405] 	YCharSize: 16
[    20.405] 	NumberOfPlanes: 1
[    20.405] 	BitsPerPixel: 16
[    20.406] 	NumberOfBanks: 1
[    20.406] 	MemoryModel: 6
[    20.406] 	BankSize: 0
[    20.406] 	NumberOfImages: 1
[    20.406] 	RedMaskSize: 5
[    20.406] 	RedFieldPosition: 11
[    20.406] 	GreenMaskSize: 6
[    20.406] 	GreenFieldPosition: 5
[    20.406] 	BlueMaskSize: 5
[    20.406] 	BlueFieldPosition: 0
[    20.406] 	RsvdMaskSize: 0
[    20.406] 	RsvdFieldPosition: 0
[    20.406] 	DirectColorModeInfo: 0
[    20.406] 	PhysBasePtr: 0xe0000000
[    20.406] 	LinBytesPerScanLine: 3200
[    20.406] 	BnkNumberOfImagePages: 1
[    20.406] 	LinNumberOfImagePages: 1
[    20.406] 	LinRedMaskSize: 5
[    20.406] 	LinRedFieldPosition: 11
[    20.406] 	LinGreenMaskSize: 6
[    20.406] 	LinGreenFieldPosition: 5
[    20.406] 	LinBlueMaskSize: 5
[    20.406] 	LinBlueFieldPosition: 0
[    20.406] 	LinRsvdMaskSize: 0
[    20.406] 	LinRsvdFieldPosition: 0
[    20.406] 	MaxPixelClock: 230000000
[    20.406] *Mode: 15a (1600x1200)
[    20.406] 	ModeAttributes: 0x9b
[    20.407] 	WinAAttributes: 0x7
[    20.407] 	WinBAttributes: 0x0
[    20.407] 	WinGranularity: 64
[    20.407] 	WinSize: 64
[    20.407] 	WinASegment: 0xa000
[    20.407] 	WinBSegment: 0x0
[    20.407] 	WinFuncPtr: 0xc0005cd5
[    20.407] 	BytesPerScanline: 6400
[    20.407] 	XResolution: 1600
[    20.407] 	YResolution: 1200
[    20.407] 	XCharSize: 8
[    20.407] 	YCharSize: 16
[    20.407] 	NumberOfPlanes: 1
[    20.407] 	BitsPerPixel: 32
[    20.407] 	NumberOfBanks: 1
[    20.407] 	MemoryModel: 6
[    20.407] 	BankSize: 0
[    20.407] 	NumberOfImages: 0
[    20.407] 	RedMaskSize: 8
[    20.407] 	RedFieldPosition: 16
[    20.407] 	GreenMaskSize: 8
[    20.407] 	GreenFieldPosition: 8
[    20.407] 	BlueMaskSize: 8
[    20.407] 	BlueFieldPosition: 0
[    20.407] 	RsvdMaskSize: 8
[    20.407] 	RsvdFieldPosition: 24
[    20.407] 	DirectColorModeInfo: 0
[    20.407] 	PhysBasePtr: 0xe0000000
[    20.407] 	LinBytesPerScanLine: 6400
[    20.407] 	BnkNumberOfImagePages: 0
[    20.407] 	LinNumberOfImagePages: 0
[    20.407] 	LinRedMaskSize: 8
[    20.407] 	LinRedFieldPosition: 16
[    20.407] 	LinGreenMaskSize: 8
[    20.407] 	LinGreenFieldPosition: 8
[    20.407] 	LinBlueMaskSize: 8
[    20.407] 	LinBlueFieldPosition: 0
[    20.407] 	LinRsvdMaskSize: 8
[    20.407] 	LinRsvdFieldPosition: 24
[    20.407] 	MaxPixelClock: 230000000
[    20.407] Mode: 107 (1280x1024)
[    20.407] 	ModeAttributes: 0x9b
[    20.407] 	WinAAttributes: 0x7
[    20.407] 	WinBAttributes: 0x0
[    20.407] 	WinGranularity: 64
[    20.407] 	WinSize: 64
[    20.407] 	WinASegment: 0xa000
[    20.408] 	WinBSegment: 0x0
[    20.408] 	WinFuncPtr: 0xc0005cd5
[    20.408] 	BytesPerScanline: 1280
[    20.408] 	XResolution: 1280
[    20.408] 	YResolution: 1024
[    20.408] 	XCharSize: 8
[    20.408] 	YCharSize: 16
[    20.408] 	NumberOfPlanes: 1
[    20.408] 	BitsPerPixel: 8
[    20.408] 	NumberOfBanks: 1
[    20.408] 	MemoryModel: 4
[    20.408] 	BankSize: 0
[    20.408] 	NumberOfImages: 4
[    20.408] 	RedMaskSize: 0
[    20.408] 	RedFieldPosition: 0
[    20.408] 	GreenMaskSize: 0
[    20.408] 	GreenFieldPosition: 0
[    20.408] 	BlueMaskSize: 0
[    20.408] 	BlueFieldPosition: 0
[    20.408] 	RsvdMaskSize: 0
[    20.408] 	RsvdFieldPosition: 0
[    20.408] 	DirectColorModeInfo: 0
[    20.408] 	PhysBasePtr: 0xe0000000
[    20.408] 	LinBytesPerScanLine: 1280
[    20.408] 	BnkNumberOfImagePages: 4
[    20.408] 	LinNumberOfImagePages: 4
[    20.408] 	LinRedMaskSize: 0
[    20.408] 	LinRedFieldPosition: 0
[    20.408] 	LinGreenMaskSize: 0
[    20.408] 	LinGreenFieldPosition: 0
[    20.408] 	LinBlueMaskSize: 0
[    20.408] 	LinBlueFieldPosition: 0
[    20.408] 	LinRsvdMaskSize: 0
[    20.408] 	LinRsvdFieldPosition: 0
[    20.408] 	MaxPixelClock: 230000000
[    20.408] Mode: 11a (1280x1024)
[    20.408] 	ModeAttributes: 0x9b
[    20.409] 	WinAAttributes: 0x7
[    20.409] 	WinBAttributes: 0x0
[    20.409] 	WinGranularity: 64
[    20.409] 	WinSize: 64
[    20.409] 	WinASegment: 0xa000
[    20.409] 	WinBSegment: 0x0
[    20.409] 	WinFuncPtr: 0xc0005cd5
[    20.409] 	BytesPerScanline: 2560
[    20.409] 	XResolution: 1280
[    20.409] 	YResolution: 1024
[    20.409] 	XCharSize: 8
[    20.409] 	YCharSize: 16
[    20.409] 	NumberOfPlanes: 1
[    20.409] 	BitsPerPixel: 16
[    20.409] 	NumberOfBanks: 1
[    20.409] 	MemoryModel: 6
[    20.409] 	BankSize: 0
[    20.409] 	NumberOfImages: 1
[    20.409] 	RedMaskSize: 5
[    20.409] 	RedFieldPosition: 11
[    20.409] 	GreenMaskSize: 6
[    20.409] 	GreenFieldPosition: 5
[    20.409] 	BlueMaskSize: 5
[    20.409] 	BlueFieldPosition: 0
[    20.409] 	RsvdMaskSize: 0
[    20.409] 	RsvdFieldPosition: 0
[    20.409] 	DirectColorModeInfo: 0
[    20.409] 	PhysBasePtr: 0xe0000000
[    20.409] 	LinBytesPerScanLine: 2560
[    20.409] 	BnkNumberOfImagePages: 1
[    20.409] 	LinNumberOfImagePages: 1
[    20.409] 	LinRedMaskSize: 5
[    20.409] 	LinRedFieldPosition: 11
[    20.409] 	LinGreenMaskSize: 6
[    20.409] 	LinGreenFieldPosition: 5
[    20.409] 	LinBlueMaskSize: 5
[    20.409] 	LinBlueFieldPosition: 0
[    20.409] 	LinRsvdMaskSize: 0
[    20.409] 	LinRsvdFieldPosition: 0
[    20.409] 	MaxPixelClock: 230000000
[    20.410] *Mode: 11b (1280x1024)
[    20.410] 	ModeAttributes: 0x9b
[    20.410] 	WinAAttributes: 0x7
[    20.410] 	WinBAttributes: 0x0
[    20.410] 	WinGranularity: 64
[    20.410] 	WinSize: 64
[    20.410] 	WinASegment: 0xa000
[    20.410] 	WinBSegment: 0x0
[    20.410] 	WinFuncPtr: 0xc0005cd5
[    20.410] 	BytesPerScanline: 5120
[    20.410] 	XResolution: 1280
[    20.410] 	YResolution: 1024
[    20.410] 	XCharSize: 8
[    20.410] 	YCharSize: 16
[    20.410] 	NumberOfPlanes: 1
[    20.410] 	BitsPerPixel: 32
[    20.410] 	NumberOfBanks: 1
[    20.410] 	MemoryModel: 6
[    20.410] 	BankSize: 0
[    20.410] 	NumberOfImages: 0
[    20.410] 	RedMaskSize: 8
[    20.410] 	RedFieldPosition: 16
[    20.410] 	GreenMaskSize: 8
[    20.410] 	GreenFieldPosition: 8
[    20.410] 	BlueMaskSize: 8
[    20.410] 	BlueFieldPosition: 0
[    20.410] 	RsvdMaskSize: 8
[    20.410] 	RsvdFieldPosition: 24
[    20.410] 	DirectColorModeInfo: 0
[    20.410] 	PhysBasePtr: 0xe0000000
[    20.410] 	LinBytesPerScanLine: 5120
[    20.410] 	BnkNumberOfImagePages: 0
[    20.410] 	LinNumberOfImagePages: 0
[    20.410] 	LinRedMaskSize: 8
[    20.410] 	LinRedFieldPosition: 16
[    20.410] 	LinGreenMaskSize: 8
[    20.410] 	LinGreenFieldPosition: 8
[    20.410] 	LinBlueMaskSize: 8
[    20.410] 	LinBlueFieldPosition: 0
[    20.410] 	LinRsvdMaskSize: 8
[    20.410] 	LinRsvdFieldPosition: 24
[    20.410] 	MaxPixelClock: 230000000
[    20.411] Mode: 105 (1024x768)
[    20.411] 	ModeAttributes: 0x9b
[    20.411] 	WinAAttributes: 0x7
[    20.411] 	WinBAttributes: 0x0
[    20.411] 	WinGranularity: 64
[    20.411] 	WinSize: 64
[    20.411] 	WinASegment: 0xa000
[    20.411] 	WinBSegment: 0x0
[    20.411] 	WinFuncPtr: 0xc0005cd5
[    20.411] 	BytesPerScanline: 1024
[    20.411] 	XResolution: 1024
[    20.411] 	YResolution: 768
[    20.411] 	XCharSize: 8
[    20.411] 	YCharSize: 16
[    20.411] 	NumberOfPlanes: 1
[    20.411] 	BitsPerPixel: 8
[    20.411] 	NumberOfBanks: 1
[    20.411] 	MemoryModel: 4
[    20.411] 	BankSize: 0
[    20.411] 	NumberOfImages: 8
[    20.411] 	RedMaskSize: 0
[    20.411] 	RedFieldPosition: 0
[    20.411] 	GreenMaskSize: 0
[    20.411] 	GreenFieldPosition: 0
[    20.411] 	BlueMaskSize: 0
[    20.411] 	BlueFieldPosition: 0
[    20.411] 	RsvdMaskSize: 0
[    20.411] 	RsvdFieldPosition: 0
[    20.411] 	DirectColorModeInfo: 0
[    20.411] 	PhysBasePtr: 0xe0000000
[    20.411] 	LinBytesPerScanLine: 1024
[    20.411] 	BnkNumberOfImagePages: 8
[    20.411] 	LinNumberOfImagePages: 8
[    20.411] 	LinRedMaskSize: 0
[    20.411] 	LinRedFieldPosition: 0
[    20.411] 	LinGreenMaskSize: 0
[    20.411] 	LinGreenFieldPosition: 0
[    20.411] 	LinBlueMaskSize: 0
[    20.411] 	LinBlueFieldPosition: 0
[    20.411] 	LinRsvdMaskSize: 0
[    20.411] 	LinRsvdFieldPosition: 0
[    20.411] 	MaxPixelClock: 230000000
[    20.412] Mode: 117 (1024x768)
[    20.412] 	ModeAttributes: 0x9b
[    20.412] 	WinAAttributes: 0x7
[    20.412] 	WinBAttributes: 0x0
[    20.412] 	WinGranularity: 64
[    20.412] 	WinSize: 64
[    20.412] 	WinASegment: 0xa000
[    20.412] 	WinBSegment: 0x0
[    20.412] 	WinFuncPtr: 0xc0005cd5
[    20.412] 	BytesPerScanline: 2048
[    20.412] 	XResolution: 1024
[    20.412] 	YResolution: 768
[    20.412] 	XCharSize: 8
[    20.412] 	YCharSize: 16
[    20.412] 	NumberOfPlanes: 1
[    20.412] 	BitsPerPixel: 16
[    20.412] 	NumberOfBanks: 1
[    20.412] 	MemoryModel: 6
[    20.412] 	BankSize: 0
[    20.412] 	NumberOfImages: 3
[    20.412] 	RedMaskSize: 5
[    20.412] 	RedFieldPosition: 11
[    20.412] 	GreenMaskSize: 6
[    20.412] 	GreenFieldPosition: 5
[    20.412] 	BlueMaskSize: 5
[    20.412] 	BlueFieldPosition: 0
[    20.412] 	RsvdMaskSize: 0
[    20.412] 	RsvdFieldPosition: 0
[    20.412] 	DirectColorModeInfo: 0
[    20.412] 	PhysBasePtr: 0xe0000000
[    20.412] 	LinBytesPerScanLine: 2048
[    20.412] 	BnkNumberOfImagePages: 3
[    20.412] 	LinNumberOfImagePages: 3
[    20.412] 	LinRedMaskSize: 5
[    20.412] 	LinRedFieldPosition: 11
[    20.412] 	LinGreenMaskSize: 6
[    20.412] 	LinGreenFieldPosition: 5
[    20.412] 	LinBlueMaskSize: 5
[    20.412] 	LinBlueFieldPosition: 0
[    20.412] 	LinRsvdMaskSize: 0
[    20.412] 	LinRsvdFieldPosition: 0
[    20.412] 	MaxPixelClock: 230000000
[    20.413] *Mode: 118 (1024x768)
[    20.413] 	ModeAttributes: 0x9b
[    20.413] 	WinAAttributes: 0x7
[    20.413] 	WinBAttributes: 0x0
[    20.413] 	WinGranularity: 64
[    20.413] 	WinSize: 64
[    20.413] 	WinASegment: 0xa000
[    20.413] 	WinBSegment: 0x0
[    20.413] 	WinFuncPtr: 0xc0005cd5
[    20.413] 	BytesPerScanline: 4096
[    20.413] 	XResolution: 1024
[    20.413] 	YResolution: 768
[    20.413] 	XCharSize: 8
[    20.413] 	YCharSize: 16
[    20.413] 	NumberOfPlanes: 1
[    20.413] 	BitsPerPixel: 32
[    20.413] 	NumberOfBanks: 1
[    20.413] 	MemoryModel: 6
[    20.413] 	BankSize: 0
[    20.413] 	NumberOfImages: 1
[    20.413] 	RedMaskSize: 8
[    20.413] 	RedFieldPosition: 16
[    20.413] 	GreenMaskSize: 8
[    20.413] 	GreenFieldPosition: 8
[    20.413] 	BlueMaskSize: 8
[    20.413] 	BlueFieldPosition: 0
[    20.413] 	RsvdMaskSize: 8
[    20.413] 	RsvdFieldPosition: 24
[    20.413] 	DirectColorModeInfo: 0
[    20.413] 	PhysBasePtr: 0xe0000000
[    20.413] 	LinBytesPerScanLine: 4096
[    20.413] 	BnkNumberOfImagePages: 1
[    20.413] 	LinNumberOfImagePages: 1
[    20.413] 	LinRedMaskSize: 8
[    20.413] 	LinRedFieldPosition: 16
[    20.413] 	LinGreenMaskSize: 8
[    20.413] 	LinGreenFieldPosition: 8
[    20.413] 	LinBlueMaskSize: 8
[    20.413] 	LinBlueFieldPosition: 0
[    20.413] 	LinRsvdMaskSize: 8
[    20.413] 	LinRsvdFieldPosition: 24
[    20.413] 	MaxPixelClock: 230000000
[    20.414] *Mode: 112 (640x480)
[    20.414] 	ModeAttributes: 0x9b
[    20.414] 	WinAAttributes: 0x7
[    20.414] 	WinBAttributes: 0x0
[    20.414] 	WinGranularity: 64
[    20.414] 	WinSize: 64
[    20.414] 	WinASegment: 0xa000
[    20.414] 	WinBSegment: 0x0
[    20.414] 	WinFuncPtr: 0xc0005cd5
[    20.414] 	BytesPerScanline: 2560
[    20.414] 	XResolution: 640
[    20.414] 	YResolution: 480
[    20.414] 	XCharSize: 8
[    20.414] 	YCharSize: 16
[    20.414] 	NumberOfPlanes: 1
[    20.414] 	BitsPerPixel: 32
[    20.414] 	NumberOfBanks: 1
[    20.414] 	MemoryModel: 6
[    20.414] 	BankSize: 0
[    20.414] 	NumberOfImages: 5
[    20.414] 	RedMaskSize: 8
[    20.414] 	RedFieldPosition: 16
[    20.414] 	GreenMaskSize: 8
[    20.414] 	GreenFieldPosition: 8
[    20.414] 	BlueMaskSize: 8
[    20.414] 	BlueFieldPosition: 0
[    20.414] 	RsvdMaskSize: 8
[    20.414] 	RsvdFieldPosition: 24
[    20.414] 	DirectColorModeInfo: 0
[    20.414] 	PhysBasePtr: 0xe0000000
[    20.414] 	LinBytesPerScanLine: 2560
[    20.414] 	BnkNumberOfImagePages: 5
[    20.414] 	LinNumberOfImagePages: 5
[    20.414] 	LinRedMaskSize: 8
[    20.414] 	LinRedFieldPosition: 16
[    20.414] 	LinGreenMaskSize: 8
[    20.414] 	LinGreenFieldPosition: 8
[    20.414] 	LinBlueMaskSize: 8
[    20.414] 	LinBlueFieldPosition: 0
[    20.414] 	LinRsvdMaskSize: 8
[    20.414] 	LinRsvdFieldPosition: 24
[    20.414] 	MaxPixelClock: 230000000
[    20.415] Mode: 114 (800x600)
[    20.415] 	ModeAttributes: 0x9b
[    20.415] 	WinAAttributes: 0x7
[    20.415] 	WinBAttributes: 0x0
[    20.415] 	WinGranularity: 64
[    20.415] 	WinSize: 64
[    20.415] 	WinASegment: 0xa000
[    20.415] 	WinBSegment: 0x0
[    20.415] 	WinFuncPtr: 0xc0005cd5
[    20.415] 	BytesPerScanline: 1600
[    20.415] 	XResolution: 800
[    20.415] 	YResolution: 600
[    20.415] 	XCharSize: 8
[    20.415] 	YCharSize: 16
[    20.415] 	NumberOfPlanes: 1
[    20.415] 	BitsPerPixel: 16
[    20.415] 	NumberOfBanks: 1
[    20.415] 	MemoryModel: 6
[    20.415] 	BankSize: 0
[    20.415] 	NumberOfImages: 6
[    20.415] 	RedMaskSize: 5
[    20.415] 	RedFieldPosition: 11
[    20.415] 	GreenMaskSize: 6
[    20.415] 	GreenFieldPosition: 5
[    20.415] 	BlueMaskSize: 5
[    20.415] 	BlueFieldPosition: 0
[    20.415] 	RsvdMaskSize: 0
[    20.415] 	RsvdFieldPosition: 0
[    20.415] 	DirectColorModeInfo: 0
[    20.415] 	PhysBasePtr: 0xe0000000
[    20.415] 	LinBytesPerScanLine: 1600
[    20.415] 	BnkNumberOfImagePages: 6
[    20.415] 	LinNumberOfImagePages: 6
[    20.415] 	LinRedMaskSize: 5
[    20.415] 	LinRedFieldPosition: 11
[    20.415] 	LinGreenMaskSize: 6
[    20.415] 	LinGreenFieldPosition: 5
[    20.415] 	LinBlueMaskSize: 5
[    20.415] 	LinBlueFieldPosition: 0
[    20.415] 	LinRsvdMaskSize: 0
[    20.415] 	LinRsvdFieldPosition: 0
[    20.415] 	MaxPixelClock: 230000000
[    20.416] *Mode: 115 (800x600)
[    20.416] 	ModeAttributes: 0x9b
[    20.416] 	WinAAttributes: 0x7
[    20.416] 	WinBAttributes: 0x0
[    20.416] 	WinGranularity: 64
[    20.416] 	WinSize: 64
[    20.416] 	WinASegment: 0xa000
[    20.416] 	WinBSegment: 0x0
[    20.416] 	WinFuncPtr: 0xc0005cd5
[    20.416] 	BytesPerScanline: 3200
[    20.416] 	XResolution: 800
[    20.416] 	YResolution: 600
[    20.416] 	XCharSize: 8
[    20.416] 	YCharSize: 16
[    20.416] 	NumberOfPlanes: 1
[    20.416] 	BitsPerPixel: 32
[    20.416] 	NumberOfBanks: 1
[    20.416] 	MemoryModel: 6
[    20.416] 	BankSize: 0
[    20.416] 	NumberOfImages: 2
[    20.416] 	RedMaskSize: 8
[    20.416] 	RedFieldPosition: 16
[    20.416] 	GreenMaskSize: 8
[    20.416] 	GreenFieldPosition: 8
[    20.416] 	BlueMaskSize: 8
[    20.416] 	BlueFieldPosition: 0
[    20.416] 	RsvdMaskSize: 8
[    20.416] 	RsvdFieldPosition: 24
[    20.416] 	DirectColorModeInfo: 0
[    20.416] 	PhysBasePtr: 0xe0000000
[    20.416] 	LinBytesPerScanLine: 3200
[    20.416] 	BnkNumberOfImagePages: 2
[    20.416] 	LinNumberOfImagePages: 2
[    20.416] 	LinRedMaskSize: 8
[    20.416] 	LinRedFieldPosition: 16
[    20.416] 	LinGreenMaskSize: 8
[    20.416] 	LinGreenFieldPosition: 8
[    20.416] 	LinBlueMaskSize: 8
[    20.416] 	LinBlueFieldPosition: 0
[    20.416] 	LinRsvdMaskSize: 8
[    20.416] 	LinRsvdFieldPosition: 24
[    20.416] 	MaxPixelClock: 230000000
[    20.417] Mode: 101 (640x480)
[    20.417] 	ModeAttributes: 0x9b
[    20.417] 	WinAAttributes: 0x7
[    20.417] 	WinBAttributes: 0x0
[    20.417] 	WinGranularity: 64
[    20.417] 	WinSize: 64
[    20.417] 	WinASegment: 0xa000
[    20.417] 	WinBSegment: 0x0
[    20.417] 	WinFuncPtr: 0xc0005cd5
[    20.417] 	BytesPerScanline: 640
[    20.417] 	XResolution: 640
[    20.417] 	YResolution: 480
[    20.417] 	XCharSize: 8
[    20.417] 	YCharSize: 16
[    20.417] 	NumberOfPlanes: 1
[    20.417] 	BitsPerPixel: 8
[    20.417] 	NumberOfBanks: 1
[    20.417] 	MemoryModel: 4
[    20.417] 	BankSize: 0
[    20.417] 	NumberOfImages: 22
[    20.417] 	RedMaskSize: 0
[    20.417] 	RedFieldPosition: 0
[    20.417] 	GreenMaskSize: 0
[    20.417] 	GreenFieldPosition: 0
[    20.417] 	BlueMaskSize: 0
[    20.417] 	BlueFieldPosition: 0
[    20.417] 	RsvdMaskSize: 0
[    20.417] 	RsvdFieldPosition: 0
[    20.417] 	DirectColorModeInfo: 0
[    20.417] 	PhysBasePtr: 0xe0000000
[    20.417] 	LinBytesPerScanLine: 640
[    20.417] 	BnkNumberOfImagePages: 22
[    20.417] 	LinNumberOfImagePages: 22
[    20.417] 	LinRedMaskSize: 0
[    20.417] 	LinRedFieldPosition: 0
[    20.417] 	LinGreenMaskSize: 0
[    20.417] 	LinGreenFieldPosition: 0
[    20.417] 	LinBlueMaskSize: 0
[    20.417] 	LinBlueFieldPosition: 0
[    20.417] 	LinRsvdMaskSize: 0
[    20.417] 	LinRsvdFieldPosition: 0
[    20.417] 	MaxPixelClock: 230000000
[    20.418] Mode: 103 (800x600)
[    20.418] 	ModeAttributes: 0x9b
[    20.418] 	WinAAttributes: 0x7
[    20.418] 	WinBAttributes: 0x0
[    20.418] 	WinGranularity: 64
[    20.418] 	WinSize: 64
[    20.418] 	WinASegment: 0xa000
[    20.418] 	WinBSegment: 0x0
[    20.418] 	WinFuncPtr: 0xc0005cd5
[    20.418] 	BytesPerScanline: 832
[    20.418] 	XResolution: 800
[    20.418] 	YResolution: 600
[    20.418] 	XCharSize: 8
[    20.418] 	YCharSize: 16
[    20.418] 	NumberOfPlanes: 1
[    20.418] 	BitsPerPixel: 8
[    20.418] 	NumberOfBanks: 1
[    20.418] 	MemoryModel: 4
[    20.418] 	BankSize: 0
[    20.418] 	NumberOfImages: 13
[    20.418] 	RedMaskSize: 0
[    20.418] 	RedFieldPosition: 0
[    20.418] 	GreenMaskSize: 0
[    20.418] 	GreenFieldPosition: 0
[    20.418] 	BlueMaskSize: 0
[    20.418] 	BlueFieldPosition: 0
[    20.418] 	RsvdMaskSize: 0
[    20.418] 	RsvdFieldPosition: 0
[    20.418] 	DirectColorModeInfo: 0
[    20.418] 	PhysBasePtr: 0xe0000000
[    20.418] 	LinBytesPerScanLine: 832
[    20.418] 	BnkNumberOfImagePages: 13
[    20.418] 	LinNumberOfImagePages: 13
[    20.418] 	LinRedMaskSize: 0
[    20.418] 	LinRedFieldPosition: 0
[    20.418] 	LinGreenMaskSize: 0
[    20.418] 	LinGreenFieldPosition: 0
[    20.418] 	LinBlueMaskSize: 0
[    20.418] 	LinBlueFieldPosition: 0
[    20.418] 	LinRsvdMaskSize: 0
[    20.418] 	LinRsvdFieldPosition: 0
[    20.418] 	MaxPixelClock: 230000000
[    20.419] Mode: 111 (640x480)
[    20.419] 	ModeAttributes: 0x9b
[    20.419] 	WinAAttributes: 0x7
[    20.419] 	WinBAttributes: 0x0
[    20.419] 	WinGranularity: 64
[    20.419] 	WinSize: 64
[    20.419] 	WinASegment: 0xa000
[    20.419] 	WinBSegment: 0x0
[    20.419] 	WinFuncPtr: 0xc0005cd5
[    20.419] 	BytesPerScanline: 1280
[    20.419] 	XResolution: 640
[    20.419] 	YResolution: 480
[    20.419] 	XCharSize: 8
[    20.419] 	YCharSize: 16
[    20.419] 	NumberOfPlanes: 1
[    20.419] 	BitsPerPixel: 16
[    20.419] 	NumberOfBanks: 1
[    20.419] 	MemoryModel: 6
[    20.419] 	BankSize: 0
[    20.419] 	NumberOfImages: 10
[    20.419] 	RedMaskSize: 5
[    20.419] 	RedFieldPosition: 11
[    20.419] 	GreenMaskSize: 6
[    20.419] 	GreenFieldPosition: 5
[    20.419] 	BlueMaskSize: 5
[    20.419] 	BlueFieldPosition: 0
[    20.419] 	RsvdMaskSize: 0
[    20.419] 	RsvdFieldPosition: 0
[    20.419] 	DirectColorModeInfo: 0
[    20.419] 	PhysBasePtr: 0xe0000000
[    20.419] 	LinBytesPerScanLine: 1280
[    20.419] 	BnkNumberOfImagePages: 10
[    20.419] 	LinNumberOfImagePages: 10
[    20.419] 	LinRedMaskSize: 5
[    20.419] 	LinRedFieldPosition: 11
[    20.419] 	LinGreenMaskSize: 6
[    20.419] 	LinGreenFieldPosition: 5
[    20.419] 	LinBlueMaskSize: 5
[    20.419] 	LinBlueFieldPosition: 0
[    20.419] 	LinRsvdMaskSize: 0
[    20.419] 	LinRsvdFieldPosition: 0
[    20.419] 	MaxPixelClock: 230000000
[    20.419] 
[    20.419] (II) VESA(0): Total Memory: 119 64KB banks (7616kB)
[    20.419] (II) VESA(0): <default monitor>: Using hsync range of 24.00-83.00 kHz
[    20.419] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-77.00 Hz
[    20.419] (II) VESA(0): <default monitor>: Using maximum pixel clock of 145.00 MHz
[    20.419] (WW) VESA(0): Unable to estimate virtual size
[    20.419] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[    20.425] (--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
[    20.425] (**) VESA(0): *Built-in mode "1280x1024"
[    20.425] (**) VESA(0): *Built-in mode "1024x768"
[    20.425] (**) VESA(0): *Built-in mode "800x600"
[    20.425] (**) VESA(0): *Built-in mode "640x480"
[    20.425] (**) VESA(0): Display dimensions: (380, 300) mm
[    20.425] (**) VESA(0): DPI set to (85, 86)
[    20.425] (**) VESA(0): Using "Shadow Framebuffer"
[    20.425] (II) Loading sub module "shadow"
[    20.425] (II) LoadModule: "shadow"
[    20.425] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    20.426] (II) Module shadow: vendor="X.Org Foundation"
[    20.426] 	compiled for 1.12.4, module version = 1.1.0
[    20.426] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.426] (II) Loading sub module "fb"
[    20.426] (II) LoadModule: "fb"
[    20.426] (II) Loading /usr/lib/xorg/modules/libfb.so
[    20.442] (II) Module fb: vendor="X.Org Foundation"
[    20.442] 	compiled for 1.12.4, module version = 1.0.0
[    20.442] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    20.442] (II) UnloadModule: "fbdev"
[    20.442] (II) Unloading fbdev
[    20.442] (II) UnloadSubModule: "fbdevhw"
[    20.442] (II) Unloading fbdevhw
[    20.442] (==) Depth 24 pixmap format is 32 bpp
[    20.442] (II) Loading sub module "int10"
[    20.442] (II) LoadModule: "int10"
[    20.442] (II) Loading /usr/lib/xorg/modules/libint10.so
[    20.442] (II) Module int10: vendor="X.Org Foundation"
[    20.442] 	compiled for 1.12.4, module version = 1.0.0
[    20.442] 	ABI class: X.Org Video Driver, version 12.1
[    20.442] (II) VESA(0): initializing int10
[    20.443] (II) VESA(0): Bad V_BIOS checksum
[    20.443] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    20.443] (II) VESA(0): VESA BIOS detected
[    20.443] (II) VESA(0): VESA VBE Version 3.0
[    20.443] (II) VESA(0): VESA VBE Total Mem: 7616 kB
[    20.443] (II) VESA(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS
[    20.443] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    20.443] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    20.443] (II) VESA(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller
[    20.443] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    20.444] (II) VESA(0): virtual address = 0xb6621000,
	physical address = 0xe0000000, size = 7798784
[    20.457] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
[    20.614] (==) VESA(0): Default visual is TrueColor
[    20.616] (==) VESA(0): Backing store disabled
[    20.616] (==) VESA(0): DPMS enabled
[    20.616] (==) RandR enabled
[    20.616] (II) Initializing built-in extension Generic Event Extension
[    20.616] (II) Initializing built-in extension SHAPE
[    20.616] (II) Initializing built-in extension MIT-SHM
[    20.616] (II) Initializing built-in extension XInputExtension
[    20.616] (II) Initializing built-in extension XTEST
[    20.616] (II) Initializing built-in extension BIG-REQUESTS
[    20.616] (II) Initializing built-in extension SYNC
[    20.616] (II) Initializing built-in extension XKEYBOARD
[    20.616] (II) Initializing built-in extension XC-MISC
[    20.616] (II) Initializing built-in extension SECURITY
[    20.616] (II) Initializing built-in extension XINERAMA
[    20.616] (II) Initializing built-in extension XFIXES
[    20.616] (II) Initializing built-in extension RENDER
[    20.616] (II) Initializing built-in extension RANDR
[    20.616] (II) Initializing built-in extension COMPOSITE
[    20.616] (II) Initializing built-in extension DAMAGE
[    20.616] (II) SELinux: Disabled on system
[    20.629] (II) AIGLX: Screen 0 is not DRI2 capable
[    20.630] (II) AIGLX: Screen 0 is not DRI capable
[    20.908] (II) AIGLX: Loaded and initialized swrast
[    20.908] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    21.233] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    21.233] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.233] (II) LoadModule: "evdev"
[    21.234] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    21.242] (II) Module evdev: vendor="X.Org Foundation"
[    21.242] 	compiled for 1.12.1, module version = 2.7.0
[    21.242] 	Module class: X.Org XInput Driver
[    21.242] 	ABI class: X.Org XInput driver, version 16.0
[    21.242] (II) Using input driver 'evdev' for 'Power Button'
[    21.242] (**) Power Button: always reports core events
[    21.242] (**) evdev: Power Button: Device: "/dev/input/event3"
[    21.242] (--) evdev: Power Button: Vendor 0 Product 0x1
[    21.242] (--) evdev: Power Button: Found keys
[    21.242] (II) evdev: Power Button: Configuring as keyboard
[    21.242] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    21.242] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.242] (**) Option "xkb_rules" "evdev"
[    21.242] (**) Option "xkb_model" "pc105"
[    21.242] (**) Option "xkb_layout" "se"
[    21.272] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    21.273] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    21.273] (II) Using input driver 'evdev' for 'Video Bus'
[    21.273] (**) Video Bus: always reports core events
[    21.273] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    21.273] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    21.273] (--) evdev: Video Bus: Found keys
[    21.273] (II) evdev: Video Bus: Configuring as keyboard
[    21.273] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[    21.273] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    21.273] (**) Option "xkb_rules" "evdev"
[    21.273] (**) Option "xkb_model" "pc105"
[    21.273] (**) Option "xkb_layout" "se"
[    21.273] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    21.273] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.273] (II) Using input driver 'evdev' for 'Power Button'
[    21.274] (**) Power Button: always reports core events
[    21.274] (**) evdev: Power Button: Device: "/dev/input/event2"
[    21.274] (--) evdev: Power Button: Vendor 0 Product 0x1
[    21.274] (--) evdev: Power Button: Found keys
[    21.274] (II) evdev: Power Button: Configuring as keyboard
[    21.274] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    21.274] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    21.274] (**) Option "xkb_rules" "evdev"
[    21.274] (**) Option "xkb_model" "pc105"
[    21.274] (**) Option "xkb_layout" "se"
[    21.274] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[    21.274] (II) No input driver specified, ignoring this device.
[    21.274] (II) This device may have been added with another device file.
[    21.275] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event10)
[    21.275] (II) No input driver specified, ignoring this device.
[    21.275] (II) This device may have been added with another device file.
[    21.275] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event7)
[    21.275] (II) No input driver specified, ignoring this device.
[    21.275] (II) This device may have been added with another device file.
[    21.276] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[    21.276] (II) No input driver specified, ignoring this device.
[    21.276] (II) This device may have been added with another device file.
[    21.276] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event9)
[    21.276] (II) No input driver specified, ignoring this device.
[    21.276] (II) This device may have been added with another device file.
[    21.277] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event0)
[    21.277] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.277] (II) Using input driver 'evdev' for 'CHICONY HP Basic USB Keyboard'
[    21.277] (**) CHICONY HP Basic USB Keyboard: always reports core events
[    21.277] (**) evdev: CHICONY HP Basic USB Keyboard: Device: "/dev/input/event0"
[    21.277] (--) evdev: CHICONY HP Basic USB Keyboard: Vendor 0x3f0 Product 0x24
[    21.277] (--) evdev: CHICONY HP Basic USB Keyboard: Found keys
[    21.277] (II) evdev: CHICONY HP Basic USB Keyboard: Configuring as keyboard
[    21.277] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.0/input/input0/event0"
[    21.277] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 9)
[    21.277] (**) Option "xkb_rules" "evdev"
[    21.277] (**) Option "xkb_model" "pc105"
[    21.277] (**) Option "xkb_layout" "se"
[    21.278] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event1)
[    21.278] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    21.278] (II) Using input driver 'evdev' for 'PixArt Microsoft USB Optical Mouse'
[    21.278] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[    21.278] (**) evdev: PixArt Microsoft USB Optical Mouse: Device: "/dev/input/event1"
[    21.278] (--) evdev: PixArt Microsoft USB Optical Mouse: Vendor 0x45e Product 0xcb
[    21.278] (--) evdev: PixArt Microsoft USB Optical Mouse: Found 3 mouse buttons
[    21.278] (--) evdev: PixArt Microsoft USB Optical Mouse: Found scroll wheel(s)
[    21.278] (--) evdev: PixArt Microsoft USB Optical Mouse: Found relative axes
[    21.278] (--) evdev: PixArt Microsoft USB Optical Mouse: Found x and y relative axes
[    21.278] (II) evdev: PixArt Microsoft USB Optical Mouse: Configuring as mouse
[    21.278] (II) evdev: PixArt Microsoft USB Optical Mouse: Adding scrollwheel support
[    21.278] (**) evdev: PixArt Microsoft USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    21.278] (**) evdev: PixArt Microsoft USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    21.278] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb5/5-2/5-2:1.0/input/input1/event1"
[    21.278] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 10)
[    21.278] (II) evdev: PixArt Microsoft USB Optical Mouse: initialized for relative axes.
[    21.278] (**) PixArt Microsoft USB Optical Mouse: (accel) keeping acceleration scheme 1
[    21.278] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration profile 0
[    21.278] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[    21.278] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[    21.279] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/mouse0)
[    21.279] (II) No input driver specified, ignoring this device.
[    21.279] (II) This device may have been added with another device file.
[    21.279] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event11)
[    21.279] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[    21.279] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    21.279] (**) ACPI Virtual Keyboard Device: always reports core events
[    21.279] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
[    21.279] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[    21.279] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[    21.279] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[    21.279] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event11"
[    21.279] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 11)
[    21.279] (**) Option "xkb_rules" "evdev"
[    21.280] (**) Option "xkb_model" "pc105"
[    21.280] (**) Option "xkb_layout" "se"
[    21.280] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/event12)
[    21.280] (II) No input driver specified, ignoring this device.
[    21.280] (II) This device may have been added with another device file.
[    21.281] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/js0)
[    21.281] (II) No input driver specified, ignoring this device.
[    21.281] (II) This device may have been added with another device file.
[    21.281] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event4)
[    21.281] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    21.281] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[    21.281] (**) HP WMI hotkeys: always reports core events
[    21.281] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event4"
[    21.281] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[    21.281] (--) evdev: HP WMI hotkeys: Found keys
[    21.281] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[    21.281] (**) Option "config_info" "udev:/sys/devices/virtual/input/input4/event4"
[    21.281] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[    21.281] (**) Option "xkb_rules" "evdev"
[    21.281] (**) Option "xkb_model" "pc105"
[    21.281] (**) Option "xkb_layout" "se"

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#11 Post by Patrik »

The bad Xorg.0.log file:

Code: Select all

[    19.308] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    19.309] X Protocol Version 11, Revision 0
[    19.309] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[    19.309] Current Operating System: Linux debian 3.4-9-rtai-686-pae #1 SMP PREEMPT Debian 3.4.55-4linuxcnc i686
[    19.309] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=a550c911-39d2-4289-ab7f-368eebb740fb ro initrd=/install/gtk/initrd.gz lapic quiet splash rootdelay=5 idle=poll nomodeset
[    19.309] Build Date: 09 February 2015  10:12:47AM
[    19.309] xorg-server 2:1.12.4-6+deb7u6 (Julien Cristau <jcristau@debian.org>) 
[    19.309] Current version of pixman: 0.26.0
[    19.309] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.309] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.309] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 13 01:14:33 2019
[    19.409] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.424] (==) No Layout section.  Using the first Screen section.
[    19.424] (==) No screen section available. Using defaults.
[    19.424] (**) |-->Screen "Default Screen Section" (0)
[    19.424] (**) |   |-->Monitor "<default monitor>"
[    19.437] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    19.438] (==) Automatically adding devices
[    19.438] (==) Automatically enabling devices
[    19.475] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    19.475] 	Entry deleted from font path.
[    19.482] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    19.482] 	Entry deleted from font path.
[    19.482] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    19.482] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.482] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.482] (II) Loader magic: 0xb77df5a0
[    19.482] (II) Module ABI versions:
[    19.482] 	X.Org ANSI C Emulation: 0.4
[    19.482] 	X.Org Video Driver: 12.1
[    19.482] 	X.Org XInput driver : 16.0
[    19.482] 	X.Org Server Extension : 6.0
[    19.483] (--) PCI:*(0:0:2:0) 8086:2992:103c:2801 rev 2, Mem @ 0xf0400000/1048576, 0xe0000000/268435456, I/O @ 0x00001210/8
[    19.483] (II) Open ACPI successful (/var/run/acpid.socket)
[    19.483] (II) LoadModule: "extmod"
[    19.523] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    19.533] (II) Module extmod: vendor="X.Org Foundation"
[    19.533] 	compiled for 1.12.4, module version = 1.0.0
[    19.533] 	Module class: X.Org Server Extension
[    19.533] 	ABI class: X.Org Server Extension, version 6.0
[    19.533] (II) Loading extension SELinux
[    19.533] (II) Loading extension MIT-SCREEN-SAVER
[    19.533] (II) Loading extension XFree86-VidModeExtension
[    19.533] (II) Loading extension XFree86-DGA
[    19.533] (II) Loading extension DPMS
[    19.533] (II) Loading extension XVideo
[    19.533] (II) Loading extension XVideo-MotionCompensation
[    19.533] (II) Loading extension X-Resource
[    19.533] (II) LoadModule: "dbe"
[    19.534] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    19.534] (II) Module dbe: vendor="X.Org Foundation"
[    19.534] 	compiled for 1.12.4, module version = 1.0.0
[    19.534] 	Module class: X.Org Server Extension
[    19.534] 	ABI class: X.Org Server Extension, version 6.0
[    19.534] (II) Loading extension DOUBLE-BUFFER
[    19.534] (II) LoadModule: "glx"
[    19.534] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.543] (II) Module glx: vendor="X.Org Foundation"
[    19.543] 	compiled for 1.12.4, module version = 1.0.0
[    19.543] 	ABI class: X.Org Server Extension, version 6.0
[    19.543] (==) AIGLX enabled
[    19.543] (II) Loading extension GLX
[    19.543] (II) LoadModule: "record"
[    19.543] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    19.544] (II) Module record: vendor="X.Org Foundation"
[    19.544] 	compiled for 1.12.4, module version = 1.13.0
[    19.544] 	Module class: X.Org Server Extension
[    19.544] 	ABI class: X.Org Server Extension, version 6.0
[    19.544] (II) Loading extension RECORD
[    19.544] (II) LoadModule: "dri"
[    19.544] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    19.557] (II) Module dri: vendor="X.Org Foundation"
[    19.557] 	compiled for 1.12.4, module version = 1.0.0
[    19.557] 	ABI class: X.Org Server Extension, version 6.0
[    19.557] (II) Loading extension XFree86-DRI
[    19.557] (II) LoadModule: "dri2"
[    19.557] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    19.558] (II) Module dri2: vendor="X.Org Foundation"
[    19.558] 	compiled for 1.12.4, module version = 1.2.0
[    19.558] 	ABI class: X.Org Server Extension, version 6.0
[    19.558] (II) Loading extension DRI2
[    19.558] (==) Matched intel as autoconfigured driver 0
[    19.558] (==) Matched vesa as autoconfigured driver 1
[    19.558] (==) Matched fbdev as autoconfigured driver 2
[    19.558] (==) Assigned the driver to the xf86ConfigLayout
[    19.558] (II) LoadModule: "intel"
[    19.558] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    19.616] (II) Module intel: vendor="X.Org Foundation"
[    19.616] 	compiled for 1.12.3.902, module version = 2.19.0
[    19.616] 	Module class: X.Org Video Driver
[    19.616] 	ABI class: X.Org Video Driver, version 12.1
[    19.617] (II) LoadModule: "vesa"
[    19.617] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    19.621] (II) Module vesa: vendor="X.Org Foundation"
[    19.621] 	compiled for 1.12.1, module version = 2.3.1
[    19.621] 	Module class: X.Org Video Driver
[    19.621] 	ABI class: X.Org Video Driver, version 12.0
[    19.621] (II) LoadModule: "fbdev"
[    19.621] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    19.629] (II) Module fbdev: vendor="X.Org Foundation"
[    19.629] 	compiled for 1.12.1, module version = 0.4.2
[    19.629] 	ABI class: X.Org Video Driver, version 12.0
[    19.629] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2)
[    19.630] (II) VESA: driver for VESA chipsets: vesa
[    19.630] (II) FBDEV: driver for framebuffer: fbdev
[    19.630] (++) using VT number 7

[    19.633] (WW) Falling back to old probe method for fbdev
[    19.633] (II) Loading sub module "fbdevhw"
[    19.633] (II) LoadModule: "fbdevhw"
[    19.633] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    19.642] (II) Module fbdevhw: vendor="X.Org Foundation"
[    19.642] 	compiled for 1.12.4, module version = 0.0.2
[    19.642] 	ABI class: X.Org Video Driver, version 12.1
[    19.642] (EE) open /dev/fb0: No such file or directory
[    19.642] (II) Loading sub module "vbe"
[    19.642] (II) LoadModule: "vbe"
[    19.642] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    19.645] (II) Module vbe: vendor="X.Org Foundation"
[    19.645] 	compiled for 1.12.4, module version = 1.1.0
[    19.645] 	ABI class: X.Org Video Driver, version 12.1
[    19.645] (II) Loading sub module "int10"
[    19.645] (II) LoadModule: "int10"
[    19.645] (II) Loading /usr/lib/xorg/modules/libint10.so
[    19.646] (II) Module int10: vendor="X.Org Foundation"
[    19.646] 	compiled for 1.12.4, module version = 1.0.0
[    19.646] 	ABI class: X.Org Video Driver, version 12.1
[    19.646] (II) VESA(0): initializing int10
[    19.647] (II) VESA(0): Bad V_BIOS checksum
[    19.647] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    19.647] (II) VESA(0): VESA BIOS detected
[    19.647] (II) VESA(0): VESA VBE Version 3.0
[    19.647] (II) VESA(0): VESA VBE Total Mem: 7616 kB
[    19.647] (II) VESA(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS
[    19.647] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    19.647] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    19.647] (II) VESA(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller
[    19.647] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    19.659] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    19.659] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    19.659] (==) VESA(0): RGB weight 888
[    19.659] (==) VESA(0): Default visual is TrueColor
[    19.659] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.659] (II) Loading sub module "ddc"
[    19.659] (II) LoadModule: "ddc"
[    19.659] (II) Module "ddc" already built-in
[    19.672] (II) VESA(0): VESA VBE DDC supported
[    19.672] (II) VESA(0): VESA VBE DDC Level none
[    19.672] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[    19.673] (II) VESA(0): VESA VBE DDC read failed
[    19.673] (II) VESA(0): VESA VBE PanelID invalid
[    19.673] (II) VESA(0): Searching for matching VESA mode(s):
[    19.673] Mode: 160 (0x0)
[    19.673] 	ModeAttributes: 0x0
[    19.673] 	WinAAttributes: 0x0
[    19.673] 	WinBAttributes: 0x0
[    19.673] 	WinGranularity: 0
[    19.673] 	WinSize: 0
[    19.673] 	WinASegment: 0x0
[    19.673] 	WinBSegment: 0x0
[    19.673] 	WinFuncPtr: 0x0
[    19.673] 	BytesPerScanline: 0
[    19.673] 	XResolution: 0
[    19.673] 	YResolution: 0
[    19.673] 	XCharSize: 0
[    19.673] 	YCharSize: 0
[    19.673] 	NumberOfPlanes: 0
[    19.673] 	BitsPerPixel: 0
[    19.673] 	NumberOfBanks: 0
[    19.673] 	MemoryModel: 0
[    19.673] 	BankSize: 0
[    19.673] 	NumberOfImages: 0
[    19.673] 	RedMaskSize: 0
[    19.673] 	RedFieldPosition: 0
[    19.673] 	GreenMaskSize: 0
[    19.673] 	GreenFieldPosition: 0
[    19.673] 	BlueMaskSize: 0
[    19.673] 	BlueFieldPosition: 0
[    19.673] 	RsvdMaskSize: 0
[    19.673] 	RsvdFieldPosition: 0
[    19.673] 	DirectColorModeInfo: 0
[    19.673] 	PhysBasePtr: 0x0
[    19.673] 	LinBytesPerScanLine: 0
[    19.673] 	BnkNumberOfImagePages: 0
[    19.673] 	LinNumberOfImagePages: 0
[    19.673] 	LinRedMaskSize: 0
[    19.674] 	LinRedFieldPosition: 0
[    19.674] 	LinGreenMaskSize: 0
[    19.674] 	LinGreenFieldPosition: 0
[    19.674] 	LinBlueMaskSize: 0
[    19.674] 	LinBlueFieldPosition: 0
[    19.674] 	LinRsvdMaskSize: 0
[    19.674] 	LinRsvdFieldPosition: 0
[    19.674] 	MaxPixelClock: 0
[    19.683] Mode: 14b (1600x1200)
[    19.683] 	ModeAttributes: 0x9b
[    19.683] 	WinAAttributes: 0x7
[    19.683] 	WinBAttributes: 0x0
[    19.683] 	WinGranularity: 64
[    19.683] 	WinSize: 64
[    19.684] 	WinASegment: 0xa000
[    19.684] 	WinBSegment: 0x0
[    19.684] 	WinFuncPtr: 0xc0005cd5
[    19.684] 	BytesPerScanline: 3200
[    19.684] 	XResolution: 1600
[    19.684] 	YResolution: 1200
[    19.684] 	XCharSize: 8
[    19.684] 	YCharSize: 16
[    19.684] 	NumberOfPlanes: 1
[    19.684] 	BitsPerPixel: 16
[    19.684] 	NumberOfBanks: 1
[    19.684] 	MemoryModel: 6
[    19.684] 	BankSize: 0
[    19.684] 	NumberOfImages: 1
[    19.684] 	RedMaskSize: 5
[    19.684] 	RedFieldPosition: 11
[    19.684] 	GreenMaskSize: 6
[    19.684] 	GreenFieldPosition: 5
[    19.684] 	BlueMaskSize: 5
[    19.684] 	BlueFieldPosition: 0
[    19.684] 	RsvdMaskSize: 0
[    19.684] 	RsvdFieldPosition: 0
[    19.684] 	DirectColorModeInfo: 0
[    19.684] 	PhysBasePtr: 0xe0000000
[    19.684] 	LinBytesPerScanLine: 3200
[    19.684] 	BnkNumberOfImagePages: 1
[    19.684] 	LinNumberOfImagePages: 1
[    19.684] 	LinRedMaskSize: 5
[    19.684] 	LinRedFieldPosition: 11
[    19.684] 	LinGreenMaskSize: 6
[    19.684] 	LinGreenFieldPosition: 5
[    19.684] 	LinBlueMaskSize: 5
[    19.684] 	LinBlueFieldPosition: 0
[    19.684] 	LinRsvdMaskSize: 0
[    19.684] 	LinRsvdFieldPosition: 0
[    19.684] 	MaxPixelClock: 230000000
[    19.685] *Mode: 15a (1600x1200)
[    19.685] 	ModeAttributes: 0x9b
[    19.685] 	WinAAttributes: 0x7
[    19.685] 	WinBAttributes: 0x0
[    19.685] 	WinGranularity: 64
[    19.685] 	WinSize: 64
[    19.685] 	WinASegment: 0xa000
[    19.685] 	WinBSegment: 0x0
[    19.685] 	WinFuncPtr: 0xc0005cd5
[    19.685] 	BytesPerScanline: 6400
[    19.685] 	XResolution: 1600
[    19.685] 	YResolution: 1200
[    19.685] 	XCharSize: 8
[    19.685] 	YCharSize: 16
[    19.685] 	NumberOfPlanes: 1
[    19.685] 	BitsPerPixel: 32
[    19.685] 	NumberOfBanks: 1
[    19.685] 	MemoryModel: 6
[    19.685] 	BankSize: 0
[    19.685] 	NumberOfImages: 0
[    19.685] 	RedMaskSize: 8
[    19.685] 	RedFieldPosition: 16
[    19.685] 	GreenMaskSize: 8
[    19.685] 	GreenFieldPosition: 8
[    19.685] 	BlueMaskSize: 8
[    19.685] 	BlueFieldPosition: 0
[    19.685] 	RsvdMaskSize: 8
[    19.685] 	RsvdFieldPosition: 24
[    19.685] 	DirectColorModeInfo: 0
[    19.685] 	PhysBasePtr: 0xe0000000
[    19.685] 	LinBytesPerScanLine: 6400
[    19.685] 	BnkNumberOfImagePages: 0
[    19.685] 	LinNumberOfImagePages: 0
[    19.685] 	LinRedMaskSize: 8
[    19.685] 	LinRedFieldPosition: 16
[    19.685] 	LinGreenMaskSize: 8
[    19.685] 	LinGreenFieldPosition: 8
[    19.685] 	LinBlueMaskSize: 8
[    19.685] 	LinBlueFieldPosition: 0
[    19.685] 	LinRsvdMaskSize: 8
[    19.685] 	LinRsvdFieldPosition: 24
[    19.685] 	MaxPixelClock: 230000000
[    19.686] Mode: 107 (1280x1024)
[    19.686] 	ModeAttributes: 0x9b
[    19.686] 	WinAAttributes: 0x7
[    19.686] 	WinBAttributes: 0x0
[    19.686] 	WinGranularity: 64
[    19.686] 	WinSize: 64
[    19.686] 	WinASegment: 0xa000
[    19.686] 	WinBSegment: 0x0
[    19.686] 	WinFuncPtr: 0xc0005cd5
[    19.686] 	BytesPerScanline: 1280
[    19.686] 	XResolution: 1280
[    19.686] 	YResolution: 1024
[    19.686] 	XCharSize: 8
[    19.686] 	YCharSize: 16
[    19.686] 	NumberOfPlanes: 1
[    19.686] 	BitsPerPixel: 8
[    19.686] 	NumberOfBanks: 1
[    19.686] 	MemoryModel: 4
[    19.686] 	BankSize: 0
[    19.686] 	NumberOfImages: 4
[    19.686] 	RedMaskSize: 0
[    19.686] 	RedFieldPosition: 0
[    19.686] 	GreenMaskSize: 0
[    19.686] 	GreenFieldPosition: 0
[    19.686] 	BlueMaskSize: 0
[    19.686] 	BlueFieldPosition: 0
[    19.686] 	RsvdMaskSize: 0
[    19.686] 	RsvdFieldPosition: 0
[    19.686] 	DirectColorModeInfo: 0
[    19.686] 	PhysBasePtr: 0xe0000000
[    19.686] 	LinBytesPerScanLine: 1280
[    19.686] 	BnkNumberOfImagePages: 4
[    19.686] 	LinNumberOfImagePages: 4
[    19.686] 	LinRedMaskSize: 0
[    19.686] 	LinRedFieldPosition: 0
[    19.686] 	LinGreenMaskSize: 0
[    19.686] 	LinGreenFieldPosition: 0
[    19.686] 	LinBlueMaskSize: 0
[    19.686] 	LinBlueFieldPosition: 0
[    19.686] 	LinRsvdMaskSize: 0
[    19.686] 	LinRsvdFieldPosition: 0
[    19.686] 	MaxPixelClock: 230000000
[    19.687] Mode: 11a (1280x1024)
[    19.687] 	ModeAttributes: 0x9b
[    19.687] 	WinAAttributes: 0x7
[    19.687] 	WinBAttributes: 0x0
[    19.687] 	WinGranularity: 64
[    19.687] 	WinSize: 64
[    19.687] 	WinASegment: 0xa000
[    19.687] 	WinBSegment: 0x0
[    19.687] 	WinFuncPtr: 0xc0005cd5
[    19.687] 	BytesPerScanline: 2560
[    19.687] 	XResolution: 1280
[    19.687] 	YResolution: 1024
[    19.687] 	XCharSize: 8
[    19.687] 	YCharSize: 16
[    19.687] 	NumberOfPlanes: 1
[    19.687] 	BitsPerPixel: 16
[    19.687] 	NumberOfBanks: 1
[    19.687] 	MemoryModel: 6
[    19.687] 	BankSize: 0
[    19.687] 	NumberOfImages: 1
[    19.687] 	RedMaskSize: 5
[    19.687] 	RedFieldPosition: 11
[    19.687] 	GreenMaskSize: 6
[    19.687] 	GreenFieldPosition: 5
[    19.687] 	BlueMaskSize: 5
[    19.687] 	BlueFieldPosition: 0
[    19.687] 	RsvdMaskSize: 0
[    19.687] 	RsvdFieldPosition: 0
[    19.687] 	DirectColorModeInfo: 0
[    19.687] 	PhysBasePtr: 0xe0000000
[    19.687] 	LinBytesPerScanLine: 2560
[    19.687] 	BnkNumberOfImagePages: 1
[    19.687] 	LinNumberOfImagePages: 1
[    19.687] 	LinRedMaskSize: 5
[    19.687] 	LinRedFieldPosition: 11
[    19.687] 	LinGreenMaskSize: 6
[    19.687] 	LinGreenFieldPosition: 5
[    19.687] 	LinBlueMaskSize: 5
[    19.687] 	LinBlueFieldPosition: 0
[    19.687] 	LinRsvdMaskSize: 0
[    19.687] 	LinRsvdFieldPosition: 0
[    19.687] 	MaxPixelClock: 230000000
[    19.688] *Mode: 11b (1280x1024)
[    19.688] 	ModeAttributes: 0x9b
[    19.688] 	WinAAttributes: 0x7
[    19.688] 	WinBAttributes: 0x0
[    19.688] 	WinGranularity: 64
[    19.688] 	WinSize: 64
[    19.688] 	WinASegment: 0xa000
[    19.688] 	WinBSegment: 0x0
[    19.688] 	WinFuncPtr: 0xc0005cd5
[    19.688] 	BytesPerScanline: 5120
[    19.688] 	XResolution: 1280
[    19.688] 	YResolution: 1024
[    19.688] 	XCharSize: 8
[    19.688] 	YCharSize: 16
[    19.688] 	NumberOfPlanes: 1
[    19.688] 	BitsPerPixel: 32
[    19.688] 	NumberOfBanks: 1
[    19.688] 	MemoryModel: 6
[    19.688] 	BankSize: 0
[    19.688] 	NumberOfImages: 0
[    19.688] 	RedMaskSize: 8
[    19.688] 	RedFieldPosition: 16
[    19.688] 	GreenMaskSize: 8
[    19.688] 	GreenFieldPosition: 8
[    19.688] 	BlueMaskSize: 8
[    19.688] 	BlueFieldPosition: 0
[    19.688] 	RsvdMaskSize: 8
[    19.688] 	RsvdFieldPosition: 24
[    19.688] 	DirectColorModeInfo: 0
[    19.688] 	PhysBasePtr: 0xe0000000
[    19.688] 	LinBytesPerScanLine: 5120
[    19.688] 	BnkNumberOfImagePages: 0
[    19.688] 	LinNumberOfImagePages: 0
[    19.688] 	LinRedMaskSize: 8
[    19.688] 	LinRedFieldPosition: 16
[    19.688] 	LinGreenMaskSize: 8
[    19.688] 	LinGreenFieldPosition: 8
[    19.688] 	LinBlueMaskSize: 8
[    19.688] 	LinBlueFieldPosition: 0
[    19.688] 	LinRsvdMaskSize: 8
[    19.688] 	LinRsvdFieldPosition: 24
[    19.688] 	MaxPixelClock: 230000000
[    19.689] Mode: 105 (1024x768)
[    19.689] 	ModeAttributes: 0x9b
[    19.689] 	WinAAttributes: 0x7
[    19.689] 	WinBAttributes: 0x0
[    19.689] 	WinGranularity: 64
[    19.689] 	WinSize: 64
[    19.689] 	WinASegment: 0xa000
[    19.689] 	WinBSegment: 0x0
[    19.689] 	WinFuncPtr: 0xc0005cd5
[    19.689] 	BytesPerScanline: 1024
[    19.689] 	XResolution: 1024
[    19.689] 	YResolution: 768
[    19.689] 	XCharSize: 8
[    19.689] 	YCharSize: 16
[    19.689] 	NumberOfPlanes: 1
[    19.689] 	BitsPerPixel: 8
[    19.689] 	NumberOfBanks: 1
[    19.689] 	MemoryModel: 4
[    19.689] 	BankSize: 0
[    19.689] 	NumberOfImages: 8
[    19.689] 	RedMaskSize: 0
[    19.689] 	RedFieldPosition: 0
[    19.689] 	GreenMaskSize: 0
[    19.689] 	GreenFieldPosition: 0
[    19.689] 	BlueMaskSize: 0
[    19.689] 	BlueFieldPosition: 0
[    19.689] 	RsvdMaskSize: 0
[    19.689] 	RsvdFieldPosition: 0
[    19.689] 	DirectColorModeInfo: 0
[    19.689] 	PhysBasePtr: 0xe0000000
[    19.689] 	LinBytesPerScanLine: 1024
[    19.689] 	BnkNumberOfImagePages: 8
[    19.689] 	LinNumberOfImagePages: 8
[    19.689] 	LinRedMaskSize: 0
[    19.689] 	LinRedFieldPosition: 0
[    19.689] 	LinGreenMaskSize: 0
[    19.689] 	LinGreenFieldPosition: 0
[    19.689] 	LinBlueMaskSize: 0
[    19.689] 	LinBlueFieldPosition: 0
[    19.689] 	LinRsvdMaskSize: 0
[    19.689] 	LinRsvdFieldPosition: 0
[    19.689] 	MaxPixelClock: 230000000
[    19.690] Mode: 117 (1024x768)
[    19.690] 	ModeAttributes: 0x9b
[    19.690] 	WinAAttributes: 0x7
[    19.690] 	WinBAttributes: 0x0
[    19.690] 	WinGranularity: 64
[    19.690] 	WinSize: 64
[    19.690] 	WinASegment: 0xa000
[    19.690] 	WinBSegment: 0x0
[    19.690] 	WinFuncPtr: 0xc0005cd5
[    19.690] 	BytesPerScanline: 2048
[    19.690] 	XResolution: 1024
[    19.690] 	YResolution: 768
[    19.690] 	XCharSize: 8
[    19.690] 	YCharSize: 16
[    19.690] 	NumberOfPlanes: 1
[    19.690] 	BitsPerPixel: 16
[    19.690] 	NumberOfBanks: 1
[    19.690] 	MemoryModel: 6
[    19.690] 	BankSize: 0
[    19.690] 	NumberOfImages: 3
[    19.690] 	RedMaskSize: 5
[    19.690] 	RedFieldPosition: 11
[    19.690] 	GreenMaskSize: 6
[    19.690] 	GreenFieldPosition: 5
[    19.690] 	BlueMaskSize: 5
[    19.690] 	BlueFieldPosition: 0
[    19.690] 	RsvdMaskSize: 0
[    19.690] 	RsvdFieldPosition: 0
[    19.690] 	DirectColorModeInfo: 0
[    19.690] 	PhysBasePtr: 0xe0000000
[    19.690] 	LinBytesPerScanLine: 2048
[    19.690] 	BnkNumberOfImagePages: 3
[    19.690] 	LinNumberOfImagePages: 3
[    19.690] 	LinRedMaskSize: 5
[    19.690] 	LinRedFieldPosition: 11
[    19.690] 	LinGreenMaskSize: 6
[    19.690] 	LinGreenFieldPosition: 5
[    19.690] 	LinBlueMaskSize: 5
[    19.690] 	LinBlueFieldPosition: 0
[    19.690] 	LinRsvdMaskSize: 0
[    19.690] 	LinRsvdFieldPosition: 0
[    19.690] 	MaxPixelClock: 230000000
[    19.691] *Mode: 118 (1024x768)
[    19.691] 	ModeAttributes: 0x9b
[    19.691] 	WinAAttributes: 0x7
[    19.691] 	WinBAttributes: 0x0
[    19.691] 	WinGranularity: 64
[    19.691] 	WinSize: 64
[    19.691] 	WinASegment: 0xa000
[    19.691] 	WinBSegment: 0x0
[    19.691] 	WinFuncPtr: 0xc0005cd5
[    19.691] 	BytesPerScanline: 4096
[    19.691] 	XResolution: 1024
[    19.691] 	YResolution: 768
[    19.691] 	XCharSize: 8
[    19.691] 	YCharSize: 16
[    19.691] 	NumberOfPlanes: 1
[    19.691] 	BitsPerPixel: 32
[    19.691] 	NumberOfBanks: 1
[    19.691] 	MemoryModel: 6
[    19.691] 	BankSize: 0
[    19.691] 	NumberOfImages: 1
[    19.691] 	RedMaskSize: 8
[    19.691] 	RedFieldPosition: 16
[    19.691] 	GreenMaskSize: 8
[    19.691] 	GreenFieldPosition: 8
[    19.691] 	BlueMaskSize: 8
[    19.691] 	BlueFieldPosition: 0
[    19.691] 	RsvdMaskSize: 8
[    19.691] 	RsvdFieldPosition: 24
[    19.691] 	DirectColorModeInfo: 0
[    19.691] 	PhysBasePtr: 0xe0000000
[    19.691] 	LinBytesPerScanLine: 4096
[    19.691] 	BnkNumberOfImagePages: 1
[    19.691] 	LinNumberOfImagePages: 1
[    19.691] 	LinRedMaskSize: 8
[    19.691] 	LinRedFieldPosition: 16
[    19.691] 	LinGreenMaskSize: 8
[    19.691] 	LinGreenFieldPosition: 8
[    19.691] 	LinBlueMaskSize: 8
[    19.691] 	LinBlueFieldPosition: 0
[    19.691] 	LinRsvdMaskSize: 8
[    19.691] 	LinRsvdFieldPosition: 24
[    19.691] 	MaxPixelClock: 230000000
[    19.692] *Mode: 112 (640x480)
[    19.692] 	ModeAttributes: 0x9b
[    19.692] 	WinAAttributes: 0x7
[    19.692] 	WinBAttributes: 0x0
[    19.692] 	WinGranularity: 64
[    19.692] 	WinSize: 64
[    19.692] 	WinASegment: 0xa000
[    19.692] 	WinBSegment: 0x0
[    19.692] 	WinFuncPtr: 0xc0005cd5
[    19.692] 	BytesPerScanline: 2560
[    19.692] 	XResolution: 640
[    19.692] 	YResolution: 480
[    19.692] 	XCharSize: 8
[    19.692] 	YCharSize: 16
[    19.692] 	NumberOfPlanes: 1
[    19.692] 	BitsPerPixel: 32
[    19.692] 	NumberOfBanks: 1
[    19.692] 	MemoryModel: 6
[    19.692] 	BankSize: 0
[    19.692] 	NumberOfImages: 5
[    19.692] 	RedMaskSize: 8
[    19.692] 	RedFieldPosition: 16
[    19.692] 	GreenMaskSize: 8
[    19.692] 	GreenFieldPosition: 8
[    19.692] 	BlueMaskSize: 8
[    19.692] 	BlueFieldPosition: 0
[    19.692] 	RsvdMaskSize: 8
[    19.692] 	RsvdFieldPosition: 24
[    19.692] 	DirectColorModeInfo: 0
[    19.692] 	PhysBasePtr: 0xe0000000
[    19.692] 	LinBytesPerScanLine: 2560
[    19.692] 	BnkNumberOfImagePages: 5
[    19.692] 	LinNumberOfImagePages: 5
[    19.692] 	LinRedMaskSize: 8
[    19.692] 	LinRedFieldPosition: 16
[    19.692] 	LinGreenMaskSize: 8
[    19.692] 	LinGreenFieldPosition: 8
[    19.692] 	LinBlueMaskSize: 8
[    19.692] 	LinBlueFieldPosition: 0
[    19.692] 	LinRsvdMaskSize: 8
[    19.692] 	LinRsvdFieldPosition: 24
[    19.692] 	MaxPixelClock: 230000000
[    19.693] Mode: 114 (800x600)
[    19.693] 	ModeAttributes: 0x9b
[    19.693] 	WinAAttributes: 0x7
[    19.693] 	WinBAttributes: 0x0
[    19.693] 	WinGranularity: 64
[    19.693] 	WinSize: 64
[    19.693] 	WinASegment: 0xa000
[    19.693] 	WinBSegment: 0x0
[    19.693] 	WinFuncPtr: 0xc0005cd5
[    19.693] 	BytesPerScanline: 1600
[    19.693] 	XResolution: 800
[    19.693] 	YResolution: 600
[    19.693] 	XCharSize: 8
[    19.693] 	YCharSize: 16
[    19.693] 	NumberOfPlanes: 1
[    19.693] 	BitsPerPixel: 16
[    19.693] 	NumberOfBanks: 1
[    19.693] 	MemoryModel: 6
[    19.693] 	BankSize: 0
[    19.693] 	NumberOfImages: 6
[    19.693] 	RedMaskSize: 5
[    19.693] 	RedFieldPosition: 11
[    19.693] 	GreenMaskSize: 6
[    19.693] 	GreenFieldPosition: 5
[    19.693] 	BlueMaskSize: 5
[    19.693] 	BlueFieldPosition: 0
[    19.693] 	RsvdMaskSize: 0
[    19.693] 	RsvdFieldPosition: 0
[    19.693] 	DirectColorModeInfo: 0
[    19.693] 	PhysBasePtr: 0xe0000000
[    19.693] 	LinBytesPerScanLine: 1600
[    19.693] 	BnkNumberOfImagePages: 6
[    19.693] 	LinNumberOfImagePages: 6
[    19.693] 	LinRedMaskSize: 5
[    19.693] 	LinRedFieldPosition: 11
[    19.693] 	LinGreenMaskSize: 6
[    19.693] 	LinGreenFieldPosition: 5
[    19.693] 	LinBlueMaskSize: 5
[    19.693] 	LinBlueFieldPosition: 0
[    19.693] 	LinRsvdMaskSize: 0
[    19.694] 	LinRsvdFieldPosition: 0
[    19.694] 	MaxPixelClock: 230000000
[    19.694] *Mode: 115 (800x600)
[    19.694] 	ModeAttributes: 0x9b
[    19.694] 	WinAAttributes: 0x7
[    19.694] 	WinBAttributes: 0x0
[    19.694] 	WinGranularity: 64
[    19.694] 	WinSize: 64
[    19.694] 	WinASegment: 0xa000
[    19.694] 	WinBSegment: 0x0
[    19.694] 	WinFuncPtr: 0xc0005cd5
[    19.694] 	BytesPerScanline: 3200
[    19.694] 	XResolution: 800
[    19.694] 	YResolution: 600
[    19.694] 	XCharSize: 8
[    19.694] 	YCharSize: 16
[    19.694] 	NumberOfPlanes: 1
[    19.694] 	BitsPerPixel: 32
[    19.694] 	NumberOfBanks: 1
[    19.694] 	MemoryModel: 6
[    19.694] 	BankSize: 0
[    19.694] 	NumberOfImages: 2
[    19.694] 	RedMaskSize: 8
[    19.694] 	RedFieldPosition: 16
[    19.694] 	GreenMaskSize: 8
[    19.694] 	GreenFieldPosition: 8
[    19.694] 	BlueMaskSize: 8
[    19.694] 	BlueFieldPosition: 0
[    19.694] 	RsvdMaskSize: 8
[    19.694] 	RsvdFieldPosition: 24
[    19.694] 	DirectColorModeInfo: 0
[    19.695] 	PhysBasePtr: 0xe0000000
[    19.695] 	LinBytesPerScanLine: 3200
[    19.695] 	BnkNumberOfImagePages: 2
[    19.695] 	LinNumberOfImagePages: 2
[    19.695] 	LinRedMaskSize: 8
[    19.695] 	LinRedFieldPosition: 16
[    19.695] 	LinGreenMaskSize: 8
[    19.695] 	LinGreenFieldPosition: 8
[    19.695] 	LinBlueMaskSize: 8
[    19.695] 	LinBlueFieldPosition: 0
[    19.695] 	LinRsvdMaskSize: 8
[    19.695] 	LinRsvdFieldPosition: 24
[    19.695] 	MaxPixelClock: 230000000
[    19.695] Mode: 101 (640x480)
[    19.695] 	ModeAttributes: 0x9b
[    19.695] 	WinAAttributes: 0x7
[    19.695] 	WinBAttributes: 0x0
[    19.695] 	WinGranularity: 64
[    19.695] 	WinSize: 64
[    19.695] 	WinASegment: 0xa000
[    19.695] 	WinBSegment: 0x0
[    19.695] 	WinFuncPtr: 0xc0005cd5
[    19.695] 	BytesPerScanline: 640
[    19.695] 	XResolution: 640
[    19.695] 	YResolution: 480
[    19.695] 	XCharSize: 8
[    19.695] 	YCharSize: 16
[    19.695] 	NumberOfPlanes: 1
[    19.695] 	BitsPerPixel: 8
[    19.695] 	NumberOfBanks: 1
[    19.695] 	MemoryModel: 4
[    19.695] 	BankSize: 0
[    19.695] 	NumberOfImages: 22
[    19.695] 	RedMaskSize: 0
[    19.695] 	RedFieldPosition: 0
[    19.695] 	GreenMaskSize: 0
[    19.695] 	GreenFieldPosition: 0
[    19.695] 	BlueMaskSize: 0
[    19.695] 	BlueFieldPosition: 0
[    19.695] 	RsvdMaskSize: 0
[    19.695] 	RsvdFieldPosition: 0
[    19.695] 	DirectColorModeInfo: 0
[    19.695] 	PhysBasePtr: 0xe0000000
[    19.695] 	LinBytesPerScanLine: 640
[    19.695] 	BnkNumberOfImagePages: 22
[    19.695] 	LinNumberOfImagePages: 22
[    19.695] 	LinRedMaskSize: 0
[    19.695] 	LinRedFieldPosition: 0
[    19.695] 	LinGreenMaskSize: 0
[    19.695] 	LinGreenFieldPosition: 0
[    19.695] 	LinBlueMaskSize: 0
[    19.695] 	LinBlueFieldPosition: 0
[    19.696] 	LinRsvdMaskSize: 0
[    19.696] 	LinRsvdFieldPosition: 0
[    19.696] 	MaxPixelClock: 230000000
[    19.696] Mode: 103 (800x600)
[    19.696] 	ModeAttributes: 0x9b
[    19.696] 	WinAAttributes: 0x7
[    19.696] 	WinBAttributes: 0x0
[    19.696] 	WinGranularity: 64
[    19.696] 	WinSize: 64
[    19.696] 	WinASegment: 0xa000
[    19.696] 	WinBSegment: 0x0
[    19.696] 	WinFuncPtr: 0xc0005cd5
[    19.696] 	BytesPerScanline: 832
[    19.696] 	XResolution: 800
[    19.696] 	YResolution: 600
[    19.696] 	XCharSize: 8
[    19.696] 	YCharSize: 16
[    19.696] 	NumberOfPlanes: 1
[    19.696] 	BitsPerPixel: 8
[    19.696] 	NumberOfBanks: 1
[    19.696] 	MemoryModel: 4
[    19.696] 	BankSize: 0
[    19.696] 	NumberOfImages: 13
[    19.696] 	RedMaskSize: 0
[    19.696] 	RedFieldPosition: 0
[    19.696] 	GreenMaskSize: 0
[    19.696] 	GreenFieldPosition: 0
[    19.696] 	BlueMaskSize: 0
[    19.696] 	BlueFieldPosition: 0
[    19.696] 	RsvdMaskSize: 0
[    19.696] 	RsvdFieldPosition: 0
[    19.696] 	DirectColorModeInfo: 0
[    19.696] 	PhysBasePtr: 0xe0000000
[    19.696] 	LinBytesPerScanLine: 832
[    19.696] 	BnkNumberOfImagePages: 13
[    19.696] 	LinNumberOfImagePages: 13
[    19.696] 	LinRedMaskSize: 0
[    19.696] 	LinRedFieldPosition: 0
[    19.696] 	LinGreenMaskSize: 0
[    19.696] 	LinGreenFieldPosition: 0
[    19.696] 	LinBlueMaskSize: 0
[    19.696] 	LinBlueFieldPosition: 0
[    19.696] 	LinRsvdMaskSize: 0
[    19.696] 	LinRsvdFieldPosition: 0
[    19.696] 	MaxPixelClock: 230000000
[    19.697] Mode: 111 (640x480)
[    19.697] 	ModeAttributes: 0x9b
[    19.697] 	WinAAttributes: 0x7
[    19.697] 	WinBAttributes: 0x0
[    19.697] 	WinGranularity: 64
[    19.697] 	WinSize: 64
[    19.697] 	WinASegment: 0xa000
[    19.697] 	WinBSegment: 0x0
[    19.697] 	WinFuncPtr: 0xc0005cd5
[    19.697] 	BytesPerScanline: 1280
[    19.697] 	XResolution: 640
[    19.697] 	YResolution: 480
[    19.697] 	XCharSize: 8
[    19.697] 	YCharSize: 16
[    19.697] 	NumberOfPlanes: 1
[    19.697] 	BitsPerPixel: 16
[    19.697] 	NumberOfBanks: 1
[    19.697] 	MemoryModel: 6
[    19.697] 	BankSize: 0
[    19.697] 	NumberOfImages: 10
[    19.697] 	RedMaskSize: 5
[    19.697] 	RedFieldPosition: 11
[    19.697] 	GreenMaskSize: 6
[    19.697] 	GreenFieldPosition: 5
[    19.697] 	BlueMaskSize: 5
[    19.697] 	BlueFieldPosition: 0
[    19.697] 	RsvdMaskSize: 0
[    19.697] 	RsvdFieldPosition: 0
[    19.697] 	DirectColorModeInfo: 0
[    19.697] 	PhysBasePtr: 0xe0000000
[    19.697] 	LinBytesPerScanLine: 1280
[    19.697] 	BnkNumberOfImagePages: 10
[    19.697] 	LinNumberOfImagePages: 10
[    19.697] 	LinRedMaskSize: 5
[    19.697] 	LinRedFieldPosition: 11
[    19.697] 	LinGreenMaskSize: 6
[    19.697] 	LinGreenFieldPosition: 5
[    19.697] 	LinBlueMaskSize: 5
[    19.697] 	LinBlueFieldPosition: 0
[    19.697] 	LinRsvdMaskSize: 0
[    19.697] 	LinRsvdFieldPosition: 0
[    19.697] 	MaxPixelClock: 230000000
[    19.698] 
[    19.698] (II) VESA(0): Total Memory: 119 64KB banks (7616kB)
[    19.698] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[    19.698] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[    19.698] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[    19.698] (WW) VESA(0): Unable to estimate virtual size
[    19.698] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[    19.698] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[    19.698] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    19.698] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    19.698] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    19.698] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    19.698] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[    19.698] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[    19.698] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[    19.698] (WW) VESA(0): Unable to estimate virtual size
[    19.698] (II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
[    19.698] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[    19.698] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    19.698] (**) VESA(0): *Built-in mode "1024x768"
[    19.698] (**) VESA(0): *Built-in mode "800x600"
[    19.698] (**) VESA(0): *Built-in mode "640x480"
[    19.698] (==) VESA(0): DPI set to (96, 96)
[    19.698] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
[    19.701] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
[    19.702] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
[    19.705] (**) VESA(0): Using "Shadow Framebuffer"
[    19.705] (II) Loading sub module "shadow"
[    19.705] (II) LoadModule: "shadow"
[    19.705] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    19.706] (II) Module shadow: vendor="X.Org Foundation"
[    19.706] 	compiled for 1.12.4, module version = 1.1.0
[    19.706] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.706] (II) Loading sub module "fb"
[    19.706] (II) LoadModule: "fb"
[    19.706] (II) Loading /usr/lib/xorg/modules/libfb.so
[    19.715] (II) Module fb: vendor="X.Org Foundation"
[    19.715] 	compiled for 1.12.4, module version = 1.0.0
[    19.715] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.715] (II) UnloadModule: "fbdev"
[    19.715] (II) Unloading fbdev
[    19.715] (II) UnloadSubModule: "fbdevhw"
[    19.715] (II) Unloading fbdevhw
[    19.715] (==) Depth 24 pixmap format is 32 bpp
[    19.715] (II) Loading sub module "int10"
[    19.715] (II) LoadModule: "int10"
[    19.716] (II) Loading /usr/lib/xorg/modules/libint10.so
[    19.716] (II) Module int10: vendor="X.Org Foundation"
[    19.716] 	compiled for 1.12.4, module version = 1.0.0
[    19.716] 	ABI class: X.Org Video Driver, version 12.1
[    19.716] (II) VESA(0): initializing int10
[    19.716] (II) VESA(0): Bad V_BIOS checksum
[    19.716] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    19.716] (II) VESA(0): VESA BIOS detected
[    19.716] (II) VESA(0): VESA VBE Version 3.0
[    19.716] (II) VESA(0): VESA VBE Total Mem: 7616 kB
[    19.716] (II) VESA(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS
[    19.716] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    19.716] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    19.716] (II) VESA(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller
[    19.716] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    19.717] (II) VESA(0): virtual address = 0xb6618000,
	physical address = 0xe0000000, size = 7798784
[    19.730] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[    19.889] (==) VESA(0): Default visual is TrueColor
[    19.892] (==) VESA(0): Backing store disabled
[    19.892] (==) VESA(0): DPMS enabled
[    19.892] (==) RandR enabled
[    19.892] (II) Initializing built-in extension Generic Event Extension
[    19.892] (II) Initializing built-in extension SHAPE
[    19.892] (II) Initializing built-in extension MIT-SHM
[    19.892] (II) Initializing built-in extension XInputExtension
[    19.892] (II) Initializing built-in extension XTEST
[    19.892] (II) Initializing built-in extension BIG-REQUESTS
[    19.892] (II) Initializing built-in extension SYNC
[    19.892] (II) Initializing built-in extension XKEYBOARD
[    19.892] (II) Initializing built-in extension XC-MISC
[    19.892] (II) Initializing built-in extension SECURITY
[    19.892] (II) Initializing built-in extension XINERAMA
[    19.892] (II) Initializing built-in extension XFIXES
[    19.892] (II) Initializing built-in extension RENDER
[    19.892] (II) Initializing built-in extension RANDR
[    19.892] (II) Initializing built-in extension COMPOSITE
[    19.893] (II) Initializing built-in extension DAMAGE
[    19.893] (II) SELinux: Disabled on system
[    19.906] (II) AIGLX: Screen 0 is not DRI2 capable
[    19.906] (II) AIGLX: Screen 0 is not DRI capable
[    20.182] (II) AIGLX: Loaded and initialized swrast
[    20.182] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    20.508] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    20.508] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.508] (II) LoadModule: "evdev"
[    20.508] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.517] (II) Module evdev: vendor="X.Org Foundation"
[    20.517] 	compiled for 1.12.1, module version = 2.7.0
[    20.517] 	Module class: X.Org XInput Driver
[    20.517] 	ABI class: X.Org XInput driver, version 16.0
[    20.517] (II) Using input driver 'evdev' for 'Power Button'
[    20.517] (**) Power Button: always reports core events
[    20.517] (**) evdev: Power Button: Device: "/dev/input/event3"
[    20.517] (--) evdev: Power Button: Vendor 0 Product 0x1
[    20.517] (--) evdev: Power Button: Found keys
[    20.517] (II) evdev: Power Button: Configuring as keyboard
[    20.517] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    20.517] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    20.517] (**) Option "xkb_rules" "evdev"
[    20.517] (**) Option "xkb_model" "pc105"
[    20.517] (**) Option "xkb_layout" "se"
[    20.547] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    20.547] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    20.547] (II) Using input driver 'evdev' for 'Video Bus'
[    20.547] (**) Video Bus: always reports core events
[    20.547] (**) evdev: Video Bus: Device: "/dev/input/event10"
[    20.547] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    20.547] (--) evdev: Video Bus: Found keys
[    20.547] (II) evdev: Video Bus: Configuring as keyboard
[    20.547] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10"
[    20.547] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    20.547] (**) Option "xkb_rules" "evdev"
[    20.547] (**) Option "xkb_model" "pc105"
[    20.547] (**) Option "xkb_layout" "se"
[    20.548] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    20.548] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.548] (II) Using input driver 'evdev' for 'Power Button'
[    20.548] (**) Power Button: always reports core events
[    20.548] (**) evdev: Power Button: Device: "/dev/input/event2"
[    20.548] (--) evdev: Power Button: Vendor 0 Product 0x1
[    20.548] (--) evdev: Power Button: Found keys
[    20.548] (II) evdev: Power Button: Configuring as keyboard
[    20.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    20.548] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    20.548] (**) Option "xkb_rules" "evdev"
[    20.548] (**) Option "xkb_model" "pc105"
[    20.548] (**) Option "xkb_layout" "se"
[    20.549] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[    20.549] (II) No input driver specified, ignoring this device.
[    20.549] (II) This device may have been added with another device file.
[    20.549] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event5)
[    20.549] (II) No input driver specified, ignoring this device.
[    20.549] (II) This device may have been added with another device file.
[    20.550] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event6)
[    20.550] (II) No input driver specified, ignoring this device.
[    20.550] (II) This device may have been added with another device file.
[    20.550] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event7)
[    20.550] (II) No input driver specified, ignoring this device.
[    20.550] (II) This device may have been added with another device file.
[    20.551] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event8)
[    20.551] (II) No input driver specified, ignoring this device.
[    20.551] (II) This device may have been added with another device file.
[    20.551] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event0)
[    20.551] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    20.551] (II) Using input driver 'evdev' for 'CHICONY HP Basic USB Keyboard'
[    20.551] (**) CHICONY HP Basic USB Keyboard: always reports core events
[    20.551] (**) evdev: CHICONY HP Basic USB Keyboard: Device: "/dev/input/event0"
[    20.551] (--) evdev: CHICONY HP Basic USB Keyboard: Vendor 0x3f0 Product 0x24
[    20.551] (--) evdev: CHICONY HP Basic USB Keyboard: Found keys
[    20.551] (II) evdev: CHICONY HP Basic USB Keyboard: Configuring as keyboard
[    20.551] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input0/event0"
[    20.551] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 9)
[    20.551] (**) Option "xkb_rules" "evdev"
[    20.551] (**) Option "xkb_model" "pc105"
[    20.551] (**) Option "xkb_layout" "se"
[    20.552] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event1)
[    20.552] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    20.552] (II) Using input driver 'evdev' for 'PixArt Microsoft USB Optical Mouse'
[    20.552] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[    20.552] (**) evdev: PixArt Microsoft USB Optical Mouse: Device: "/dev/input/event1"
[    20.552] (--) evdev: PixArt Microsoft USB Optical Mouse: Vendor 0x45e Product 0xcb
[    20.552] (--) evdev: PixArt Microsoft USB Optical Mouse: Found 3 mouse buttons
[    20.552] (--) evdev: PixArt Microsoft USB Optical Mouse: Found scroll wheel(s)
[    20.552] (--) evdev: PixArt Microsoft USB Optical Mouse: Found relative axes
[    20.552] (--) evdev: PixArt Microsoft USB Optical Mouse: Found x and y relative axes
[    20.552] (II) evdev: PixArt Microsoft USB Optical Mouse: Configuring as mouse
[    20.552] (II) evdev: PixArt Microsoft USB Optical Mouse: Adding scrollwheel support
[    20.552] (**) evdev: PixArt Microsoft USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    20.552] (**) evdev: PixArt Microsoft USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    20.553] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input1/event1"
[    20.553] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 10)
[    20.553] (II) evdev: PixArt Microsoft USB Optical Mouse: initialized for relative axes.
[    20.553] (**) PixArt Microsoft USB Optical Mouse: (accel) keeping acceleration scheme 1
[    20.553] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration profile 0
[    20.553] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[    20.553] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[    20.553] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/mouse0)
[    20.553] (II) No input driver specified, ignoring this device.
[    20.553] (II) This device may have been added with another device file.
[    20.554] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event11)
[    20.554] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[    20.554] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    20.554] (**) ACPI Virtual Keyboard Device: always reports core events
[    20.554] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
[    20.554] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[    20.554] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[    20.554] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[    20.554] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event11"
[    20.554] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 11)
[    20.554] (**) Option "xkb_rules" "evdev"
[    20.554] (**) Option "xkb_model" "pc105"
[    20.554] (**) Option "xkb_layout" "se"
[    20.555] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/event12)
[    20.555] (II) No input driver specified, ignoring this device.
[    20.555] (II) This device may have been added with another device file.
[    20.555] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/js0)
[    20.555] (II) No input driver specified, ignoring this device.
[    20.555] (II) This device may have been added with another device file.
[    20.556] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
[    20.556] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    20.556] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[    20.556] (**) HP WMI hotkeys: always reports core events
[    20.556] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event9"
[    20.556] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[    20.556] (--) evdev: HP WMI hotkeys: Found keys
[    20.556] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[    20.556] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
[    20.556] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[    20.556] (**) Option "xkb_rules" "evdev"
[    20.556] (**) Option "xkb_model" "pc105"
[    20.556] (**) Option "xkb_layout" "se"

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Can't set correct screen resolution.

#12 Post by Head_on_a_Stick »

Patrik wrote:

Code: Select all

[    19.698] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
Did the custom mode work when you tried to add & apply it with the `xrandr` command?
deadbang

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#13 Post by Patrik »

I could add and see the custom mode with xrandr but I got some crtc 0 and gamma size errors when I did the --output part.
Screen flickered and then both errors was shown in the terminal.
I too saw the line you quoted which brought me to try setting the sync manually, guided by another forum entry that was successful for him.
I figured if that mode was only rejected because of hsync it would be the easiest way to work around it. But I hung the computer and needed expert help to even get to a prompt again :oops:.
I appreciate your help.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Can't set correct screen resolution.

#14 Post by Head_on_a_Stick »

I really do think you should try a supported release, the packages in wheezy now have several known vulnerabilities and so represent a significant risk.

Have you tried a current live version to check if your cable works there? (He asks again.)
deadbang

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#15 Post by Patrik »

I feel a strong resistance against poking the installations. I have not tried any other release.
They are, apart from the cable, stable. They are offline, do not need to adapt to new tasks and I wish for them to be a closed chapter.
I have a hard time seeing that changing a screen resolution should be a larger struggle than would updating the whole system and reapplying the CNC application.
An update might fix one problem and create three other hidden problems which can be dangerous and costly if it happens in a control system for a ten meter long lathe. I am totally making excuses but if changing the resolution is this hard, how hard should I expect changing everything to be.
I must do another job today but hope to continue with this soon.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Can't set correct screen resolution.

#16 Post by Head_on_a_Stick »

Patrik wrote:I could add and see the custom mode with xrandr but I got some crtc 0 and gamma size errors when I did the --output part.
Did you enter the error messages into a search engine and attempt to solve the problem?

Perhaps if you post the exact commands you used then we could spot any mistakes.
deadbang

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#17 Post by Patrik »

Yes, I Googled the errors but found no applicable solution.
I will be pleased to post the exact commands and errors tomorrow.

Must update this today:
https://www.youtube.com/watch?v=L8R3ta7KA5Q
https://www.youtube.com/watch?v=uJaWAC-U1bc

Looking forward to solving the resolution problem.

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#18 Post by Patrik »

So, this is what I get from xrandr:

patrik@debian:/usr/share/X11/xorg.conf.d$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.0*
800x600 61.0
640x480 60.0
patrik@debian:/usr/share/X11/xorg.conf.d$ cvt 1280 1024 59
# 1280x1024 58.85 Hz (CVT) hsync: 62.50 kHz; pclk: 106.00 MHz
Modeline "1280x1024_59.00" 106.00 1280 1360 1488 1696 1024 1027 1034 1062 -hsync +vsync
patrik@debian:/usr/share/X11/xorg.conf.d$ xrandr --newmode "1280x1024_59.00" 106.00 1280 1360 1488 1696 1024 1027 1034 1062 -hsync +vsync
xrandr: Failed to get size of gamma for output default
patrik@debian:/usr/share/X11/xorg.conf.d$ xrandr --addmode default 1280x1024_59.00
xrandr: Failed to get size of gamma for output default
patrik@debian:/usr/share/X11/xorg.conf.d$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1280 x 1024
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.0*
800x600 61.0
640x480 60.0
1280x1024_59.00 58.9
patrik@debian:/usr/share/X11/xorg.conf.d$ xrandr --output default --mode 1280x1024_59.00
xrandr: Failed to get size of gamma for output default
xrandr: Configure crtc 0 failed
patrik@debian:/usr/share/X11/xorg.conf.d$

I Googled the crtc 0 failure but no one seems to solve it, they just find workarounds that don't apply in my case. That's why I thought that I would be forced to use the .conf file way of solving this.

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#19 Post by Patrik »

This is the xrandr --verbose after I added the mode:

patrik@debian:/usr/share/X11/xorg.conf.d$ xrandr --verbose
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1280 x 1024
default connected 1024x768+0+0 (0x138) normal (normal) 0mm x 0mm
Identifier: 0x137
Timestamp: 18727
Subpixel: unknown
Clones:
CRTC: 0
CRTCs: 0
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
1024x768 (0x138) 48.0MHz *current
h: width 1024 start 0 end 0 total 1024 skew 0 clock 46.8KHz
v: height 768 start 0 end 0 total 768 clock 61.0Hz
800x600 (0x139) 29.3MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 36.6KHz
v: height 600 start 0 end 0 total 600 clock 61.0Hz
640x480 (0x13a) 18.4MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 28.8KHz
v: height 480 start 0 end 0 total 480 clock 60.0Hz
1280x1024-60.00 (0x149) 109.0MHz -HSync +VSync
h: width 1280 start 1368 end 1496 total 1712 skew 0 clock 63.7KHz
v: height 1024 start 1027 end 1034 total 1063 clock 59.9Hz
patrik@debian:/usr/share/X11/xorg.conf.d$

Maximum is now 1280x1024 but before I added the mode maximum was 1024x768.

This is xrandr --verbose if I boot with the VGA cable:

patrik@debian:/usr/share/X11/xorg.conf.d$ xrandr --verbose
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 (0x138) normal (normal) 0mm x 0mm
Identifier: 0x137
Timestamp: 20129
Subpixel: no subpixels
Clones:
CRTC: 0
CRTCs: 0
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
1280x1024 (0x138) 0.0MHz *current
h: width 1280 start 0 end 0 total 1280 skew 0 clock 0.0KHz
v: height 1024 start 0 end 0 total 1024 clock 0.0Hz
1024x768 (0x139) 0.0MHz
h: width 1024 start 0 end 0 total 1024 skew 0 clock 0.0KHz
v: height 768 start 0 end 0 total 768 clock 0.0Hz
800x600 (0x13a) 0.0MHz
h: width 800 start 0 end 0 total 800 skew 0 clock 0.0KHz
v: height 600 start 0 end 0 total 600 clock 0.0Hz
640x480 (0x13b) 0.0MHz
h: width 640 start 0 end 0 total 640 skew 0 clock 0.0KHz
v: height 480 start 0 end 0 total 480 clock 0.0Hz
patrik@debian:/usr/share/X11/xorg.conf.d$

I stress again that the HDMI cable works fine if I boot with the VGA cable and then switch to the HDMI cable. There must be a (simple) way of tricking the computer but I cannot find it.

Patrik
Posts: 14
Joined: 2019-02-12 04:03

Re: Can't set correct screen resolution.

#20 Post by Patrik »

Got it

Code: Select all

Section "Monitor"
Identifier "Monitor0"
DisplaySize 380 300
HorizSync 24-83
ModeLine "1280x1024" 108.00  1280 1328 1440 1688  1024 1025 1028 1066
#ModeLine "1280x1024" 108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Device"
Identifier "Device0"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
I am very grateful for the init=/bin/bash trick.

Post Reply