[Solved]Resolution/Video driver issue

You have a problem with Salix? Post here and we'll do what we can to help.
gabrieles84
Posts: 8
Joined: 20. Dec 2014, 15:17

[Solved]Resolution/Video driver issue

Post by gabrieles84 »

Hello everyone! First i would like to thanks salix team for their job!
I've just installed salix 14.1 xfce x86-64 on my AsRock q1900-itx based pc with integrated intel hd graphic and installation went fine. I've issues with video relolution... This is xrandr output:

Code: Select all

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1440 x 1024, maximum 1440 x 1024
default connected 1440x1024+0+0 0mm x 0mm
   1280x1024       0.0  
   1440x900        0.0  
   1024x768        0.0  
   800x600         0.0  
   640x480         0.0  
   1440x1024       0.0* 
I also have xsession errors:

Code: Select all

/etc/gdm/Xsession: Beginning session setup...
/etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- startxfce4
/usr/bin/startxfce4: X server already running on display :0
xrdb:  "Xft.hinting" on line 9 overrides entry on line 6
xrdb:  "Xft.hintstyle" on line 10 overrides entry on line 7
xfce4-session-Message: ssh-agent is already running; starting gpg-agent without ssh support
The problem is that i can't change resolution. To put the correct resolution in xfce screen settings, i have to choose 800x600 first and apply. After this step i can apply the correct resolution 1440x900, but after reboot the resolution is back to the wrong 1440x1024. I thought that it could have been a video drivers issue but i haven't find a way to fix things... i tried to X -configure in runlevel 3 but it gave me an error about multiple screens.

How can i solve? thanks in advance. Sorry for my english! :D

UPDATE: It's a driver issue, but i' haven't foud a way to install neither intel official driver nor libva drivers... dependencies troubles...
Last edited by gabrieles84 on 29. Dec 2014, 00:23, edited 1 time in total.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Resolution/Video driver issue

Post by laprjns »

Maybe this?
http://www.slackware.com/~alien/slackbu ... el-driver/

And if you need to install libva, then it is available from sourcery / slapt-src.

Code: Select all

$ sudo slaprt-src --update
$ sudo slapt-src --install libva
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
gabrieles84
Posts: 8
Joined: 20. Dec 2014, 15:17

Re: Resolution/Video driver issue

Post by gabrieles84 »

Thanks for the answer! I've installed libva and libva-intel-driver, but nothing changed :(
I tried to create a new xorg with "X -configure" But as before driver installation, this error appear: Number of created screens does not match number of detected devices. Configuration failed. Server terminated with error (2).
I tried xorgconfig and this generated a xorg.conf without errors but after reboot nothing changed.

This is "vainfo" output

Code: Select all

libva info: VA-API version 0.34.0
libva info: va_getDriverName() returns -1
libva error: va_getDriverName() failed with unknown libva error,driver_name=(null)
vaInitialize failed with error code -1 (unknown libva error),exit
enzo[~]$ libva
bash: libva: command not found
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Resolution/Video driver issue

Post by gapan »

Does the resolution change when you run this from a terminal?

Code: Select all

xrandr --output default --mode 1440x900
gabrieles84 wrote:enzo[~]$ libva
bash: libva: command not found
[/code]
Since the only executable in the package is vainfo, that is absolutely normal. Have you ever seen a "libva" executable anywhere or are you just assuming it should be there? Are you sure these are the right drivers for your card?
Image
Image
gabrieles84
Posts: 8
Joined: 20. Dec 2014, 15:17

Re: Resolution/Video driver issue

Post by gabrieles84 »

You're right, libva isn't anywhere and i don't know why.... I've installed it! However, i was wrong about the driver, maybe libva isn't the driver i need. My embedded graphic card needs i915 module, which is included and loaded at boot. So i thought that it could be a xorg issue... I've renstalled salix and i used the xorg.conf file i obtained with X -configure, regardless of the errors about mismatch number of screens and devices. X boots but nothing changed.
This is the xorg file:

Code: Select all

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

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load  "glx"
EndSection

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

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

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

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

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

Section "Device"
        Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

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

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

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
And this is the xorg log:

Code: Select all

[    15.582] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    15.582] X Protocol Version 11, Revision 0
[    15.582] Build Operating System: Slackware 14.1 Slackware Linux Project
[    15.582] Current Operating System: Linux darkstar 3.10.17 #2 SMP Fri Feb 14 16:45:28 CST 2014 x86_64
[    15.583] Kernel command line: auto BOOT_IMAGE=Salix ro root=801 quiet vt.default_utf8=1
[    15.583] Build Date: 09 October 2013  08:27:11PM
[    15.583]  
[    15.583] Current version of pixman: 0.30.2
[    15.583] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.583] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.583] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 24 13:33:33 2014
[    15.639] (==) Using config file: "/etc/X11/xorg.conf"
[    15.639] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    15.639] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.670] (==) ServerLayout "X.org Configured"
[    15.670] (**) |-->Screen "Screen0" (0)
[    15.670] (**) |   |-->Monitor "Monitor0"
[    15.670] (**) |   |-->Device "Card0"
[    15.670] (**) |-->Screen "Screen1" (1)
[    15.670] (**) |   |-->Monitor "Monitor1"
[    15.670] (**) |   |-->Device "Card1"
[    15.670] (**) |-->Screen "Screen2" (2)
[    15.670] (**) |   |-->Monitor "Monitor2"
[    15.671] (**) |   |-->Device "Card2"
[    15.671] (**) |-->Input Device "Mouse0"
[    15.671] (**) |-->Input Device "Keyboard0"
[    15.671] (==) Automatically adding devices
[    15.671] (==) Automatically enabling devices
[    15.671] (==) Automatically adding GPU devices
[    15.680] (WW) The directory "/usr/share/fonts/local" does not exist.
[    15.680] 	Entry deleted from font path.
[    15.697] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.697] 	Entry deleted from font path.
[    15.724] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    15.724] 	Entry deleted from font path.
[    15.728] (WW) The directory "/usr/share/fonts/local" does not exist.
[    15.728] 	Entry deleted from font path.
[    15.728] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.728] 	Entry deleted from font path.
[    15.728] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    15.728] 	Entry deleted from font path.
[    15.728] (**) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic,
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[    15.728] (**) ModulePath set to "/usr/lib64/xorg/modules"
[    15.728] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    15.728] (WW) Disabling Mouse0
[    15.728] (WW) Disabling Keyboard0
[    15.728] (II) Loader magic: 0x7f6d20
[    15.728] (II) Module ABI versions:
[    15.728] 	X.Org ANSI C Emulation: 0.4
[    15.728] 	X.Org Video Driver: 14.1
[    15.728] 	X.Org XInput driver : 19.1
[    15.728] 	X.Org Server Extension : 7.0
[    15.730] (--) PCI:*(0:0:2:0) 8086:0f31:1849:0f31 rev 14, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x0000f080/8
[    15.730] (II) Open ACPI successful (/var/run/acpid.socket)
[    15.730] Initializing built-in extension Generic Event Extension
[    15.730] Initializing built-in extension SHAPE
[    15.730] Initializing built-in extension MIT-SHM
[    15.730] Initializing built-in extension XInputExtension
[    15.730] Initializing built-in extension XTEST
[    15.730] Initializing built-in extension BIG-REQUESTS
[    15.730] Initializing built-in extension SYNC
[    15.730] Initializing built-in extension XKEYBOARD
[    15.730] Initializing built-in extension XC-MISC
[    15.730] Initializing built-in extension XINERAMA
[    15.731] Initializing built-in extension XFIXES
[    15.731] Initializing built-in extension RENDER
[    15.731] Initializing built-in extension RANDR
[    15.731] Initializing built-in extension COMPOSITE
[    15.731] Initializing built-in extension DAMAGE
[    15.731] Initializing built-in extension MIT-SCREEN-SAVER
[    15.731] Initializing built-in extension DOUBLE-BUFFER
[    15.731] Initializing built-in extension RECORD
[    15.731] Initializing built-in extension DPMS
[    15.731] Initializing built-in extension X-Resource
[    15.731] Initializing built-in extension XVideo
[    15.731] Initializing built-in extension XVideo-MotionCompensation
[    15.731] Initializing built-in extension XFree86-VidModeExtension
[    15.731] Initializing built-in extension XFree86-DGA
[    15.731] Initializing built-in extension XFree86-DRI
[    15.731] Initializing built-in extension DRI2
[    15.731] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    15.731] (II) LoadModule: "glx"
[    15.737] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    15.749] (II) Module glx: vendor="X.Org Foundation"
[    15.749] 	compiled for 1.14.3, module version = 1.0.0
[    15.749] 	ABI class: X.Org Server Extension, version 7.0
[    15.749] (==) AIGLX enabled
[    15.750] Loading extension GLX
[    15.750] (II) LoadModule: "intel"
[    15.763] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    15.817] (II) Module intel: vendor="X.Org Foundation"
[    15.817] 	compiled for 1.14.2, module version = 2.21.15
[    15.817] 	Module class: X.Org Video Driver
[    15.817] 	ABI class: X.Org Video Driver, version 14.1
[    15.817] (II) LoadModule: "modesetting"
[    15.817] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    15.822] (II) Module modesetting: vendor="X.Org Foundation"
[    15.822] 	compiled for 1.14.2, module version = 0.8.0
[    15.822] 	Module class: X.Org Video Driver
[    15.822] 	ABI class: X.Org Video Driver, version 14.1
[    15.822] (II) LoadModule: "vesa"
[    15.823] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    15.829] (II) Module vesa: vendor="X.Org Foundation"
[    15.829] 	compiled for 1.14.3, module version = 2.3.3
[    15.829] 	Module class: X.Org Video Driver
[    15.829] 	ABI class: X.Org Video Driver, version 14.1
[    15.829] (II) intel: Driver for Intel(R) 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, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    15.830] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.830] (II) VESA: driver for VESA chipsets: vesa
[    15.830] (++) using VT number 7

