ubuntuusers.de

Grafik

Datum:
4. Juni 2013 18:42
Code:
  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
hier die Ausgaben von  lsb_release -a; uname -a; ls -l /var/log/ 

lsb_release:
LSB Version:	core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:cxx-3.0-amd64:cxx-3.0-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:cxx-4.0-amd64:cxx-4.0-noarch:desktop-3.1-amd64:desktop-3.1-noarch:desktop-3.2-amd64:desktop-3.2-noarch:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.0-amd64:graphics-3.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-3.2-amd64:printing-3.2-noarch:printing-4.0-amd64:printing-4.0-noarch:qt4-3.1-amd64:qt4-3.1-noarch
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.2 LTS
Release:	12.04
Codename:	precise


unamew -a:
Linux linux-2 3.2.0-43-generic #68-Ubuntu SMP Wed May 15 03:33:33 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Xorg.o.log:
[     3.835] 
X.Org X Server 1.11.3
Release Date: 2011-12-16
[     3.835] X Protocol Version 11, Revision 0
[     3.835] Build Operating System: Linux 2.6.42-23-generic x86_64 Ubuntu
[     3.835] Current Operating System: Linux zampano-GA-A75M-UD2H 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012 x86_64
[     3.835] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic root=UUID=cd643f01-ec3c-4144-8eb3-993761ba5ab4 ro quiet splash vt.handoff=7
[     3.835] Build Date: 29 August 2012  12:12:33AM
[     3.835] xorg-server 2:1.11.4-0ubuntu10.8 (For technical support please see http://www.ubuntu.com/support) 
[     3.835] Current version of pixman: 0.24.4
[     3.835] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.835] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.835] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct  9 09:27:22 2012
[     3.836] (==) Using config file: "/etc/X11/xorg.conf"
[     3.836] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.836] (==) ServerLayout "amdcccle Layout"
[     3.836] (**) |-->Screen "amdcccle-Screen[0]-0" (0)
[     3.836] (**) |   |-->Monitor "<default monitor>"
[     3.836] (**) |   |-->Device "amdcccle-Device[0]-0"
[     3.836] (==) No monitor specified for screen "amdcccle-Screen[0]-0".
	Using a default monitor configuration.
[     3.836] (==) Automatically adding devices
[     3.836] (==) Automatically enabling devices
[     3.836] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     3.836] 	Entry deleted from font path.
[     3.836] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     3.836] 	Entry deleted from font path.
[     3.836] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     3.836] 	Entry deleted from font path.
[     3.836] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     3.836] 	Entry deleted from font path.
[     3.836] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     3.836] 	Entry deleted from font path.
[     3.836] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[     3.836] 	Entry deleted from font path.
[     3.836] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[     3.836] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[     3.836] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.836] (II) Loader magic: 0x7f1b977adb00
[     3.836] (II) Module ABI versions:
[     3.836] 	X.Org ANSI C Emulation: 0.4
[     3.836] 	X.Org Video Driver: 11.0
[     3.836] 	X.Org XInput driver : 16.0
[     3.836] 	X.Org Server Extension : 6.0
[     3.837] (--) PCI:*(0:0:1:0) 1002:9640:1458:d000 rev 0, Mem @ 0xd0000000/268435456, 0xfdfc0000/262144, I/O @ 0x0000f800/256
[     3.837] (II) Open ACPI successful (/var/run/acpid.socket)
[     3.837] (II) "extmod" will be loaded by default.
[     3.837] (II) "dbe" will be loaded by default.
[     3.837] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     3.837] (II) "record" will be loaded by default.
[     3.837] (II) "dri" will be loaded by default.
[     3.837] (II) "dri2" will be loaded by default.
[     3.837] (II) LoadModule: "glx"
[     3.837] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/extensions/libglx.so
[     3.838] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[     3.838] 	compiled for 6.9.0, module version = 1.0.0
[     3.838] (II) Loading extension GLX
[     3.838] (II) LoadModule: "extmod"
[     3.838] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[     3.838] (II) Module extmod: vendor="X.Org Foundation"
[     3.838] 	compiled for 1.11.3, module version = 1.0.0
[     3.838] 	Module class: X.Org Server Extension
[     3.838] 	ABI class: X.Org Server Extension, version 6.0
[     3.838] (II) Loading extension MIT-SCREEN-SAVER
[     3.838] (II) Loading extension XFree86-VidModeExtension
[     3.838] (II) Loading extension XFree86-DGA
[     3.838] (II) Loading extension DPMS
[     3.838] (II) Loading extension XVideo
[     3.838] (II) Loading extension XVideo-MotionCompensation
[     3.838] (II) Loading extension X-Resource
[     3.838] (II) LoadModule: "dbe"
[     3.838] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[     3.838] (II) Module dbe: vendor="X.Org Foundation"
[     3.838] 	compiled for 1.11.3, module version = 1.0.0
[     3.838] 	Module class: X.Org Server Extension
[     3.838] 	ABI class: X.Org Server Extension, version 6.0
[     3.838] (II) Loading extension DOUBLE-BUFFER
[     3.838] (II) LoadModule: "record"
[     3.839] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[     3.839] (II) Module record: vendor="X.Org Foundation"
[     3.839] 	compiled for 1.11.3, module version = 1.13.0
[     3.839] 	Module class: X.Org Server Extension
[     3.839] 	ABI class: X.Org Server Extension, version 6.0
[     3.839] (II) Loading extension RECORD
[     3.839] (II) LoadModule: "dri"
[     3.839] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[     3.839] (II) Module dri: vendor="X.Org Foundation"
[     3.839] 	compiled for 1.11.3, module version = 1.0.0
[     3.839] 	ABI class: X.Org Server Extension, version 6.0
[     3.839] (II) Loading extension XFree86-DRI
[     3.839] (II) LoadModule: "dri2"
[     3.839] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     3.839] (II) Module dri2: vendor="X.Org Foundation"
[     3.839] 	compiled for 1.11.3, module version = 1.2.0
[     3.839] 	ABI class: X.Org Server Extension, version 6.0
[     3.839] (II) Loading extension DRI2
[     3.839] (II) LoadModule: "fglrx"
[     3.839] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
[     3.856] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[     3.856] 	compiled for 1.4.99.906, module version = 8.96.4
[     3.856] 	Module class: X.Org Video Driver
[     3.856] (II) Loading sub module "fglrxdrm"
[     3.856] (II) LoadModule: "fglrxdrm"
[     3.856] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     3.856] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[     3.856] 	compiled for 1.4.99.906, module version = 8.96.4
[     3.856] (II) ATI Proprietary Linux Driver Version Identifier:8.96.4
[     3.856] (II) ATI Proprietary Linux Driver Release Identifier: 8.96.7                               
[     3.856] (II) ATI Proprietary Linux Driver Build Date: Mar 12 2012 13:06:50
[     3.856] (++) using VT number 7

