ubuntuusers.de

Zwei externe Monitore an Thinkpad T400

Status: Gelöst | Ubuntu-Version: Ubuntu 11.04 (Natty Narwhal)
Antworten |

Orangedata

Anmeldungsdatum:
20. Februar 2011

Beiträge: Zähle...

Hallo,

ich habe ein Problem mit meinen beiden Monitoren, die über eine Dockingstation an mein Thinkpad T400 angeschlossen sind. Habe ich beide Monitore von Anfang an angeschlossen und boote das Notebook in der Dockingstation stürzt der XServer unmittelbar nach dem Login ab und ich lande ebenda.

Mit einem Trick konnte ich bis vor kurzem den zweiten Monitor trotzdem in Betrieb nehmen, indem ich den zweiten per VGA angeschlossenen Monitor erst nach dem Login angeschlossen habe und die Gnome-Bildschirmeinstellungen aufgerufen habe (ohne etwas einzustellen). Dies funktioniert nun jedoch nicht mehr, was mich veranlasst hier nach Hilfe zu suchen.

Zunächst zur Systemkonfiguration:

- Thinkpad T400 (6474-EC3)

- Internes Display: 1440x900 (LVDS1)

- Grafik: Intel 4500MHD

- Externer Bildschirm 1: Samsung SyncMaster 226BW, Angeschlossen an HDMI2, Gewünschte Auflösung: 1680x1050, 60Hz

- Externer Bildschirm 2: Medion MD 30219 PH, Angeschlossen an VGA1, Gewünschte Auflösung: 1280x1024,60Hz

Das habe ich bislang probiert:

1. Bislang gab es keine xorg.conf. Diese habe ich mittels "X -configure" erstellt, etwas ergänzt und nach /etc/X11 kopiert. Meine Ergänzungen beziehen sich v.a. auf die verschiedenen Auflösungen der Monitore und den Eintrag Virtual 3120 2074. Die Xorg.0.log sagt, dass die xorg.conf nun genutzt wird. Bzgl. des oben beschriebenen Fehlers hat sich allerdings keine Änderung ergeben.

2. Ich habe eine /etc/X11/Xsession.d/45custom_xrandr-settings nach Vorlage von [1] erstellt (und noch nicht aktiviert). Das manuelle ausführen ist nicht erfolgreich, manchmal friert der XServer auch einfach ein, so dass er von einer virtuellen Konsole neu gestartet werden muss.

[1] http://www.thinkwiki.org/wiki/Xorg_RandR_1.2

Meine Softwarekonfiguration:

Grafiktreiber: lspci -nn | grep -i vga

1
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)

Xorg.conf

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
Section "ServerLayout"
	Identifier     "Dockingstation"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" LeftOf "Screen0"
	Screen      2  "Screen2" LeftOf "Screen1"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

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

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

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Lenovo"
	ModelName    "Thinkpad T400"
	Modeline     "1440x900@60" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Samsung"
	ModelName    "SyncMaster 226 BW"
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 75.0
	Gamma        1
	ModeLine     "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
	ModeLine     "1280x768@60" 80.0 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
	ModeLine     "1280x720@60" 74.0 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
	ModeLine     "1280x800@60" 83.0 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
	ModeLine     "1440x900@60" 106.0 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
	ModeLine     "1600x1024@60" 136.0 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
	ModeLine     "1680x1050@60" 147.0 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
EndSection

Section "Monitor"
	Identifier   "Monitor2"
	VendorName   "Medion"
	ModelName    "MD 30219 PH"
	HorizSync    30.0 - 92.0
	VertRefresh  60.0
	Modeline     "1280x1024@60"  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -HSync +Vsync
	Modeline     "1024x768@60"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
	Modeline     "800x600@60"  38.22  800 832 912 1024  600 601 604 622  -HSync +Vsync
	Modeline     "640x480@60"  23.86  640 656 720 800  480 481 484 497  -HSync +Vsync
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     "AccelMethod"        	# [<str>]
        #Option     "DRI"                	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "Tiling"             	# [<bool>]
        #Option     "Shadow"             	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "RelaxedFencing"     	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 4 Series Chipset Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

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

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

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport  0 0
		Depth     16
		Modes     "1440x900@60"
		Virtual   3120 2074
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1440x900@60"
		Virtual   3120 2074
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes     "1680x1050@60" "1600x1024@60" "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60"
		Virtual   3120 2074
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1680x1050@60" "1600x1024@60" "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60"
		Virtual   3120 2074
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	SubSection "Display"
		Viewport  0 0
		Depth     16
		Modes     "1280x1024@60" "1024x768@60" "800x600@60" "640x480@60"
		Virtual   3120 2074
	EndSubSection
	SubSection "Display"
		Viewport  0 0
		Depth     24
		Modes     "1280x1024@60" "1024x768@60" "800x600@60" "640x480@60"
		Virtual   3120 2074
	EndSubSection
EndSection

