Find the answer to your Linux question:
Results 1 to 4 of 4
hello i have problem in the screen resolution , the maximum resolution is 1366*768 , i want to add more resolutions . os : fedora 14 laptop model : sony ...
  1. #1
    Just Joined!
    Join Date
    Feb 2011
    Posts
    2

    problem in screen resolution

    hello

    i have problem in the screen resolution , the maximum resolution is 1366*768 , i want to add more resolutions .
    os : fedora 14
    laptop model : sony vaio vpceb37fx
    video card : intel HD



    lspci | grep -i vga
    Code:
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    xorg.conf
    Code:
    Section "ServerLayout"
    	Identifier     "X.org Configured"
    	Screen      0  "Screen0" 0 0
    	InputDevice    "Mouse0" "CorePointer"
    	InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    	ModulePath   "/usr/lib64/xorg/modules"
    	FontPath     "catalogue:/etc/X11/fontpath.d"
    	FontPath     "built-ins"
    EndSection
    
    Section "Module"
    	Load  "dri2"
    	Load  "dri"
    	Load  "extmod"
    	Load  "record"
    	Load  "glx"
    	Load  "dbe"
    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 "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     "NoAccel"            	# [<bool>]
            #Option     "SWcursor"           	# [<bool>]
            #Option     "ColorKey"           	# <i>
            #Option     "CacheLines"         	# <i>
            #Option     "Dac6Bit"            	# [<bool>]
            #Option     "DRI"                	# [<bool>]
            #Option     "NoDDC"              	# [<bool>]
            #Option     "ShowCache"          	# [<bool>]
            #Option     "XvMCSurfaces"       	# <i>
            #Option     "PageFlip"           	# [<bool>]
    	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   0 0
    		Depth     24
    	EndSubSection
    EndSection
    Xorg.0.log
    Code:
    [    26.308] 
    X.Org X Server 1.9.3
    Release Date: 2010-12-13
    [    26.308] X Protocol Version 11, Revision 0
    [    26.308] Build Operating System: x86-18 2.6.32-71.el6.x86_64 
    [    26.308] Current Operating System: Linux Mahmoud 2.6.35.11-83.fc14.x86_64 #1 SMP Mon Feb 7 07:06:44 UTC 2011 x86_64
    [    26.309] Kernel command line: ro root=/dev/mapper/vg_mahmoud-lv_root rd_LVM_LV=vg_mahmoud/lv_root rd_LVM_LV=vg_mahmoud/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
    [    26.311] Build Date: 14 January 2011  12:48:20AM
    [    26.311] Build ID: xorg-x11-server 1.9.3-4.fc14 
    [    26.319] Current version of pixman: 0.18.4
    [    26.319] 	Before reporting problems, check 
    	to make sure that you have the latest version.
    [    26.319] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    26.320] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 18 04:49:51 2011
    [    26.340] (==) Using config file: "/etc/X11/xorg.conf"
    [    26.340] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [    26.340] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    26.434] (==) ServerLayout "X.org Configured"
    [    26.434] (**) |-->Screen "Screen0" (0)
    [    26.434] (**) |   |-->Monitor "Monitor0"
    [    26.434] (**) |   |-->Device "Card0"
    [    26.434] (**) |-->Input Device "Mouse0"
    [    26.434] (**) |-->Input Device "Keyboard0"
    [    26.434] (==) Automatically adding devices
    [    26.435] (==) Automatically enabling devices
    [    26.435] (**) FontPath set to:
    	catalogue:/etc/X11/fontpath.d,
    	built-ins,
    	catalogue:/etc/X11/fontpath.d,
    	built-ins
    [    26.435] (**) ModulePath set to "/usr/lib64/xorg/modules"
    [    26.435] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [    26.435] (WW) Disabling Mouse0
    [    26.435] (WW) Disabling Keyboard0
    [    26.435] (II) Loader magic: 0x7d29c0
    [    26.435] (II) Module ABI versions:
    [    26.435] 	X.Org ANSI C Emulation: 0.4
    [    26.435] 	X.Org Video Driver: 8.0
    [    26.435] 	X.Org XInput driver : 11.0
    [    26.435] 	X.Org Server Extension : 4.0
    [    26.438] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [    26.438] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [    26.439] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [    26.439] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [    26.439] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [    26.439] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [    26.439] (II) LoadModule: "dri2"
    [    26.493] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
    [    26.528] (II) Module dri2: vendor="X.Org Foundation"
    [    26.528] 	compiled for 1.9.3, module version = 1.2.0
    [    26.528] 	ABI class: X.Org Server Extension, version 4.0
    [    26.528] (II) Loading extension DRI2
    [    26.528] (II) LoadModule: "dri"
    [    26.529] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
    [    26.530] (II) Module dri: vendor="X.Org Foundation"
    [    26.530] 	compiled for 1.9.3, module version = 1.0.0
    [    26.530] 	ABI class: X.Org Server Extension, version 4.0
    [    26.530] (II) Loading extension XFree86-DRI
    [    26.530] (II) LoadModule: "extmod"
    [    26.531] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
    [    26.534] (II) Module extmod: vendor="X.Org Foundation"
    [    26.534] 	compiled for 1.9.3, module version = 1.0.0
    [    26.534] 	Module class: X.Org Server Extension
    [    26.534] 	ABI class: X.Org Server Extension, version 4.0
    [    26.534] (II) Loading extension SELinux
    [    26.534] (II) Loading extension MIT-SCREEN-SAVER
    [    26.534] (II) Loading extension XFree86-VidModeExtension
    [    26.534] (II) Loading extension XFree86-DGA
    [    26.534] (II) Loading extension DPMS
    [    26.534] (II) Loading extension XVideo
    [    26.534] (II) Loading extension XVideo-MotionCompensation
    [    26.534] (II) Loading extension X-Resource
    [    26.534] (II) LoadModule: "record"
    [    26.535] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
    [    26.536] (II) Module record: vendor="X.Org Foundation"
    [    26.536] 	compiled for 1.9.3, module version = 1.13.0
    [    26.536] 	Module class: X.Org Server Extension
    [    26.536] 	ABI class: X.Org Server Extension, version 4.0
    [    26.536] (II) Loading extension RECORD
    [    26.536] (II) LoadModule: "glx"
    [    26.537] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
    [    26.550] (II) Module glx: vendor="X.Org Foundation"
    [    26.550] 	compiled for 1.9.3, module version = 1.0.0
    [    26.550] 	ABI class: X.Org Server Extension, version 4.0
    [    26.550] (==) AIGLX enabled
    [    26.550] (II) Loading extension GLX
    [    26.551] (II) LoadModule: "dbe"
    [    26.552] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
    [    26.553] (II) Module dbe: vendor="X.Org Foundation"
    [    26.553] 	compiled for 1.9.3, module version = 1.0.0
    [    26.553] 	Module class: X.Org Server Extension
    [    26.553] 	ABI class: X.Org Server Extension, version 4.0
    [    26.553] (II) Loading extension DOUBLE-BUFFER
    [    26.553] (II) LoadModule: "intel"
    [    26.554] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
    [    26.582] (II) Module intel: vendor="X.Org Foundation"
    [    26.582] 	compiled for 1.9.0, module version = 2.12.0
    [    26.582] 	Module class: X.Org Video Driver
    [    26.582] 	ABI class: X.Org Video Driver, version 8.0
    [    26.582] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    	i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale
    [    26.583] (++) using VT number 1
    
    [    26.606] drmOpenDevice: node name is /dev/dri/card0
    [    26.606] drmOpenDevice: open result is 8, (OK)
    [    26.606] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [    26.606] drmOpenDevice: node name is /dev/dri/card0
    [    26.607] drmOpenDevice: open result is 8, (OK)
    [    26.607] drmOpenByBusid: drmOpenMinor returns 8
    [    26.607] drmOpenByBusid: Interface 1.4 failed, trying 1.1
    [    26.607] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [    26.607] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [    26.607] (==) intel(0): RGB weight 888
    [    26.607] (==) intel(0): Default visual is TrueColor
    [    26.607] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
    [    26.607] (--) intel(0): Chipset: "Arrandale"
    [    26.607] (==) intel(0): video overlay key set to 0x101fe
    [    26.624] (II) intel(0): Output LVDS1 using monitor section Monitor0
    [    26.624] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [    26.652] (II) intel(0): Output VGA1 has no monitor section
    [    26.661] (II) intel(0): Output HDMI1 has no monitor section
    [    26.662] (II) intel(0): Output DP1 has no monitor section
    [    26.662] (II) intel(0): EDID for output LVDS1
    [    26.662] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    26.662] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    26.662] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    26.662] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    26.662] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    26.662] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    26.662] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    26.662] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    26.663] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    26.663] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    26.663] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    26.663] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    26.663] (II) intel(0): Printing probed modes for output LVDS1
    [    26.663] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    26.663] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    26.663] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    26.663] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    26.663] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    26.679] (II) intel(0): EDID for output VGA1
    [    26.689] (II) intel(0): EDID for output HDMI1
    [    26.690] (II) intel(0): EDID for output DP1
    [    26.690] (II) intel(0): Output LVDS1 connected
    [    26.690] (II) intel(0): Output VGA1 disconnected
    [    26.690] (II) intel(0): Output HDMI1 disconnected
    [    26.690] (II) intel(0): Output DP1 disconnected
    [    26.690] (II) intel(0): Using exact sizes for initial modes
    [    26.690] (II) intel(0): Output LVDS1 using initial mode 1366x768 +0+0
    [    26.690] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [    26.690] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [    26.690] (II) intel(0): Don't panic: 
    [    26.690] (==) intel(0): DPI set to (96, 96)
    [    26.690] (II) Loading sub module "fb"
    [    26.690] (II) LoadModule: "fb"
    [    26.691] (II) Loading /usr/lib64/xorg/modules/libfb.so
    [    26.693] (II) Module fb: vendor="X.Org Foundation"
    [    26.693] 	compiled for 1.9.3, module version = 1.0.0
    [    26.693] 	ABI class: X.Org ANSI C Emulation, version 0.4
    [    26.693] (==) Depth 24 pixmap format is 32 bpp
    [    26.693] (II) intel(0): [DRI2] Setup complete
    [    26.693] (II) intel(0): [DRI2]   DRI driver: i965
    [    26.693] (**) intel(0): Tiling enabled
    [    26.693] (**) intel(0): SwapBuffers wait enabled
    [    26.693] (==) intel(0): VideoRam: 262144 KB
    [    26.693] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [    26.793] (II) UXA(0): Driver registered support for the following operations:
    [    26.794] (II)         solid
    [    26.794] (II)         copy
    [    26.794] (II)         composite (RENDER acceleration)
    [    26.794] (II)         put_image
    [    26.794] (II)         get_image
    [    26.794] (==) intel(0): Backing store disabled
    [    26.794] (==) intel(0): Silken mouse enabled
    [    26.794] (II) intel(0): Initializing HW Cursor
    [    26.829] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [    26.831] (==) intel(0): DPMS enabled
    [    26.831] (==) intel(0): Intel XvMC decoder enabled
    [    26.831] (II) intel(0): Set up textured video
    [    26.831] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [    26.831] (II) intel(0): direct rendering: DRI2 Enabled
    [    26.837] (--) RandR disabled
    [    26.837] (II) Initializing built-in extension Generic Event Extension
    [    26.837] (II) Initializing built-in extension SHAPE
    [    26.837] (II) Initializing built-in extension MIT-SHM
    [    26.837] (II) Initializing built-in extension XInputExtension
    [    26.837] (II) Initializing built-in extension XTEST
    [    26.837] (II) Initializing built-in extension BIG-REQUESTS
    [    26.837] (II) Initializing built-in extension SYNC
    [    26.837] (II) Initializing built-in extension XKEYBOARD
    [    26.837] (II) Initializing built-in extension XC-MISC
    [    26.837] (II) Initializing built-in extension XINERAMA
    [    26.837] (II) Initializing built-in extension XFIXES
    [    26.837] (II) Initializing built-in extension RENDER
    [    26.837] (II) Initializing built-in extension RANDR
    [    26.838] (II) Initializing built-in extension COMPOSITE
    [    26.838] (II) Initializing built-in extension DAMAGE
    [    26.846] (II) SELinux: Disabled by boolean
    [    26.970] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [    26.970] (II) AIGLX: enabled GLX_INTEL_swap_event
    [    26.970] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [    26.970] (II) AIGLX: enabled GLX_SGI_make_current_read
    [    26.970] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [    26.970] (II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so
    [    26.970] (II) GLX: Initialized DRI2 GL provider for screen 0
    [    26.971] (II) intel(0): Setting screen physical size to 361 x 203
    [    27.472] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [    27.472] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [    27.472] (**) Video Bus: Applying InputClass "system-setup-keyboard"
    [    27.472] (II) LoadModule: "evdev"
    [    27.482] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
    [    27.492] (II) Module evdev: vendor="X.Org Foundation"
    [    27.492] 	compiled for 1.8.99.905, module version = 2.5.0
    [    27.492] 	Module class: X.Org XInput Driver
    [    27.492] 	ABI class: X.Org XInput driver, version 11.0
    [    27.492] (**) Video Bus: always reports core events
    [    27.492] (**) Video Bus: Device: "/dev/input/event4"
    [    27.493] (--) Video Bus: Found keys
    [    27.493] (II) Video Bus: Configuring as keyboard
    [    27.493] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [    27.493] (**) Option "xkb_rules" "evdev"
    [    27.493] (**) Option "xkb_model" "pc105+inet"
    [    27.493] (**) Option "xkb_layout" "us"
    [    27.493] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
    [    27.538] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event5)
    [    27.538] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
    [    27.538] (**) Sony Vaio Keys: Applying InputClass "system-setup-keyboard"
    [    27.538] (**) Sony Vaio Keys: always reports core events
    [    27.539] (**) Sony Vaio Keys: Device: "/dev/input/event5"
    [    27.541] (--) Sony Vaio Keys: Found keys
    [    27.541] (II) Sony Vaio Keys: Configuring as keyboard
    [    27.541] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
    [    27.541] (**) Option "xkb_rules" "evdev"
    [    27.541] (**) Option "xkb_model" "pc105+inet"
    [    27.541] (**) Option "xkb_layout" "us"
    [    27.541] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
    [    27.545] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [    27.545] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    27.545] (**) Power Button: Applying InputClass "system-setup-keyboard"
    [    27.545] (**) Power Button: always reports core events
    [    27.545] (**) Power Button: Device: "/dev/input/event1"
    [    27.545] (--) Power Button: Found keys
    [    27.545] (II) Power Button: Configuring as keyboard
    [    27.545] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [    27.545] (**) Option "xkb_rules" "evdev"
    [    27.545] (**) Option "xkb_model" "pc105+inet"
    [    27.545] (**) Option "xkb_layout" "us"
    [    27.545] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
    [    27.546] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [    27.546] (II) No input driver/identifier specified (ignoring)
    [    27.550] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event7)
    [    27.550] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [    27.550] (**) USB 2.0 Camera: Applying InputClass "system-setup-keyboard"
    [    27.550] (**) USB 2.0 Camera: always reports core events
    [    27.550] (**) USB 2.0 Camera: Device: "/dev/input/event7"
    [    27.550] (--) USB 2.0 Camera: Found keys
    [    27.550] (II) USB 2.0 Camera: Configuring as keyboard
    [    27.550] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
    [    27.550] (**) Option "xkb_rules" "evdev"
    [    27.550] (**) Option "xkb_model" "pc105+inet"
    [    27.550] (**) Option "xkb_layout" "us"
    [    27.550] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
    [    27.555] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
    [    27.555] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [    27.555] (**) AT Translated Set 2 keyboard: Applying InputClass "system-setup-keyboard"
    [    27.555] (**) AT Translated Set 2 keyboard: always reports core events
    [    27.555] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
    [    27.555] (--) AT Translated Set 2 keyboard: Found keys
    [    27.555] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [    27.555] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [    27.555] (**) Option "xkb_rules" "evdev"
    [    27.555] (**) Option "xkb_model" "pc105+inet"
    [    27.555] (**) Option "xkb_layout" "us"
    [    27.555] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
    [    27.556] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event3)
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event3"
    [    27.556] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [    27.556] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [    27.556] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
    [    27.556] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [    27.556] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    27.556] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [    27.556] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [    27.556] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [    27.557] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [    27.557] (II) No input driver/identifier specified (ignoring)
    [    27.563] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event6)
    [    27.563] (II) No input driver/identifier specified (ignoring)
    [    27.563] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
    [    27.563] (II) No input driver/identifier specified (ignoring)
    [    29.772] (II) intel(0): EDID for output LVDS1
    [    29.772] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    29.772] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    29.772] (II) intel(0): Printing probed modes for output LVDS1
    [    29.772] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    29.772] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    29.772] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    29.773] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    29.773] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    29.789] (II) intel(0): EDID for output VGA1
    [    29.799] (II) intel(0): EDID for output HDMI1
    [    29.800] (II) intel(0): EDID for output DP1
    [    29.802] (II) intel(0): EDID for output LVDS1
    [    29.802] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    29.802] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    29.802] (II) intel(0): Printing probed modes for output LVDS1
    [    29.802] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    29.802] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    29.802] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    29.802] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    29.802] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    29.819] (II) intel(0): EDID for output VGA1
    [    29.828] (II) intel(0): EDID for output HDMI1
    [    29.829] (II) intel(0): EDID for output DP1
    [    29.843] (II) intel(0): EDID for output LVDS1
    [    29.843] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    29.843] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    29.843] (II) intel(0): Printing probed modes for output LVDS1
    [    29.843] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    29.843] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    29.843] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    29.843] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    29.843] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    29.860] (II) intel(0): EDID for output VGA1
    [    29.869] (II) intel(0): EDID for output HDMI1
    [    29.871] (II) intel(0): EDID for output DP1
    [    29.872] (II) intel(0): EDID for output LVDS1
    [    29.872] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    29.872] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    29.872] (II) intel(0): Printing probed modes for output LVDS1
    [    29.872] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    29.872] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    29.872] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    29.872] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    29.872] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    29.889] (II) intel(0): EDID for output VGA1
    [    29.898] (II) intel(0): EDID for output HDMI1
    [    29.900] (II) intel(0): EDID for output DP1
    [    42.410] (II) intel(0): EDID for output LVDS1
    [    42.413] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    42.413] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    42.413] (II) intel(0): Printing probed modes for output LVDS1
    [    42.413] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    42.413] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    42.413] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    42.413] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    42.413] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    42.430] (II) intel(0): EDID for output VGA1
    [    42.439] (II) intel(0): EDID for output HDMI1
    [    42.440] (II) intel(0): EDID for output DP1
    [    42.442] (II) intel(0): EDID for output LVDS1
    [    42.443] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    42.443] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    42.443] (II) intel(0): Printing probed modes for output LVDS1
    [    42.443] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    42.443] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    42.443] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    42.443] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    42.443] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    42.460] (II) intel(0): EDID for output VGA1
    [    42.469] (II) intel(0): EDID for output HDMI1
    [    42.470] (II) intel(0): EDID for output DP1
    [    42.471] (II) intel(0): EDID for output LVDS1
    [    42.471] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    42.471] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    42.471] (II) intel(0): Printing probed modes for output LVDS1
    [    42.471] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    42.471] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    42.471] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    42.471] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    42.471] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    42.488] (II) intel(0): EDID for output VGA1
    [    42.498] (II) intel(0): EDID for output HDMI1
    [    42.499] (II) intel(0): EDID for output DP1
    [    44.672] (II) intel(0): EDID for output LVDS1
    [    44.674] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    44.674] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    44.674] (II) intel(0): Printing probed modes for output LVDS1
    [    44.674] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    44.674] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    44.674] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    44.674] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    44.674] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    44.691] (II) intel(0): EDID for output VGA1
    [    44.701] (II) intel(0): EDID for output HDMI1
    [    44.702] (II) intel(0): EDID for output DP1
    [    48.052] (II) intel(0): EDID for output LVDS1
    [    48.052] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    48.052] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    48.052] (II) intel(0): Printing probed modes for output LVDS1
    [    48.053] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    48.053] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    48.053] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    48.053] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    48.053] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    48.070] (II) intel(0): EDID for output VGA1
    [    48.079] (II) intel(0): EDID for output HDMI1
    [    48.080] (II) intel(0): EDID for output DP1
    [    48.117] (II) intel(0): EDID for output LVDS1
    [    48.117] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    48.117] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    48.117] (II) intel(0): Printing probed modes for output LVDS1
    [    48.117] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    48.117] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    48.117] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    48.117] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    48.117] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    48.134] (II) intel(0): EDID for output VGA1
    [    48.143] (II) intel(0): EDID for output HDMI1
    [    48.144] (II) intel(0): EDID for output DP1
    [    48.583] (II) intel(0): EDID for output LVDS1
    [    48.584] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    48.584] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    48.584] (II) intel(0): Printing probed modes for output LVDS1
    [    48.584] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    48.584] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    48.584] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    48.584] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    48.584] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    48.601] (II) intel(0): EDID for output VGA1
    [    48.610] (II) intel(0): EDID for output HDMI1
    [    48.611] (II) intel(0): EDID for output DP1
    [    62.292] (II) intel(0): EDID for output LVDS1
    [    62.295] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    62.295] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    62.296] (II) intel(0): Printing probed modes for output LVDS1
    [    62.296] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    62.296] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    62.296] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    62.296] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    62.296] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    62.313] (II) intel(0): EDID for output VGA1
    [    62.322] (II) intel(0): EDID for output HDMI1
    [    62.323] (II) intel(0): EDID for output DP1
    [    74.420] (II) intel(0): EDID for output LVDS1
    [    74.421] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [    74.421] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [    74.421] (II) intel(0): Printing probed modes for output LVDS1
    [    74.421] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [    74.421] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [    74.421] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [    74.421] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [    74.421] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [    74.438] (II) intel(0): EDID for output VGA1
    [    74.447] (II) intel(0): EDID for output HDMI1
    [    74.448] (II) intel(0): EDID for output DP1
    [   691.043] (II) intel(0): EDID for output LVDS1
    [   691.045] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [   691.045] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [   691.045] (II) intel(0): Printing probed modes for output LVDS1
    [   691.045] (II) intel(0): Modeline "1366x768"x59.9   68.08  1366 1381 1411 1456  768 770 774 780 -hsync -vsync (46.8 kHz)
    [   691.045] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [   691.045] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [   691.045] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [   691.045] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [   691.062] (II) intel(0): EDID for output VGA1
    [   691.071] (II) intel(0): EDID for output HDMI1
    [   691.072] (II) intel(0): EDID for output DP1
    xrandr Output
    Code:
    Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
    LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
       1366x768       59.9*+
       1024x768       60.0  
       800x600        60.3     56.2  
       640x480        59.9  
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 disconnected (normal left inverted right x axis y axis)
    DP1 disconnected (normal left inverted right x axis y axis)
    i need help please
    thanks

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    What makes you think you can get more out of it?
    Looking at that system specs you are already at max resolution.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just Joined!
    Join Date
    Feb 2011
    Posts
    2
    i want to add more resolutions like 1900*1200

    thank you for replay

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You won't get more out of the laptop screen. Are you trying to run an external HD (1920x1200) display?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...