You are not logged in.

#1 2012-04-25 23:05:27

Clarence.e.a
Member
Registered: 2012-04-25
Posts: 20

[SOLVED] Xorg Default Screen Resolution Settings

I've gone through the wiki and have followed all of the steps, yet my default screen resolution simply won't stick.

Okay, so I've read that in order to configure Xorg you have to edit/add .conf files in /etc/X11/xorg.conf.d/ so I added 10-monitor.conf and edited it so that the external monitor that I'm using for my laptop gets displayed at 1280X1024:

Section "Monitor"
    Identifier             "HDMI1"
EndSection

Section "Device"
    Identifier             "Device0"
    Driver                 "intel" #Choose the driver used for this monitor
EndSection

Section "Screen"
    Identifier             "Screen0"  #Collapse Monitor and Device section to Screen section
    Device                 "Device0"
    Monitor                "HDMI1"
    DefaultDepth            24 #Choose the depth (16||24)
    SubSection             "Display"
        Depth               24
        Modes              "1280x1024_60.00" #Choose the resolution
    EndSubSection
EndSection

But everytime I startx it still displays the default resolution at 1024X768.

Can anyone help me get my default resolution for the monitor HDMI1 to 1280X1024?

Last edited by Clarence.e.a (2012-04-27 22:02:45)

Offline

#2 2012-04-25 23:13:34

Pres
Member
Registered: 2011-09-12
Posts: 423

Re: [SOLVED] Xorg Default Screen Resolution Settings

The way I had my comp set up for awhile was to just run xrandr when starting X (add it in .xinitrc).

Something like this should do it:

xrandr --output HDMI1 --mode 1280x1024

"man xrandr" will give you more info.

Offline

#3 2012-04-25 23:17:48

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Xorg Default Screen Resolution Settings

You haven't defined "1280x1024_60.00" anywhere, so your config effectively does nothing.

And anyway, not getting the right resolution points to a problem. Remove that config and post /var/log/Xorg.0.log

Offline

#4 2012-04-25 23:29:24

Clarence.e.a
Member
Registered: 2012-04-25
Posts: 20

Re: [SOLVED] Xorg Default Screen Resolution Settings

Here is my /var/log/Xorg.0.log:

[  4190.833] 
X.Org X Server 1.12.1
Release Date: 2012-04-13
[  4190.839] X Protocol Version 11, Revision 0
[  4190.841] Build Operating System: Linux 3.3.1-1-ARCH x86_64 
[  4190.844] Current Operating System: Linux clarence.E6410 3.3.3-1-ARCH #1 SMP PREEMPT Mon Apr 23 09:41:07 CEST 2012 x86_64
[  4190.846] Kernel command line: root=/dev/disk/by-uuid/eeb0e84a-e6ac-44e5-a15c-6de5d08cfdd3 ro ipv6.disable=1
[  4190.848] Build Date: 14 April 2012  07:09:45AM
[  4190.849]  
[  4190.851] Current version of pixman: 0.24.4
[  4190.853] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[  4190.855] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4190.860] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 25 19:23:57 2012
[  4190.862] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  4190.864] (==) No Layout section.  Using the first Screen section.
[  4190.864] (==) No screen section available. Using defaults.
[  4190.864] (**) |-->Screen "Default Screen Section" (0)
[  4190.864] (**) |   |-->Monitor "<default monitor>"
[  4190.864] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  4190.864] (==) Automatically adding devices
[  4190.864] (==) Automatically enabling devices
[  4190.864] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  4190.864] 	Entry deleted from font path.
[  4190.864] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  4190.864] 	Entry deleted from font path.
[  4190.864] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  4190.865] 	Entry deleted from font path.
[  4190.865] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  4190.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  4190.865] 	Entry deleted from font path.
[  4190.865] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  4190.865] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[  4190.865] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4190.865] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4190.865] (II) Loader magic: 0x7c7ae0
[  4190.865] (II) Module ABI versions:
[  4190.865] 	X.Org ANSI C Emulation: 0.4
[  4190.865] 	X.Org Video Driver: 12.0
[  4190.865] 	X.Org XInput driver : 16.0
[  4190.865] 	X.Org Server Extension : 6.0
[  4190.866] (--) PCI:*(0:0:2:0) 8086:0046:1028:040a rev 2, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x000070b0/8
[  4190.866] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  4190.866] (II) LoadModule: "extmod"
[  4190.866] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  4190.867] (II) Module extmod: vendor="X.Org Foundation"
[  4190.867] 	compiled for 1.12.1, module version = 1.0.0
[  4190.867] 	Module class: X.Org Server Extension
[  4190.867] 	ABI class: X.Org Server Extension, version 6.0
[  4190.867] (II) Loading extension MIT-SCREEN-SAVER
[  4190.867] (II) Loading extension XFree86-VidModeExtension
[  4190.867] (II) Loading extension XFree86-DGA
[  4190.867] (II) Loading extension DPMS
[  4190.867] (II) Loading extension XVideo
[  4190.867] (II) Loading extension XVideo-MotionCompensation
[  4190.867] (II) Loading extension X-Resource
[  4190.867] (II) LoadModule: "dbe"
[  4190.867] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  4190.867] (II) Module dbe: vendor="X.Org Foundation"
[  4190.867] 	compiled for 1.12.1, module version = 1.0.0
[  4190.867] 	Module class: X.Org Server Extension
[  4190.867] 	ABI class: X.Org Server Extension, version 6.0
[  4190.867] (II) Loading extension DOUBLE-BUFFER
[  4190.867] (II) LoadModule: "glx"
[  4190.867] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4190.867] (II) Module glx: vendor="X.Org Foundation"
[  4190.867] 	compiled for 1.12.1, module version = 1.0.0
[  4190.867] 	ABI class: X.Org Server Extension, version 6.0
[  4190.867] (==) AIGLX enabled
[  4190.867] (II) Loading extension GLX
[  4190.867] (II) LoadModule: "record"
[  4190.867] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  4190.868] (II) Module record: vendor="X.Org Foundation"
[  4190.868] 	compiled for 1.12.1, module version = 1.13.0
[  4190.868] 	Module class: X.Org Server Extension
[  4190.868] 	ABI class: X.Org Server Extension, version 6.0
[  4190.868] (II) Loading extension RECORD
[  4190.868] (II) LoadModule: "dri"
[  4190.868] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  4190.868] (II) Module dri: vendor="X.Org Foundation"
[  4190.868] 	compiled for 1.12.1, module version = 1.0.0
[  4190.868] 	ABI class: X.Org Server Extension, version 6.0
[  4190.868] (II) Loading extension XFree86-DRI
[  4190.868] (II) LoadModule: "dri2"
[  4190.868] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  4190.868] (II) Module dri2: vendor="X.Org Foundation"
[  4190.868] 	compiled for 1.12.1, module version = 1.2.0
[  4190.868] 	ABI class: X.Org Server Extension, version 6.0
[  4190.868] (II) Loading extension DRI2
[  4190.868] (==) Matched intel as autoconfigured driver 0
[  4190.868] (==) Matched vesa as autoconfigured driver 1
[  4190.868] (==) Matched fbdev as autoconfigured driver 2
[  4190.868] (==) Assigned the driver to the xf86ConfigLayout
[  4190.868] (II) LoadModule: "intel"
[  4190.868] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  4190.869] (II) Module intel: vendor="X.Org Foundation"
[  4190.869] 	compiled for 1.12.1, module version = 2.18.0
[  4190.869] 	Module class: X.Org Video Driver
[  4190.869] 	ABI class: X.Org Video Driver, version 12.0
[  4190.869] (II) LoadModule: "vesa"
[  4190.869] (WW) Warning, couldn't open module vesa
[  4190.869] (II) UnloadModule: "vesa"
[  4190.869] (II) Unloading vesa
[  4190.869] (EE) Failed to load module "vesa" (module does not exist, 0)
[  4190.869] (II) LoadModule: "fbdev"
[  4190.869] (WW) Warning, couldn't open module fbdev
[  4190.869] (II) UnloadModule: "fbdev"
[  4190.869] (II) Unloading fbdev
[  4190.869] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  4190.869] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[  4190.870] (--) using VT number 7