Xorg.0.log

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
[ 10833.791] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 10833.791] X Protocol Version 11, Revision 0
[ 10833.791] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 10833.791] Current Operating System: Linux Venus 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
[ 10833.791] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=c33d30fd-f791-4e75-9041-0d63ea5ce39d ro quiet splash vt.handoff=7
[ 10833.791] Build Date: 21 May 2011  11:48:41AM
[ 10833.791] xorg-server 2:1.10.1-1ubuntu1.1 (For technical support please see http://www.ubuntu.com/support) 
[ 10833.791] Current version of pixman: 0.20.2
[ 10833.791] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10833.791] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10833.792] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul  3 18:53:10 2011
[ 10833.792] (==) Using config file: "/etc/X11/xorg.conf"
[ 10833.792] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10833.792] (==) ServerLayout "Dockingstation"
[ 10833.792] (**) |-->Screen "Screen0" (0)
[ 10833.792] (**) |   |-->Monitor "Monitor0"
[ 10833.792] (**) |   |-->Device "Card0"
[ 10833.792] (**) |-->Screen "Screen1" (1)
[ 10833.792] (**) |   |-->Monitor "Monitor1"
[ 10833.792] (**) |   |-->Device "Card1"
[ 10833.793] (**) |-->Screen "Screen2" (2)
[ 10833.793] (**) |   |-->Monitor "Monitor2"
[ 10833.793] (**) |   |-->Device "Card2"
[ 10833.793] (**) |-->Input Device "Mouse0"
[ 10833.793] (**) |-->Input Device "Keyboard0"
[ 10833.793] (==) Automatically adding devices
[ 10833.793] (==) Automatically enabling devices
[ 10833.793] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 10833.793] 	Entry deleted from font path.
[ 10833.793] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 10833.793] 	Entry deleted from font path.
[ 10833.793] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[ 10833.793] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 10833.793] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 10833.793] (WW) Disabling Mouse0
[ 10833.793] (WW) Disabling Keyboard0
[ 10833.793] (II) Loader magic: 0x7e0280
[ 10833.793] (II) Module ABI versions:
[ 10833.793] 	X.Org ANSI C Emulation: 0.4
[ 10833.793] 	X.Org Video Driver: 10.0
[ 10833.793] 	X.Org XInput driver : 12.3
[ 10833.793] 	X.Org Server Extension : 5.0
[ 10833.794] (--) PCI:*(0:0:2:0) 8086:2a42:17aa:20e4 rev 7, Mem @ 0xf4400000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
[ 10833.794] (--) PCI: (0:0:2:1) 8086:2a43:17aa:20e4 rev 7, Mem @ 0xf4200000/1048576
[ 10833.795] (II) Open ACPI successful (/var/run/acpid.socket)
[ 10833.796] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 10833.796] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 10833.796] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 10833.796] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 10833.796] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 10833.796] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 10833.796] (II) LoadModule: "glx"
[ 10833.796] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 10833.796] (II) Module glx: vendor="X.Org Foundation"
[ 10833.796] 	compiled for 1.10.1, module version = 1.0.0
[ 10833.796] 	ABI class: X.Org Server Extension, version 5.0
[ 10833.796] (==) AIGLX enabled
[ 10833.796] (II) Loading extension GLX
[ 10833.796] (II) LoadModule: "dbe"
[ 10833.796] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 10833.796] (II) Module dbe: vendor="X.Org Foundation"
[ 10833.796] 	compiled for 1.10.1, module version = 1.0.0
[ 10833.796] 	Module class: X.Org Server Extension
[ 10833.796] 	ABI class: X.Org Server Extension, version 5.0
[ 10833.796] (II) Loading extension DOUBLE-BUFFER
[ 10833.796] (II) LoadModule: "extmod"
[ 10833.796] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 10833.796] (II) Module extmod: vendor="X.Org Foundation"
[ 10833.796] 	compiled for 1.10.1, module version = 1.0.0
[ 10833.796] 	Module class: X.Org Server Extension
[ 10833.796] 	ABI class: X.Org Server Extension, version 5.0
[ 10833.797] (II) Loading extension MIT-SCREEN-SAVER
[ 10833.797] (II) Loading extension XFree86-VidModeExtension
[ 10833.797] (II) Loading extension XFree86-DGA
[ 10833.799] (II) Loading extension DPMS
[ 10833.799] (II) Loading extension XVideo
[ 10833.799] (II) Loading extension XVideo-MotionCompensation
[ 10833.799] (II) Loading extension X-Resource
[ 10833.799] (II) LoadModule: "record"
[ 10833.799] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 10833.799] (II) Module record: vendor="X.Org Foundation"
[ 10833.799] 	compiled for 1.10.1, module version = 1.13.0
[ 10833.799] 	Module class: X.Org Server Extension
[ 10833.799] 	ABI class: X.Org Server Extension, version 5.0
[ 10833.799] (II) Loading extension RECORD
[ 10833.799] (II) LoadModule: "dri2"
[ 10833.799] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 10833.799] (II) Module dri2: vendor="X.Org Foundation"
[ 10833.799] 	compiled for 1.10.1, module version = 1.2.0
[ 10833.799] 	ABI class: X.Org Server Extension, version 5.0
[ 10833.799] (II) Loading extension DRI2
[ 10833.799] (II) LoadModule: "dri"
[ 10833.799] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 10833.799] (II) Module dri: vendor="X.Org Foundation"
[ 10833.799] 	compiled for 1.10.1, module version = 1.0.0
[ 10833.799] 	ABI class: X.Org Server Extension, version 5.0
[ 10833.799] (II) Loading extension XFree86-DRI
[ 10833.799] (II) LoadModule: "intel"
[ 10833.801] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 10833.801] (II) Module intel: vendor="X.Org Foundation"
[ 10833.801] 	compiled for 1.10.1, module version = 2.14.0
[ 10833.801] 	Module class: X.Org Video Driver
[ 10833.801] 	ABI class: X.Org Video Driver, version 10.0
[ 10833.801] (II) LoadModule: "fbdev"
[ 10833.801] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 10833.801] (II) Module fbdev: vendor="X.Org Foundation"
[ 10833.801] 	compiled for 1.10.0, module version = 0.4.2
[ 10833.801] 	ABI class: X.Org Video Driver, version 10.0
[ 10833.801] (II) LoadModule: "vesa"
[ 10833.801] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 10833.802] (II) Module vesa: vendor="X.Org Foundation"
[ 10833.802] 	compiled for 1.10.0, module version = 2.3.0
[ 10833.802] 	Module class: X.Org Video Driver
[ 10833.802] 	ABI class: X.Org Video Driver, version 10.0
[ 10833.802] (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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[ 10833.804] (II) FBDEV: driver for framebuffer: fbdev
[ 10833.804] (II) VESA: driver for VESA chipsets: vesa
[ 10833.804] (--) using VT number 8

[ 10833.885] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 10833.886] (WW) Falling back to old probe method for fbdev
[ 10833.886] (II) Loading sub module "fbdevhw"
[ 10833.886] (II) LoadModule: "fbdevhw"
[ 10833.886] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 10833.886] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 10833.886] 	compiled for 1.10.1, module version = 0.0.2
[ 10833.886] 	ABI class: X.Org Video Driver, version 10.0
[ 10833.886] (WW) Falling back to old probe method for vesa
[ 10833.886] drmOpenDevice: node name is /dev/dri/card0
[ 10833.902] drmOpenDevice: open result is 9, (OK)
[ 10833.902] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 10833.902] drmOpenDevice: node name is /dev/dri/card0
[ 10833.902] drmOpenDevice: open result is 9, (OK)
[ 10833.902] drmOpenByBusid: drmOpenMinor returns 9
[ 10833.902] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 10833.903] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 10833.903] (==) intel(0): RGB weight 888
[ 10833.903] (==) intel(0): Default visual is TrueColor
[ 10833.903] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[ 10833.903] (--) intel(0): Chipset: "GM45"
[ 10833.903] (**) intel(0): Relaxed fencing enabled
[ 10833.903] (**) intel(0): Tiling enabled
[ 10833.903] (**) intel(0): SwapBuffers wait enabled
[ 10833.903] (==) intel(0): video overlay key set to 0x101fe
[ 10833.903] (II) intel(0): Output LVDS1 using monitor section Monitor0
[ 10833.903] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 10833.940] (II) intel(0): Output VGA1 has no monitor section
[ 10834.715] (II) intel(0): Output HDMI1 has no monitor section
[ 10834.871] (II) intel(0): Output DP1 has no monitor section
[ 10834.978] (II) intel(0): Output HDMI2 has no monitor section
[ 10834.991] (II) intel(0): Output DP2 has no monitor section
[ 10834.992] (II) intel(0): Output DP3 has no monitor section
[ 10834.992] (II) intel(0): EDID for output LVDS1
[ 10834.992] (II) intel(0): Manufacturer: LEN  Model: 4033  Serial#: 0
[ 10834.992] (II) intel(0): Year: 2005  Week: 0
[ 10834.992] (II) intel(0): EDID Version: 1.3
[ 10834.992] (II) intel(0): Digital Display Input
[ 10834.992] (II) intel(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[ 10834.992] (II) intel(0): Gamma: 2.20
[ 10834.992] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[ 10834.992] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 10834.992] (II) intel(0): First detailed timing is preferred mode
[ 10834.992] (II) intel(0): redX: 0.569 redY: 0.332   greenX: 0.312 greenY: 0.544
[ 10834.992] (II) intel(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[ 10834.992] (II) intel(0): Manufacturer's mask: 0
[ 10834.992] (II) intel(0): Supported detailed timing:
[ 10834.992] (II) intel(0): clock: 101.6 MHz   Image Size:  303 x 190 mm
[ 10834.992] (II) intel(0): h_active: 1440  h_sync: 1488  h_sync_end 1520 h_blank_end 1792 h_border: 0
[ 10834.992] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 945 v_border: 0
[ 10834.992] (II) intel(0): Supported detailed timing:
[ 10834.992] (II) intel(0): clock: 81.5 MHz   Image Size:  303 x 190 mm
[ 10834.992] (II) intel(0): h_active: 1440  h_sync: 1488  h_sync_end 1520 h_blank_end 1760 h_border: 0
[ 10834.992] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 926 v_border: 0
[ 10834.992] (II) intel(0): Unknown vendor-specific block f
[ 10834.992] (II) intel(0):  LTN141WD-L05
[ 10834.992] (II) intel(0): EDID (in hex):
[ 10834.992] (II) intel(0): 	00ffffffffffff0030ae334000000000
[ 10834.992] (II) intel(0): 	000f0103801e1378eacd7591554f8b26
[ 10834.992] (II) intel(0): 	21505400000001010101010101010101
[ 10834.992] (II) intel(0): 	010101010101b027a06051842d303020
[ 10834.992] (II) intel(0): 	36002fbe10000019d51fa04051841a30
[ 10834.992] (II) intel(0): 	302036002fbe100000190000000f0090
[ 10834.992] (II) intel(0): 	0a32900a281401004ca34244000000fe
[ 10834.992] (II) intel(0): 	004c544e31343157442d4c30350a0032
[ 10834.992] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10834.992] (II) intel(0): Printing DDC gathered Modelines:
[ 10834.992] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10834.992] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10834.992] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 10834.992] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 10834.993] (II) intel(0): Printing probed modes for output LVDS1
[ 10834.993] (II) intel(0): Modeline "1440x900@60"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[ 10834.993] (II) intel(0): Modeline "1440x900"x60.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10834.993] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[ 10834.993] (II) intel(0): Modeline "1440x900"x50.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10834.993] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[ 10834.993] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[ 10834.993] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[ 10834.993] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10834.993] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10834.993] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10834.993] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10835.030] (II) intel(0): EDID for output VGA1
[ 10835.552] (II) intel(0): EDID for output HDMI1
[ 10835.553] (II) intel(0): EDID for output DP1
[ 10835.656] (II) intel(0): EDID for output HDMI2
[ 10835.656] (II) intel(0): Manufacturer: SAM  Model: 27f  Serial#: 1296380466
[ 10835.656] (II) intel(0): Year: 2008  Week: 11
[ 10835.656] (II) intel(0): EDID Version: 1.3
[ 10835.656] (II) intel(0): Digital Display Input
[ 10835.656] (II) intel(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[ 10835.656] (II) intel(0): Gamma: 2.20
[ 10835.656] (II) intel(0): DPMS capabilities: Off
[ 10835.656] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 10835.656] (II) intel(0): First detailed timing is preferred mode
[ 10835.656] (II) intel(0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.603
[ 10835.656] (II) intel(0): blueX: 0.152 blueY: 0.079   whiteX: 0.313 whiteY: 0.329
[ 10835.656] (II) intel(0): Supported established timings:
[ 10835.656] (II) intel(0): 720x400@70Hz
[ 10835.656] (II) intel(0): 640x480@60Hz
[ 10835.656] (II) intel(0): 640x480@67Hz
[ 10835.656] (II) intel(0): 640x480@72Hz
[ 10835.656] (II) intel(0): 640x480@75Hz
[ 10835.656] (II) intel(0): 800x600@56Hz
[ 10835.656] (II) intel(0): 800x600@60Hz
[ 10835.656] (II) intel(0): 800x600@72Hz
[ 10835.656] (II) intel(0): 800x600@75Hz
[ 10835.656] (II) intel(0): 832x624@75Hz
[ 10835.656] (II) intel(0): 1024x768@60Hz
[ 10835.656] (II) intel(0): 1024x768@70Hz
[ 10835.656] (II) intel(0): 1024x768@75Hz
[ 10835.656] (II) intel(0): 1280x1024@75Hz
[ 10835.656] (II) intel(0): 1152x864@75Hz
[ 10835.656] (II) intel(0): Manufacturer's mask: 0
[ 10835.656] (II) intel(0): Supported standard timings:
[ 10835.656] (II) intel(0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[ 10835.656] (II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 10835.656] (II) intel(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[ 10835.656] (II) intel(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 10835.656] (II) intel(0): Supported detailed timing:
[ 10835.656] (II) intel(0): clock: 119.0 MHz   Image Size:  474 x 296 mm
[ 10835.656] (II) intel(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[ 10835.656] (II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[ 10835.656] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[ 10835.656] (II) intel(0): Monitor name: SyncMaster
[ 10835.656] (II) intel(0): Serial No: H9XQ301295
[ 10835.656] (II) intel(0): EDID (in hex):
[ 10835.657] (II) intel(0): 	00ffffffffffff004c2d7f023232454d
[ 10835.657] (II) intel(0): 	0b120103802f1e782ad515a455499a27
[ 10835.657] (II) intel(0): 	145054bfef80b30081808140714f0101
[ 10835.657] (II) intel(0): 	0101010101017c2e90a0601a1e403020
[ 10835.657] (II) intel(0): 	3600da281100001a000000fd00384b1e
[ 10835.657] (II) intel(0): 	510e000a202020202020000000fc0053
[ 10835.657] (II) intel(0): 	796e634d61737465720a2020000000ff
[ 10835.657] (II) intel(0): 	00483958513330313239350a20200054
[ 10835.657] (II) intel(0): Printing probed modes for output HDMI2
[ 10835.657] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10835.657] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10835.657] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10835.657] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 10835.657] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10835.657] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[ 10835.657] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10835.657] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10835.657] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10835.657] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10835.657] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10835.657] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10835.657] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10835.657] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
[ 10835.657] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10835.657] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10835.657] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10835.657] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10835.658] (II) intel(0): EDID for output DP2
[ 10835.659] (II) intel(0): EDID for output DP3
[ 10835.659] (II) intel(0): Output LVDS1 connected
[ 10835.659] (II) intel(0): Output VGA1 disconnected
[ 10835.659] (II) intel(0): Output HDMI1 disconnected
[ 10835.659] (II) intel(0): Output DP1 disconnected
[ 10835.659] (II) intel(0): Output HDMI2 connected
[ 10835.659] (II) intel(0): Output DP2 disconnected
[ 10835.659] (II) intel(0): Output DP3 disconnected
[ 10835.659] (II) intel(0): Using user preference for initial modes
[ 10835.659] (II) intel(0): Output LVDS1 using initial mode 1440x900@60
[ 10835.659] (II) intel(0): Output HDMI2 using initial mode 1280x960
[ 10835.659] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 10835.659] (II) intel(0): Kernel page flipping support detected, enabling
[ 10835.659] (**) intel(0): Display dimensions: (300, 190) mm
[ 10835.659] (**) intel(0): DPI set to (264, 277)
[ 10835.659] (II) Loading sub module "fb"
[ 10835.659] (II) LoadModule: "fb"
[ 10835.659] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10835.660] (II) Module fb: vendor="X.Org Foundation"
[ 10835.660] 	compiled for 1.10.1, module version = 1.0.0
[ 10835.660] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10835.660] (II) UnloadModule: "fbdev"
[ 10835.660] (II) Unloading fbdev
[ 10835.660] (II) UnloadModule: "fbdevhw"
[ 10835.660] (II) Unloading fbdevhw
[ 10835.660] (II) UnloadModule: "vesa"
[ 10835.660] (II) Unloading vesa
[ 10835.660] (==) Depth 24 pixmap format is 32 bpp
[ 10835.660] (==) intel(0): VideoRam: 262144 KB
[ 10835.660] (II) intel(0): [DRI2] Setup complete
[ 10835.660] (II) intel(0): [DRI2]   DRI driver: i965
[ 10835.660] (II) intel(0): Allocated new frame buffer 3136x2074 stride 12800, tiled
[ 10835.671] (II) UXA(0): Driver registered support for the following operations:
[ 10835.671] (II)         solid
[ 10835.671] (II)         copy
[ 10835.671] (II)         composite (RENDER acceleration)
[ 10835.671] (II)         put_image
[ 10835.671] (II)         get_image
[ 10835.671] (==) intel(0): Backing store disabled
[ 10835.671] (==) intel(0): Silken mouse enabled
[ 10835.671] (II) intel(0): Initializing HW Cursor
[ 10835.820] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 10835.824] (==) intel(0): DPMS enabled
[ 10835.824] (==) intel(0): Intel XvMC decoder enabled
[ 10835.824] (II) intel(0): Set up textured video
[ 10835.825] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 10835.825] (II) intel(0): direct rendering: DRI2 Enabled
[ 10835.825] (==) intel(0): hotplug detection: "enabled"
[ 10835.825] (--) RandR disabled
[ 10835.825] (II) Initializing built-in extension Generic Event Extension
[ 10835.825] (II) Initializing built-in extension SHAPE
[ 10835.825] (II) Initializing built-in extension MIT-SHM
[ 10835.825] (II) Initializing built-in extension XInputExtension
[ 10835.825] (II) Initializing built-in extension XTEST
[ 10835.825] (II) Initializing built-in extension BIG-REQUESTS
[ 10835.825] (II) Initializing built-in extension SYNC
[ 10835.825] (II) Initializing built-in extension XKEYBOARD
[ 10835.825] (II) Initializing built-in extension XC-MISC
[ 10835.825] (II) Initializing built-in extension SECURITY
[ 10835.825] (II) Initializing built-in extension XINERAMA
[ 10835.825] (II) Initializing built-in extension XFIXES
[ 10835.825] (II) Initializing built-in extension RENDER
[ 10835.825] (II) Initializing built-in extension RANDR
[ 10835.825] (II) Initializing built-in extension COMPOSITE
[ 10835.825] (II) Initializing built-in extension DAMAGE
[ 10835.825] (II) Initializing built-in extension GESTURE
[ 10835.833] (II) AIGLX: Trying DRI driver /usr/lib/dri/i965_dri.so
[ 10835.836] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 10835.836] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 10835.836] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 10835.836] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 10835.836] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 10835.836] (II) AIGLX: Loaded and initialized i965
[ 10835.836] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 10835.836] (II) intel(0): Setting screen physical size to 381 x 254
[ 10835.836] (II) intel(0): Allocated new frame buffer 1472x960 stride 6144, tiled
[ 10835.960] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 10835.970] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 10835.970] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 10835.970] (II) LoadModule: "evdev"
[ 10835.970] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10835.971] (II) Module evdev: vendor="X.Org Foundation"
[ 10835.971] 	compiled for 1.10.0.902, module version = 2.6.0
[ 10835.971] 	Module class: X.Org XInput Driver
[ 10835.971] 	ABI class: X.Org XInput driver, version 12.3
[ 10835.971] (II) Using input driver 'evdev' for 'Power Button'
[ 10835.971] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10835.971] (**) Power Button: always reports core events
[ 10835.971] (**) Power Button: Device: "/dev/input/event2"
[ 10836.010] (--) Power Button: Found keys
[ 10836.010] (II) Power Button: Configuring as keyboard
[ 10836.010] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 10836.010] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 10836.010] (**) Option "xkb_rules" "evdev"
[ 10836.010] (**) Option "xkb_model" "pc105"
[ 10836.010] (**) Option "xkb_layout" "de"
[ 10836.010] (**) Option "xkb_variant" "nodeadkeys"
[ 10836.010] (**) Option "xkb_options" "lv3:ralt_switch"
[ 10836.016] (II) XKB: reuse xkmfile /var/lib/xkb/server-32CF54508D1127B0F32CA64F4D9024E09F623E78.xkm
[ 10836.019] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 10836.019] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 10836.019] (II) Using input driver 'evdev' for 'Video Bus'
[ 10836.019] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10836.019] (**) Video Bus: always reports core events
[ 10836.019] (**) Video Bus: Device: "/dev/input/event4"
[ 10836.060] (--) Video Bus: Found keys
[ 10836.060] (II) Video Bus: Configuring as keyboard
[ 10836.060] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[ 10836.060] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 10836.060] (**) Option "xkb_rules" "evdev"
[ 10836.060] (**) Option "xkb_model" "pc105"
[ 10836.060] (**) Option "xkb_layout" "de"
[ 10836.060] (**) Option "xkb_variant" "nodeadkeys"
[ 10836.060] (**) Option "xkb_options" "lv3:ralt_switch"
[ 10836.074] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 10836.074] (II) No input driver/identifier specified (ignoring)
[ 10836.075] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 10836.075] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 10836.075] (II) Using input driver 'evdev' for 'Sleep Button'
[ 10836.075] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10836.075] (**) Sleep Button: always reports core events
[ 10836.075] (**) Sleep Button: Device: "/dev/input/event1"
[ 10836.090] (--) Sleep Button: Found keys
[ 10836.090] (II) Sleep Button: Configuring as keyboard
[ 10836.090] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 10836.090] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 10836.090] (**) Option "xkb_rules" "evdev"
[ 10836.090] (**) Option "xkb_model" "pc105"
[ 10836.090] (**) Option "xkb_layout" "de"
[ 10836.090] (**) Option "xkb_variant" "nodeadkeys"
[ 10836.090] (**) Option "xkb_options" "lv3:ralt_switch"
[ 10836.105] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event6)
[ 10836.105] (**) HID 046a:0023: Applying InputClass "evdev keyboard catchall"
[ 10836.105] (II) Using input driver 'evdev' for 'HID 046a:0023'
[ 10836.105] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10836.105] (**) HID 046a:0023: always reports core events
[ 10836.105] (**) HID 046a:0023: Device: "/dev/input/event6"
[ 10836.130] (--) HID 046a:0023: Found keys
[ 10836.130] (II) HID 046a:0023: Configuring as keyboard
[ 10836.130] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.0/input/input6/event6"
[ 10836.130] (II) XINPUT: Adding extended input device "HID 046a:0023" (type: KEYBOARD)
[ 10836.130] (**) Option "xkb_rules" "evdev"
[ 10836.130] (**) Option "xkb_model" "pc105"
[ 10836.130] (**) Option "xkb_layout" "de"
[ 10836.130] (**) Option "xkb_variant" "nodeadkeys"
[ 10836.130] (**) Option "xkb_options" "lv3:ralt_switch"
[ 10836.132] (II) config/udev: Adding input device HID 046a:0023 (/dev/input/event7)
[ 10836.132] (**) HID 046a:0023: Applying InputClass "evdev keyboard catchall"
[ 10836.132] (II) Using input driver 'evdev' for 'HID 046a:0023'
[ 10836.132] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10836.132] (**) HID 046a:0023: always reports core events
[ 10836.132] (**) HID 046a:0023: Device: "/dev/input/event7"
[ 10836.160] (--) HID 046a:0023: Found 1 mouse buttons
[ 10836.160] (--) HID 046a:0023: Found scroll wheel(s)
[ 10836.160] (--) HID 046a:0023: Found relative axes
[ 10836.160] (--) HID 046a:0023: Found absolute axes
[ 10836.160] (II) evdev-grail: failed to open grail, no gesture support
[ 10836.160] (--) HID 046a:0023: Found keys
[ 10836.160] (II) HID 046a:0023: Configuring as mouse
[ 10836.160] (II) HID 046a:0023: Configuring as keyboard
[ 10836.160] (II) HID 046a:0023: Adding scrollwheel support
[ 10836.160] (**) HID 046a:0023: YAxisMapping: buttons 4 and 5
[ 10836.160] (**) HID 046a:0023: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10836.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.4/1-5.4:1.1/input/input7/event7"
[ 10836.160] (II) XINPUT: Adding extended input device "HID 046a:0023" (type: KEYBOARD)
[ 10836.160] (**) Option "xkb_rules" "evdev"
[ 10836.160] (**) Option "xkb_model" "pc105"
[ 10836.160] (**) Option "xkb_layout" "de"
[ 10836.160] (**) Option "xkb_variant" "nodeadkeys"
[ 10836.160] (**) Option "xkb_options" "lv3:ralt_switch"
[ 10836.161] (EE) HID 046a:0023: failed to initialize for relative axes.
[ 10836.161] (II) HID 046a:0023: initialized for absolute axes.
[ 10836.161] (**) HID 046a:0023: (accel) keeping acceleration scheme 1
[ 10836.161] (**) HID 046a:0023: (accel) acceleration profile 0
[ 10836.161] (**) HID 046a:0023: (accel) acceleration factor: 2.000
[ 10836.161] (**) HID 046a:0023: (accel) acceleration threshold: 4
[ 10836.163] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event5)
[ 10836.163] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 10836.163] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 10836.163] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10836.163] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 10836.163] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event5"
[ 10836.190] (--) Logitech USB-PS/2 Optical Mouse: Found 10 mouse buttons
[ 10836.190] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 10836.190] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 10836.190] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 10836.190] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 10836.190] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 10836.190] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 10836.190] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10836.190] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5.7/1-5.7:1.0/input/input5/event5"
[ 10836.190] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[ 10836.190] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 10836.190] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 10836.191] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 10836.191] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 10836.191] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 10836.191] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 10836.191] (II) No input driver/identifier specified (ignoring)
[ 10836.193] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
[ 10836.193] (II) No input driver/identifier specified (ignoring)
[ 10836.193] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
[ 10836.194] (II) No input driver/identifier specified (ignoring)
[ 10836.194] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[ 10836.194] (II) No input driver/identifier specified (ignoring)
[ 10836.195] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[ 10836.195] (II) No input driver/identifier specified (ignoring)
[ 10836.203] (II) config/udev: Adding input device hdaps (/dev/input/event14)
[ 10836.203] (II) No input driver/identifier specified (ignoring)
[ 10836.203] (II) config/udev: Adding input device hdaps (/dev/input/js0)
[ 10836.203] (II) No input driver/identifier specified (ignoring)
[ 10836.203] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 10836.203] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 10836.203] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 10836.203] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10836.203] (**) AT Translated Set 2 keyboard: always reports core events
[ 10836.203] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 10836.260] (--) AT Translated Set 2 keyboard: Found keys
[ 10836.260] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 10836.260] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 10836.260] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 10836.260] (**) Option "xkb_rules" "evdev"
[ 10836.260] (**) Option "xkb_model" "pc105"
[ 10836.260] (**) Option "xkb_layout" "de"
[ 10836.260] (**) Option "xkb_variant" "nodeadkeys"
[ 10836.260] (**) Option "xkb_options" "lv3:ralt_switch"
[ 10836.262] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[ 10836.262] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 10836.262] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 10836.262] (II) LoadModule: "synaptics"
[ 10836.262] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 10836.263] (II) Module synaptics: vendor="X.Org Foundation"
[ 10836.263] 	compiled for 1.10.1, module version = 1.3.99
[ 10836.263] 	Module class: X.Org XInput Driver
[ 10836.263] 	ABI class: X.Org XInput driver, version 12.3
[ 10836.263] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 10836.263] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 10836.263] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 10836.263] (**) Option "Device" "/dev/input/event13"
[ 10836.386] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5598
[ 10836.386] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4670
[ 10836.386] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 10836.386] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 10836.386] (--) SynPS/2 Synaptics TouchPad: buttons: left right
[ 10836.400] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 10836.400] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 10836.410] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
[ 10836.410] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 10836.410] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 10836.410] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 10836.410] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
[ 10836.410] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 10836.410] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 10836.410] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 10836.410] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 10836.430] (II) SynPS/2 Synaptics TouchPad: failed to open grail, no gesture support
[ 10836.430] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 10836.430] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 10836.430] (II) No input driver/identifier specified (ignoring)
[ 10836.430] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
[ 10836.430] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 10836.430] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint"
[ 10836.430] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 10836.430] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10836.431] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 10836.431] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
[ 10836.431] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 10836.431] (--) TPPS/2 IBM TrackPoint: Found relative axes
[ 10836.431] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 10836.431] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[ 10836.431] (**) Option "EmulateWheel" "true"
[ 10836.431] (**) Option "EmulateWheelButton" "2"
[ 10836.431] (**) Option "EmulateWheelTimeout" "200"
[ 10836.431] (**) Option "YAxisMapping" "4 5"
[ 10836.431] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 10836.431] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 10836.431] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input15/event15"
[ 10836.431] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[ 10836.431] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 10836.431] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 10836.431] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 10836.431] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 10836.431] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 10836.431] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 10836.431] (II) No input driver/identifier specified (ignoring)
[ 10836.433] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
[ 10836.433] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 10836.433] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 10836.433] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 10836.433] (**) ThinkPad Extra Buttons: always reports core events
[ 10836.433] (**) ThinkPad Extra Buttons: Device: "/dev/input/event8"
[ 10836.441] (--) ThinkPad Extra Buttons: Found keys
[ 10836.441] (II) ThinkPad Extra Buttons: Configuring as keyboard
[ 10836.441] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event8"
[ 10836.441] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[ 10836.441] (**) Option "xkb_rules" "evdev"
[ 10836.441] (**) Option "xkb_model" "pc105"
[ 10836.441] (**) Option "xkb_layout" "de"
[ 10836.441] (**) Option "xkb_variant" "nodeadkeys"
[ 10836.441] (**) Option "xkb_options" "lv3:ralt_switch"
[ 10836.650] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10836.650] (II) intel(0): Printing DDC gathered Modelines:
[ 10836.650] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10836.650] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10837.319] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10837.319] (II) intel(0): Printing DDC gathered Modelines:
[ 10837.319] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10837.319] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10837.979] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10837.979] (II) intel(0): Printing DDC gathered Modelines:
[ 10837.979] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10837.979] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10838.647] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10838.647] (II) intel(0): Printing DDC gathered Modelines:
[ 10838.647] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10838.647] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10839.308] (II) intel(0): Allocated new frame buffer 1472x900 stride 6144, tiled
[ 10839.439] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10839.439] (II) intel(0): Printing DDC gathered Modelines:
[ 10839.439] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10839.439] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10840.159] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10840.159] (II) intel(0): Printing DDC gathered Modelines:
[ 10840.159] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10840.159] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10840.827] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10840.827] (II) intel(0): Printing DDC gathered Modelines:
[ 10840.827] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10840.827] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10841.558] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10841.558] (II) intel(0): Printing DDC gathered Modelines:
[ 10841.558] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10841.558] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10847.509] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10847.509] (II) intel(0): Printing DDC gathered Modelines:
[ 10847.509] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10847.509] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10848.185] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10848.185] (II) intel(0): Printing DDC gathered Modelines:
[ 10848.185] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10848.185] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10848.844] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10848.844] (II) intel(0): Printing DDC gathered Modelines:
[ 10848.844] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10848.844] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10849.506] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10849.506] (II) intel(0): Printing DDC gathered Modelines:
[ 10849.506] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10849.506] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10850.165] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10850.165] (II) intel(0): Printing DDC gathered Modelines:
[ 10850.165] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10850.165] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10850.823] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10850.823] (II) intel(0): Printing DDC gathered Modelines:
[ 10850.823] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10850.823] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10851.495] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10851.495] (II) intel(0): Printing DDC gathered Modelines:
[ 10851.495] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10851.495] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10852.153] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10852.153] (II) intel(0): Printing DDC gathered Modelines:
[ 10852.153] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10852.153] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10852.815] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10852.815] (II) intel(0): Printing DDC gathered Modelines:
[ 10852.815] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10852.815] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10853.471] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10853.471] (II) intel(0): Printing DDC gathered Modelines:
[ 10853.471] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10853.471] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10854.140] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
[ 10854.294] (II) intel(0): EDID vendor "LEN", prod id 16435
[ 10854.294] (II) intel(0): Printing DDC gathered Modelines:
[ 10854.294] (II) intel(0): Modeline "1440x900"x0.0  101.60  1440 1488 1520 1792  900 903 909 945 -hsync -vsync (56.7 kHz)
[ 10854.294] (II) intel(0): Modeline "1440x900"x0.0   81.49  1440 1488 1520 1760  900 903 909 926 -hsync -vsync (46.3 kHz)
[ 10857.035] (II) intel(0): EDID vendor "SAM", prod id 639
[ 10857.035] (II) intel(0): Using hsync ranges from config file
[ 10857.035] (II) intel(0): Using vrefresh ranges from config file
[ 10857.035] (II) intel(0): Printing DDC gathered Modelines:
[ 10857.035] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10857.035] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10857.035] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10857.035] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10857.035] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 10857.035] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10857.035] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10857.035] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10857.035] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10857.035] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 10857.035] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10857.035] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10857.035] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10857.035] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10857.035] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10857.035] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10857.035] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10857.035] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 10858.035] (II) intel(0): EDID vendor "SAM", prod id 639
[ 10858.035] (II) intel(0): Using hsync ranges from config file
[ 10858.035] (II) intel(0): Using vrefresh ranges from config file
[ 10858.035] (II) intel(0): Printing DDC gathered Modelines:
[ 10858.035] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10858.035] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10858.035] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10858.035] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10858.035] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 10858.035] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10858.035] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10858.035] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10858.035] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10858.035] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 10858.035] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10858.035] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10858.035] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10858.035] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10858.035] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10858.035] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10858.035] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10858.035] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 10858.692] (II) intel(0): EDID vendor "SAM", prod id 639
[ 10858.692] (II) intel(0): Using hsync ranges from config file
[ 10858.692] (II) intel(0): Using vrefresh ranges from config file
[ 10858.692] (II) intel(0): Printing DDC gathered Modelines:
[ 10858.692] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10858.692] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10858.692] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10858.692] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10858.692] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 10858.693] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10858.693] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10858.693] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10858.693] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10858.693] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 10858.693] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10858.693] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10858.693] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10858.693] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10858.693] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10858.693] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10858.693] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10858.693] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 10861.927] (II) intel(0): EDID vendor "SAM", prod id 639
[ 10861.927] (II) intel(0): Using hsync ranges from config file
[ 10861.927] (II) intel(0): Using vrefresh ranges from config file
[ 10861.927] (II) intel(0): Printing DDC gathered Modelines:
[ 10861.927] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10861.927] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10861.927] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10861.927] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10861.927] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 10861.927] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10861.927] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10861.927] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10861.927] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10861.927] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 10861.927] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10861.927] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10861.927] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10861.927] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10861.927] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10861.927] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10861.927] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10861.927] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 10862.599] (II) intel(0): EDID vendor "SAM", prod id 639
[ 10862.600] (II) intel(0): Using hsync ranges from config file
[ 10862.600] (II) intel(0): Using vrefresh ranges from config file
[ 10862.600] (II) intel(0): Printing DDC gathered Modelines:
[ 10862.600] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10862.600] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10862.600] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10862.600] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10862.600] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 10862.600] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10862.600] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10862.600] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10862.600] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10862.600] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 10862.600] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10862.600] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10862.600] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10862.600] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10862.600] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10862.600] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10862.600] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10862.600] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 10865.734] (II) intel(0): EDID vendor "SAM", prod id 639
[ 10865.734] (II) intel(0): Using hsync ranges from config file
[ 10865.734] (II) intel(0): Using vrefresh ranges from config file
[ 10865.734] (II) intel(0): Printing DDC gathered Modelines:
[ 10865.734] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10865.734] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10865.734] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10865.734] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10865.734] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 10865.734] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10865.734] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10865.734] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10865.734] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10865.734] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 10865.734] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10865.734] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10865.734] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10865.734] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10865.734] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10865.734] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10865.734] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10865.734] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 10870.808] (II) intel(0): EDID vendor "SAM", prod id 639
[ 10870.808] (II) intel(0): Using hsync ranges from config file
[ 10870.808] (II) intel(0): Using vrefresh ranges from config file
[ 10870.808] (II) intel(0): Printing DDC gathered Modelines:
[ 10870.808] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10870.808] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10870.808] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10870.808] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10870.808] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 10870.808] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10870.808] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10870.808] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10870.808] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10870.808] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 10870.808] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10870.808] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10870.808] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10870.808] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10870.808] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10870.808] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10870.808] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10870.808] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 10873.242] (II) intel(0): EDID vendor "SAM", prod id 639
[ 10873.242] (II) intel(0): Using hsync ranges from config file
[ 10873.242] (II) intel(0): Using vrefresh ranges from config file
[ 10873.242] (II) intel(0): Printing DDC gathered Modelines:
[ 10873.242] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 10873.242] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 10873.242] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 10873.242] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 10873.242] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 10873.242] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 10873.242] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 10873.242] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 10873.242] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 10873.242] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 10873.242] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 10873.242] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 10873.242] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 10873.242] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 10873.242] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 10873.242] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 10873.242] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 10873.242] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 14354.771] (II) intel(0): EDID vendor "SAM", prod id 639
[ 14354.771] (II) intel(0): Using hsync ranges from config file
[ 14354.771] (II) intel(0): Using vrefresh ranges from config file
[ 14354.771] (II) intel(0): Printing DDC gathered Modelines:
[ 14354.771] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 14354.771] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14354.771] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 14354.771] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 14354.771] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 14354.772] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 14354.772] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14354.772] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 14354.772] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 14354.772] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 14354.772] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 14354.772] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14354.772] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 14354.772] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 14354.772] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 14354.772] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 14354.772] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14354.772] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 14355.456] (II) intel(0): EDID vendor "SAM", prod id 639
[ 14355.457] (II) intel(0): Using hsync ranges from config file
[ 14355.457] (II) intel(0): Using vrefresh ranges from config file
[ 14355.457] (II) intel(0): Printing DDC gathered Modelines:
[ 14355.457] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 14355.457] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14355.457] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 14355.457] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 14355.457] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 14355.457] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 14355.457] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14355.457] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 14355.457] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 14355.457] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 14355.457] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 14355.457] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14355.457] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 14355.457] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 14355.457] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 14355.457] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 14355.457] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14355.457] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 14356.147] (II) intel(0): EDID vendor "SAM", prod id 639
[ 14356.147] (II) intel(0): Using hsync ranges from config file
[ 14356.147] (II) intel(0): Using vrefresh ranges from config file
[ 14356.147] (II) intel(0): Printing DDC gathered Modelines:
[ 14356.147] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 14356.147] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14356.147] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 14356.147] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 14356.147] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 14356.147] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 14356.147] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14356.147] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 14356.147] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 14356.147] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 14356.147] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 14356.147] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14356.147] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 14356.147] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 14356.147] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 14356.147] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 14356.147] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14356.147] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 14356.828] (II) intel(0): EDID vendor "SAM", prod id 639
[ 14356.828] (II) intel(0): Using hsync ranges from config file
[ 14356.828] (II) intel(0): Using vrefresh ranges from config file
[ 14356.828] (II) intel(0): Printing DDC gathered Modelines:
[ 14356.828] (II) intel(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 14356.828] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14356.828] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 14356.828] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 14356.828] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[ 14356.828] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[ 14356.828] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14356.828] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 14356.828] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 14356.828] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 14356.828] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[ 14356.828] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14356.828] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[ 14356.828] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 14356.828] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[ 14356.828] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 14356.828] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14356.828] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)