[     3.856] (WW) Falling back to old probe method for fglrx
[     3.863] (II) Loading PCS database from /etc/ati/amdpcsdb
[     3.863] (--) Chipset Supported AMD Graphics Processor (0x9640) found
[     3.863] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
[     3.864] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[     3.864] (II) AMD Video driver is signed
[     3.865] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so
[     3.865] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     3.865] (II) fglrx(0): pEnt->device->identifier=0x7f1b9974b230
[     3.865] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[     3.865] (II) Loading sub module "vgahw"
[     3.865] (II) LoadModule: "vgahw"
[     3.865] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     3.865] (II) Module vgahw: vendor="X.Org Foundation"
[     3.865] 	compiled for 1.11.3, module version = 0.1.0
[     3.865] 	ABI class: X.Org Video Driver, version 11.0
[     3.865] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[     3.865] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     3.865] (==) fglrx(0): Default visual is TrueColor
[     3.865] (==) fglrx(0): RGB weight 888
[     3.865] (II) fglrx(0): Using 8 bits per RGB 
[     3.865] (==) fglrx(0): Buffer Tiling is ON
[     3.865] (II) Loading sub module "fglrxdrm"
[     3.865] (II) LoadModule: "fglrxdrm"
[     3.865] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/linux/libfglrxdrm.so
[     3.865] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[     3.865] 	compiled for 1.4.99.906, module version = 8.96.4
[     3.867] ukiDynamicMajor: found major device number 249
[     3.867] ukiDynamicMajor: found major device number 249
[     3.867] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[     3.867] ukiOpenDevice: node name is /dev/ati/card0
[     3.867] ukiOpenDevice: open result is 12, (OK)
[     3.867] ukiOpenByBusid: ukiOpenMinor returns 12
[     3.867] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[     3.867] (**) fglrx(0): NoAccel = NO
[     3.867] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
[     3.867] (--) fglrx(0): Chipset: "AMD Radeon HD 6550D" (Chipset = 0x9640)
[     3.867] (--) fglrx(0): (PciSubVendor = 0x1458, PciSubDevice = 0xd000)
[     3.867] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[     3.867] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[     3.867] (--) fglrx(0): MMIO registers at 0xfdfc0000
[     3.867] (--) fglrx(0): I/O port at 0x0000f800
[     3.867] (==) fglrx(0): ROM-BIOS at 0x000c0000
[     3.932] (II) fglrx(0): AC Adapter is used
[     3.951] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[     3.952] (II) Loading sub module "vbe"
[     3.952] (II) LoadModule: "vbe"
[     3.952] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     3.952] (II) Module vbe: vendor="X.Org Foundation"
[     3.952] 	compiled for 1.11.3, module version = 1.1.0
[     3.952] 	ABI class: X.Org Video Driver, version 11.0
[     3.952] (II) fglrx(0): VESA BIOS detected
[     3.952] (II) fglrx(0): VESA VBE Version 3.0
[     3.952] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[     3.952] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
[     3.952] (II) fglrx(0): VESA VBE OEM Software Rev: 12.43
[     3.952] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. 
[     3.952] (II) fglrx(0): VESA VBE OEM Product: SUMO
[     3.952] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[     3.958] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[     3.958] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
[     3.958] (II) fglrx(0): PCIE card detected
[     3.958] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[     3.958] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[     3.965] (II) fglrx(0): Using adapter: 0:1.0.
[     4.512] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[     4.518] (II) fglrx(0): Interrupt handler installed at IRQ 53.
[     4.519] (II) fglrx(0): RandR 1.2 support is enabled!
[     4.519] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[     4.519] (==) fglrx(0): Center Mode is disabled 
[     4.519] (II) Loading sub module "fb"
[     4.519] (II) LoadModule: "fb"
[     4.519] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.519] (II) Module fb: vendor="X.Org Foundation"
[     4.519] 	compiled for 1.11.3, module version = 1.0.0
[     4.519] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.519] (II) Loading sub module "ddc"
[     4.519] (II) LoadModule: "ddc"
[     4.519] (II) Module "ddc" already built-in
[     4.864] (II) fglrx(0): Finished Initialize PPLIB!
[     4.864] (II) fglrx(0): Output DFP1 using monitor section 0-DFP1
[     4.864] (**) fglrx(0): Option "PreferredMode" "1280x1024"
[     4.864] (**) fglrx(0): Option "Position" "0 0"
[     4.864] (**) fglrx(0): Option "Disable" "false"
[     4.865] (**) fglrx(0): Option "Rotate" "normal"
[     4.865] (**) fglrx(0): Option "TargetRefresh" "60"
[     4.865] (II) fglrx(0): Output CRT1 using monitor section 0-CRT1
[     4.865] (**) fglrx(0): Option "PreferredMode" "1280x1024"
[     4.865] (**) fglrx(0): Option "Position" "1280 0"
[     4.865] (**) fglrx(0): Option "Disable" "false"
[     4.865] (**) fglrx(0): Option "Rotate" "normal"
[     4.865] (**) fglrx(0): Option "TargetRefresh" "75"
[     4.865] (II) Loading sub module "ddc"
[     4.865] (II) LoadModule: "ddc"
[     4.865] (II) Module "ddc" already built-in
[     4.865] (II) fglrx(0): Connected Display0: DFP1
[     4.865] (II) fglrx(0):  Display0: Failed to get EDID information. 
[     4.865] (II) fglrx(0): Connected Display1: CRT1
[     4.865] (II) fglrx(0): Display1 EDID data ---------------------------
[     4.865] (II) fglrx(0): Manufacturer: ENC  Model: 1607  Serial#: 2505314417
[     4.865] (II) fglrx(0): Year: 2001  Week: 29
[     4.865] (II) fglrx(0): EDID Version: 1.1
[     4.865] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[     4.865] (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
[     4.865] (II) fglrx(0): Max Image Size [cm]: horiz.: 36  vert.: 29
[     4.865] (II) fglrx(0): Gamma: 2.20
[     4.865] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[     4.865] (II) fglrx(0): redX: 0.620 redY: 0.340   greenX: 0.280 greenY: 0.600
[     4.865] (II) fglrx(0): blueX: 0.140 blueY: 0.090   whiteX: 0.290 whiteY: 0.300
[     4.865] (II) fglrx(0): Supported established timings:
[     4.865] (II) fglrx(0): 720x400@70Hz
[     4.865] (II) fglrx(0): 640x480@60Hz
[     4.865] (II) fglrx(0): 640x480@67Hz
[     4.865] (II) fglrx(0): 640x480@72Hz
[     4.865] (II) fglrx(0): 640x480@75Hz
[     4.865] (II) fglrx(0): 800x600@56Hz
[     4.865] (II) fglrx(0): 800x600@60Hz
[     4.865] (II) fglrx(0): 800x600@72Hz
[     4.865] (II) fglrx(0): 800x600@75Hz
[     4.865] (II) fglrx(0): 832x624@75Hz
[     4.865] (II) fglrx(0): 1024x768@60Hz
[     4.865] (II) fglrx(0): 1024x768@70Hz
[     4.865] (II) fglrx(0): 1024x768@75Hz
[     4.865] (II) fglrx(0): 1280x1024@75Hz
[     4.865] (II) fglrx(0): 1152x864@75Hz
[     4.865] (II) fglrx(0): Manufacturer's mask: 0
[     4.865] (II) fglrx(0): Supported standard timings:
[     4.865] (II) fglrx(0): #0: hsize: 800  vsize 600  refresh: 85  vid: 22853
[     4.865] (II) fglrx(0): #1: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[     4.865] (II) fglrx(0): #2: hsize: 1152  vsize 921  refresh: 66  vid: 34417
[     4.865] (II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     4.865] (II) fglrx(0): #4: hsize: 1152  vsize 921  refresh: 76  vid: 36977
[     4.865] (II) fglrx(0): #5: hsize: 1152  vsize 864  refresh: 85  vid: 22897
[     4.865] (II) fglrx(0): #6: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     4.865] (II) fglrx(0): #7: hsize: 1280  vsize 960  refresh: 75  vid: 20353
[     4.865] (II) fglrx(0): Serial No: 95541071
[     4.865] (II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 27 H max: 80 kHz, PixClock max 135 MHz
[     4.865] (II) fglrx(0): Monitor name: L680
[     4.865] (II) fglrx(0):  
[     4.865] (II) fglrx(0): EDID (in hex):
[     4.865] (II) fglrx(0): 	00ffffffffffff0015c3071671105495
[     4.865] (II) fglrx(0): 	1d0b01010e241d78e8cec79e57479923
[     4.865] (II) fglrx(0): 	174a4cbfef80455961597186714f7190
[     4.865] (II) fglrx(0): 	71598180814f000000ff003935353431
[     4.865] (II) fglrx(0): 	3037310a20202020000000fd00324b1b
[     4.865] (II) fglrx(0): 	500d000a202020202020000000fc004c
[     4.865] (II) fglrx(0): 	3638300a2020202020202020000000fe
[     4.865] (II) fglrx(0): 	000a202020202020202020202020005e
[     4.865] (II) fglrx(0): End of Display1 EDID data --------------------
[     4.866] (II) fglrx(0): Cannot get EDID information for DFP1
[     4.866] (II) fglrx(0): EDID for output DFP1
[     4.866] (II) fglrx(0): Not using mode "640x350" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "640x400" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "720x400" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "848x480" (unknown reason)
[     4.866] (II) fglrx(0): Not using mode "1024x768i" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1152x864" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x768" (monitor doesn't support reduced blanking)
[     4.866] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x800" (monitor doesn't support reduced blanking)
[     4.866] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x960" (unknown reason)
[     4.866] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1360x768" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1400x1050" (monitor doesn't support reduced blanking)
[     4.866] (II) fglrx(0): Not using mode "1400x1050" (unknown reason)
[     4.866] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1440x900" (monitor doesn't support reduced blanking)
[     4.866] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1680x1050" (monitor doesn't support reduced blanking)
[     4.866] (II) fglrx(0): Not using mode "1680x1050" (unknown reason)
[     4.866] (II) fglrx(0): Not using mode "1680x1050" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1680x1050" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1680x1050" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1792x1344" (hsync out of range)
[     4.866] (II) fglrx(0): Not using mode "1792x1344" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1792x1344" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1856x1392" (hsync out of range)
[     4.866] (II) fglrx(0): Not using mode "1856x1392" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1856x1392" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1920x1200" (monitor doesn't support reduced blanking)
[     4.866] (II) fglrx(0): Not using mode "1920x1200" (unknown reason)
[     4.866] (II) fglrx(0): Not using mode "1920x1200" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1920x1200" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1920x1200" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1920x1440" (hsync out of range)
[     4.866] (II) fglrx(0): Not using mode "1920x1440" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "1920x1440" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "2560x1600" (hsync out of range)
[     4.866] (II) fglrx(0): Not using mode "2560x1600" (hsync out of range)
[     4.866] (II) fglrx(0): Not using mode "2560x1600" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "2560x1600" (vrefresh out of range)
[     4.866] (II) fglrx(0): Not using mode "2560x1600" (vrefresh out of range)
[     4.866] (II) fglrx(0): Printing probed modes for output DFP1
[     4.866] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     4.866] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[     4.866] (II) fglrx(0): Modeline "1400x1050"x60.0  122.61  1400 1488 1640 1880  1050 1051 1054 1087 -hsync +vsync (65.2 kHz)
[     4.866] (II) fglrx(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz)
[     4.866] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[     4.866] (II) fglrx(0): Modeline "1280x960"x60.0  102.10  1280 1360 1496 1712  960 961 964 994 -hsync +vsync (59.6 kHz)
[     4.866] (II) fglrx(0): Modeline "1366x768"x60.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz)
[     4.866] (II) fglrx(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz)
[     4.866] (II) fglrx(0): Modeline "1280x800"x60.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[     4.866] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[     4.866] (II) fglrx(0): Modeline "1280x768"x60.0   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz)
[     4.866] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[     4.866] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     4.866] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     4.866] (II) fglrx(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[     4.866] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     4.866] (II) fglrx(0): EDID for output CRT1
[     4.866] (II) fglrx(0): Manufacturer: ENC  Model: 1607  Serial#: 2505314417
[     4.866] (II) fglrx(0): Year: 2001  Week: 29
[     4.866] (II) fglrx(0): EDID Version: 1.1
[     4.866] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[     4.866] (II) fglrx(0): Sync:  Separate  Composite  SyncOnGreen
[     4.866] (II) fglrx(0): Max Image Size [cm]: horiz.: 36  vert.: 29
[     4.866] (II) fglrx(0): Gamma: 2.20
[     4.866] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[     4.866] (II) fglrx(0): redX: 0.620 redY: 0.340   greenX: 0.280 greenY: 0.600
[     4.866] (II) fglrx(0): blueX: 0.140 blueY: 0.090   whiteX: 0.290 whiteY: 0.300
[     4.866] (II) fglrx(0): Supported established timings:
[     4.866] (II) fglrx(0): 720x400@70Hz
[     4.866] (II) fglrx(0): 640x480@60Hz
[     4.866] (II) fglrx(0): 640x480@67Hz
[     4.866] (II) fglrx(0): 640x480@72Hz
[     4.866] (II) fglrx(0): 640x480@75Hz
[     4.866] (II) fglrx(0): 800x600@56Hz
[     4.866] (II) fglrx(0): 800x600@60Hz
[     4.866] (II) fglrx(0): 800x600@72Hz
[     4.866] (II) fglrx(0): 800x600@75Hz
[     4.866] (II) fglrx(0): 832x624@75Hz
[     4.866] (II) fglrx(0): 1024x768@60Hz
[     4.866] (II) fglrx(0): 1024x768@70Hz
[     4.866] (II) fglrx(0): 1024x768@75Hz
[     4.866] (II) fglrx(0): 1280x1024@75Hz
[     4.866] (II) fglrx(0): 1152x864@75Hz
[     4.866] (II) fglrx(0): Manufacturer's mask: 0
[     4.866] (II) fglrx(0): Supported standard timings:
[     4.866] (II) fglrx(0): #0: hsize: 800  vsize 600  refresh: 85  vid: 22853
[     4.866] (II) fglrx(0): #1: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[     4.866] (II) fglrx(0): #2: hsize: 1152  vsize 921  refresh: 66  vid: 34417
[     4.866] (II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     4.866] (II) fglrx(0): #4: hsize: 1152  vsize 921  refresh: 76  vid: 36977
[     4.866] (II) fglrx(0): #5: hsize: 1152  vsize 864  refresh: 85  vid: 22897
[     4.866] (II) fglrx(0): #6: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     4.866] (II) fglrx(0): #7: hsize: 1280  vsize 960  refresh: 75  vid: 20353
[     4.866] (II) fglrx(0): Serial No: 95541071
[     4.866] (II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 27 H max: 80 kHz, PixClock max 135 MHz
[     4.866] (II) fglrx(0): Monitor name: L680
[     4.866] (II) fglrx(0):  
[     4.866] (II) fglrx(0): EDID (in hex):
[     4.866] (II) fglrx(0): 	00ffffffffffff0015c3071671105495
[     4.866] (II) fglrx(0): 	1d0b01010e241d78e8cec79e57479923
[     4.866] (II) fglrx(0): 	174a4cbfef80455961597186714f7190
[     4.866] (II) fglrx(0): 	71598180814f000000ff003935353431
[     4.866] (II) fglrx(0): 	3037310a20202020000000fd00324b1b
[     4.866] (II) fglrx(0): 	500d000a202020202020000000fc004c
[     4.866] (II) fglrx(0): 	3638300a2020202020202020000000fe
[     4.866] (II) fglrx(0): 	000a202020202020202020202020005e
[     4.866] (II) fglrx(0): Printing probed modes for output CRT1
[     4.866] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[     4.866] (II) fglrx(0): Modeline "800x600"x85.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[     4.866] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     4.866] (II) fglrx(0): Modeline "1280x960"x75.0  129.86  1280 1368 1504 1728  960 961 964 1002 -hsync +vsync (75.1 kHz)
[     4.867] (II) fglrx(0): Modeline "1152x864"x85.0  119.65  1152 1224 1352 1552  864 865 868 907 -hsync +vsync (77.1 kHz)
[     4.867] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[     4.867] (II) fglrx(0): Modeline "1280x768"x75.0  129.86  1280 1368 1504 1728  768 961 964 1002 -hsync +vsync (75.1 kHz)
[     4.867] (II) fglrx(0): Modeline "1280x720"x75.0  129.86  1280 1368 1504 1728  720 961 964 1002 -hsync +vsync (75.1 kHz)
[     4.867] (II) fglrx(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[     4.867] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[     4.867] (II) fglrx(0): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[     4.867] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     4.867] (II) fglrx(0): Modeline "800x600"x72.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[     4.867] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[     4.867] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     4.867] (II) fglrx(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[     4.867] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[     4.867] (II) fglrx(0): Modeline "640x480"x72.0   31.50  640 656 696 832  480 481 484 520 -hsync -vsync (37.9 kHz)
[     4.867] (II) fglrx(0): Modeline "640x480"x67.0   27.28  640 664 728 816  480 481 484 499 -hsync +vsync (33.4 kHz)
[     4.867] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     4.867] (II) fglrx(0): Output DFP1 connected
[     4.867] (II) fglrx(0): Output CRT1 connected
[     4.867] (II) fglrx(0): Using user preference for initial modes
[     4.867] (II) fglrx(0): Output DFP1 using initial mode 1280x1024
[     4.867] (II) fglrx(0): Output CRT1 using initial mode 1280x1024
[     4.867] (II) fglrx(0): DPI set to (96, 96)
[     4.867] (II) fglrx(0): Adapter AMD Radeon HD 6550D has 2 configurable heads and 2 displays connected.
[     4.867] (==) fglrx(0):  PseudoColor visuals disabled
[     4.867] (II) Loading sub module "ramdac"
[     4.867] (II) LoadModule: "ramdac"
[     4.867] (II) Module "ramdac" already built-in
[     4.867] (==) fglrx(0): NoDRI = NO
[     4.867] (==) fglrx(0): Capabilities: 0x00000000
[     4.867] (==) fglrx(0): CapabilitiesEx: 0x00000000
[     4.867] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[     4.867] (==) fglrx(0): UseFastTLS=0
[     4.867] (==) fglrx(0): BlockSignalsOnLock=1
[     4.867] (--) Depth 24 pixmap format is 32 bpp
[     4.867] (II) Loading extension ATIFGLRXDRI
[     4.867] (II) fglrx(0): doing swlDriScreenInit
[     4.867] (II) fglrx(0): swlDriScreenInit for fglrx driver
[     4.867] ukiDynamicMajor: found major device number 249
[     4.867] ukiDynamicMajor: found major device number 249
[     4.867] ukiDynamicMajor: found major device number 249
[     4.867] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[     4.867] ukiOpenDevice: node name is /dev/ati/card0
[     4.867] ukiOpenDevice: open result is 17, (OK)
[     4.867] ukiOpenByBusid: ukiOpenMinor returns 17
[     4.867] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[     4.867] (II) fglrx(0): [uki] DRM interface version 1.0
[     4.867] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:0:1:0"
[     4.867] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[     4.867] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f1b973ae000
[     4.867] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[     4.867] (II) fglrx(0): [uki] added 1 reserved context for kernel
[     4.867] (II) fglrx(0): swlDriScreenInit done
[     4.867] (II) fglrx(0): Kernel Module Version Information:
[     4.867] (II) fglrx(0):     Name: fglrx
[     4.867] (II) fglrx(0):     Version: 8.96.4
[     4.867] (II) fglrx(0):     Date: Mar 12 2012
[     4.867] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[     4.867] (II) fglrx(0): Kernel Module version matches driver.
[     4.867] (II) fglrx(0): Kernel Module Build Time Information:
[     4.867] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.2.0-31-generic
[     4.867] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[     4.867] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[     4.867] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[     4.868] (II) fglrx(0): [uki] register handle = 0x00004000
[     4.884] (II) fglrx(0): DRI initialization successfull
[     4.884] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01fa4000
[     4.884] (==) fglrx(0): Backing store disabled
[     4.884] (II) Loading extension FGLRXEXTENSION
[     4.885] (==) fglrx(0): DPMS enabled
[     4.885] (II) fglrx(0): Initialized in-driver Xinerama extension
[     4.885] (**) fglrx(0): Textured Video is enabled.
[     4.885] (II) LoadModule: "glesx"
[     4.885] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/glesx.so
[     4.885] (II) Module glesx: vendor="X.Org Foundation"
[     4.886] 	compiled for 1.4.99.906, module version = 1.0.0
[     4.886] (II) Loading extension GLESX
[     4.886] (II) fglrx(0): GLESX enableFlags = 592
[     4.886] (II) fglrx(0): GLESX is enabled
[     4.886] (II) LoadModule: "amdxmm"
[     4.886] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/amdxmm.so
[     4.886] (II) Module amdxmm: vendor="X.Org Foundation"
[     4.886] 	compiled for 1.4.99.906, module version = 2.0.0
[     5.146] (II) Loading extension AMDXVOPL
[     5.146] (II) Loading extension AMDXVBA
[     5.147] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[     5.149] (II) fglrx(0): Enable composite support successfully
[     5.149] (II) fglrx(0): X context handle = 0x1
[     5.149] (II) fglrx(0): [DRI] installation complete
[     5.149] (==) fglrx(0): Silken mouse enabled
[     5.150] (==) fglrx(0): Using HW cursor of display infrastructure!
[     5.150] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[     5.182] (II) fglrx(0): User Preference Output DFP1 using refresh rate 60.0 Hz.
[     5.309] (II) fglrx(0): User Preference Output CRT1 using refresh rate 75.0 Hz.
[     5.426] (II) fglrx(0): Framebuffer compression enabled: mcAddr=0xf0f710000 width=0x800 height=0x258
[     5.426] (--) RandR disabled
[     5.426] (II) Initializing built-in extension Generic Event Extension
[     5.426] (II) Initializing built-in extension SHAPE
[     5.426] (II) Initializing built-in extension MIT-SHM
[     5.426] (II) Initializing built-in extension XInputExtension
[     5.426] (II) Initializing built-in extension XTEST
[     5.426] (II) Initializing built-in extension BIG-REQUESTS
[     5.426] (II) Initializing built-in extension SYNC
[     5.426] (II) Initializing built-in extension XKEYBOARD
[     5.426] (II) Initializing built-in extension XC-MISC
[     5.426] (II) Initializing built-in extension SECURITY
[     5.426] (II) Initializing built-in extension XINERAMA
[     5.426] (II) Initializing built-in extension XFIXES
[     5.426] (II) Initializing built-in extension RENDER
[     5.426] (II) Initializing built-in extension RANDR
[     5.426] (II) Initializing built-in extension COMPOSITE
[     5.426] (II) Initializing built-in extension DAMAGE
[     5.444] ukiDynamicMajor: found major device number 249
[     5.444] ukiDynamicMajor: found major device number 249
[     5.444] ukiOpenByBusid: Searching for BusID PCI:0:1:0
[     5.444] ukiOpenDevice: node name is /dev/ati/card0
[     5.444] ukiOpenDevice: open result is 19, (OK)
[     5.444] ukiOpenByBusid: ukiOpenMinor returns 19
[     5.444] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[     5.531] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[     5.531] (II) fglrx(0): Enable the clock gating!
[     5.531] (II) fglrx(0): Setting screen physical size to 677 x 270
[     5.538] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[     5.541] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.541] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.541] (II) LoadModule: "evdev"
[     5.542] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.542] (II) Module evdev: vendor="X.Org Foundation"
[     5.542] 	compiled for 1.11.3, module version = 2.7.0
[     5.542] 	Module class: X.Org XInput Driver
[     5.542] 	ABI class: X.Org XInput driver, version 16.0
[     5.542] (II) Using input driver 'evdev' for 'Power Button'
[     5.542] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.542] (**) Power Button: always reports core events
[     5.542] (**) evdev: Power Button: Device: "/dev/input/event1"
[     5.542] (--) evdev: Power Button: Vendor 0 Product 0x1
[     5.542] (--) evdev: Power Button: Found keys
[     5.542] (II) evdev: Power Button: Configuring as keyboard
[     5.543] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.543] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.543] (**) Option "xkb_rules" "evdev"
[     5.543] (**) Option "xkb_model" "pc105"
[     5.543] (**) Option "xkb_layout" "de"
[     5.544] (II) XKB: reuse xkmfile /var/lib/xkb/server-808BBA3D4C227BDB44C370226C34E44C5D69A4A9.xkm
[     5.545] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.545] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.545] (II) Using input driver 'evdev' for 'Power Button'
[     5.545] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.545] (**) Power Button: always reports core events
[     5.545] (**) evdev: Power Button: Device: "/dev/input/event0"
[     5.545] (--) evdev: Power Button: Vendor 0 Product 0x1
[     5.545] (--) evdev: Power Button: Found keys
[     5.545] (II) evdev: Power Button: Configuring as keyboard
[     5.545] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[     5.545] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.545] (**) Option "xkb_rules" "evdev"
[     5.545] (**) Option "xkb_model" "pc105"
[     5.545] (**) Option "xkb_layout" "de"
[     5.546] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event4)
[     5.546] (II) No input driver specified, ignoring this device.
[     5.546] (II) This device may have been added with another device file.
[     5.546] (II) config/udev: Adding input device MLK Trust Mouse 15206-02 (/dev/input/event3)
[     5.546] (**) MLK Trust Mouse 15206-02: Applying InputClass "evdev pointer catchall"
[     5.546] (**) MLK Trust Mouse 15206-02: Applying InputClass "evdev keyboard catchall"
[     5.546] (II) Using input driver 'evdev' for 'MLK Trust Mouse 15206-02'
[     5.546] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.546] (**) MLK Trust Mouse 15206-02: always reports core events
[     5.546] (**) evdev: MLK Trust Mouse 15206-02: Device: "/dev/input/event3"
[     5.546] (--) evdev: MLK Trust Mouse 15206-02: Vendor 0x4fc Product 0x5da
[     5.546] (--) evdev: MLK Trust Mouse 15206-02: Found 9 mouse buttons
[     5.546] (--) evdev: MLK Trust Mouse 15206-02: Found scroll wheel(s)
[     5.546] (--) evdev: MLK Trust Mouse 15206-02: Found relative axes
[     5.546] (--) evdev: MLK Trust Mouse 15206-02: Found x and y relative axes
[     5.546] (--) evdev: MLK Trust Mouse 15206-02: Found absolute axes
[     5.546] (II) evdev: MLK Trust Mouse 15206-02: Forcing absolute x/y axes to exist.
[     5.546] (--) evdev: MLK Trust Mouse 15206-02: Found keys
[     5.546] (II) evdev: MLK Trust Mouse 15206-02: Configuring as mouse
[     5.546] (II) evdev: MLK Trust Mouse 15206-02: Configuring as keyboard
[     5.546] (II) evdev: MLK Trust Mouse 15206-02: Adding scrollwheel support
[     5.546] (**) evdev: MLK Trust Mouse 15206-02: YAxisMapping: buttons 4 and 5
[     5.546] (**) evdev: MLK Trust Mouse 15206-02: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     5.546] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-4/3-4:1.0/input/input3/event3"
[     5.546] (II) XINPUT: Adding extended input device "MLK Trust Mouse 15206-02" (type: KEYBOARD, id 8)
[     5.546] (**) Option "xkb_rules" "evdev"
[     5.546] (**) Option "xkb_model" "pc105"
[     5.546] (**) Option "xkb_layout" "de"
[     5.546] (II) evdev: MLK Trust Mouse 15206-02: initialized for relative axes.
[     5.546] (WW) evdev: MLK Trust Mouse 15206-02: ignoring absolute axes.
[     5.546] (**) MLK Trust Mouse 15206-02: (accel) keeping acceleration scheme 1
[     5.546] (**) MLK Trust Mouse 15206-02: (accel) acceleration profile 0
[     5.546] (**) MLK Trust Mouse 15206-02: (accel) acceleration factor: 2.000
[     5.546] (**) MLK Trust Mouse 15206-02: (accel) acceleration threshold: 4
[     5.547] (II) config/udev: Adding input device MLK Trust Mouse 15206-02 (/dev/input/mouse0)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.547] (II) config/udev: Adding input device HD-Audio Generic Line-Out CLFE (/dev/input/event10)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.547] (II) config/udev: Adding input device HD-Audio Generic Line-Out Surround (/dev/input/event11)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.547] (II) config/udev: Adding input device HD-Audio Generic Line-Out Front (/dev/input/event12)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.547] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event5)
[     5.547] (II) No input driver specified, ignoring this device.
[     5.547] (II) This device may have been added with another device file.
[     5.548] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event6)
[     5.548] (II) No input driver specified, ignoring this device.
[     5.548] (II) This device may have been added with another device file.
[     5.548] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event7)
[     5.548] (II) No input driver specified, ignoring this device.
[     5.548] (II) This device may have been added with another device file.
[     5.548] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event8)
[     5.548] (II) No input driver specified, ignoring this device.
[     5.548] (II) This device may have been added with another device file.
[     5.548] (II) config/udev: Adding input device HD-Audio Generic Line-Out Side (/dev/input/event9)
[     5.548] (II) No input driver specified, ignoring this device.
[     5.548] (II) This device may have been added with another device file.
[     5.548] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[     5.548] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     5.548] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     5.548] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.549] (**) AT Translated Set 2 keyboard: always reports core events
[     5.549] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[     5.549] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     5.549] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     5.549] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     5.549] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[     5.549] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[     5.549] (**) Option "xkb_rules" "evdev"
[     5.549] (**) Option "xkb_model" "pc105"
[     5.549] (**) Option "xkb_layout" "de"
[     5.615] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[     6.052] (II) fglrx(0): Cannot get EDID information for DFP1
[     6.082] (II) fglrx(0): EDID vendor "ENC", prod id 5639
[     6.083] (II) fglrx(0): Using EDID range info for horizontal sync
[     6.083] (II) fglrx(0): Using EDID range info for vertical refresh
[     6.083] (II) fglrx(0): Printing DDC gathered Modelines:
[     6.083] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     6.083] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[     6.083] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[     6.083] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[     6.083] (II) fglrx(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[     6.083] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     6.083] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[     6.083] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[     6.083] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[     6.083] (II) fglrx(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[     6.083] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     6.083] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[     6.083] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[     6.083] (II) fglrx(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[     6.083] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[     6.083] (II) fglrx(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[     6.083] (II) fglrx(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[     6.083] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[     8.942] (II) fglrx(0): Cannot get EDID information for DFP1
[     8.973] (II) fglrx(0): EDID vendor "ENC", prod id 5639
[     8.973] (II) fglrx(0): Using hsync ranges from config file
[     8.973] (II) fglrx(0): Using vrefresh ranges from config file
[     8.973] (II) fglrx(0): Printing DDC gathered Modelines:
[     8.973] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[     8.973] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[     8.973] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[     8.973] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[     8.973] (II) fglrx(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[     8.973] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[     8.973] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[     8.973] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[     8.973] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[     8.973] (II) fglrx(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[     8.973] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[     8.973] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[     8.973] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[     8.973] (II) fglrx(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[     8.973] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[     8.973] (II) fglrx(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[     8.973] (II) fglrx(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[     8.973] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.489] (II) fglrx(0): Cannot get EDID information for DFP1
[    14.520] (II) fglrx(0): EDID vendor "ENC", prod id 5639
[    14.520] (II) fglrx(0): Using hsync ranges from config file
[    14.520] (II) fglrx(0): Using vrefresh ranges from config file
[    14.520] (II) fglrx(0): Printing DDC gathered Modelines:
[    14.520] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    14.520] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    14.520] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    14.520] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    14.520] (II) fglrx(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    14.520] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    14.520] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    14.520] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    14.520] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    14.520] (II) fglrx(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    14.520] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    14.520] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    14.520] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    14.520] (II) fglrx(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    14.520] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    14.520] (II) fglrx(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    14.520] (II) fglrx(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    14.520] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.718] (II) fglrx(0): Cannot get EDID information for DFP1
[    14.749] (II) fglrx(0): EDID vendor "ENC", prod id 5639
[    14.749] (II) fglrx(0): Using hsync ranges from config file
[    14.749] (II) fglrx(0): Using vrefresh ranges from config file
[    14.749] (II) fglrx(0): Printing DDC gathered Modelines:
[    14.749] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    14.749] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    14.749] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    14.749] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    14.749] (II) fglrx(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    14.749] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    14.749] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    14.749] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    14.749] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    14.749] (II) fglrx(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    14.749] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    14.749] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    14.749] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    14.749] (II) fglrx(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    14.749] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    14.749] (II) fglrx(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    14.749] (II) fglrx(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    14.749] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    15.142] (II) fglrx(0): Cannot get EDID information for DFP1
[    15.173] (II) fglrx(0): EDID vendor "ENC", prod id 5639
[    15.173] (II) fglrx(0): Using hsync ranges from config file
[    15.173] (II) fglrx(0): Using vrefresh ranges from config file
[    15.173] (II) fglrx(0): Printing DDC gathered Modelines:
[    15.173] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    15.173] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    15.173] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    15.173] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    15.173] (II) fglrx(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    15.173] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    15.173] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    15.173] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    15.173] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    15.173] (II) fglrx(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    15.173] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    15.173] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    15.173] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    15.173] (II) fglrx(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    15.173] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    15.173] (II) fglrx(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    15.173] (II) fglrx(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    15.173] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    17.210] (II) XKB: reuse xkmfile /var/lib/xkb/server-F4E9C56B40BF1F2D0070F07A7EA268420DB29EEE.xkm
[    35.095] (II) fglrx(0): Cannot get EDID information for DFP1
[    35.126] (II) fglrx(0): EDID vendor "ENC", prod id 5639
[    35.126] (II) fglrx(0): Using hsync ranges from config file
[    35.126] (II) fglrx(0): Using vrefresh ranges from config file
[    35.126] (II) fglrx(0): Printing DDC gathered Modelines:
[    35.126] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    35.126] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    35.126] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    35.126] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    35.126] (II) fglrx(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    35.126] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    35.126] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    35.126] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    35.126] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    35.126] (II) fglrx(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    35.126] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    35.126] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    35.126] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    35.126] (II) fglrx(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    35.126] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    35.126] (II) fglrx(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    35.126] (II) fglrx(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    35.126] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   617.407] (II) fglrx(0): Cannot get EDID information for DFP1
[   617.439] (II) fglrx(0): EDID vendor "ENC", prod id 5639
[   617.439] (II) fglrx(0): Using hsync ranges from config file
[   617.439] (II) fglrx(0): Using vrefresh ranges from config file
[   617.439] (II) fglrx(0): Printing DDC gathered Modelines:
[   617.439] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   617.439] (II) fglrx(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   617.439] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   617.439] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[   617.439] (II) fglrx(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   617.439] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   617.439] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   617.439] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[   617.439] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   617.439] (II) fglrx(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   617.439] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   617.439] (II) fglrx(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   617.439] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   617.439] (II) fglrx(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[   617.439] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[   617.439] (II) fglrx(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[   617.439] (II) fglrx(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[   617.439] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  6619.504] (II) evdev: Power Button: Close
[  6619.504] (II) UnloadModule: "evdev"
[  6619.504] (II) Unloading evdev
[  6619.536] (II) evdev: Power Button: Close
[  6619.536] (II) UnloadModule: "evdev"
[  6619.536] (II) Unloading evdev
[  6619.564] (II) evdev: MLK Trust Mouse 15206-02: Close
[  6619.564] (II) UnloadModule: "evdev"
[  6619.564] (II) Unloading evdev
[  6619.605] (II) evdev: AT Translated Set 2 keyboard: Close
[  6619.605] (II) UnloadModule: "evdev"
[  6619.605] (II) Unloading evdev
[  6619.615] (II) fglrx(0): Shutdown CMMQS
[  6619.616] (II) fglrx(0): [uki] removed 1 reserved context for kernel
[  6619.616] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x2000 at 0x7f1b973ae000
[  6619.630] (II) fglrx(0): Interrupt handler Shutdown.
[  6620.913]  ddxSigGiveUp: Closing log
[  6620.913] Server terminated successfully (0). Closing log file.