[  4190.877] drmOpenDevice: node name is /dev/dri/card0
[  4190.877] drmOpenDevice: open result is 8, (OK)
[  4190.877] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  4190.877] drmOpenDevice: node name is /dev/dri/card0
[  4190.877] drmOpenDevice: open result is 8, (OK)
[  4190.877] drmOpenByBusid: drmOpenMinor returns 8
[  4190.877] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  4190.877] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  4190.877] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  4190.877] (==) intel(0): RGB weight 888
[  4190.877] (==) intel(0): Default visual is TrueColor
[  4190.877] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
[  4190.877] (--) intel(0): Chipset: "Arrandale"
[  4190.877] (**) intel(0): Relaxed fencing enabled
[  4190.877] (**) intel(0): Wait on SwapBuffers? enabled
[  4190.877] (**) intel(0): Triple buffering? enabled
[  4190.877] (**) intel(0): Framebuffer tiled
[  4190.877] (**) intel(0): Pixmaps tiled
[  4190.877] (**) intel(0): 3D buffers tiled
[  4190.877] (**) intel(0): SwapBuffers wait enabled
[  4190.877] (==) intel(0): video overlay key set to 0x101fe
[  4190.933] (II) intel(0): Output eDP1 has no monitor section
[  4190.952] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[  4190.952] (II) intel(0): Output VGA1 has no monitor section
[  4191.076] (II) intel(0): Output HDMI1 has no monitor section
[  4191.116] (II) intel(0): Output DP1 has no monitor section
[  4191.139] (II) intel(0): Output HDMI2 has no monitor section
[  4191.179] (II) intel(0): Output DP2 has no monitor section
[  4191.235] (II) intel(0): EDID for output eDP1
[  4191.235] (II) intel(0): Manufacturer: SEC  Model: 5441  Serial#: 0
[  4191.235] (II) intel(0): Year: 2010  Week: 0
[  4191.235] (II) intel(0): EDID Version: 1.4
[  4191.235] (II) intel(0): Digital Display Input
[  4191.235] (II) intel(0): 6 bits per channel
[  4191.235] (II) intel(0): Digital interface is DisplayPort
[  4191.235] (II) intel(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[  4191.235] (II) intel(0): Gamma: 2.20
[  4191.235] (II) intel(0): No DPMS capabilities specified
[  4191.235] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  4191.235] (II) intel(0): First detailed timing is preferred mode
[  4191.235] (II) intel(0): Preferred mode is native pixel format and refresh rate
[  4191.236] (II) intel(0): redX: 0.537 redY: 0.353   greenX: 0.343 greenY: 0.597
[  4191.236] (II) intel(0): blueX: 0.164 blueY: 0.125   whiteX: 0.313 whiteY: 0.334
[  4191.236] (II) intel(0): Manufacturer's mask: 0
[  4191.236] (II) intel(0): Supported detailed timing:
[  4191.236] (II) intel(0): clock: 70.7 MHz   Image Size:  303 x 190 mm
[  4191.236] (II) intel(0): h_active: 1280  h_sync: 1292  h_sync_end 1356 h_blank_end 1452 h_border: 0
[  4191.236] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 806 v_blanking: 812 v_border: 0
[  4191.236] (II) intel(0): Supported detailed timing:
[  4191.236] (II) intel(0): clock: 47.2 MHz   Image Size:  303 x 190 mm
[  4191.236] (II) intel(0): h_active: 1280  h_sync: 1292  h_sync_end 1356 h_blank_end 1452 h_border: 0
[  4191.236] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 806 v_blanking: 812 v_border: 0
[  4191.236] (II) intel(0):  CR5M3€141AT
[  4191.236] (II) intel(0): Unknown vendor-specific block 0
[  4191.236] (II) intel(0): EDID (in hex):
[  4191.236] (II) intel(0): 	00ffffffffffff004ca3415400000000
[  4191.236] (II) intel(0): 	00140104951e13780a9f06895a57982a
[  4191.236] (II) intel(0): 	20505500000001010101010101010101
[  4191.236] (II) intel(0): 	010101010101a11b00ac50200c300c40
[  4191.236] (II) intel(0): 	33002fbe1000001a6c1200ac50200c30
[  4191.236] (II) intel(0): 	0c4033002fbe1000001a000000fe0043
[  4191.236] (II) intel(0): 	52354d338031343141540a2000000000
[  4191.236] (II) intel(0): 	00004101190000000009010a202000c9
[  4191.236] (II) intel(0): EDID vendor "SEC", prod id 21569
[  4191.236] (II) intel(0): Printing DDC gathered Modelines:
[  4191.236] (II) intel(0): Modeline "1280x800"x0.0   70.73  1280 1292 1356 1452  800 803 806 812 +hsync -vsync (48.7 kHz eP)
[  4191.236] (II) intel(0): Modeline "1280x800"x0.0   47.16  1280 1292 1356 1452  800 803 806 812 +hsync -vsync (32.5 kHz e)
[  4191.236] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  4191.236] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  4191.236] (II) intel(0): Printing probed modes for output eDP1
[  4191.236] (II) intel(0): Modeline "1280x800"x60.0   70.73  1280 1292 1356 1452  800 803 806 812 +hsync -vsync (48.7 kHz eP)
[  4191.236] (II) intel(0): Modeline "1280x800"x40.0   47.16  1280 1292 1356 1452  800 803 806 812 +hsync -vsync (32.5 kHz e)
[  4191.236] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  4191.236] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  4191.236] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  4191.236] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  4191.236] (II) intel(0): EDID for output VGA1
[  4191.359] (II) intel(0): EDID for output HDMI1
[  4191.360] (II) intel(0): Manufacturer: DEL  Model: 4026  Serial#: 1094924625
[  4191.360] (II) intel(0): Year: 2008  Week: 3
[  4191.360] (II) intel(0): EDID Version: 1.3
[  4191.360] (II) intel(0): Digital Display Input
[  4191.360] (II) intel(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[  4191.360] (II) intel(0): Gamma: 2.20
[  4191.360] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[  4191.360] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  4191.360] (II) intel(0): Default color space is primary color space
[  4191.360] (II) intel(0): First detailed timing is preferred mode
[  4191.360] (II) intel(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[  4191.360] (II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[  4191.360] (II) intel(0): Supported established timings:
[  4191.360] (II) intel(0): 720x400@70Hz
[  4191.360] (II) intel(0): 640x480@60Hz
[  4191.360] (II) intel(0): 640x480@75Hz
[  4191.360] (II) intel(0): 800x600@60Hz
[  4191.360] (II) intel(0): 800x600@75Hz
[  4191.360] (II) intel(0): 1024x768@60Hz
[  4191.360] (II) intel(0): 1024x768@75Hz
[  4191.360] (II) intel(0): 1280x1024@75Hz
[  4191.360] (II) intel(0): Manufacturer's mask: 0
[  4191.360] (II) intel(0): Supported standard timings:
[  4191.360] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  4191.360] (II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  4191.360] (II) intel(0): Supported detailed timing:
[  4191.360] (II) intel(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[  4191.360] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[  4191.360] (II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[  4191.360] (II) intel(0): Serial No: FP18281FAC9Q
[  4191.360] (II) intel(0): Monitor name: DELL 1908FP
[  4191.360] (II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[  4191.360] (II) intel(0): EDID (in hex):
[  4191.360] (II) intel(0): 	00ffffffffffff0010ac264051394341
[  4191.360] (II) intel(0): 	0312010380261e78eede95a3544c9926
[  4191.360] (II) intel(0): 	0f5054a54b00714f8180010101010101
[  4191.360] (II) intel(0): 	010101010101302a009851002a403070
[  4191.360] (II) intel(0): 	1300782d1100001e000000ff00465031
[  4191.360] (II) intel(0): 	3832383146414339510a000000fc0044
[  4191.360] (II) intel(0): 	454c4c203139303846500a20000000fd
[  4191.360] (II) intel(0): 	00384c1e510e000a20202020202000ec
[  4191.360] (II) intel(0): Printing probed modes for output HDMI1
[  4191.360] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[  4191.360] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4191.360] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  4191.360] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[  4191.360] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4191.360] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4191.360] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4191.360] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4191.360] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4191.360] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4191.399] (II) intel(0): EDID for output DP1
[  4191.422] (II) intel(0): EDID for output HDMI2
[  4191.462] (II) intel(0): EDID for output DP2
[  4191.463] (II) intel(0): Output eDP1 connected
[  4191.463] (II) intel(0): Output VGA1 disconnected
[  4191.463] (II) intel(0): Output HDMI1 connected
[  4191.463] (II) intel(0): Output DP1 disconnected
[  4191.463] (II) intel(0): Output HDMI2 disconnected
[  4191.463] (II) intel(0): Output DP2 disconnected
[  4191.463] (II) intel(0): Using fuzzy aspect match for initial modes
[  4191.463] (II) intel(0): Output eDP1 using initial mode 1024x768
[  4191.463] (II) intel(0): Output HDMI1 using initial mode 1024x768
[  4191.463] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  4191.463] (II) intel(0): Kernel page flipping support detected, enabling
[  4191.463] (**) intel(0): Display dimensions: (300, 190) mm
[  4191.463] (**) intel(0): DPI set to (86, 102)
[  4191.463] (II) Loading sub module "fb"
[  4191.463] (II) LoadModule: "fb"
[  4191.463] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4191.463] (II) Module fb: vendor="X.Org Foundation"
[  4191.463] 	compiled for 1.12.1, module version = 1.0.0
[  4191.463] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4191.463] (II) Loading sub module "dri2"
[  4191.463] (II) LoadModule: "dri2"
[  4191.464] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  4191.464] (II) Module dri2: vendor="X.Org Foundation"
[  4191.464] 	compiled for 1.12.1, module version = 1.2.0
[  4191.464] 	ABI class: X.Org Server Extension, version 6.0
[  4191.464] (==) Depth 24 pixmap format is 32 bpp
[  4191.464] (II) intel(0): [DRI2] Setup complete
[  4191.464] (II) intel(0): [DRI2]   DRI driver: i965
[  4191.464] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[  4191.475] (II) UXA(0): Driver registered support for the following operations:
[  4191.475] (II)         solid
[  4191.475] (II)         copy
[  4191.475] (II)         composite (RENDER acceleration)
[  4191.475] (II)         put_image
[  4191.475] (II)         get_image
[  4191.475] (==) intel(0): Backing store disabled
[  4191.475] (==) intel(0): Silken mouse enabled
[  4191.475] (II) intel(0): Initializing HW Cursor
[  4191.476] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  4191.520] (==) intel(0): DPMS enabled
[  4191.520] (==) intel(0): Intel XvMC decoder enabled
[  4191.520] (II) intel(0): Set up textured video
[  4191.520] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  4191.520] (II) intel(0): direct rendering: DRI2 Enabled
[  4191.520] (==) intel(0): hotplug detection: "enabled"
[  4193.944] (--) RandR disabled
[  4193.944] (II) Initializing built-in extension Generic Event Extension
[  4193.944] (II) Initializing built-in extension SHAPE
[  4193.944] (II) Initializing built-in extension MIT-SHM
[  4193.944] (II) Initializing built-in extension XInputExtension
[  4193.944] (II) Initializing built-in extension XTEST
[  4193.944] (II) Initializing built-in extension BIG-REQUESTS
[  4193.944] (II) Initializing built-in extension SYNC
[  4193.944] (II) Initializing built-in extension XKEYBOARD
[  4193.944] (II) Initializing built-in extension XC-MISC
[  4193.944] (II) Initializing built-in extension SECURITY
[  4193.944] (II) Initializing built-in extension XINERAMA
[  4193.944] (II) Initializing built-in extension XFIXES
[  4193.944] (II) Initializing built-in extension RENDER
[  4193.944] (II) Initializing built-in extension RANDR
[  4193.944] (II) Initializing built-in extension COMPOSITE
[  4193.944] (II) Initializing built-in extension DAMAGE
[  4193.953] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  4193.953] (II) AIGLX: enabled GLX_INTEL_swap_event
[  4193.953] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  4193.953] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  4193.953] (II) AIGLX: Loaded and initialized i965
[  4193.953] (II) GLX: Initialized DRI2 GL provider for screen 0
[  4193.954] (II) intel(0): Setting screen physical size to 270 x 203
[  4194.005] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  4194.005] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4194.005] (II) LoadModule: "evdev"
[  4194.005] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  4194.005] (II) Module evdev: vendor="X.Org Foundation"
[  4194.005] 	compiled for 1.12.0, module version = 2.7.0
[  4194.005] 	Module class: X.Org XInput Driver
[  4194.006] 	ABI class: X.Org XInput driver, version 16.0
[  4194.006] (II) Using input driver 'evdev' for 'Power Button'
[  4194.006] (**) Power Button: always reports core events
[  4194.006] (**) evdev: Power Button: Device: "/dev/input/event4"
[  4194.006] (--) evdev: Power Button: Vendor 0 Product 0x1
[  4194.006] (--) evdev: Power Button: Found keys
[  4194.006] (II) evdev: Power Button: Configuring as keyboard
[  4194.006] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[  4194.006] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4194.006] (**) Option "xkb_rules" "evdev"
[  4194.006] (**) Option "xkb_model" "evdev"
[  4194.006] (**) Option "xkb_layout" "us"
[  4194.034] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  4194.034] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  4194.034] (II) Using input driver 'evdev' for 'Video Bus'
[  4194.034] (**) Video Bus: always reports core events
[  4194.034] (**) evdev: Video Bus: Device: "/dev/input/event5"
[  4194.034] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  4194.034] (--) evdev: Video Bus: Found keys
[  4194.034] (II) evdev: Video Bus: Configuring as keyboard
[  4194.034] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
[  4194.034] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  4194.034] (**) Option "xkb_rules" "evdev"
[  4194.034] (**) Option "xkb_model" "evdev"
[  4194.034] (**) Option "xkb_layout" "us"
[  4194.034] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  4194.034] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4194.034] (II) Using input driver 'evdev' for 'Power Button'
[  4194.034] (**) Power Button: always reports core events
[  4194.034] (**) evdev: Power Button: Device: "/dev/input/event2"
[  4194.034] (--) evdev: Power Button: Vendor 0 Product 0x1
[  4194.034] (--) evdev: Power Button: Found keys
[  4194.034] (II) evdev: Power Button: Configuring as keyboard
[  4194.034] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[  4194.034] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  4194.034] (**) Option "xkb_rules" "evdev"
[  4194.034] (**) Option "xkb_model" "evdev"
[  4194.034] (**) Option "xkb_layout" "us"
[  4194.035] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  4194.035] (II) No input driver specified, ignoring this device.
[  4194.035] (II) This device may have been added with another device file.
[  4194.035] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[  4194.035] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  4194.035] (II) Using input driver 'evdev' for 'Sleep Button'
[  4194.035] (**) Sleep Button: always reports core events
[  4194.035] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[  4194.035] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  4194.035] (--) evdev: Sleep Button: Found keys
[  4194.035] (II) evdev: Sleep Button: Configuring as keyboard
[  4194.035] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[  4194.035] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  4194.035] (**) Option "xkb_rules" "evdev"
[  4194.035] (**) Option "xkb_model" "evdev"
[  4194.035] (**) Option "xkb_layout" "us"
[  4194.035] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event8)
[  4194.035] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  4194.035] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[  4194.035] (**) USB Optical Mouse: always reports core events
[  4194.035] (**) evdev: USB Optical Mouse: Device: "/dev/input/event8"
[  4194.036] (--) evdev: USB Optical Mouse: Vendor 0x461 Product 0x4d22
[  4194.036] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[  4194.036] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[  4194.036] (--) evdev: USB Optical Mouse: Found relative axes
[  4194.036] (--) evdev: USB Optical Mouse: Found x and y relative axes
[  4194.036] (II) evdev: USB Optical Mouse: Configuring as mouse
[  4194.036] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[  4194.036] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  4194.036] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4194.036] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.1/1-1.2.1.1:1.0/input/input8/event8"
[  4194.036] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 10)
[  4194.036] (II) evdev: USB Optical Mouse: initialized for relative axes.
[  4194.036] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[  4194.036] (**) USB Optical Mouse: (accel) acceleration profile 0
[  4194.036] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[  4194.036] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[  4194.036] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[  4194.036] (II) No input driver specified, ignoring this device.
[  4194.036] (II) This device may have been added with another device file.
[  4194.036] (II) config/udev: Adding input device Dell Dell Multimedia Pro Keyboard (/dev/input/event9)
[  4194.036] (**) Dell Dell Multimedia Pro Keyboard: Applying InputClass "evdev keyboard catchall"
[  4194.036] (II) Using input driver 'evdev' for 'Dell Dell Multimedia Pro Keyboard'
[  4194.036] (**) Dell Dell Multimedia Pro Keyboard: always reports core events
[  4194.036] (**) evdev: Dell Dell Multimedia Pro Keyboard: Device: "/dev/input/event9"
[  4194.036] (--) evdev: Dell Dell Multimedia Pro Keyboard: Vendor 0x413c Product 0x2011
[  4194.036] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found keys
[  4194.036] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as keyboard
[  4194.036] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.2/1-1.2.1.2.1/1-1.2.1.2.1:1.0/input/input9/event9"
[  4194.036] (II) XINPUT: Adding extended input device "Dell Dell Multimedia Pro Keyboard" (type: KEYBOARD, id 11)
[  4194.036] (**) Option "xkb_rules" "evdev"
[  4194.037] (**) Option "xkb_model" "evdev"
[  4194.037] (**) Option "xkb_layout" "us"
[  4194.037] (II) config/udev: Adding input device Dell Dell Multimedia Pro Keyboard (/dev/input/event10)
[  4194.037] (**) Dell Dell Multimedia Pro Keyboard: Applying InputClass "evdev keyboard catchall"
[  4194.037] (II) Using input driver 'evdev' for 'Dell Dell Multimedia Pro Keyboard'
[  4194.037] (**) Dell Dell Multimedia Pro Keyboard: always reports core events
[  4194.037] (**) evdev: Dell Dell Multimedia Pro Keyboard: Device: "/dev/input/event10"
[  4194.037] (--) evdev: Dell Dell Multimedia Pro Keyboard: Vendor 0x413c Product 0x2011
[  4194.037] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found absolute axes
[  4194.037] (II) evdev: Dell Dell Multimedia Pro Keyboard: Forcing absolute x/y axes to exist.
[  4194.037] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found keys
[  4194.037] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as mouse
[  4194.037] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as keyboard
[  4194.037] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.2/1-1.2.1.2.1/1-1.2.1.2.1:1.1/input/input10/event10"
[  4194.037] (II) XINPUT: Adding extended input device "Dell Dell Multimedia Pro Keyboard" (type: KEYBOARD, id 12)
[  4194.037] (**) Option "xkb_rules" "evdev"
[  4194.037] (**) Option "xkb_model" "evdev"
[  4194.037] (**) Option "xkb_layout" "us"
[  4194.037] (II) evdev: Dell Dell Multimedia Pro Keyboard: initialized for absolute axes.
[  4194.037] (**) Dell Dell Multimedia Pro Keyboard: (accel) keeping acceleration scheme 1
[  4194.037] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration profile 0
[  4194.037] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration factor: 2.000
[  4194.037] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration threshold: 4
[  4194.037] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[  4194.037] (II) No input driver specified, ignoring this device.
[  4194.037] (II) This device may have been added with another device file.
[  4194.038] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=7 (/dev/input/event12)
[  4194.038] (II) No input driver specified, ignoring this device.
[  4194.038] (II) This device may have been added with another device file.
[  4194.038] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event13)
[  4194.038] (II) No input driver specified, ignoring this device.
[  4194.038] (II) This device may have been added with another device file.
[  4194.038] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event14)
[  4194.038] (II) No input driver specified, ignoring this device.
[  4194.038] (II) This device may have been added with another device file.
[  4194.038] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event15)
[  4194.038] (II) No input driver specified, ignoring this device.
[  4194.038] (II) This device may have been added with another device file.
[  4194.038] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event16)
[  4194.038] (II) No input driver specified, ignoring this device.
[  4194.038] (II) This device may have been added with another device file.
[  4194.039] (II) config/udev: Adding input device HDA Intel Dock Line Out (/dev/input/event17)
[  4194.039] (II) No input driver specified, ignoring this device.
[  4194.039] (II) This device may have been added with another device file.
[  4194.039] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  4194.039] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  4194.039] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  4194.039] (**) AT Translated Set 2 keyboard: always reports core events
[  4194.039] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  4194.039] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  4194.039] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  4194.039] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  4194.039] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  4194.039] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[  4194.039] (**) Option "xkb_rules" "evdev"
[  4194.039] (**) Option "xkb_model" "evdev"
[  4194.039] (**) Option "xkb_layout" "us"
[  4194.039] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event18)
[  4194.039] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
[  4194.039] (II) Using input driver 'evdev' for 'DualPoint Stick'
[  4194.039] (**) DualPoint Stick: always reports core events
[  4194.039] (**) evdev: DualPoint Stick: Device: "/dev/input/event18"
[  4194.039] (--) evdev: DualPoint Stick: Vendor 0x2 Product 0x8
[  4194.039] (--) evdev: DualPoint Stick: Found 3 mouse buttons
[  4194.039] (--) evdev: DualPoint Stick: Found relative axes
[  4194.039] (--) evdev: DualPoint Stick: Found x and y relative axes
[  4194.039] (II) evdev: DualPoint Stick: Configuring as mouse
[  4194.039] (**) evdev: DualPoint Stick: YAxisMapping: buttons 4 and 5
[  4194.039] (**) evdev: DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4194.039] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input18/event18"
[  4194.039] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE, id 14)
[  4194.039] (II) evdev: DualPoint Stick: initialized for relative axes.
[  4194.039] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
[  4194.039] (**) DualPoint Stick: (accel) acceleration profile 0
[  4194.040] (**) DualPoint Stick: (accel) acceleration factor: 2.000
[  4194.040] (**) DualPoint Stick: (accel) acceleration threshold: 4
[  4194.040] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse1)
[  4194.040] (II) No input driver specified, ignoring this device.
[  4194.040] (II) This device may have been added with another device file.
[  4194.040] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event19)
[  4194.040] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[  4194.040] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[  4194.040] (II) LoadModule: "synaptics"
[  4194.040] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  4194.040] (II) Module synaptics: vendor="X.Org Foundation"
[  4194.040] 	compiled for 1.12.1, module version = 1.5.99
[  4194.040] 	Module class: X.Org XInput Driver
[  4194.040] 	ABI class: X.Org XInput driver, version 16.0
[  4194.040] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[  4194.040] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[  4194.040] (**) Option "Device" "/dev/input/event19"
[  4194.050] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: ignoring touch events for semi-multitouch device
[  4194.050] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000
[  4194.050] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400
[  4194.050] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[  4194.050] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[  4194.050] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
[  4194.050] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[  4194.050] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[  4194.050] (**) Option "TapButton1" "1"
[  4194.050] (**) Option "TapButton2" "2"
[  4194.050] (**) Option "TapButton3" "3"
[  4194.050] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[  4194.050] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[  4194.067] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input19/event19"
[  4194.067] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 15)
[  4194.067] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  4194.067] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: MaxSpeed is now 1.75
[  4194.067] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: AccelFactor is now 0.082
[  4194.067] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[  4194.067] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[  4194.067] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[  4194.067] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[  4194.067] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[  4194.067] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
[  4194.067] (II) No input driver specified, ignoring this device.
[  4194.067] (II) This device may have been added with another device file.
[  4194.067] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  4194.068] (II) No input driver specified, ignoring this device.
[  4194.068] (II) This device may have been added with another device file.
[  4194.068] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[  4194.068] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  4194.068] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[  4194.068] (**) Dell WMI hotkeys: always reports core events
[  4194.068] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event7"
[  4194.068] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[  4194.068] (--) evdev: Dell WMI hotkeys: Found keys
[  4194.068] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[  4194.068] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[  4194.068] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
[  4194.068] (**) Option "xkb_rules" "evdev"
[  4194.068] (**) Option "xkb_model" "evdev"
[  4194.068] (**) Option "xkb_layout" "us"