xrandr -q

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Screen 0: minimum 320 x 200, current 2960 x 1050, maximum 8192 x 8192
LVDS1 connected (normal left inverted right x axis y axis)
   1440x900@60    59.9 +
   1440x900       60.0 +   59.9     50.0
   1360x768       59.8     60.0
   1152x864       60.0
   1024x768       60.0
   800x600        60.3     56.2
   640x480        59.9
   1440x900_60.00   59.9
VGA1 connected (normal left inverted right x axis y axis)
   1280x1024      75.0     59.9
   1024x768       75.1     70.1     60.0
   800x600        72.2     75.0     60.3     56.2
   640x480        72.8     75.0     60.0
   720x400        70.1
   1280x1024_60.00   59.9
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 connected 1680x1050+1280+0 (normal left inverted right x axis y axis) 474mm x 296mm
   1680x1050      59.9*+
   1280x1024      75.0     60.0
   1280x960       60.0
   1152x864       75.0
   1024x768       75.1     70.1     60.0
   832x624        74.6
   800x600        72.2     75.0     60.3     56.2
   640x480        72.8     75.0     66.7     60.0
   720x400        70.1
   1680x1050_60.00   60.0
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)

45custom_xrandr-settings

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
OUT0="LVDS1"	# Notebook
OUT1="HDMI2"	# Extern (Samsung)
OUT2="VGA1"	# Extern (Medion)

xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
xrandr --addmode $OUT0 "1440x900_60.00"
xrandr --newmode "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
xrandr --addmode $OUT1 "1680x1050_60.00"
xrandr --newmode "1280x1024_60.00"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
xrandr --addmode $OUT2 "1280x1024_60.00"

if xrandr | grep -i "$OUT1 connected" && xrandr | grep -i "$OUT2 connected"; then	# wenn HDMI2 und VGA1 angeschlossen, aber deaktiviert sind
	echo "Aktiviere beide externe Monitore"						# Laptop aus, HDMI2 an und links von Laptop, VGA1 an und links von HDMI2 
	xrandr --output $OUT2 --mode "1280x1024_60.00" --rate 60 --left-of $OUT1 --output $OUT1 --mode "1680x1050_60.00" --rate 60 --left-of $OUT0 --output $OUT0 --off
elif xrandr | grep -i "$OUT1 connected"; then					# wenn HDMI2 angeschlossen, aber deaktiviert ist
	echo "Aktiviere externen Monitor (Samsung)"					# Laptop aus, externer Monitor an und links von Laptop
	xrandr --output $OUT1 --mode "1680x1050_60.00" --rate 60 --left-of $OUT0 --output $OUT0 --off
elif xrandr | grep -i "$OUT2 connected"; then					# wenn VGA1 angeschlossen, aber deaktiviert ist
	echo "Aktiviere externen Monitor (Medion)"					# Laptop aus, externer Monitor an und links von Laptop
	xrandr --output $OUT2 --mode "1280x1024_60.00" --rate 60 --left-of $OUT0 --output $OUT0 --off