[    15.838] (EE) open /dev/dri/card0: No such file or directory
[    15.838] (WW) Falling back to old probe method for modesetting
[    15.838] (EE) open /dev/dri/card0: No such file or directory
[    15.838] (EE) Screen 0 deleted because of no matching config section.
[    15.838] (II) UnloadModule: "modesetting"
[    15.838] (II) Loading sub module "vbe"
[    15.838] (II) LoadModule: "vbe"
[    15.838] (II) Loading /usr/lib64/xorg/modules/libvbe.so
[    15.848] (II) Module vbe: vendor="X.Org Foundation"
[    15.848] 	compiled for 1.14.3, module version = 1.1.0
[    15.848] 	ABI class: X.Org Video Driver, version 14.1
[    15.848] (II) Loading sub module "int10"
[    15.848] (II) LoadModule: "int10"
[    15.848] (II) Loading /usr/lib64/xorg/modules/libint10.so
[    15.849] (II) Module int10: vendor="X.Org Foundation"
[    15.849] 	compiled for 1.14.3, module version = 1.0.0
[    15.849] 	ABI class: X.Org Video Driver, version 14.1
[    15.849] (II) VESA(0): initializing int10
[    15.850] (II) VESA(0): Bad V_BIOS checksum
[    15.850] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    15.851] (II) VESA(0): VESA BIOS detected
[    15.851] (II) VESA(0): VESA VBE Version 3.0
[    15.851] (II) VESA(0): VESA VBE Total Mem: 260032 kB
[    15.851] (II) VESA(0): VESA VBE OEM: Intel(R) VLV Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
[    15.851] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    15.851] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    15.851] (II) VESA(0): VESA VBE OEM Product: Intel(R) VLV Mobile/Desktop Graphics Controller
[    15.851] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    15.868] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    15.868] (==) VESA(0): RGB weight 888
[    15.868] (==) VESA(0): Default visual is TrueColor
[    15.868] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.868] (II) Loading sub module "ddc"
[    15.868] (II) LoadModule: "ddc"
[    15.868] (II) Module "ddc" already built-in
[    15.869] (II) VESA(0): VESA VBE DDC supported
[    15.869] (II) VESA(0): VESA VBE DDC Level 2
[    15.869] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    15.881] (II) VESA(0): VESA VBE DDC read successfully
[    15.881] (II) VESA(0): Manufacturer: HWP  Model: 26a2  Serial#: 2147483648
[    15.881] (II) VESA(0): Year: 2007  Week: 12
[    15.881] (II) VESA(0): EDID Version: 1.3
[    15.881] (II) VESA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    15.881] (II) VESA(0): Sync:  Separate
[    15.881] (II) VESA(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[    15.881] (II) VESA(0): Gamma: 2.20
[    15.881] (II) VESA(0): DPMS capabilities: Off; RGB/Color Display
[    15.881] (II) VESA(0): Default color space is primary color space
[    15.881] (II) VESA(0): First detailed timing is preferred mode
[    15.881] (II) VESA(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[    15.881] (II) VESA(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    15.881] (II) VESA(0): Supported established timings:
[    15.881] (II) VESA(0): 720x400@70Hz
[    15.881] (II) VESA(0): 640x480@60Hz
[    15.881] (II) VESA(0): 640x480@75Hz
[    15.881] (II) VESA(0): 800x600@60Hz
[    15.881] (II) VESA(0): 800x600@75Hz
[    15.881] (II) VESA(0): 832x624@75Hz
[    15.881] (II) VESA(0): 1024x768@60Hz
[    15.881] (II) VESA(0): 1024x768@75Hz
[    15.881] (II) VESA(0): 1280x1024@75Hz
[    15.882] (II) VESA(0): 1152x864@75Hz
[    15.882] (II) VESA(0): Manufacturer's mask: 0
[    15.882] (II) VESA(0): Supported standard timings:
[    15.882] (II) VESA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    15.882] (II) VESA(0): #1: hsize: 1152  vsize 720  refresh: 60  vid: 113
[    15.882] (II) VESA(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    15.882] (II) VESA(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    15.882] (II) VESA(0): Supported detailed timing:
[    15.882] (II) VESA(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
[    15.882] (II) VESA(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[    15.882] (II) VESA(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[    15.882] (II) VESA(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 145 MHz
[    15.882] (II) VESA(0): Monitor name: HP w1907
[    15.882] (II) VESA(0): Serial No: CNN7122W69
[    15.882] (II) VESA(0): EDID (in hex):
[    15.882] (II) VESA(0): 	00ffffffffffff0022f0a22600000080
[    15.882] (II) VESA(0): 	0c11010368291a782ede95a3544c9926
[    15.882] (II) VESA(0): 	0f5054a56b8081807100814095000101
[    15.882] (II) VESA(0): 	0101010101019a29a0d0518422305098
[    15.882] (II) VESA(0): 	360098ff1000001c000000fd00324c18
[    15.882] (II) VESA(0): 	530e000a202020202020000000fc0048
[    15.882] (II) VESA(0): 	502077313930370a20202020000000ff
[    15.882] (II) VESA(0): 	00434e4e373132325736390a20200079
[    15.882] (II) VESA(0): EDID vendor "HWP", prod id 9890
[    15.882] (II) VESA(0): Using EDID range info for horizontal sync
[    15.882] (II) VESA(0): Using EDID range info for vertical refresh
[    15.882] (II) VESA(0): Printing DDC gathered Modelines:
[    15.882] (II) VESA(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    15.882] (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.882] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    15.882] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.882] (II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.882] (II) VESA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    15.882] (II) VESA(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    15.882] (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.882] (II) VESA(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    15.882] (II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    15.882] (II) VESA(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    15.882] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.882] (II) VESA(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    15.883] (II) VESA(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    15.883] (II) VESA(0): Searching for matching VESA mode(s):
[    15.889] Mode: 107 (1280x1024)
[    15.889] 	ModeAttributes: 0x9b
[    15.889] 	WinAAttributes: 0x7
[    15.889] 	WinBAttributes: 0x0
[    15.889] 	WinGranularity: 64
[    15.889] 	WinSize: 64
[    15.889] 	WinASegment: 0xa000
[    15.889] 	WinBSegment: 0x0
[    15.889] 	WinFuncPtr: 0xc00078ae
[    15.889] 	BytesPerScanline: 1280
[    15.889] 	XResolution: 1280
[    15.889] 	YResolution: 1024
[    15.889] 	XCharSize: 8
[    15.889] 	YCharSize: 16
[    15.889] 	NumberOfPlanes: 1
[    15.889] 	BitsPerPixel: 8
[    15.889] 	NumberOfBanks: 1
[    15.889] 	MemoryModel: 4
[    15.889] 	BankSize: 0
[    15.889] 	NumberOfImages: 202
[    15.889] 	RedMaskSize: 0
[    15.889] 	RedFieldPosition: 0
[    15.889] 	GreenMaskSize: 0
[    15.889] 	GreenFieldPosition: 0
[    15.889] 	BlueMaskSize: 0
[    15.889] 	BlueFieldPosition: 0
[    15.889] 	RsvdMaskSize: 0
[    15.889] 	RsvdFieldPosition: 0
[    15.889] 	DirectColorModeInfo: 0
[    15.889] 	PhysBasePtr: 0x80000000
[    15.889] 	LinBytesPerScanLine: 1280
[    15.889] 	BnkNumberOfImagePages: 202
[    15.889] 	LinNumberOfImagePages: 202
[    15.889] 	LinRedMaskSize: 0
[    15.889] 	LinRedFieldPosition: 0
[    15.889] 	LinGreenMaskSize: 0
[    15.889] 	LinGreenFieldPosition: 0
[    15.889] 	LinBlueMaskSize: 0
[    15.889] 	LinBlueFieldPosition: 0
[    15.889] 	LinRsvdMaskSize: 0
[    15.889] 	LinRsvdFieldPosition: 0
[    15.889] 	MaxPixelClock: 230000000
[    15.890] Mode: 11a (1280x1024)
[    15.890] 	ModeAttributes: 0x9b
[    15.890] 	WinAAttributes: 0x7
[    15.890] 	WinBAttributes: 0x0
[    15.890] 	WinGranularity: 64
[    15.890] 	WinSize: 64
[    15.890] 	WinASegment: 0xa000
[    15.890] 	WinBSegment: 0x0
[    15.890] 	WinFuncPtr: 0xc00078ae
[    15.890] 	BytesPerScanline: 2560
[    15.890] 	XResolution: 1280
[    15.890] 	YResolution: 1024
[    15.890] 	XCharSize: 8
[    15.890] 	YCharSize: 16
[    15.890] 	NumberOfPlanes: 1
[    15.890] 	BitsPerPixel: 16
[    15.890] 	NumberOfBanks: 1
[    15.890] 	MemoryModel: 6
[    15.890] 	BankSize: 0
[    15.890] 	NumberOfImages: 100
[    15.890] 	RedMaskSize: 5
[    15.890] 	RedFieldPosition: 11
[    15.890] 	GreenMaskSize: 6
[    15.890] 	GreenFieldPosition: 5
[    15.890] 	BlueMaskSize: 5
[    15.890] 	BlueFieldPosition: 0
[    15.890] 	RsvdMaskSize: 0
[    15.890] 	RsvdFieldPosition: 0
[    15.890] 	DirectColorModeInfo: 0
[    15.890] 	PhysBasePtr: 0x80000000
[    15.890] 	LinBytesPerScanLine: 2560
[    15.890] 	BnkNumberOfImagePages: 100
[    15.890] 	LinNumberOfImagePages: 100
[    15.890] 	LinRedMaskSize: 5
[    15.890] 	LinRedFieldPosition: 11
[    15.890] 	LinGreenMaskSize: 6
[    15.890] 	LinGreenFieldPosition: 5
[    15.891] 	LinBlueMaskSize: 5
[    15.891] 	LinBlueFieldPosition: 0
[    15.891] 	LinRsvdMaskSize: 0
[    15.891] 	LinRsvdFieldPosition: 0
[    15.891] 	MaxPixelClock: 230000000
[    15.891] *Mode: 11b (1280x1024)
[    15.891] 	ModeAttributes: 0x9b
[    15.891] 	WinAAttributes: 0x7
[    15.891] 	WinBAttributes: 0x0
[    15.891] 	WinGranularity: 64
[    15.892] 	WinSize: 64
[    15.892] 	WinASegment: 0xa000
[    15.892] 	WinBSegment: 0x0
[    15.892] 	WinFuncPtr: 0xc00078ae
[    15.892] 	BytesPerScanline: 5120
[    15.892] 	XResolution: 1280
[    15.892] 	YResolution: 1024
[    15.892] 	XCharSize: 8
[    15.892] 	YCharSize: 16
[    15.892] 	NumberOfPlanes: 1
[    15.892] 	BitsPerPixel: 32
[    15.892] 	NumberOfBanks: 1
[    15.892] 	MemoryModel: 6
[    15.892] 	BankSize: 0
[    15.892] 	NumberOfImages: 49
[    15.892] 	RedMaskSize: 8
[    15.892] 	RedFieldPosition: 16
[    15.892] 	GreenMaskSize: 8
[    15.892] 	GreenFieldPosition: 8
[    15.892] 	BlueMaskSize: 8
[    15.892] 	BlueFieldPosition: 0
[    15.892] 	RsvdMaskSize: 8
[    15.892] 	RsvdFieldPosition: 24
[    15.892] 	DirectColorModeInfo: 0
[    15.892] 	PhysBasePtr: 0x80000000
[    15.892] 	LinBytesPerScanLine: 5120
[    15.892] 	BnkNumberOfImagePages: 49
[    15.892] 	LinNumberOfImagePages: 49
[    15.892] 	LinRedMaskSize: 8
[    15.892] 	LinRedFieldPosition: 16
[    15.892] 	LinGreenMaskSize: 8
[    15.892] 	LinGreenFieldPosition: 8
[    15.892] 	LinBlueMaskSize: 8
[    15.892] 	LinBlueFieldPosition: 0
[    15.892] 	LinRsvdMaskSize: 8
[    15.892] 	LinRsvdFieldPosition: 24
[    15.892] 	MaxPixelClock: 230000000
[    15.893] Mode: 105 (1024x768)
[    15.893] 	ModeAttributes: 0x9b
[    15.893] 	WinAAttributes: 0x7
[    15.893] 	WinBAttributes: 0x0
[    15.893] 	WinGranularity: 64
[    15.893] 	WinSize: 64
[    15.893] 	WinASegment: 0xa000
[    15.893] 	WinBSegment: 0x0
[    15.893] 	WinFuncPtr: 0xc00078ae
[    15.893] 	BytesPerScanline: 1024
[    15.893] 	XResolution: 1024
[    15.893] 	YResolution: 768
[    15.893] 	XCharSize: 8
[    15.893] 	YCharSize: 16
[    15.893] 	NumberOfPlanes: 1
[    15.893] 	BitsPerPixel: 8
[    15.893] 	NumberOfBanks: 1
[    15.893] 	MemoryModel: 4
[    15.893] 	BankSize: 0
[    15.893] 	NumberOfImages: 81
[    15.893] 	RedMaskSize: 0
[    15.893] 	RedFieldPosition: 0
[    15.893] 	GreenMaskSize: 0
[    15.893] 	GreenFieldPosition: 0
[    15.893] 	BlueMaskSize: 0
[    15.893] 	BlueFieldPosition: 0
[    15.893] 	RsvdMaskSize: 0
[    15.893] 	RsvdFieldPosition: 0
[    15.893] 	DirectColorModeInfo: 0
[    15.893] 	PhysBasePtr: 0x80000000
[    15.893] 	LinBytesPerScanLine: 1024
[    15.893] 	BnkNumberOfImagePages: 81
[    15.893] 	LinNumberOfImagePages: 81
[    15.893] 	LinRedMaskSize: 0
[    15.893] 	LinRedFieldPosition: 0
[    15.893] 	LinGreenMaskSize: 0
[    15.893] 	LinGreenFieldPosition: 0
[    15.893] 	LinBlueMaskSize: 0
[    15.893] 	LinBlueFieldPosition: 0
[    15.893] 	LinRsvdMaskSize: 0
[    15.893] 	LinRsvdFieldPosition: 0
[    15.893] 	MaxPixelClock: 230000000
[    15.894] Mode: 117 (1024x768)
[    15.894] 	ModeAttributes: 0x9b
[    15.894] 	WinAAttributes: 0x7
[    15.894] 	WinBAttributes: 0x0
[    15.894] 	WinGranularity: 64
[    15.894] 	WinSize: 64
[    15.894] 	WinASegment: 0xa000
[    15.894] 	WinBSegment: 0x0
[    15.894] 	WinFuncPtr: 0xc00078ae
[    15.894] 	BytesPerScanline: 2048
[    15.894] 	XResolution: 1024
[    15.894] 	YResolution: 768
[    15.894] 	XCharSize: 8
[    15.894] 	YCharSize: 16
[    15.894] 	NumberOfPlanes: 1
[    15.894] 	BitsPerPixel: 16
[    15.894] 	NumberOfBanks: 1
[    15.894] 	MemoryModel: 6
[    15.894] 	BankSize: 0
[    15.894] 	NumberOfImages: 168
[    15.894] 	RedMaskSize: 5
[    15.894] 	RedFieldPosition: 11
[    15.894] 	GreenMaskSize: 6
[    15.894] 	GreenFieldPosition: 5
[    15.894] 	BlueMaskSize: 5
[    15.894] 	BlueFieldPosition: 0
[    15.894] 	RsvdMaskSize: 0
[    15.894] 	RsvdFieldPosition: 0
[    15.894] 	DirectColorModeInfo: 0
[    15.894] 	PhysBasePtr: 0x80000000
[    15.894] 	LinBytesPerScanLine: 2048
[    15.894] 	BnkNumberOfImagePages: 168
[    15.894] 	LinNumberOfImagePages: 168
[    15.894] 	LinRedMaskSize: 5
[    15.894] 	LinRedFieldPosition: 11
[    15.894] 	LinGreenMaskSize: 6
[    15.894] 	LinGreenFieldPosition: 5
[    15.895] 	LinBlueMaskSize: 5
[    15.895] 	LinBlueFieldPosition: 0
[    15.895] 	LinRsvdMaskSize: 0
[    15.895] 	LinRsvdFieldPosition: 0
[    15.895] 	MaxPixelClock: 230000000
[    15.895] *Mode: 118 (1024x768)
[    15.895] 	ModeAttributes: 0x9b
[    15.895] 	WinAAttributes: 0x7
[    15.895] 	WinBAttributes: 0x0
[    15.895] 	WinGranularity: 64
[    15.895] 	WinSize: 64
[    15.895] 	WinASegment: 0xa000
[    15.895] 	WinBSegment: 0x0
[    15.895] 	WinFuncPtr: 0xc00078ae
[    15.895] 	BytesPerScanline: 4096
[    15.896] 	XResolution: 1024
[    15.896] 	YResolution: 768
[    15.896] 	XCharSize: 8
[    15.896] 	YCharSize: 16
[    15.896] 	NumberOfPlanes: 1
[    15.896] 	BitsPerPixel: 32
[    15.896] 	NumberOfBanks: 1
[    15.896] 	MemoryModel: 6
[    15.896] 	BankSize: 0
[    15.896] 	NumberOfImages: 83
[    15.896] 	RedMaskSize: 8
[    15.896] 	RedFieldPosition: 16
[    15.896] 	GreenMaskSize: 8
[    15.896] 	GreenFieldPosition: 8
[    15.896] 	BlueMaskSize: 8
[    15.896] 	BlueFieldPosition: 0
[    15.896] 	RsvdMaskSize: 8
[    15.896] 	RsvdFieldPosition: 24
[    15.896] 	DirectColorModeInfo: 0
[    15.896] 	PhysBasePtr: 0x80000000
[    15.896] 	LinBytesPerScanLine: 4096
[    15.896] 	BnkNumberOfImagePages: 83
[    15.896] 	LinNumberOfImagePages: 83
[    15.896] 	LinRedMaskSize: 8
[    15.896] 	LinRedFieldPosition: 16
[    15.896] 	LinGreenMaskSize: 8
[    15.896] 	LinGreenFieldPosition: 8
[    15.896] 	LinBlueMaskSize: 8
[    15.896] 	LinBlueFieldPosition: 0
[    15.896] 	LinRsvdMaskSize: 8
[    15.896] 	LinRsvdFieldPosition: 24
[    15.896] 	MaxPixelClock: 230000000
[    15.897] *Mode: 112 (640x480)
[    15.897] 	ModeAttributes: 0x9b
[    15.897] 	WinAAttributes: 0x7
[    15.897] 	WinBAttributes: 0x0
[    15.897] 	WinGranularity: 64
[    15.897] 	WinSize: 64
[    15.897] 	WinASegment: 0xa000
[    15.897] 	WinBSegment: 0x0
[    15.897] 	WinFuncPtr: 0xc00078ae
[    15.897] 	BytesPerScanline: 2560
[    15.897] 	XResolution: 640
[    15.897] 	YResolution: 480
[    15.897] 	XCharSize: 8
[    15.897] 	YCharSize: 16
[    15.897] 	NumberOfPlanes: 1
[    15.897] 	BitsPerPixel: 32
[    15.897] 	NumberOfBanks: 1
[    15.897] 	MemoryModel: 6
[    15.897] 	BankSize: 0
[    15.897] 	NumberOfImages: 212
[    15.897] 	RedMaskSize: 8
[    15.897] 	RedFieldPosition: 16
[    15.897] 	GreenMaskSize: 8
[    15.897] 	GreenFieldPosition: 8
[    15.897] 	BlueMaskSize: 8
[    15.897] 	BlueFieldPosition: 0
[    15.897] 	RsvdMaskSize: 8
[    15.897] 	RsvdFieldPosition: 24
[    15.897] 	DirectColorModeInfo: 0
[    15.897] 	PhysBasePtr: 0x80000000
[    15.897] 	LinBytesPerScanLine: 2560
[    15.897] 	BnkNumberOfImagePages: 212
[    15.897] 	LinNumberOfImagePages: 212
[    15.897] 	LinRedMaskSize: 8
[    15.897] 	LinRedFieldPosition: 16
[    15.897] 	LinGreenMaskSize: 8
[    15.897] 	LinGreenFieldPosition: 8
[    15.897] 	LinBlueMaskSize: 8
[    15.897] 	LinBlueFieldPosition: 0
[    15.897] 	LinRsvdMaskSize: 8
[    15.897] 	LinRsvdFieldPosition: 24
[    15.897] 	MaxPixelClock: 230000000
[    15.898] Mode: 114 (800x600)
[    15.898] 	ModeAttributes: 0x9b
[    15.898] 	WinAAttributes: 0x7
[    15.898] 	WinBAttributes: 0x0
[    15.898] 	WinGranularity: 64
[    15.898] 	WinSize: 64
[    15.898] 	WinASegment: 0xa000
[    15.898] 	WinBSegment: 0x0
[    15.898] 	WinFuncPtr: 0xc00078ae
[    15.898] 	BytesPerScanline: 1600
[    15.898] 	XResolution: 800
[    15.898] 	YResolution: 600
[    15.898] 	XCharSize: 8
[    15.898] 	YCharSize: 16
[    15.898] 	NumberOfPlanes: 1
[    15.898] 	BitsPerPixel: 16
[    15.898] 	NumberOfBanks: 1
[    15.898] 	MemoryModel: 6
[    15.898] 	BankSize: 0
[    15.898] 	NumberOfImages: 13
[    15.898] 	RedMaskSize: 5
[    15.898] 	RedFieldPosition: 11
[    15.898] 	GreenMaskSize: 6
[    15.898] 	GreenFieldPosition: 5
[    15.898] 	BlueMaskSize: 5
[    15.898] 	BlueFieldPosition: 0
[    15.898] 	RsvdMaskSize: 0
[    15.898] 	RsvdFieldPosition: 0
[    15.898] 	DirectColorModeInfo: 0
[    15.898] 	PhysBasePtr: 0x80000000
[    15.898] 	LinBytesPerScanLine: 1600
[    15.898] 	BnkNumberOfImagePages: 13
[    15.899] 	LinNumberOfImagePages: 13
[    15.899] 	LinRedMaskSize: 5
[    15.899] 	LinRedFieldPosition: 11
[    15.899] 	LinGreenMaskSize: 6
[    15.899] 	LinGreenFieldPosition: 5
[    15.899] 	LinBlueMaskSize: 5
[    15.899] 	LinBlueFieldPosition: 0
[    15.899] 	LinRsvdMaskSize: 0
[    15.899] 	LinRsvdFieldPosition: 0
[    15.899] 	MaxPixelClock: 230000000
[    15.899] *Mode: 115 (800x600)
[    15.899] 	ModeAttributes: 0x9b
[    15.899] 	WinAAttributes: 0x7
[    15.899] 	WinBAttributes: 0x0
[    15.899] 	WinGranularity: 64
[    15.899] 	WinSize: 64
[    15.899] 	WinASegment: 0xa000
[    15.900] 	WinBSegment: 0x0
[    15.900] 	WinFuncPtr: 0xc00078ae
[    15.900] 	BytesPerScanline: 3200
[    15.900] 	XResolution: 800
[    15.900] 	YResolution: 600
[    15.900] 	XCharSize: 8
[    15.900] 	YCharSize: 16
[    15.900] 	NumberOfPlanes: 1
[    15.900] 	BitsPerPixel: 32
[    15.900] 	NumberOfBanks: 1
[    15.900] 	MemoryModel: 6
[    15.900] 	BankSize: 0
[    15.900] 	NumberOfImages: 134
[    15.900] 	RedMaskSize: 8
[    15.900] 	RedFieldPosition: 16
[    15.900] 	GreenMaskSize: 8
[    15.900] 	GreenFieldPosition: 8
[    15.900] 	BlueMaskSize: 8
[    15.900] 	BlueFieldPosition: 0
[    15.900] 	RsvdMaskSize: 8
[    15.900] 	RsvdFieldPosition: 24
[    15.900] 	DirectColorModeInfo: 0
[    15.900] 	PhysBasePtr: 0x80000000
[    15.900] 	LinBytesPerScanLine: 3200
[    15.900] 	BnkNumberOfImagePages: 134
[    15.900] 	LinNumberOfImagePages: 134
[    15.900] 	LinRedMaskSize: 8
[    15.900] 	LinRedFieldPosition: 16
[    15.900] 	LinGreenMaskSize: 8
[    15.900] 	LinGreenFieldPosition: 8
[    15.900] 	LinBlueMaskSize: 8
[    15.900] 	LinBlueFieldPosition: 0
[    15.900] 	LinRsvdMaskSize: 8
[    15.900] 	LinRsvdFieldPosition: 24
[    15.900] 	MaxPixelClock: 230000000
[    15.901] Mode: 101 (640x480)
[    15.901] 	ModeAttributes: 0x9b
[    15.901] 	WinAAttributes: 0x7
[    15.901] 	WinBAttributes: 0x0
[    15.901] 	WinGranularity: 64
[    15.901] 	WinSize: 64
[    15.901] 	WinASegment: 0xa000
[    15.901] 	WinBSegment: 0x0
[    15.901] 	WinFuncPtr: 0xc00078ae
[    15.901] 	BytesPerScanline: 640
[    15.901] 	XResolution: 640
[    15.901] 	YResolution: 480
[    15.901] 	XCharSize: 8
[    15.901] 	YCharSize: 16
[    15.901] 	NumberOfPlanes: 1
[    15.901] 	BitsPerPixel: 8
[    15.901] 	NumberOfBanks: 1
[    15.901] 	MemoryModel: 4
[    15.901] 	BankSize: 0
[    15.901] 	NumberOfImages: 43
[    15.901] 	RedMaskSize: 0
[    15.901] 	RedFieldPosition: 0
[    15.901] 	GreenMaskSize: 0
[    15.901] 	GreenFieldPosition: 0
[    15.901] 	BlueMaskSize: 0
[    15.901] 	BlueFieldPosition: 0
[    15.901] 	RsvdMaskSize: 0
[    15.901] 	RsvdFieldPosition: 0
[    15.901] 	DirectColorModeInfo: 0
[    15.901] 	PhysBasePtr: 0x80000000
[    15.901] 	LinBytesPerScanLine: 640
[    15.901] 	BnkNumberOfImagePages: 43
[    15.901] 	LinNumberOfImagePages: 43
[    15.901] 	LinRedMaskSize: 0
[    15.901] 	LinRedFieldPosition: 0
[    15.901] 	LinGreenMaskSize: 0
[    15.901] 	LinGreenFieldPosition: 0
[    15.901] 	LinBlueMaskSize: 0
[    15.901] 	LinBlueFieldPosition: 0
[    15.901] 	LinRsvdMaskSize: 0
[    15.901] 	LinRsvdFieldPosition: 0
[    15.901] 	MaxPixelClock: 230000000
[    15.902] Mode: 103 (800x600)
[    15.902] 	ModeAttributes: 0x9b
[    15.902] 	WinAAttributes: 0x7
[    15.902] 	WinBAttributes: 0x0
[    15.902] 	WinGranularity: 64
[    15.902] 	WinSize: 64
[    15.902] 	WinASegment: 0xa000
[    15.902] 	WinBSegment: 0x0
[    15.902] 	WinFuncPtr: 0xc00078ae
[    15.902] 	BytesPerScanline: 832
[    15.902] 	XResolution: 800
[    15.902] 	YResolution: 600
[    15.902] 	XCharSize: 8
[    15.902] 	YCharSize: 16
[    15.902] 	NumberOfPlanes: 1
[    15.902] 	BitsPerPixel: 8
[    15.902] 	NumberOfBanks: 1
[    15.902] 	MemoryModel: 4
[    15.902] 	BankSize: 0
[    15.902] 	NumberOfImages: 250
[    15.902] 	RedMaskSize: 0
[    15.902] 	RedFieldPosition: 0
[    15.902] 	GreenMaskSize: 0
[    15.902] 	GreenFieldPosition: 0
[    15.902] 	BlueMaskSize: 0
[    15.902] 	BlueFieldPosition: 0
[    15.902] 	RsvdMaskSize: 0
[    15.902] 	RsvdFieldPosition: 0
[    15.902] 	DirectColorModeInfo: 0
[    15.902] 	PhysBasePtr: 0x80000000
[    15.902] 	LinBytesPerScanLine: 832
[    15.902] 	BnkNumberOfImagePages: 250
[    15.902] 	LinNumberOfImagePages: 250
[    15.902] 	LinRedMaskSize: 0
[    15.902] 	LinRedFieldPosition: 0
[    15.902] 	LinGreenMaskSize: 0
[    15.902] 	LinGreenFieldPosition: 0
[    15.902] 	LinBlueMaskSize: 0
[    15.902] 	LinBlueFieldPosition: 0
[    15.902] 	LinRsvdMaskSize: 0
[    15.902] 	LinRsvdFieldPosition: 0
[    15.902] 	MaxPixelClock: 230000000
[    15.903] Mode: 111 (640x480)
[    15.903] 	ModeAttributes: 0x9b
[    15.903] 	WinAAttributes: 0x7
[    15.903] 	WinBAttributes: 0x0
[    15.903] 	WinGranularity: 64
[    15.903] 	WinSize: 64
[    15.903] 	WinASegment: 0xa000
[    15.903] 	WinBSegment: 0x0
[    15.903] 	WinFuncPtr: 0xc00078ae
[    15.903] 	BytesPerScanline: 1280
[    15.903] 	XResolution: 640
[    15.903] 	YResolution: 480
[    15.903] 	XCharSize: 8
[    15.903] 	YCharSize: 16
[    15.903] 	NumberOfPlanes: 1
[    15.903] 	BitsPerPixel: 16
[    15.903] 	NumberOfBanks: 1
[    15.903] 	MemoryModel: 6
[    15.903] 	BankSize: 0
[    15.903] 	NumberOfImages: 149
[    15.903] 	RedMaskSize: 5
[    15.903] 	RedFieldPosition: 11
[    15.903] 	GreenMaskSize: 6
[    15.903] 	GreenFieldPosition: 5
[    15.903] 	BlueMaskSize: 5
[    15.903] 	BlueFieldPosition: 0
[    15.903] 	RsvdMaskSize: 0
[    15.903] 	RsvdFieldPosition: 0
[    15.903] 	DirectColorModeInfo: 0
[    15.903] 	PhysBasePtr: 0x80000000
[    15.903] 	LinBytesPerScanLine: 1280
[    15.903] 	BnkNumberOfImagePages: 149
[    15.903] 	LinNumberOfImagePages: 149
[    15.904] 	LinRedMaskSize: 5
[    15.904] 	LinRedFieldPosition: 11
[    15.904] 	LinGreenMaskSize: 6
[    15.904] 	LinGreenFieldPosition: 5
[    15.904] 	LinBlueMaskSize: 5
[    15.904] 	LinBlueFieldPosition: 0
[    15.904] 	LinRsvdMaskSize: 0
[    15.904] 	LinRsvdFieldPosition: 0
[    15.904] 	MaxPixelClock: 230000000
[    15.905] Mode: 17d (1440x900)
[    15.905] 	ModeAttributes: 0x9b
[    15.905] 	WinAAttributes: 0x7
[    15.905] 	WinBAttributes: 0x0
[    15.905] 	WinGranularity: 64
[    15.905] 	WinSize: 64
[    15.905] 	WinASegment: 0xa000
[    15.905] 	WinBSegment: 0x0
[    15.905] 	WinFuncPtr: 0xc00078ae
[    15.905] 	BytesPerScanline: 1472
[    15.905] 	XResolution: 1440
[    15.905] 	YResolution: 900
[    15.905] 	XCharSize: 8
[    15.905] 	YCharSize: 16
[    15.905] 	NumberOfPlanes: 1
[    15.905] 	BitsPerPixel: 8
[    15.905] 	NumberOfBanks: 1
[    15.905] 	MemoryModel: 4
[    15.905] 	BankSize: 0
[    15.905] 	NumberOfImages: 192
[    15.905] 	RedMaskSize: 0
[    15.905] 	RedFieldPosition: 0
[    15.905] 	GreenMaskSize: 0
[    15.905] 	GreenFieldPosition: 0
[    15.905] 	BlueMaskSize: 0
[    15.905] 	BlueFieldPosition: 0
[    15.905] 	RsvdMaskSize: 0
[    15.905] 	RsvdFieldPosition: 0
[    15.905] 	DirectColorModeInfo: 0
[    15.905] 	PhysBasePtr: 0x80000000
[    15.905] 	LinBytesPerScanLine: 1472
[    15.905] 	BnkNumberOfImagePages: 192
[    15.905] 	LinNumberOfImagePages: 192
[    15.905] 	LinRedMaskSize: 0
[    15.905] 	LinRedFieldPosition: 0
[    15.905] 	LinGreenMaskSize: 0
[    15.906] 	LinGreenFieldPosition: 0
[    15.906] 	LinBlueMaskSize: 0
[    15.906] 	LinBlueFieldPosition: 0
[    15.906] 	LinRsvdMaskSize: 0
[    15.906] 	LinRsvdFieldPosition: 0
[    15.906] 	MaxPixelClock: 230000000
[    15.907] Mode: 17e (1440x900)
[    15.907] 	ModeAttributes: 0x9b
[    15.907] 	WinAAttributes: 0x7
[    15.907] 	WinBAttributes: 0x0
[    15.907] 	WinGranularity: 64
[    15.907] 	WinSize: 64
[    15.907] 	WinASegment: 0xa000
[    15.907] 	WinBSegment: 0x0
[    15.907] 	WinFuncPtr: 0xc00078ae
[    15.907] 	BytesPerScanline: 2880
[    15.907] 	XResolution: 1440
[    15.907] 	YResolution: 900
[    15.907] 	XCharSize: 8
[    15.907] 	YCharSize: 16
[    15.907] 	NumberOfPlanes: 1
[    15.907] 	BitsPerPixel: 16
[    15.907] 	NumberOfBanks: 1
[    15.907] 	MemoryModel: 6
[    15.907] 	BankSize: 0
[    15.907] 	NumberOfImages: 100
[    15.907] 	RedMaskSize: 5
[    15.907] 	RedFieldPosition: 11
[    15.907] 	GreenMaskSize: 6
[    15.907] 	GreenFieldPosition: 5
[    15.907] 	BlueMaskSize: 5
[    15.907] 	BlueFieldPosition: 0
[    15.907] 	RsvdMaskSize: 0
[    15.907] 	RsvdFieldPosition: 0
[    15.907] 	DirectColorModeInfo: 0
[    15.907] 	PhysBasePtr: 0x80000000
[    15.907] 	LinBytesPerScanLine: 2880
[    15.907] 	BnkNumberOfImagePages: 100
[    15.907] 	LinNumberOfImagePages: 100
[    15.907] 	LinRedMaskSize: 5
[    15.907] 	LinRedFieldPosition: 11
[    15.907] 	LinGreenMaskSize: 6
[    15.908] 	LinGreenFieldPosition: 5
[    15.908] 	LinBlueMaskSize: 5
[    15.908] 	LinBlueFieldPosition: 0
[    15.908] 	LinRsvdMaskSize: 0
[    15.908] 	LinRsvdFieldPosition: 0
[    15.908] 	MaxPixelClock: 230000000
[    15.909] *Mode: 17f (1440x900)
[    15.909] 	ModeAttributes: 0x9b
[    15.909] 	WinAAttributes: 0x7
[    15.909] 	WinBAttributes: 0x0
[    15.909] 	WinGranularity: 64
[    15.909] 	WinSize: 64
[    15.909] 	WinASegment: 0xa000
[    15.909] 	WinBSegment: 0x0
[    15.909] 	WinFuncPtr: 0xc00078ae
[    15.909] 	BytesPerScanline: 5760
[    15.909] 	XResolution: 1440
[    15.909] 	YResolution: 900
[    15.909] 	XCharSize: 8
[    15.909] 	YCharSize: 16
[    15.909] 	NumberOfPlanes: 1
[    15.909] 	BitsPerPixel: 32
[    15.909] 	NumberOfBanks: 1
[    15.909] 	MemoryModel: 6
[    15.909] 	BankSize: 0
[    15.909] 	NumberOfImages: 49
[    15.909] 	RedMaskSize: 8
[    15.909] 	RedFieldPosition: 16
[    15.909] 	GreenMaskSize: 8
[    15.909] 	GreenFieldPosition: 8
[    15.909] 	BlueMaskSize: 8
[    15.909] 	BlueFieldPosition: 0
[    15.909] 	RsvdMaskSize: 8
[    15.909] 	RsvdFieldPosition: 24
[    15.909] 	DirectColorModeInfo: 0
[    15.909] 	PhysBasePtr: 0x80000000
[    15.909] 	LinBytesPerScanLine: 5760
[    15.909] 	BnkNumberOfImagePages: 49
[    15.909] 	LinNumberOfImagePages: 49
[    15.909] 	LinRedMaskSize: 8
[    15.909] 	LinRedFieldPosition: 16
[    15.910] 	LinGreenMaskSize: 8
[    15.910] 	LinGreenFieldPosition: 8
[    15.910] 	LinBlueMaskSize: 8
[    15.910] 	LinBlueFieldPosition: 0
[    15.910] 	LinRsvdMaskSize: 8
[    15.910] 	LinRsvdFieldPosition: 24
[    15.910] 	MaxPixelClock: 230000000
[    15.910] 
[    15.910] (II) VESA(0): Total Memory: 4063 64KB banks (260032kB)
[    15.910] (II) VESA(0): Monitor2: Using hsync range of 24.00-83.00 kHz
[    15.910] (II) VESA(0): Monitor2: Using vrefresh range of 50.00-76.00 Hz
[    15.910] (II) VESA(0): Monitor2: Using maximum pixel clock of 145.00 MHz
[    15.910] (WW) VESA(0): Unable to estimate virtual size
[    15.928] (--) VESA(0): Virtual size is 1440x1024 (pitch 1440)
[    15.928] (**) VESA(0): *Built-in mode "1280x1024"
[    15.928] (**) VESA(0): *Built-in mode "1440x900"
[    15.928] (**) VESA(0): *Built-in mode "1024x768"
[    15.928] (**) VESA(0): *Built-in mode "800x600"
[    15.928] (**) VESA(0): *Built-in mode "640x480"
[    15.928] (**) VESA(0): Display dimensions: (410, 260) mm
[    15.928] (**) VESA(0): DPI set to (89, 100)
[    15.928] (**) VESA(0): Using "Shadow Framebuffer"
[    15.928] (II) Loading sub module "shadow"
[    15.928] (II) LoadModule: "shadow"
[    15.929] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    15.929] (II) Module shadow: vendor="X.Org Foundation"
[    15.929] 	compiled for 1.14.3, module version = 1.1.0
[    15.929] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.929] (II) Loading sub module "fb"
[    15.929] (II) LoadModule: "fb"
[    15.929] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    15.939] (II) Module fb: vendor="X.Org Foundation"
[    15.939] 	compiled for 1.14.3, module version = 1.0.0
[    15.939] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.939] (==) Depth 24 pixmap format is 32 bpp
[    15.939] (II) Loading sub module "int10"
[    15.939] (II) LoadModule: "int10"
[    15.939] (II) Loading /usr/lib64/xorg/modules/libint10.so
[    15.939] (II) Module int10: vendor="X.Org Foundation"
[    15.939] 	compiled for 1.14.3, module version = 1.0.0
[    15.939] 	ABI class: X.Org Video Driver, version 14.1
[    15.939] (II) VESA(0): initializing int10
[    15.940] (II) VESA(0): Bad V_BIOS checksum
[    15.940] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    15.940] (II) VESA(0): VESA BIOS detected
[    15.940] (II) VESA(0): VESA VBE Version 3.0
[    15.940] (II) VESA(0): VESA VBE Total Mem: 260032 kB
[    15.940] (II) VESA(0): VESA VBE OEM: Intel(R) VLV Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
[    15.940] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    15.940] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    15.940] (II) VESA(0): VESA VBE OEM Product: Intel(R) VLV Mobile/Desktop Graphics Controller
[    15.940] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    15.941] (II) VESA(0): virtual address = 0x7f1a5d9a4000,
	physical address = 0x80000000, size = 266272768