Last edited by Clarence.e.a (2012-04-27 16:26:19)

Offline

#5 2012-04-26 00:17:56

Clarence.e.a
Member
Registered: 2012-04-25
Posts: 20

Re: [SOLVED] Xorg Default Screen Resolution Settings

I fixed it! But there seems to be a major flaw in the Xorg Wiki, and here's why. I did exactly what Pres told me to do, except instead of adding "xrandr --output HDMI1 --mode 1280x1024" I put "xrandr --output HDMI1 --mode 1280x1024_60.00" like my 10-monitor.conf had, so the refresh rate was correct, and the default resolution was still 1024x768. So I just erased the "_60.00" off of the "1280x1024_60.00" and it worked fine! So then I erased the xrandr section out of my ~/.xinitrc and re-created my 10-monitor.conf and just took out the section defining the refresh rate and it worked fine.

So here is why I think the Xorg wiki is flawed, instead of having the 10-monitor.conf file look like:

Section "Monitor"
    Identifier             "Monitor0"
EndSection

Section "Device"
    Identifier             "Device0"
    Driver                 "vesa" #Choose the driver used for this monitor
EndSection

Section "Screen"
    Identifier             "Screen0"  #Collapse Monitor and Device section to Screen section
    Device                 "Device0"
    Monitor                "Monitor0"
    DefaultDepth            16 #Choose the depth (16||24)
    SubSection             "Display"
        Depth               16
        Modes              "1024x768_75.00" #Choose the resolution
    EndSubSection