else
	echo "Deaktiviere externen Monitor"
	xrandr --output $OUT0 --mode "1440x900_60.00" --rate 60 --output $OUT1 --off 	# Laptop an
fi
compiz --replace &									# Compiz reloaden

Ich hoffe irgendjemand hat noch ein paar gute Tipps auf Lager.

Danke und Gruß

Orangedata

(Themenstarter)

Anmeldungsdatum:
20. Februar 2011

Beiträge: 4

Ich habe mein Skript noch einmal leicht angepasst und bin es Step für Step durchgegangen. Dabei konnte ich den Fehler eingrenzen. Und zwar funktioniert xrandr wohl einwandfrei. Der Xserver stürzt erst bei compiz --replace & ab. Es scheint also ein Compiz-Problem zu sein. Ohne diese Zeile sind beide Monitore jedoch (beleuchtet) schwarz. Den Mauszeiger sehe ich über beide Bildschirme.

Leider kenne ich mich mit Compiz überhaupt nicht aus. Irgendwelche Ideen? (Eventuell müsste das Thema auch ins entsprechende Unterforum verschoben werden)

Die aktuelle Version vom Skript:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/bin/bash
OUT0="LVDS1"	# Notebook
MODE0="1440x900_60.00"
OUT1="HDMI2"	# Extern (Samsung)
MODE1="1680x1050_60.00"
OUT2="VGA1"	# Extern (Medion)
MODE2="1280x1024_60.00"