[    15.954] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
[    16.032] (==) VESA(0): Default visual is TrueColor
[    16.043] (==) VESA(0): Backing store disabled
[    16.049] (==) VESA(0): DPMS enabled
[    16.049] (==) RandR enabled
[    16.063] (II) AIGLX: Screen 0 is not DRI2 capable
[    16.063] (II) AIGLX: Screen 0 is not DRI capable
[    16.148] (II) AIGLX: Loaded and initialized swrast
[    16.148] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    16.702] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    16.702] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.702] (**) Power Button: Applying InputClass "keyboard-all"
[    16.702] (**) Power Button: Applying InputClass "Keyboard settings"
[    16.702] (II) LoadModule: "evdev"
[    16.703] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    16.721] (II) Module evdev: vendor="X.Org Foundation"
[    16.721] 	compiled for 1.14.3, module version = 2.8.2
[    16.721] 	Module class: X.Org XInput Driver
[    16.721] 	ABI class: X.Org XInput driver, version 19.1
[    16.721] (II) Using input driver 'evdev' for 'Power Button'
[    16.721] (**) Power Button: always reports core events
[    16.721] (**) evdev: Power Button: Device: "/dev/input/event4"
[    16.721] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.721] (--) evdev: Power Button: Found keys
[    16.721] (II) evdev: Power Button: Configuring as keyboard
[    16.721] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    16.721] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.721] (**) Option "xkb_rules" "evdev"
[    16.721] (**) Option "xkb_model" "pc104"
[    16.721] (**) Option "xkb_layout" "it"
[    16.721] (WW) Option "xkb_variant" requires a string value
[    16.721] (WW) Option "xkb_options" requires a string value
[    16.778] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    16.778] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.778] (**) Power Button: Applying InputClass "keyboard-all"
[    16.778] (**) Power Button: Applying InputClass "Keyboard settings"
[    16.778] (II) Using input driver 'evdev' for 'Power Button'
[    16.778] (**) Power Button: always reports core events
[    16.778] (**) evdev: Power Button: Device: "/dev/input/event2"
[    16.778] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.778] (--) evdev: Power Button: Found keys
[    16.778] (II) evdev: Power Button: Configuring as keyboard
[    16.778] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    16.778] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    16.778] (**) Option "xkb_rules" "evdev"
[    16.778] (**) Option "xkb_model" "pc104"
[    16.778] (**) Option "xkb_layout" "it"
[    16.778] (WW) Option "xkb_variant" requires a string value
[    16.778] (WW) Option "xkb_options" requires a string value
[    16.779] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    16.779] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    16.779] (**) Sleep Button: Applying InputClass "keyboard-all"
[    16.779] (**) Sleep Button: Applying InputClass "Keyboard settings"
[    16.779] (II) Using input driver 'evdev' for 'Sleep Button'
[    16.779] (**) Sleep Button: always reports core events
[    16.779] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    16.779] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    16.779] (--) evdev: Sleep Button: Found keys
[    16.779] (II) evdev: Sleep Button: Configuring as keyboard
[    16.779] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[    16.779] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    16.779] (**) Option "xkb_rules" "evdev"
[    16.779] (**) Option "xkb_model" "pc104"
[    16.779] (**) Option "xkb_layout" "it"
[    16.779] (WW) Option "xkb_variant" requires a string value
[    16.779] (WW) Option "xkb_options" requires a string value
[    16.780] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event10)
[    16.780] (II) No input driver specified, ignoring this device.
[    16.780] (II) This device may have been added with another device file.
[    16.781] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event11)
[    16.781] (II) No input driver specified, ignoring this device.
[    16.781] (II) This device may have been added with another device file.
[    16.781] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event12)
[    16.781] (II) No input driver specified, ignoring this device.
[    16.781] (II) This device may have been added with another device file.
[    16.781] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event13)
[    16.782] (II) No input driver specified, ignoring this device.
[    16.782] (II) This device may have been added with another device file.
[    16.782] (II) config/udev: Adding input device HDA Intel HDMI (/dev/input/event5)
[    16.782] (II) No input driver specified, ignoring this device.
[    16.782] (II) This device may have been added with another device file.
[    16.782] (II) config/udev: Adding input device HDA Intel HDMI (/dev/input/event6)
[    16.782] (II) No input driver specified, ignoring this device.
[    16.782] (II) This device may have been added with another device file.
[    16.783] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event7)
[    16.783] (II) No input driver specified, ignoring this device.
[    16.783] (II) This device may have been added with another device file.
[    16.783] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event8)
[    16.783] (II) No input driver specified, ignoring this device.
[    16.783] (II) This device may have been added with another device file.
[    16.784] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event9)
[    16.784] (II) No input driver specified, ignoring this device.
[    16.784] (II) This device may have been added with another device file.
[    16.784] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[    16.784] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    16.784] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[    16.784] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard settings"
[    16.784] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    16.784] (**) AT Translated Set 2 keyboard: always reports core events
[    16.784] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event1"
[    16.784] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    16.784] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    16.784] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    16.784] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[    16.784] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    16.784] (**) Option "xkb_rules" "evdev"
[    16.784] (**) Option "xkb_model" "pc104"
[    16.784] (**) Option "xkb_layout" "it"
[    16.784] (WW) Option "xkb_variant" requires a string value
[    16.784] (WW) Option "xkb_options" requires a string value
[    16.785] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event14)
[    16.785] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[    16.785] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[    16.785] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    16.785] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event14"
[    16.785] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6
[    16.785] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[    16.785] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[    16.786] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes
[    16.786] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[    16.786] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[    16.786] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[    16.786] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[    16.786] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.786] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event14"
[    16.786] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 10)
[    16.786] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[    16.786] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[    16.786] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[    16.786] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    16.786] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    16.787] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[    16.787] (II) No input driver specified, ignoring this device.
[    16.787] (II) This device may have been added with another device file.
[    16.788] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[    16.788] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[    16.788] (**) Speakup: Applying InputClass "keyboard-all"
[    16.788] (**) Speakup: Applying InputClass "Keyboard settings"
[    16.788] (II) Using input driver 'evdev' for 'Speakup'
[    16.788] (**) Speakup: always reports core events
[    16.788] (**) evdev: Speakup: Device: "/dev/input/event0"
[    16.788] (--) evdev: Speakup: Vendor 0 Product 0
[    16.788] (--) evdev: Speakup: Found keys
[    16.788] (II) evdev: Speakup: Configuring as keyboard
[    16.788] (**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
[    16.788] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 11)
[    16.788] (**) Option "xkb_rules" "evdev"
[    16.788] (**) Option "xkb_model" "pc104"
[    16.788] (**) Option "xkb_layout" "it"
[    16.788] (WW) Option "xkb_variant" requires a string value
[    16.788] (WW) Option "xkb_options" requires a string value
[  1677.358] (II) Open ACPI successful (/var/run/acpid.socket)
[  1677.358] (II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
Then i've modified the xorg file by putting "intel" driver to every device section but X don't boot with the errors: No screens found.
i've tried again by deleting monitor1, monitor2, screen1, screen2, card1, card2 and input entries like this:

Code: Select all

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load  "glx"
EndSection

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

Section "Device"
        Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection


Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   1440 900
		Depth     24
	EndSubSection
EndSection
but again "no screens found" error.
:( :( :(
Thanks for the answer and merry Xmas!
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Resolution/Video driver issue

Post by gapan »

Remove the xorg.conf file you created and try the xrandr command I posted.
Image
Image
gabrieles84
Posts: 8
Joined: 20. Dec 2014, 15:17

Re: Resolution/Video driver issue

Post by gabrieles84 »

Done, no resolution change. This is the output:

xrandr: Failed to get size of gamma for output default
xrandr: Configure crtc 0 failed
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Resolution/Video driver issue

Post by gapan »

Can you try with:

Code: Select all

xrandr --output default --gamma 1:1:1 --mode 1440x900
and also post the output of

Code: Select all

sudo lspci
Image
Image
gabrieles84
Posts: 8
Joined: 20. Dec 2014, 15:17

Re: Resolution/Video driver issue

Post by gabrieles84 »

Sure! the output is:

Code: Select all

xrandr: Gamma size is 0
still no resolution change.

lspci output:

Code: Select all

00:00.0 Host bridge: Intel Corporation ValleyView SSA-CUnit (rev 0e)
00:02.0 VGA compatible controller: Intel Corporation ValleyView Gen7 (rev 0e)
00:13.0 SATA controller: Intel Corporation ValleyView 6-Port SATA AHCI Controller (rev 0e)
00:14.0 USB controller: Intel Corporation ValleyView USB xHCI Host Controller (rev 0e)
00:1a.0 Encryption controller: Intel Corporation ValleyView SEC (rev 0e)
00:1b.0 Audio device: Intel Corporation ValleyView High Definition Audio Controller (rev 0e)
00:1c.0 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e)
00:1c.1 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e)
00:1c.2 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e)
00:1c.3 PCI bridge: Intel Corporation ValleyView PCI Express Root Port (rev 0e)
00:1f.0 ISA bridge: Intel Corporation ValleyView Power Control Unit (rev 0e)
00:1f.3 SMBus: Intel Corporation ValleyView SMBus Controller (rev 0e)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 11)
04:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 02)
westms
Posts: 298
Joined: 17. Mar 2013, 18:51

Re: Resolution/Video driver issue

Post by westms »

gabrieles84 wrote:You're right, libva isn't anywhere and i don't know why.... I've installed it! However, i was wrong about the driver, maybe libva isn't the driver i need. My embedded graphic card needs i915 module, which is included and loaded at boot. So i thought that it could be a xorg issue... I've renstalled salix and i used the xorg.conf file i obtained with X -configure, regardless of the errors about mismatch number of screens and devices. X boots but nothing changed.
Then i've modified the xorg file by putting "intel" driver to every device section but X don't boot with the errors: No screens found.
i've tried again by deleting monitor1, monitor2, screen1, screen2, card1, card2 and input entries like this:
In section "Device" it should be: Driver "i915"
not Driver "intel" .

If Driver "i915"
does not work, try Chipset "i915"
instead of Driver "i915" .

What kind of informations tells you, that resolution 1440x900 is supported by both the graphics card and the monitor?

What is the monitor's generic resolution?

You have a situation with the Vesa driver in which the resolution 800x600 is running. What is the output of the command

Code: Select all

xrandr --verbose -q
but again "no screens found" error.
You may have accidentally removed too many lines or may have written erroneous syntax / words.
Post Reply