EndSection

With the refresh rate included in the "#Choose the resolution" line where it is dysfunctional, I think it should look like this:

Section "Monitor"
    Identifier             "Monitor0"
EndSection

Section "Device"
    Identifier             "Device0"
    Driver                 "vesa" #Choose the driver used for this monitor
EndSection

Section "Screen"
    Identifier             "Screen0"  #Collapse Monitor and Device section to Screen section
    Device                 "Device0"
    Monitor                "Monitor0"
    DefaultDepth            16 #Choose the depth (16||24)
    SubSection             "Display"
        Depth               16
        Modes              "1024x768" #Choose the resolution
    EndSubSection
EndSection

With the refresh rate taken out, where it actually does it's job.

Now my question is this: Is this a special occurrence for me, or will every user experience this when following the Wiki and using the default 10-monitor.conf file provided and should it be edited?

Last edited by Clarence.e.a (2012-04-27 16:31:04)

Offline

#6 2012-04-26 08:42:35

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Xorg Default Screen Resolution Settings

Use code tags for logs, not the quote tags! Though I see why you get 1024x768. You have two displays, so X will start with the highest possible resolution both displays can handle, in your case 1024x768. I'm curious, when you set 1280x1024 for the external display, what does it show? And what does the internal display show? Cloned with panning, extended desktop? There are better, more modern ways to set this up.

