You are not logged in.

#1 2010-12-20 18:36:36

jacopastorius82
Member
Registered: 2010-10-27
Posts: 31

problems with dual monitor

i have a dell laptop with ati 5700 graphic card and a samsung p2370. I connect the laptop to the second samsung monitor via hdmi cable. both screens have native 1920x1080 resolution. I use latest ati drivers.
The problem is that on the laptop screen i have full hd resolution but in samsung i have a lower resolution, even if ati control panel and xorg says both screen set up to 1920x1080.
I can also live with just the 23" screen without xinerama but i really need the 1920 res on that monitor
Here is my xorg.conf:

Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "ServerFlags"
    Option        "Xinerama" "off"
EndSection

Section "InputClass"
    Identifier      "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option        "XkbLayout" "it"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Monitor"
    Identifier   "0-LVDS"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
    Option        "PreferredMode" "1920x1080"
    Option        "TargetRefresh" "60"
    Option        "Position" "0 0"
    Option        "Rotate" "normal"
    Option        "Disable" "false"
EndSection

Section "Monitor"
    Identifier   "0-DFP1"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
    Option        "PreferredMode" "1920x1080"
    Option        "TargetRefresh" "60"
    Option        "Position" "0 0"
    Option        "Rotate" "normal"
    Option        "Disable" "false"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    Option        "Monitor-LVDS" "0-LVDS"
    Option        "Monitor-DFP1" "0-DFP1"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "amdcccle-Device[1]-1"
    Driver      "fglrx"
    Option        "Monitor-LVDS" "0-LVDS"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "amdcccle-Screen[1]-1"
    Device     "amdcccle-Device[1]-1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Last edited by jacopastorius82 (2010-12-22 13:21:58)

Offline

#2 2010-12-22 16:30:29

jacopastorius82
Member
Registered: 2010-10-27
Posts: 31

Re: problems with dual monitor

any help?

Offline

#3 2010-12-22 16:39:16

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: problems with dual monitor

what does the xorg log say about it? Btw, xinerama to on in your config.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#4 2010-12-22 17:06:32

jacopastorius82
Member
Registered: 2010-10-27
Posts: 31

Re: problems with dual monitor

here is my /var/log/Xorg.0.log
I wold also like to have my samsung external monitor as pimary screen. with this configuration i have it as second xinerama screen, the screen where i can drag windows

[    16.625] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[    16.625] X Protocol Version 11, Revision 0
[    16.625] Build Operating System: Linux 2.6.35-ARCH x86_64 
[    16.625] Current Operating System: Linux arch 2.6.36-ARCH #1 SMP PREEMPT Fri Dec 10 20:32:37 CET 2010 x86_64
[    16.625] Kernel command line: root=/dev/disk/by-uuid/d4f69e9e-ade7-4ec4-a559-48010742de71 ro nomodeset
[    16.625] Build Date: 01 November 2010  10:29:19PM
[    16.625]  
[    16.625] Current version of pixman: 0.20.0
[    16.625]     Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
[    16.625] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    16.625] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 22 18:00:10 2010
[    16.691] (==) Using config file: "/etc/X11/xorg.conf"
[    16.691] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    16.734] (==) ServerLayout "aticonfig Layout"
[    16.735] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    16.735] (**) |   |-->Monitor "<default monitor>"
[    16.735] (**) |   |-->Device "aticonfig-Device[0]-0"
[    16.735] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
    Using a default monitor configuration.