xrandr --newmode $MODE0 106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
xrandr --addmode $OUT0 $MODE0
xrandr --newmode $MODE1 146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
xrandr --addmode $OUT1 $MODE1
xrandr --newmode $MODE2 109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
xrandr --addmode $OUT2 $MODE2

if xrandr | grep -i "$OUT1 connected" && xrandr | grep -i "$OUT2 connected"; then	# wenn HDMI2 und VGA1 angeschlossen, aber deaktiviert sind
	echo "Aktiviere beide externe Monitore"			
	xrandr --output $OUT0 --off
	xrandr --output $OUT1 --mode $MODE1 --rate 60 --left-of $OUT0
	xrandr --output $OUT2 --mode $MODE2 --rate 60 --left-of $OUT1	
elif xrandr | grep -i "$OUT1 connected"; then						# wenn HDMI2 angeschlossen, aber deaktiviert ist
	echo "Aktiviere externen Monitor (Samsung)"					# Laptop aus, externer Monitor an und links von Laptop
	xrandr --output $OUT0 --off
	xrandr --output $OUT2 --off
	xrandr --output $OUT1 --mode $MODE1 --rate 60
elif xrandr | grep -i "$OUT2 connected"; then						# wenn VGA1 angeschlossen, aber deaktiviert ist
	echo "Aktiviere externen Monitor (Medion)"					# Laptop aus, externer Monitor an und links von Laptop
	xrandr --output $OUT0 --off
	xrandr --output $OUT1 --off
	xrandr --output $OUT2 --mode $MODE2 --rate 60
else
	echo "Deaktiviere externen Monitor"
	xrandr --output $OUT1 --off
	xrandr --output $OUT2 --off
	xrandr --output $OUT0 --mode $MODE0 --rate 60 					# Laptop an
fi
#compiz --replace &									# Compiz reloaden

Orangedata

(Themenstarter)

Anmeldungsdatum:
20. Februar 2011

Beiträge: 4

Jetzt habe ich einen Workaround gefunden:

Statt Compiz starte ich "nur" Metacity mit metacity --replace &. Daraufhin stellt er mir beide Monitore korrekt ein. Desweiteren habe ich Compiz Fusion Icon installiert und wechsle anschließend ohne Probleme den Window Manager. Nicht gerade elegant, aber zumindest funktioniert es fürs erste.

Bin über weitere Ideen und Vorschläge trotzdem dankbar.

Antworten |