And yeah, the wiki should definitely be edited. Like I said, it sets a mode that isn't defined anywhere. Or possibly the whole idea of a 10-monitor as such should be scraped. Replaced with something like:

Section "Monitor"
    Identifier  "Monitor-HDMI1"
    Option      "PreferredMode"  "1280x1024"
EndSection

Or, if you need to define a mode, you use cvt:

cvt 1280 1024 60

then copy what that outputs into the Monitor section:

Section "Monitor"
    Identifier  "Monitor-HDMI1"
    Modeline    "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
    Option      "PreferredMode"  "1280x1024_60.00"
EndSection

Now we have a mode called "1280x1024_60.00" defined, so we can use it.

Last edited by Gusar (2012-04-26 15:48:41)

Offline

#7 2012-04-26 21:13:44

Clarence.e.a
Member
Registered: 2012-04-25
Posts: 20

Re: [SOLVED] Xorg Default Screen Resolution Settings

My laptop's screen seems to be in perfect resolution (which I'm assuming is 1024x768), and it is active and showing the same video as the monitor, except with a lower resolution. I did notice something strange while testing this out, whenever I maximize a window it only maximizes according to 1024x768 and not 1280x1024.

What would be the better and modern way to set this up? Naturally I would rather do it that way.

(I'll use code tags from now on tongue)

Offline

#8 2012-04-26 21:38:07

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Xorg Default Screen Resolution Settings

Emm, ok, your explanation is confusing as hell. According to the log, your laptop has a 1280x800 display, and the external display is 1280x1024. I'm guessing what you're seeing is a cloned picture, with the bottom 801-1024 of the external display not being visible on the laptop display.

As for a "modern" way to set this up... It depends on what you want to do - clone or extended desktop? Clone could work, but you'd need to put the external display to 1280x800, which would mean black bars at the top and bottom. And extended desktop is just that - extended desktop. It means one big desktop across both displays, but apps will maximize to fill just the display they're currently on.

As for code tags, you can edit your above post.

Offline

#9 2012-04-27 02:20:46

Clarence.e.a
Member
Registered: 2012-04-25
Posts: 20

Re: [SOLVED] Xorg Default Screen Resolution Settings

Windows not maximizing all the way is definitely a problem now that I'm using a tiling WM (DWM). Is there a way to completely shut off my laptop display and just have the external display active? I used to do it through some GUI utility when I used Fedora 16.

Offline

#10 2012-04-27 07:51:55

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Xorg Default Screen Resolution Settings

Yeah, you can do that too, of course.

Section "Monitor"
    Identifier  "Monitor-eDP1"
    Option      "Enable"  "false"
EndSection

GUIs will also work, whatever Gnome and KDE have, then there's lxrandr and arandr, and the command-line xorg-xrandr.

Offline

#11 2012-04-27 16:20:06

Clarence.e.a
Member
Registered: 2012-04-25
Posts: 20

Re: [SOLVED] Xorg Default Screen Resolution Settings

Alright, heres my new 10-monitor.conf:

Section "Monitor"
    Identifier             "HDMI1"
    Option                 "Enable"  "true"
EndSection

Section "Monitor"
    Identifier             "eDP1"
    Option                 "Enable"  "false"
EndSection

Section "Device"
    Identifier             "Device0"
    Driver                 "intel" #Choose the driver used for this monitor
EndSection

Section "Screen"
    Identifier             "Screen0"  #Collapse Monitor and Device section to Screen section
    Device                 "Device0"
    Monitor                "HDMI1"
    DefaultDepth            24 #Choose the depth (16||24)
    SubSection             "Display"
        Depth               24
        Modes              "1280x1024" #Choose the resolution
    EndSubSection
EndSection

The only problem is that my "eDP1" is still active when I start X. Is there a way to tell X to disable eDP1 automatically whenever it detects HDMI1? Or will I have to edit 10-monitor.conf whenever I want to use my laptop without an external monitor?

P.S. You've been more than helpful Gusar!

Offline

#12 2012-04-27 19:46:11

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Xorg Default Screen Resolution Settings

Clarence.e.a wrote:

The only problem is that my "eDP1" is still active when I start X.

Hmm, that one is a bit weird. Unless maybe the Screen section is interfering somehow. Drop that, you don't need it. The Device section I'm not sure, but I think you can drop that too.
Then, you could try the drastic method - replace "Enable" "false" with "Ignore" "true". This will make X behave as if eDP1 doesn't exist.

Clarence.e.a wrote:

Is there a way to tell X to disable eDP1 automatically whenever it detects HDMI1?

Automatically, no idea. Maybe Gnome or KDE are capable of it, I wouldn't know, I haven't used them in ages. With arandr you can save configurations into scripts, then you could use those to manually switch. Don't know how exactly that works, I only had a brief look at arandr.

For my netbook I wrote a simple script that uses a zenity dialog, let me modify it for your case:

#!/bin/bash

r=`zenity --width 200 --height 204 --title "Display setup" --text "Choose display mode:" --list --column "Modes" "Internal" "External" "Clone" "Extended"`

case "$r" in
Internal)
	xrandr --output eDP1  --auto \
	       --output HDMI1 --off ;;