[    16.735] (**) Option "Xinerama" "on"
[    16.735] (==) Automatically adding devices
[    16.735] (==) Automatically enabling devices
[    16.735] (**) Xinerama: enabled
[    16.773] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    16.773]     Entry deleted from font path.
[    16.864] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    16.864] (==) ModulePath set to "/usr/lib/xorg/modules"
[    16.864] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    16.864] (II) Loader magic: 0x7d3360
[    16.864] (II) Module ABI versions:
[    16.864]     X.Org ANSI C Emulation: 0.4
[    16.864]     X.Org Video Driver: 8.0
[    16.864]     X.Org XInput driver : 11.0
[    16.864]     X.Org Server Extension : 4.0
[    16.866] (--) PCI:*(0:1:0:0) 1002:9553:1028:02be rev 0, Mem @ 0xd0000000/268435456, 0xfc000000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[    16.867] (II) Open ACPI successful (/var/run/acpid.socket)
[    16.867] (II) "extmod" will be loaded by default.
[    16.867] (II) "dbe" will be loaded by default.
[    16.867] (II) "glx" will be loaded by default.
[    16.867] (II) "record" will be loaded by default.
[    16.867] (II) "dri" will be loaded by default.
[    16.867] (II) "dri2" will be loaded by default.
[    16.867] (II) LoadModule: "extmod"
[    16.991] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    17.003] (II) Module extmod: vendor="X.Org Foundation"
[    17.003]     compiled for 1.9.2, module version = 1.0.0
[    17.003]     Module class: X.Org Server Extension
[    17.003]     ABI class: X.Org Server Extension, version 4.0
[    17.003] (II) Loading extension MIT-SCREEN-SAVER
[    17.003] (II) Loading extension XFree86-VidModeExtension
[    17.003] (II) Loading extension XFree86-DGA
[    17.003] (II) Loading extension DPMS
[    17.003] (II) Loading extension XVideo
[    17.003] (II) Loading extension XVideo-MotionCompensation
[    17.003] (II) Loading extension X-Resource
[    17.003] (II) LoadModule: "dbe"
[    17.003] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    17.016] (II) Module dbe: vendor="X.Org Foundation"
[    17.016]     compiled for 1.9.2, module version = 1.0.0
[    17.017]     Module class: X.Org Server Extension
[    17.017]     ABI class: X.Org Server Extension, version 4.0
[    17.017] (II) Loading extension DOUBLE-BUFFER
[    17.017] (II) LoadModule: "glx"
[    17.017] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.048] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[    17.048]     compiled for 7.6.0, module version = 1.0.0
[    17.049] (II) Loading extension GLX
[    17.049] (II) LoadModule: "record"
[    17.049] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    17.050] (II) Module record: vendor="X.Org Foundation"
[    17.050]     compiled for 1.9.2, module version = 1.13.0
[    17.050]     Module class: X.Org Server Extension
[    17.050]     ABI class: X.Org Server Extension, version 4.0
[    17.050] (II) Loading extension RECORD
[    17.050] (II) LoadModule: "dri"
[    17.050] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    17.180] (II) Module dri: vendor="X.Org Foundation"
[    17.180]     compiled for 1.9.2, module version = 1.0.0
[    17.180]     ABI class: X.Org Server Extension, version 4.0
[    17.180] (II) Loading extension XFree86-DRI
[    17.180] (II) LoadModule: "dri2"
[    17.181] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    17.192] (II) Module dri2: vendor="X.Org Foundation"
[    17.192]     compiled for 1.9.2, module version = 1.2.0
[    17.192]     ABI class: X.Org Server Extension, version 4.0
[    17.192] (II) Loading extension DRI2
[    17.192] (II) LoadModule: "fglrx"
[    17.192] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    17.680] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[    17.693]     compiled for 1.4.99.906, module version = 8.80.5
[    17.693]     Module class: X.Org Video Driver
[    17.697] (II) Loading sub module "fglrxdrm"
[    17.697] (II) LoadModule: "fglrxdrm"
[    17.697] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    17.750] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[    17.751]     compiled for 1.4.99.906, module version = 8.80.5
[    17.751] (II) ATI Proprietary Linux Driver Version Identifier:8.80.5
[    17.751] (II) ATI Proprietary Linux Driver Release Identifier: 8.801                                
[    17.751] (II) ATI Proprietary Linux Driver Build Date: Nov 25 2010 21:36:26
[    17.751] (++) using VT number 7