External)
	xrandr --output eDP1  --off \
	       --output HDMI1 --auto ;;
Clone)
	xrandr --output eDP1  --auto \
	       --output HDMI1 --auto --same-as eDP1 ;;
Extended)
	xrandr --output eDP1  --auto --primary \
	       --output HDMI1 --auto --right-of eDP1 ;;
esac

No idea how Clone mode will behave in your case, I actually have it set up a bit differently than in the above script, but it's netbook specific. But this should serve as a starting point if you wish to make your own experiments in this direction. "xrandr --help" and "man xrandr" will be of help in this case.

Last edited by Gusar (2012-04-27 19:54:03)

Offline

#13 2012-04-27 22:02:00

Clarence.e.a
Member
Registered: 2012-04-25
Posts: 20

Re: [SOLVED] Xorg Default Screen Resolution Settings

Well, I'm glad to say that this thread can finally be marked as [SOLVED]. Here is my 10-monitor.conf that successfully disables my laptop screen and enables my external monitor. It automagically configures the correct resolution for it too now that the laptop display is disabled:

Section "Monitor"
    Identifier             "HDMI1"
    Option                 "Enable"  "true"
EndSection

Section "Monitor"
    Identifier             "eDP1"
    Option                 "ignore"  "true"
EndSection

Section "Device"
    Identifier             "Device0"
    Driver                 "intel" #Choose the driver used for this monitor
EndSection

I'll figure out how to mess with scripts and stuff later for the automatic monitor configuration. Thanks again Gusar.

Offline

#14 2012-07-23 21:42:27

czubek
Banned
Registered: 2012-03-08
Posts: 141

Re: [SOLVED] Xorg Default Screen Resolution Settings

God bless you Clarence.

Offline

Board footer

Powered by FluxBB