[    17.752] (WW) Falling back to old probe method for fglrx
[    17.932] (II) Loading PCS database from /etc/ati/amdpcsdb
[    18.001] (--) Chipset Supported AMD Graphics Processor (0x9553) found
[    18.020] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[    18.020] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[    18.036] (II) AMD Video driver is signed
[    18.036] (II) fglrx(0): pEnt->device->identifier=0x1238120
[    18.036] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[    18.049] (II) Loading sub module "vgahw"
[    18.049] (II) LoadModule: "vgahw"
[    18.049] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    18.063] (II) Module vgahw: vendor="X.Org Foundation"
[    18.063]     compiled for 1.9.2, module version = 0.1.0
[    18.063]     ABI class: X.Org Video Driver, version 8.0
[    18.063] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    18.063] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    18.063] (==) fglrx(0): Default visual is TrueColor
[    18.064] (==) fglrx(0): RGB weight 888
[    18.064] (II) fglrx(0): Using 8 bits per RGB 
[    18.064] (==) fglrx(0): Buffer Tiling is ON
[    18.073] (II) Loading sub module "fglrxdrm"
[    18.073] (II) LoadModule: "fglrxdrm"
[    18.073] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    18.075] ukiDynamicMajor: found major device number 251
[    18.075] ukiDynamicMajor: found major device number 251
[    18.075] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    18.076] ukiOpenDevice: node name is /dev/ati/card0
[    18.076] ukiOpenDevice: open result is 11, (OK)
[    18.076] ukiOpenByBusid: ukiOpenMinor returns 11
[    18.076] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    18.076] (==) fglrx(0): NoAccel = NO
[    18.076] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[    18.076] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4500 Series" (Chipset = 0x9553)
[    18.076] (--) fglrx(0): (PciSubVendor = 0x1028, PciSubDevice = 0x02be)
[    18.076] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[    18.076] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[    18.076] (--) fglrx(0): MMIO registers at 0xfc000000
[    18.076] (--) fglrx(0): I/O port at 0x00002000
[    18.076] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    18.280] (II) fglrx(0): Battery is used
[    18.469] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[    18.559] (II) Loading sub module "vbe"
[    18.559] (II) LoadModule: "vbe"
[    18.560] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    18.649] (II) Module vbe: vendor="X.Org Foundation"
[    18.649]     compiled for 1.9.2, module version = 1.1.0
[    18.649]     ABI class: X.Org Video Driver, version 8.0
[    18.649] (II) fglrx(0): VESA BIOS detected
[    18.649] (II) fglrx(0): VESA VBE Version 3.0
[    18.649] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[    18.649] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[    18.649] (II) fglrx(0): VESA VBE OEM Software Rev: 11.21
[    18.649] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[    18.649] (II) fglrx(0): VESA VBE OEM Product: M92
[    18.649] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[    18.689] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[    18.689] (--) fglrx(0): Video RAM: 262144 kByte, Type: GDDR3
[    18.689] (II) fglrx(0): PCIE card detected
[    18.689] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    18.689] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    18.693] (II) fglrx(0): Using adapter: 1:0.0.
[    18.722] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x10000000)
[    18.755] (II) fglrx(0): Interrupt handler installed at IRQ 42.
[    18.755] (II) fglrx(0): RandR 1.2 support is enabled!
[    18.755] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    18.755] (==) fglrx(0): Center Mode is disabled 
[    18.755] (II) Loading sub module "fb"
[    18.755] (II) LoadModule: "fb"
[    18.756] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.801] (II) Module fb: vendor="X.Org Foundation"
[    18.801]     compiled for 1.9.2, module version = 1.0.0
[    18.801]     ABI class: X.Org ANSI C Emulation, version 0.4
[    18.801] (II) Loading sub module "ddc"
[    18.801] (II) LoadModule: "ddc"
[    18.801] (II) Module "ddc" already built-in
[    21.095] (II) fglrx(0): Finished Initialize PPLIB!
[    21.114] (II) fglrx(0): Output LVDS using monitor section 0-LVDS
[    21.115] (**) fglrx(0): Option "PreferredMode" "1920x1080"
[    21.115] (**) fglrx(0): Option "Position" "0 0"
[    21.115] (**) fglrx(0): Option "Disable" "false"
[    21.115] (**) fglrx(0): Option "Rotate" "normal"
[    21.115] (**) fglrx(0): Option "TargetRefresh" "60"
[    21.115] (II) fglrx(0): Output DFP1 using monitor section 0-DFP1
[    21.115] (**) fglrx(0): Option "PreferredMode" "1920x1080"
[    21.115] (**) fglrx(0): Option "Position" "1920 0"
[    21.115] (**) fglrx(0): Option "Disable" "false"
[    21.115] (**) fglrx(0): Option "Rotate" "normal"
[    21.115] (**) fglrx(0): Option "TargetRefresh" "60"
[    21.115] (II) fglrx(0): Output CRT1 has no monitor section
[    21.126] (II) Loading sub module "ddc"
[    21.126] (II) LoadModule: "ddc"
[    21.127] (II) Module "ddc" already built-in
[    21.127] (II) fglrx(0): Connected Display0: LVDS
[    21.127] (II) fglrx(0): Display0 EDID data ---------------------------
[    21.127] (II) fglrx(0): Manufacturer: LGD  Model: 20b  Serial#: 0
[    21.127] (II) fglrx(0): Year: 2009  Week: 0
[    21.127] (II) fglrx(0): EDID Version: 1.3
[    21.127] (II) fglrx(0): Digital Display Input
[    21.127] (II) fglrx(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[    21.127] (II) fglrx(0): Gamma: 2.20
[    21.127] (II) fglrx(0): No DPMS capabilities specified
[    21.127] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    21.127] (II) fglrx(0): First detailed timing is preferred mode
[    21.127] (II) fglrx(0): redX: 0.617 redY: 0.349   greenX: 0.313 greenY: 0.595
[    21.127] (II) fglrx(0): blueX: 0.151 blueY: 0.056   whiteX: 0.313 whiteY: 0.329
[    21.127] (II) fglrx(0): Manufacturer's mask: 0
[    21.127] (II) fglrx(0): Supported detailed timing:
[    21.127] (II) fglrx(0): clock: 138.5 MHz   Image Size:  345 x 194 mm
[    21.127] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    21.127] (II) fglrx(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    21.127] (II) fglrx(0): Supported detailed timing:
[    21.127] (II) fglrx(0): clock: 138.5 MHz   Image Size:  345 x 194 mm
[    21.127] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    21.127] (II) fglrx(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    21.127] (II) fglrx(0):  H162K€156WF1
[    21.127] (II) fglrx(0): Unknown vendor-specific block 0
[    21.127] (II) fglrx(0): EDID (in hex):
[    21.127] (II) fglrx(0):     00ffffffffffff0030e40b0200000000
[    21.127] (II) fglrx(0):     00130103902313780a15d59e59509826
[    21.127] (II) fglrx(0):     0e505400000001010101010101010101
[    21.127] (II) fglrx(0):     0101010101011a3680a070381f403020
[    21.127] (II) fglrx(0):     350059c21000001b1a3680a070381f40
[    21.127] (II) fglrx(0):     3020350059c21000001b000000fe0048
[    21.127] (II) fglrx(0):     3136324b803135365746310a00000000
[    21.127] (II) fglrx(0):     00000000000000000002010a202000e6
[    21.127] (II) fglrx(0): End of Display0 EDID data --------------------
[    21.127] (II) fglrx(0): Connected Display1: DFP1
[    21.127] (II) Quirked EDID physical size to 0x0 cm
[    21.127] (II) fglrx(0): Display1 EDID data ---------------------------
[    21.127] (II) fglrx(0): Manufacturer: SAM  Model: 5c5  Serial#: 1162228275
[    21.127] (II) fglrx(0): Year: 2010  Week: 15
[    21.127] (II) fglrx(0): EDID Version: 1.3
[    21.127] (II) fglrx(0): Digital Display Input
[    21.127] (II) fglrx(0): Indeterminate output size
[    21.127] (II) fglrx(0): Gamma: 2.20
[    21.127] (II) fglrx(0): DPMS capabilities: Off
[    21.127] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    21.127] (II) fglrx(0): First detailed timing is preferred mode
[    21.127] (II) fglrx(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    21.127] (II) fglrx(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    21.128] (II) fglrx(0): Supported established timings:
[    21.128] (II) fglrx(0): 640x480@60Hz
[    21.128] (II) fglrx(0): 800x600@56Hz
[    21.128] (II) fglrx(0): 800x600@60Hz
[    21.128] (II) fglrx(0): 1024x768@60Hz
[    21.128] (II) fglrx(0): Manufacturer's mask: 0
[    21.128] (II) fglrx(0): Supported standard timings:
[    21.128] (II) fglrx(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    21.128] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    21.128] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    21.128] (II) fglrx(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    21.128] (II) fglrx(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    21.128] (II) fglrx(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    21.128] (II) fglrx(0): Supported detailed timing:
[    21.128] (II) fglrx(0): clock: 148.5 MHz   Image Size:  160 x 90 mm
[    21.128] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    21.128] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    21.128] (II) fglrx(0): Supported detailed timing:
[    21.128] (II) fglrx(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[    21.128] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    21.128] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    21.128] (II) fglrx(0): Ranges: V min: 50 V max: 60 Hz, H min: 27 H max: 81 kHz, PixClock max 175 MHz
[    21.128] (II) fglrx(0): Monitor name: SyncMaster
[    21.128] (II) fglrx(0): Supported detailed timing:
[    21.128] (II) fglrx(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[    21.128] (II) fglrx(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    21.128] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    21.128] (II) fglrx(0): Supported detailed timing:
[    21.128] (II) fglrx(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[    21.128] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    21.128] (II) fglrx(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    21.128] (II) fglrx(0): Supported detailed timing:
[    21.128] (II) fglrx(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[    21.128] (II) fglrx(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[    21.128] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    21.128] (II) fglrx(0): Supported detailed timing:
[    21.128] (II) fglrx(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[    21.128] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    21.128] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    21.128] (II) fglrx(0): Supported detailed timing:
[    21.128] (II) fglrx(0): clock: 27.0 MHz   Image Size:  160 x 90 mm
[    21.128] (II) fglrx(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[    21.128] (II) fglrx(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[    21.128] (II) fglrx(0): Number of EDID sections to follow: 1
[    21.128] (II) fglrx(0): EDID (in hex):
[    21.128] (II) fglrx(0):     00ffffffffffff004c2dc50533324645
[    21.128] (II) fglrx(0):     0f140103801009782aee91a3544c9926
[    21.128] (II) fglrx(0):     0f5054230800a9408180814081009500
[    21.128] (II) fglrx(0):     b30001010101023a801871382d40582c
[    21.128] (II) fglrx(0):     4500a05a0000001e011d007251d01e20
[    21.128] (II) fglrx(0):     6e285500a05a0000001e000000fd0032
[    21.128] (II) fglrx(0):     3c1b5111000a202020202020000000fc
[    21.128] (II) fglrx(0):     0053796e634d61737465720a202001db
[    21.128] (II) fglrx(0): End of Display1 EDID data --------------------
[    21.183] (II) fglrx(0): EDID for output LVDS
[    21.183] (II) fglrx(0): Manufacturer: LGD  Model: 20b  Serial#: 0
[    21.183] (II) fglrx(0): Year: 2009  Week: 0
[    21.183] (II) fglrx(0): EDID Version: 1.3
[    21.183] (II) fglrx(0): Digital Display Input
[    21.183] (II) fglrx(0): Max Image Size [cm]: horiz.: 35  vert.: 19
[    21.183] (II) fglrx(0): Gamma: 2.20
[    21.183] (II) fglrx(0): No DPMS capabilities specified
[    21.183] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    21.183] (II) fglrx(0): First detailed timing is preferred mode
[    21.183] (II) fglrx(0): redX: 0.617 redY: 0.349   greenX: 0.313 greenY: 0.595
[    21.183] (II) fglrx(0): blueX: 0.151 blueY: 0.056   whiteX: 0.313 whiteY: 0.329
[    21.183] (II) fglrx(0): Manufacturer's mask: 0
[    21.183] (II) fglrx(0): Supported detailed timing:
[    21.183] (II) fglrx(0): clock: 138.5 MHz   Image Size:  345 x 194 mm
[    21.183] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    21.183] (II) fglrx(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    21.183] (II) fglrx(0): Supported detailed timing:
[    21.183] (II) fglrx(0): clock: 138.5 MHz   Image Size:  345 x 194 mm
[    21.183] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    21.183] (II) fglrx(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    21.183] (II) fglrx(0):  H162K€156WF1
[    21.183] (II) fglrx(0): Unknown vendor-specific block 0
[    21.183] (II) fglrx(0): EDID (in hex):
[    21.183] (II) fglrx(0):     00000000000000003a20454449442028
[    21.183] (II) fglrx(0):     696e20686578293a0a002020000a0026
[    21.183] (II) fglrx(0):     0e505400000001016100000000000000
[    21.183] (II) fglrx(0):     00000000000000003a20765f61637469
[    21.183] (II) fglrx(0):     76653a2025692020765f73796e633a20
[    21.183] (II) fglrx(0):     25692020765f73796e635f656e642025
[    21.183] (II) fglrx(0):     6920765f626c616e6b696e673a202569
[    21.184] (II) fglrx(0):     20000000000000000002010a202000e6
[    21.184] (II) fglrx(0): EDID vendor "LGD", prod id 523
[    21.199] (II) fglrx(0): Printing DDC gathered Modelines:
[    21.199] (II) fglrx(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Printing probed modes for output LVDS
[    21.199] (II) fglrx(0): Modeline "1920x1080"x60.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1680x1050"x60.0  138.50  1680 1968 2000 2080  1050 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1400x1050"x60.0  138.50  1400 1968 2000 2080  1050 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1280x1024"x60.0  138.50  1280 1968 2000 2080  1024 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1440x900"x60.0  138.50  1440 1968 2000 2080  900 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1280x960"x60.0  138.50  1280 1968 2000 2080  960 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1280x800"x60.0  138.50  1280 1968 2000 2080  800 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1152x864"x60.0  138.50  1152 1968 2000 2080  864 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1280x768"x60.0  138.50  1280 1968 2000 2080  768 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1280x720"x60.0  138.50  1280 1968 2000 2080  720 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1024x768"x60.0  138.50  1024 1968 2000 2080  768 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.199] (II) fglrx(0): Modeline "1024x600"x60.0  138.50  1024 1968 2000 2080  600 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.200] (II) fglrx(0): Modeline "800x600"x60.0  138.50  800 1968 2000 2080  600 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.200] (II) fglrx(0): Modeline "800x480"x60.0  138.50  800 1968 2000 2080  480 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.200] (II) fglrx(0): Modeline "720x480"x60.0  138.50  720 1968 2000 2080  480 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.200] (II) fglrx(0): Modeline "640x480"x60.0  138.50  640 1968 2000 2080  480 1083 1088 1111 -hsync +vsync (66.6 kHz)
[    21.200] (II) Quirked EDID physical size to 0x0 cm
[    21.200] (II) fglrx(0): EDID for output DFP1
[    21.200] (II) fglrx(0): Manufacturer: SAM  Model: 5c5  Serial#: 1162228275
[    21.200] (II) fglrx(0): Year: 2010  Week: 15
[    21.200] (II) fglrx(0): EDID Version: 1.3
[    21.200] (II) fglrx(0): Digital Display Input
[    21.200] (II) fglrx(0): Indeterminate output size
[    21.200] (II) fglrx(0): Gamma: 2.20
[    21.200] (II) fglrx(0): DPMS capabilities: Off
[    21.200] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    21.200] (II) fglrx(0): First detailed timing is preferred mode
[    21.200] (II) fglrx(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    21.200] (II) fglrx(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    21.200] (II) fglrx(0): Supported established timings:
[    21.200] (II) fglrx(0): 640x480@60Hz
[    21.200] (II) fglrx(0): 800x600@56Hz
[    21.200] (II) fglrx(0): 800x600@60Hz
[    21.200] (II) fglrx(0): 1024x768@60Hz
[    21.200] (II) fglrx(0): Manufacturer's mask: 0
[    21.200] (II) fglrx(0): Supported standard timings:
[    21.200] (II) fglrx(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    21.200] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    21.200] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    21.200] (II) fglrx(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    21.200] (II) fglrx(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    21.200] (II) fglrx(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    21.200] (II) fglrx(0): Supported detailed timing:
[    21.200] (II) fglrx(0): clock: 148.5 MHz   Image Size:  160 x 90 mm
[    21.200] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    21.200] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    21.200] (II) fglrx(0): Supported detailed timing:
[    21.200] (II) fglrx(0): clock: 74.2 MHz   Image Size:  160 x 90 mm
[    21.200] (II) fglrx(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    21.200] (II) fglrx(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    21.200] (II) fglrx(0): Ranges: V min: 50 V max: 60 Hz, H min: 27 H max: 81 kHz, PixClock max 175 MHz
[    21.200] (II) fglrx(0): Monitor name: SyncMaster
[    21.200] (II) fglrx(0): Number of EDID sections to follow: 1
[    21.200] (II) fglrx(0): EDID (in hex):
[    21.200] (II) fglrx(0):     00000000000000003a20454449442028
[    21.201] (II) fglrx(0):     696e20686578293a0a000a00000a0026
[    21.201] (II) fglrx(0):     0f5054230800a9405100000000000000
[    21.201] (II) fglrx(0):     00000000000000003a204e756d626572
[    21.201] (II) fglrx(0):     206f6620454449442073656374696f6e
[    21.201] (II) fglrx(0):     7320746f20666f6c6c6f773a2025690a
[    21.201] (II) fglrx(0):     007669643a2025690a002020000000fc
[    21.201] (II) fglrx(0):     0053796e634d61739100000000000000
[    21.201] (II) fglrx(0): Printing probed modes for output DFP1
[    21.201] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1776x1000"x60.0  148.50  1776 2008 2052 2200  1000 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1680x1050"x60.0  148.50  1680 2008 2052 2200  1050 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1400x1050"x60.0  148.50  1400 2008 2052 2200  1050 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1280x1024"x60.0  148.50  1280 2008 2052 2200  1024 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1440x900"x60.0  148.50  1440 2008 2052 2200  900 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1280x960"x60.0  148.50  1280 2008 2052 2200  960 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1280x800"x60.0  148.50  1280 2008 2052 2200  800 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1152x864"x60.0  148.50  1152 2008 2052 2200  864 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1280x768"x60.0  148.50  1280 2008 2052 2200  768 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1280x720"x60.0  148.50  1280 2008 2052 2200  720 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1024x768"x60.0  148.50  1024 2008 2052 2200  768 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1152x648"x60.0  148.50  1152 2008 2052 2200  648 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1024x600"x60.0  148.50  1024 2008 2052 2200  600 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "800x600"x60.0  148.50  800 2008 2052 2200  600 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "800x480"x60.0  148.50  800 2008 2052 2200  480 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "720x480"x60.0  148.50  720 2008 2052 2200  480 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "640x480"x60.0  148.50  640 2008 2052 2200  480 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 -hsync -vsync (56.2 kHz)
[    21.201] (II) fglrx(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace -hsync -vsync (33.8 kHz)
[    21.201] (II) fglrx(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace -hsync -vsync (28.1 kHz)
[    21.201] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 -hsync -vsync (75.0 kHz)
[    21.201] (II) fglrx(0): Modeline "1776x1000"x30.0   67.92  1776 1824 2000 2224  1000 1001 1004 1018 +hsync -vsync (30.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1776x1000"x25.0   55.21  1776 1800 1976 2176  1000 1001 1004 1015 +hsync -vsync (25.4 kHz)
[    21.201] (II) fglrx(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 -hsync -vsync (37.5 kHz)
[    21.201] (II) fglrx(0): Modeline "1152x648"x50.0   48.55  1152 1184 1304 1456  648 649 652 667 +hsync -vsync (33.3 kHz)
[    21.201] (II) fglrx(0): Modeline "1024x600"x50.0   39.55  1024 1048 1152 1280  600 601 604 618 +hsync -vsync (30.9 kHz)
[    21.201] (II) fglrx(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 -hsync -vsync (35.2 kHz)
[    21.201] (II) fglrx(0): Modeline "800x600"x50.0   31.14  800 824 904 1008  600 601 604 618 +hsync -vsync (30.9 kHz)
[    21.201] (II) fglrx(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 +hsync +vsync (31.2 kHz)
[    21.201] (II) fglrx(0): Modeline "800x480"x50.0   24.15  800 808 888 976  480 481 484 495 +hsync -vsync (24.7 kHz)
[    21.201] (II) fglrx(0): Modeline "720x480"x50.0   21.78  720 728 800 880  480 481 484 495 +hsync -vsync (24.8 kHz)
[    21.201] (II) fglrx(0): Modeline "640x480"x50.0   19.40  640 648 712 784  480 481 484 495 +hsync -vsync (24.7 kHz)
[    21.201] (II) fglrx(0): EDID for output CRT1
[    21.201] (II) fglrx(0): Output LVDS connected
[    21.201] (II) fglrx(0): Output DFP1 connected
[    21.201] (II) fglrx(0): Output CRT1 disconnected
[    21.202] (II) fglrx(0): Using user preference for initial modes
[    21.202] (II) fglrx(0): Output LVDS using initial mode 1920x1080
[    21.202] (II) fglrx(0): Output DFP1 using initial mode 1920x1080
[    21.202] (II) fglrx(0): Display dimensions: (350, 190) mm
[    21.202] (II) fglrx(0): DPI set to (139, 144)
[    21.202] (II) fglrx(0): Adapter ATI Mobility Radeon HD 4500 Series has 2 configurable heads and 2 displays connected.
[    21.202] (==) fglrx(0):  PseudoColor visuals disabled
[    21.202] (II) Loading sub module "ramdac"
[    21.202] (II) LoadModule: "ramdac"
[    21.202] (II) Module "ramdac" already built-in
[    21.202] (==) fglrx(0): NoDRI = NO
[    21.202] (==) fglrx(0): Capabilities: 0x00000000
[    21.202] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    21.202] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    21.202] (==) fglrx(0): UseFastTLS=0
[    21.202] (==) fglrx(0): BlockSignalsOnLock=1
[    21.202] (--) Depth 24 pixmap format is 32 bpp
[    21.202] (II) Loading extension ATIFGLRXDRI
[    21.202] (II) fglrx(0): doing swlDriScreenInit
[    21.202] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    21.202] ukiDynamicMajor: found major device number 251
[    21.202] ukiDynamicMajor: found major device number 251
[    21.202] ukiDynamicMajor: found major device number 251
[    21.202] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    21.202] ukiOpenDevice: node name is /dev/ati/card0
[    21.202] ukiOpenDevice: open result is 16, (OK)
[    21.202] ukiOpenByBusid: ukiOpenMinor returns 16
[    21.202] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    21.203] (II) fglrx(0): [uki] DRM interface version 1.0
[    21.203] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[    21.203] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[    21.203] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fc385bc6000
[    21.203] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[    21.203] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    21.203] (II) fglrx(0): swlDriScreenInit done
[    21.203] (II) fglrx(0): Kernel Module Version Information:
[    21.203] (II) fglrx(0):     Name: fglrx
[    21.203] (II) fglrx(0):     Version: 8.80.5
[    21.203] (II) fglrx(0):     Date: Nov 25 2010
[    21.203] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[    21.203] (II) fglrx(0): Kernel Module version matches driver.
[    21.203] (II) fglrx(0): Kernel Module Build Time Information:
[    21.203] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.36-ARCH
[    21.203] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[    21.203] (II) fglrx(0):     Build-Kernel __SMP__:            no
[    21.203] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    21.203] (II) fglrx(0): [uki] register handle = 0x00004000
[    21.245] (II) fglrx(0): DRI initialization successfull
[    21.245] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01c20000
[    21.261] (==) fglrx(0): Backing store disabled
[    21.261] (II) Loading extension FGLRXEXTENSION
[    21.261] (==) fglrx(0): DPMS enabled
[    21.262] (II) fglrx(0): Initialized in-driver Xinerama extension
[    21.262] (**) fglrx(0): Textured Video is enabled.
[    21.262] (II) LoadModule: "glesx"
[    21.262] (II) Loading /usr/lib/xorg/modules/glesx.so
[    21.403] (II) Module glesx: vendor="X.Org Foundation"
[    21.403]     compiled for 1.4.99.906, module version = 1.0.0
[    21.406] (II) Loading extension GLESX
[    21.406] (II) fglrx(0): GLESX enableFlags = 528
[    21.408] (II) fglrx(0): GLESX is enabled
[    21.408] (II) fglrx(0): Acceleration enabled
[    21.408] (II) LoadModule: "amdxmm"
[    21.408] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    21.419] (II) Module amdxmm: vendor="X.Org Foundation"
[    21.419]     compiled for 1.8.99.905, module version = 1.0.0
[    21.419] (II) Loading extension AMDXVOPL
[    21.419] (II) Loading extension AMDXVBA
[    21.438] (II) fglrx(0): UVD feature is enabled
[    21.442] (II) fglrx(0): Enable composite support successfully
[    21.442] (II) fglrx(0): X context handle = 0x1
[    21.442] (II) fglrx(0): [DRI] installation complete
[    21.442] (==) fglrx(0): Silken mouse enabled
[    21.451] (==) fglrx(0): Using HW cursor of display infrastructure!
[    21.451] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[    21.451] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
[    21.451] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
[    21.723] (II) fglrx(0): User Preference Output LVDS using refresh rate 60.0 Hz.
[    22.675] (II) fglrx(0): User Preference Output DFP1 using refresh rate 60.0 Hz.
[    22.729] (--) RandR disabled
[    22.729] (II) Initializing built-in extension Generic Event Extension
[    22.729] (II) Initializing built-in extension SHAPE
[    22.729] (II) Initializing built-in extension MIT-SHM
[    22.729] (II) Initializing built-in extension XInputExtension
[    22.729] (II) Initializing built-in extension XTEST
[    22.729] (II) Initializing built-in extension BIG-REQUESTS
[    22.729] (II) Initializing built-in extension SYNC
[    22.729] (II) Initializing built-in extension XKEYBOARD
[    22.729] (II) Initializing built-in extension XC-MISC
[    22.729] (II) Initializing built-in extension SECURITY
[    22.729] (II) Initializing built-in extension XINERAMA
[    22.729] (II) Initializing built-in extension XFIXES
[    22.729] (II) Initializing built-in extension RENDER
[    22.729] (II) Initializing built-in extension RANDR
[    22.729] (II) Initializing built-in extension COMPOSITE
[    22.729] (II) Initializing built-in extension DAMAGE
[    22.731] ukiDynamicMajor: found major device number 251
[    22.731] ukiDynamicMajor: found major device number 251
[    22.731] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    22.731] ukiOpenDevice: node name is /dev/ati/card0
[    22.731] ukiOpenDevice: open result is 17, (OK)
[    22.731] ukiOpenByBusid: ukiOpenMinor returns 17
[    22.731] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    23.794] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[    23.882] (II) fglrx(0): Enable the clock gating!
[    23.882] (II) fglrx(0): Setting screen physical size to 1016 x 285
[    24.482] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    24.482] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.482] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    24.482] (II) LoadModule: "evdev"
[    24.483] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.495] (II) Module evdev: vendor="X.Org Foundation"
[    24.495]     compiled for 1.9.0, module version = 2.5.0
[    24.495]     Module class: X.Org XInput Driver
[    24.495]     ABI class: X.Org XInput driver, version 11.0
[    24.495] (**) Power Button: always reports core events
[    24.495] (**) Power Button: Device: "/dev/input/event4"
[    24.517] (--) Power Button: Found keys
[    24.517] (II) Power Button: Configuring as keyboard
[    24.517] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    24.517] (**) Option "xkb_rules" "evdev"
[    24.517] (**) Option "xkb_model" "evdev"
[    24.517] (**) Option "xkb_layout" "it"
[    24.632] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    24.632] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.632] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    24.632] (**) Video Bus: always reports core events
[    24.632] (**) Video Bus: Device: "/dev/input/event9"
[    24.640] (--) Video Bus: Found keys
[    24.640] (II) Video Bus: Configuring as keyboard
[    24.640] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    24.640] (**) Option "xkb_rules" "evdev"
[    24.640] (**) Option "xkb_model" "evdev"
[    24.640] (**) Option "xkb_layout" "it"
[    24.652] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    24.652] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.652] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    24.652] (**) Power Button: always reports core events
[    24.652] (**) Power Button: Device: "/dev/input/event1"
[    24.666] (--) Power Button: Found keys
[    24.666] (II) Power Button: Configuring as keyboard
[    24.666] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    24.666] (**) Option "xkb_rules" "evdev"
[    24.666] (**) Option "xkb_model" "evdev"
[    24.666] (**) Option "xkb_layout" "it"
[    24.667] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    24.667] (II) No input driver/identifier specified (ignoring)
[    24.668] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    24.668] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    24.668] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    24.668] (**) Sleep Button: always reports core events
[    24.668] (**) Sleep Button: Device: "/dev/input/event2"
[    24.693] (--) Sleep Button: Found keys
[    24.693] (II) Sleep Button: Configuring as keyboard
[    24.693] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    24.693] (**) Option "xkb_rules" "evdev"
[    24.693] (**) Option "xkb_model" "evdev"
[    24.693] (**) Option "xkb_layout" "it"
[    24.698] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2M (/dev/input/event13)
[    24.698] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "evdev keyboard catchall"
[    24.698] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "Keyboard Defaults"
[    24.698] (**) Laptop_Integrated_Webcam_2M: always reports core events
[    24.698] (**) Laptop_Integrated_Webcam_2M: Device: "/dev/input/event13"
[    24.717] (--) Laptop_Integrated_Webcam_2M: Found keys
[    24.717] (II) Laptop_Integrated_Webcam_2M: Configuring as keyboard
[    24.717] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2M" (type: KEYBOARD)
[    24.717] (**) Option "xkb_rules" "evdev"
[    24.717] (**) Option "xkb_model" "evdev"
[    24.717] (**) Option "xkb_layout" "it"
[    24.718] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[    24.718] (II) No input driver/identifier specified (ignoring)
[    24.719] (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event6)
[    24.719] (II) No input driver/identifier specified (ignoring)
[    24.719] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event7)
[    24.719] (II) No input driver/identifier specified (ignoring)
[    24.720] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event8)
[    24.720] (II) No input driver/identifier specified (ignoring)
[    24.723] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event12)
[    24.723] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[    24.723] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[    24.723] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event12"
[    24.737] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[    24.737] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[    24.737] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[    24.737] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[    24.737] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[    24.737] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[    24.737] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.737] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[    24.737] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[    24.737] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[    24.737] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[    24.737] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[    24.737] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[    24.738] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
[    24.738] (II) No input driver/identifier specified (ignoring)
[    24.744] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    24.744] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    24.744] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    24.744] (**) AT Translated Set 2 keyboard: always reports core events
[    24.744] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    24.757] (--) AT Translated Set 2 keyboard: Found keys
[    24.757] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    24.757] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    24.757] (**) Option "xkb_rules" "evdev"
[    24.757] (**) Option "xkb_model" "evdev"
[    24.757] (**) Option "xkb_layout" "it"
[    24.758] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[    24.758] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    24.758] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    24.758] (II) LoadModule: "synaptics"
[    24.758] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    24.782] (II) Module synaptics: vendor="X.Org Foundation"
[    24.782]     compiled for 1.9.2, module version = 1.3.0
[    24.782]     Module class: X.Org XInput Driver
[    24.782]     ABI class: X.Org XInput driver, version 11.0
[    24.782] (II) Synaptics touchpad driver version 1.3.0
[    24.782] (**) Option "Device" "/dev/input/event11"
[    24.847] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5836
[    24.847] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4908
[    24.847] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    24.847] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    24.847] (--) SynPS/2 Synaptics TouchPad: buttons: left right
[    24.847] (**) Option "TapButton1" "1"
[    24.847] (**) Option "TapButton2" "2"
[    24.847] (**) Option "TapButton3" "3"
[    24.900] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    24.900] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    24.926] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    24.927] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    24.927] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[    24.927] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
[    24.927] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    24.927] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    24.927] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    24.927] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    24.980] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    24.980] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    24.980] (II) No input driver/identifier specified (ignoring)
[    24.983] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event10)
[    24.983] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    24.983] (**) Dell WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    24.983] (**) Dell WMI hotkeys: always reports core events
[    24.983] (**) Dell WMI hotkeys: Device: "/dev/input/event10"
[    25.006] (--) Dell WMI hotkeys: Found keys
[    25.006] (II) Dell WMI hotkeys: Configuring as keyboard
[    25.006] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
[    25.007] (**) Option "xkb_rules" "evdev"
[    25.007] (**) Option "xkb_model" "evdev"
[    25.007] (**) Option "xkb_layout" "it"
[    25.477] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments

and this is my xrandr output

[du@arch ~]$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 3840 x 1920
LVDS connected 1920x1080+0+0 (normal left inverted right x axis y axis) 345mm x 194mm
   1920x1080      59.9*+
   1680x1050      59.9 +
   1400x1050      59.9 +
   1280x1024      59.9 +
   1440x900       59.9 +
   1280x960       59.9 +
   1280x800       59.9 +
   1152x864       59.9 +
   1280x768       59.9 +
   1280x720       59.9 +
   1024x768       59.9 +
   1024x600       59.9 +
   800x600        59.9 +
   800x480        59.9 +
   720x480        59.9 +
   640x480        59.9 +
DFP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 160mm x 90mm
   1920x1080      60.0*+   50.0     30.0     25.0  
   1776x1000      60.0 +   30.0     25.0  
   1600x1200      60.0  
   1680x1050      60.0  
   1400x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1280x800       60.0  
   1152x864       60.0  
   1280x768       59.9  
   1280x720       60.0     50.0  
   1024x768       60.0  
   1152x648       60.0     50.0  
   1024x600       60.0     50.0  
   800x600        60.3     56.2     50.0  
   720x576        50.0  
   800x480        60.0     50.0  
   720x480        60.0     50.0  
   640x480        60.0     50.0  
CRT1 disconnected (normal left inverted right x axis y axis)

Last edited by jacopastorius82 (2010-12-22 22:04:00)

Offline

Board footer

Powered by FluxBB