[+] Dwa monitory sterowniki AMD

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
szafa
Posty: 5
Rejestracja: 28 listopada 2009, 18:13

[+] Dwa monitory sterowniki AMD

Post autor: szafa »

Witam

Jak ustawic xorg.conf dla dwoch monitorow (extended desktop). Ten sam obraz wyswietla mi sie na dwoch monitorach leczy gdy chce to zmienic w ustawieniach systemowych>Displays odznaczam "mirror displays" i wywala mi blad. Wywnioskowalem, ze musze zmienic max virtual screen tylko nie wiem jak to zmienic i gdzie.

Przepraszam za brak Polskich znakow. To moje poczatki z Linuxem (drugie podejscie) i zainstalowalem wersje angielsko jezyczna aby cwiczyc jezyk :) .

Ponizej log :

fglrxinfo

Kod: Zaznacz cały

display: :0  screen: 0OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Radeon HD 5450
OpenGL version string: 4.2.11762 Compatibility Profile Context
xorg.conf

Kod: Zaznacz cały

Section "ServerLayout"    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


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


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


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


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


Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection


Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection


Section "Monitor"
    Identifier   "Monitor2"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection


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


Section "Device"


        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "FBTexPercent"           # <i>
        #Option     "DepthBits"              # <i>
        #Option     "PCIAPERSize"            # <i>
        #Option     "AccelDFS"               # [<bool>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "CustomEDID"             # [<str>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "ColorTiling"            # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "ScalerWidth"            # <i>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ClockGating"            # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "DRI"                    # [<bool>]
        #Option     "ConnectorTable"         # <str>
        #Option     "DefaultConnectorTable"     # [<bool>]
        #Option     "DefaultTMDSPLL"         # [<bool>]
        #Option     "TVDACLoadDetect"        # [<bool>]
        #Option     "ForceTVOut"             # [<bool>]
        #Option     "TVStandard"             # <str>
        #Option     "IgnoreLidStatus"        # [<bool>]
        #Option     "DefaultTVDACAdj"        # [<bool>]
        #Option     "Int10"                  # [<bool>]
        #Option     "EXAVSync"               # [<bool>]
        #Option     "ATOMTVOut"              # [<bool>]
        #Option     "R4xxATOM"               # [<bool>]
        #Option     "ForceLowPowerMode"      # [<bool>]
        #Option     "DynamicPM"              # [<bool>]
        #Option     "NewPLL"                 # [<bool>]
        #Option     "ZaphodHeads"            # <str>
    Identifier  "Card0"
    Driver      "radeon"
    BusID       "PCI:7:0:0"
EndSection


Section "Device"


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


Section "Device"


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


Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:7:0:0"
EndSection


Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


Section "Screen"
    Identifier "Screen2"
    Device     "Card2"
    Monitor    "Monitor2"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


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


xrandr -q

Kod: Zaznacz cały

Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1920 x 1920DFP1 disconnected (normal left inverted right x axis y axis)
DFP2 disconnected (normal left inverted right x axis y axis)
CRT1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
   1280x1024      60.0*+   75.0  
   1280x960       75.0     60.0  
   1152x864       75.0     60.0  
   1280x768       75.0     60.0  
   1280x720       75.0     60.0  
   1024x768       75.0     60.0  
   800x600        75.0     60.3  
   640x480        75.0     59.9  
CRT2 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
   1920x1080      60.0 +
   1680x1050      60.0  
   1400x1050      60.0  
   1600x900       60.0  
   1280x1024      60.0* 
   1440x900       59.9  
   1280x960       60.0  
   1280x800       59.8  
   1152x864       60.0     75.0  
   1280x768       59.8  
   1280x720       59.8  
   1024x768       70.1     60.0  
   800x600        60.3     56.2  
   640x480        67.0     59.9  
Xorg.0.log

Kod: Zaznacz cały

[    13.675] X.Org X Server 1.12.4
Release Date: 2012-08-27
[    13.675] X Protocol Version 11, Revision 0
[    13.675] Build Operating System: Linux 3.11-2-amd64 x86_64 Debian
[    13.675] Current Operating System: Linux debian 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64
[    13.675] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=5dd3ae90-76f3-455a-8742-6ec4f02db53a ro quiet
[    13.675] Build Date: 17 December 2013  07:37:58PM
[    13.675] xorg-server 2:1.12.4-6+deb7u2 (Julien Cristau <jcristau@debian.org>) 
[    13.676] Current version of pixman: 0.26.0
[    13.676]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    13.676] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.676] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 11 22:55:53 2014
[    13.682] (==) Using config file: "/etc/X11/xorg.conf"
[    13.682] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.684] (==) ServerLayout "X.org Configured"
[    13.684] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    13.684] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    13.685] (**) |   |-->Device "aticonfig-Device[0]-0"
[    13.685] (**) |-->Input Device "Mouse0"
[    13.685] (**) |-->Input Device "Keyboard0"
[    13.685] (==) Automatically adding devices
[    13.685] (==) Automatically enabling devices
[    13.687] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    13.687]     Entry deleted from font path.
[    13.693] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    13.693]     Entry deleted from font path.
[    13.693] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    13.693]     Entry deleted from font path.
[    13.693] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    13.693]     Entry deleted from font path.
[    13.693] (**) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins,
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[    13.693] (**) ModulePath set to "/usr/lib/xorg/modules"
[    13.693] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    13.693] (WW) Disabling Mouse0
[    13.693] (WW) Disabling Keyboard0
[    13.693] (II) Loader magic: 0x7fe81f660ae0
[    13.693] (II) Module ABI versions:
[    13.693]     X.Org ANSI C Emulation: 0.4
[    13.693]     X.Org Video Driver: 12.1
[    13.693]     X.Org XInput driver : 16.0
[    13.693]     X.Org Server Extension : 6.0
[    13.695] (--) PCI:*(0:7:0:0) 1002:68f9:1682:304a rev 0, Mem @ 0xc0000000/268435456, 0xfe620000/131072, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
[    13.695] (II) Open ACPI successful (/var/run/acpid.socket)
[    13.695] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    13.695] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    13.695] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    13.695] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    13.695] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    13.695] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    13.695] (II) LoadModule: "record"
[    13.709] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    13.710] (II) Module record: vendor="X.Org Foundation"
[    13.710]     compiled for 1.12.4, module version = 1.13.0
[    13.710]     Module class: X.Org Server Extension
[    13.710]     ABI class: X.Org Server Extension, version 6.0
[    13.710] (II) Loading extension RECORD
[    13.710] (II) LoadModule: "dri2"
[    13.711] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    13.713] (II) Module dri2: vendor="X.Org Foundation"
[    13.713]     compiled for 1.12.4, module version = 1.2.0
[    13.713]     ABI class: X.Org Server Extension, version 6.0
[    13.713] (II) Loading extension DRI2
[    13.713] (II) LoadModule: "glx"
[    13.713] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[    13.718] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[    13.718]     compiled for 6.9.0, module version = 1.0.0
[    13.718] (II) Loading extension GLX
[    13.718] (II) LoadModule: "dri"
[    13.719] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    13.720] (II) Module dri: vendor="X.Org Foundation"
[    13.720]     compiled for 1.12.4, module version = 1.0.0
[    13.720]     ABI class: X.Org Server Extension, version 6.0
[    13.720] (II) Loading extension XFree86-DRI
[    13.720] (II) LoadModule: "extmod"
[    13.720] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    13.722] (II) Module extmod: vendor="X.Org Foundation"
[    13.722]     compiled for 1.12.4, module version = 1.0.0
[    13.722]     Module class: X.Org Server Extension
[    13.722]     ABI class: X.Org Server Extension, version 6.0
[    13.722] (II) Loading extension SELinux
[    13.722] (II) Loading extension MIT-SCREEN-SAVER
[    13.722] (II) Loading extension XFree86-VidModeExtension
[    13.722] (II) Loading extension XFree86-DGA
[    13.722] (II) Loading extension DPMS
[    13.722] (II) Loading extension XVideo
[    13.722] (II) Loading extension XVideo-MotionCompensation
[    13.722] (II) Loading extension X-Resource
[    13.722] (II) LoadModule: "dbe"
[    13.723] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    13.724] (II) Module dbe: vendor="X.Org Foundation"
[    13.724]     compiled for 1.12.4, module version = 1.0.0
[    13.724]     Module class: X.Org Server Extension
[    13.724]     ABI class: X.Org Server Extension, version 6.0
[    13.724] (II) Loading extension DOUBLE-BUFFER
[    13.724] (II) LoadModule: "fglrx"
[    13.724] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    13.806] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[    13.806]     compiled for 1.4.99.906, module version = 8.98.2
[    13.806]     Module class: X.Org Video Driver
[    13.807] (II) Loading sub module "fglrxdrm"
[    13.807] (II) LoadModule: "fglrxdrm"
[    13.807] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    13.812] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    13.812]     compiled for 1.4.99.906, module version = 8.98.2
[    13.812] (II) AMD Proprietary Linux Driver Version Identifier:8.98.2
[    13.812] (II) AMD Proprietary Linux Driver Release Identifier: 8.982.13                             
[    13.812] (II) AMD Proprietary Linux Driver Build Date: Jul 19 2012 20:59:44
[    13.812] (++) using VT number 7


[    13.821] (WW) Falling back to old probe method for fglrx
[    13.833] (II) Loading PCS database from /etc/ati/amdpcsdb
[    13.836] (--) Chipset Supported AMD Graphics Processor (0x68F9) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:5:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
[    13.837] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
[    13.838] (WW) fglrx: No matching Device section for instance (BusID PCI:0@7:0:1) found
[    13.840] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[    13.840] (II) AMD Video driver is signed
[    13.841] (II) fglrx(0): pEnt->device->identifier=0x7fe81fd77a60
[    13.841] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === begin
[    13.841] (II) Loading sub module "vgahw"
[    13.841] (II) LoadModule: "vgahw"
[    13.843] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    13.844] (II) Module vgahw: vendor="X.Org Foundation"
[    13.844]     compiled for 1.12.4, module version = 0.1.0
[    13.844]     ABI class: X.Org Video Driver, version 12.1
[    13.844] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    13.844] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    13.844] (==) fglrx(0): Default visual is TrueColor
[    13.844] (**) fglrx(0): Option "DPMS" "true"
[    13.844] (==) fglrx(0): RGB weight 888
[    13.844] (II) fglrx(0): Using 8 bits per RGB 
[    13.844] (==) fglrx(0): Buffer Tiling is ON
[    13.845] (II) Loading sub module "fglrxdrm"
[    13.845] (II) LoadModule: "fglrxdrm"
[    13.845] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    13.845] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    13.845]     compiled for 1.4.99.906, module version = 8.98.2
[    13.848] ukiDynamicMajor: found major device number 250
[    13.848] ukiDynamicMajor: found major device number 250
[    13.848] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[    13.848] ukiOpenDevice: node name is /dev/ati/card0
[    13.848] ukiOpenDevice: open result is 12, (OK)
[    13.848] ukiOpenByBusid: ukiOpenMinor returns 12
[    13.848] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[    13.849] (**) fglrx(0): NoAccel = NO
[    13.849] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[    13.849] (--) fglrx(0): Chipset: "ATI Radeon HD 5450" (Chipset = 0x68f9)
[    13.849] (--) fglrx(0): (PciSubVendor = 0x1682, PciSubDevice = 0x304a)
[    13.849] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[    13.849] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[    13.849] (--) fglrx(0): MMIO registers at 0xfe620000
[    13.849] (--) fglrx(0): I/O port at 0x0000b000
[    13.849] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    13.851] (II) fglrx(0): AC Adapter is used
[    13.866] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[    14.029] (II) Loading sub module "vbe"
[    14.029] (II) LoadModule: "vbe"
[    14.030] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    14.031] (II) Module vbe: vendor="X.Org Foundation"
[    14.031]     compiled for 1.12.4, module version = 1.1.0
[    14.031]     ABI class: X.Org Video Driver, version 12.1
[    14.032] (II) fglrx(0): VESA BIOS detected
[    14.032] (II) fglrx(0): VESA VBE Version 3.0
[    14.032] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[    14.032] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[    14.032] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
[    14.032] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[    14.032] (II) fglrx(0): VESA VBE OEM Product: CEDAR
[    14.032] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[    14.066] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[    14.066] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[    14.066] (II) fglrx(0): PCIE card detected
[    14.066] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    14.066] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    14.069] (II) fglrx(0): Using adapter: 7:0.0.
[    14.094] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[    14.226] (II) fglrx(0): Interrupt handler installed at IRQ 89.
[    14.226] (II) fglrx(0): RandR 1.2 support is enabled!
[    14.226] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    14.226] (==) fglrx(0): Center Mode is disabled 
[    14.226] (II) Loading sub module "fb"
[    14.226] (II) LoadModule: "fb"
[    14.227] (II) Loading /usr/lib/xorg/modules/libfb.so
[    14.229] (II) Module fb: vendor="X.Org Foundation"
[    14.229]     compiled for 1.12.4, module version = 1.0.0
[    14.229]     ABI class: X.Org ANSI C Emulation, version 0.4
[    14.229] (II) Loading sub module "ddc"
[    14.229] (II) LoadModule: "ddc"
[    14.229] (II) Module "ddc" already built-in
[    14.358] (II) fglrx(0): Finished Initialize PPLIB!
[    14.360] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[    14.360] (II) fglrx(0): Output DFP2 has no monitor section
[    14.360] (II) fglrx(0): Output CRT1 has no monitor section
[    14.360] (II) fglrx(0): Output CRT2 has no monitor section
[    14.360] (II) Loading sub module "ddc"
[    14.360] (II) LoadModule: "ddc"
[    14.360] (II) Module "ddc" already built-in
[    14.360] (II) fglrx(0): Connected Display0: CRT1
[    14.360] (II) fglrx(0): Display0 EDID data ---------------------------
[    14.360] (II) fglrx(0): Manufacturer: DEL  Model: a015  Serial#: 825576012
[    14.360] (II) fglrx(0): Year: 2006  Week: 16
[    14.360] (II) fglrx(0): EDID Version: 1.3
[    14.360] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    14.360] (II) fglrx(0): Sync:  Separate
[    14.360] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[    14.360] (II) fglrx(0): Gamma: 2.20
[    14.360] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    14.360] (II) fglrx(0): Default color space is primary color space
[    14.360] (II) fglrx(0): First detailed timing is preferred mode
[    14.360] (II) fglrx(0): redX: 0.640 redY: 0.340   greenX: 0.279 greenY: 0.619
[    14.360] (II) fglrx(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.330
[    14.361] (II) fglrx(0): Supported established timings:
[    14.361] (II) fglrx(0): 720x400@70Hz
[    14.361] (II) fglrx(0): 640x480@60Hz
[    14.361] (II) fglrx(0): 640x480@75Hz
[    14.361] (II) fglrx(0): 800x600@60Hz
[    14.361] (II) fglrx(0): 800x600@75Hz
[    14.361] (II) fglrx(0): 1024x768@60Hz
[    14.361] (II) fglrx(0): 1024x768@75Hz
[    14.361] (II) fglrx(0): 1280x1024@75Hz
[    14.361] (II) fglrx(0): Manufacturer's mask: 0
[    14.361] (II) fglrx(0): Supported standard timings:
[    14.361] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.361] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.361] (II) fglrx(0): Supported detailed timing:
[    14.361] (II) fglrx(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[    14.361] (II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    14.361] (II) fglrx(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    14.361] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 80 kHz, PixClock max 145 MHz
[    14.361] (II) fglrx(0): Serial No: FC99864K15JL
[    14.361] (II) fglrx(0): Monitor name: DELL E196FP
[    14.361] (II) fglrx(0): EDID (in hex):
[    14.361] (II) fglrx(0):     00ffffffffffff0010ac15a04c4a3531
[    14.361] (II) fglrx(0):     1010010368221b78eecaf6a357479e23
[    14.361] (II) fglrx(0):     114f54a54b00714f8180010101010101
[    14.361] (II) fglrx(0):     010101010101302a009851002a403070
[    14.361] (II) fglrx(0):     1300520e1100001e000000fd00384b1f
[    14.361] (II) fglrx(0):     500e000a202020202020000000ff0046
[    14.361] (II) fglrx(0):     4339393836344b31354a4c0a000000fc
[    14.361] (II) fglrx(0):     0044454c4c204531393646500a2000b2
[    14.361] (II) fglrx(0): End of Display0 EDID data --------------------
[    14.361] (II) fglrx(0): Connected Display1: CRT2
[    14.361] (II) fglrx(0): Display1 EDID data ---------------------------
[    14.361] (II) fglrx(0): Manufacturer: PKB  Model: c1  Serial#: 4275988
[    14.361] (II) fglrx(0): Year: 2010  Week: 4
[    14.361] (II) fglrx(0): EDID Version: 1.3
[    14.361] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    14.361] (II) fglrx(0): Sync:  Separate
[    14.361] (II) fglrx(0): Max Image Size [cm]: horiz.: 51  vert.: 28
[    14.361] (II) fglrx(0): Gamma: 2.20
[    14.361] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    14.361] (II) fglrx(0): First detailed timing is preferred mode
[    14.361] (II) fglrx(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    14.362] (II) fglrx(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    14.362] (II) fglrx(0): Supported established timings:
[    14.362] (II) fglrx(0): 720x400@70Hz
[    14.362] (II) fglrx(0): 640x480@60Hz
[    14.362] (II) fglrx(0): 640x480@67Hz
[    14.362] (II) fglrx(0): 800x600@56Hz
[    14.362] (II) fglrx(0): 800x600@60Hz
[    14.362] (II) fglrx(0): 1024x768@60Hz
[    14.362] (II) fglrx(0): 1024x768@70Hz
[    14.362] (II) fglrx(0): Manufacturer's mask: 0
[    14.362] (II) fglrx(0): Supported standard timings:
[    14.362] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.362] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.362] (II) fglrx(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    14.362] (II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    14.362] (II) fglrx(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    14.362] (II) fglrx(0): Supported detailed timing:
[    14.362] (II) fglrx(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[    14.362] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.362] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    14.362] (II) fglrx(0): Monitor name: Viseo 230Ws
[    14.362] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 205 MHz
[    14.362] (II) fglrx(0): Serial No: D150C0054002
[    14.362] (II) fglrx(0): EDID (in hex):
[    14.362] (II) fglrx(0):     00ffffffffffff004162c100143f4100
[    14.362] (II) fglrx(0):     0414010368331c78eaee95a3544c9926
[    14.362] (II) fglrx(0):     0f5054b30c00714f818081009500d1c0
[    14.362] (II) fglrx(0):     010101010101023a801871382d40582c
[    14.362] (II) fglrx(0):     4500fd1e1100001e000000fc00566973
[    14.362] (II) fglrx(0):     656f2032333057730a20000000fd0038
[    14.362] (II) fglrx(0):     4c1f5314000a202020202020000000ff
[    14.362] (II) fglrx(0):     004431353043303035343030320a007a
[    14.362] (II) fglrx(0): End of Display1 EDID data --------------------
[    14.364] (II) fglrx(0): EDID for output DFP1
[    14.364] (II) fglrx(0): EDID for output DFP2
[    14.364] (II) fglrx(0): EDID for output CRT1
[    14.364] (II) fglrx(0): Manufacturer: DEL  Model: a015  Serial#: 825576012
[    14.364] (II) fglrx(0): Year: 2006  Week: 16
[    14.364] (II) fglrx(0): EDID Version: 1.3
[    14.364] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    14.364] (II) fglrx(0): Sync:  Separate
[    14.364] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[    14.364] (II) fglrx(0): Gamma: 2.20
[    14.364] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    14.364] (II) fglrx(0): Default color space is primary color space
[    14.364] (II) fglrx(0): First detailed timing is preferred mode
[    14.364] (II) fglrx(0): redX: 0.640 redY: 0.340   greenX: 0.279 greenY: 0.619
[    14.364] (II) fglrx(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.330
[    14.364] (II) fglrx(0): Supported established timings:
[    14.364] (II) fglrx(0): 720x400@70Hz
[    14.364] (II) fglrx(0): 640x480@60Hz
[    14.364] (II) fglrx(0): 640x480@75Hz
[    14.364] (II) fglrx(0): 800x600@60Hz
[    14.364] (II) fglrx(0): 800x600@75Hz
[    14.364] (II) fglrx(0): 1024x768@60Hz
[    14.364] (II) fglrx(0): 1024x768@75Hz
[    14.364] (II) fglrx(0): 1280x1024@75Hz
[    14.364] (II) fglrx(0): Manufacturer's mask: 0
[    14.365] (II) fglrx(0): Supported standard timings:
[    14.365] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.365] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.365] (II) fglrx(0): Supported detailed timing:
[    14.365] (II) fglrx(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[    14.365] (II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    14.365] (II) fglrx(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    14.365] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 80 kHz, PixClock max 145 MHz
[    14.365] (II) fglrx(0): Serial No: FC99864K15JL
[    14.365] (II) fglrx(0): Monitor name: DELL E196FP
[    14.365] (II) fglrx(0): EDID (in hex):
[    14.365] (II) fglrx(0):     00ffffffffffff0010ac15a04c4a3531
[    14.365] (II) fglrx(0):     1010010368221b78eecaf6a357479e23
[    14.365] (II) fglrx(0):     114f54a54b00714f8180010101010101
[    14.365] (II) fglrx(0):     010101010101302a009851002a403070
[    14.365] (II) fglrx(0):     1300520e1100001e000000fd00384b1f
[    14.365] (II) fglrx(0):     500e000a202020202020000000ff0046
[    14.365] (II) fglrx(0):     4339393836344b31354a4c0a000000fc
[    14.365] (II) fglrx(0):     0044454c4c204531393646500a2000b2
[    14.365] (II) fglrx(0): Printing probed modes for output CRT1
[    14.365] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1280x960"x75.0  135.00  1280 1296 1440 1688  960 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1328 1440 1688  960 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    14.365] (II) fglrx(0): Modeline "1152x864"x60.0  108.00  1152 1328 1440 1688  864 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1280x768"x75.0  135.00  1280 1296 1440 1688  768 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1280x768"x60.0  108.00  1280 1328 1440 1688  768 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1280x720"x75.0  135.00  1280 1296 1440 1688  720 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1280x720"x60.0  108.00  1280 1328 1440 1688  720 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    14.365] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    14.365] (II) fglrx(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    14.365] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    14.365] (II) fglrx(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    14.365] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    14.365] (II) fglrx(0): EDID for output CRT2
[    14.366] (II) fglrx(0): Manufacturer: PKB  Model: c1  Serial#: 4275988
[    14.366] (II) fglrx(0): Year: 2010  Week: 4
[    14.366] (II) fglrx(0): EDID Version: 1.3
[    14.366] (II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    14.366] (II) fglrx(0): Sync:  Separate
[    14.366] (II) fglrx(0): Max Image Size [cm]: horiz.: 51  vert.: 28
[    14.366] (II) fglrx(0): Gamma: 2.20
[    14.366] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    14.366] (II) fglrx(0): First detailed timing is preferred mode
[    14.366] (II) fglrx(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    14.366] (II) fglrx(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    14.366] (II) fglrx(0): Supported established timings:
[    14.366] (II) fglrx(0): 720x400@70Hz
[    14.366] (II) fglrx(0): 640x480@60Hz
[    14.366] (II) fglrx(0): 640x480@67Hz
[    14.366] (II) fglrx(0): 800x600@56Hz
[    14.366] (II) fglrx(0): 800x600@60Hz
[    14.366] (II) fglrx(0): 1024x768@60Hz
[    14.366] (II) fglrx(0): 1024x768@70Hz
[    14.366] (II) fglrx(0): Manufacturer's mask: 0
[    14.366] (II) fglrx(0): Supported standard timings:
[    14.366] (II) fglrx(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.366] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.366] (II) fglrx(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    14.366] (II) fglrx(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    14.366] (II) fglrx(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    14.366] (II) fglrx(0): Supported detailed timing:
[    14.366] (II) fglrx(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[    14.366] (II) fglrx(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.366] (II) fglrx(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    14.366] (II) fglrx(0): Monitor name: Viseo 230Ws
[    14.366] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 205 MHz
[    14.366] (II) fglrx(0): Serial No: D150C0054002
[    14.366] (II) fglrx(0): EDID (in hex):
[    14.366] (II) fglrx(0):     00ffffffffffff004162c100143f4100
[    14.366] (II) fglrx(0):     0414010368331c78eaee95a3544c9926
[    14.366] (II) fglrx(0):     0f5054b30c00714f818081009500d1c0
[    14.366] (II) fglrx(0):     010101010101023a801871382d40582c
[    14.366] (II) fglrx(0):     4500fd1e1100001e000000fc00566973
[    14.366] (II) fglrx(0):     656f2032333057730a20000000fd0038
[    14.366] (II) fglrx(0):     4c1f5314000a202020202020000000ff
[    14.366] (II) fglrx(0):     004431353043303035343030320a007a
[    14.367] (II) fglrx(0): Printing probed modes for output CRT2
[    14.367] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    14.367] (II) fglrx(0): Modeline "1680x1050"x60.0  148.50  1680 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    14.367] (II) fglrx(0): Modeline "1400x1050"x60.0  148.50  1400 2008 2052 2200  1050 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    14.367] (II) fglrx(0): Modeline "1600x900"x60.0  148.50  1600 2008 2052 2200  900 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    14.367] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.367] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    14.367] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1328 1440 1688  960 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    14.367] (II) fglrx(0): Modeline "1280x800"x60.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[    14.367] (II) fglrx(0): Modeline "1152x864"x60.0  148.50  1152 2008 2052 2200  864 1084 1089 1125 +hsync +vsync (67.5 kHz)
[    14.367] (II) fglrx(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    14.367] (II) fglrx(0): Modeline "1280x768"x60.0   83.50  1280 1352 1480 1680  768 803 809 831 -hsync +vsync (49.7 kHz)
[    14.367] (II) fglrx(0): Modeline "1280x720"x60.0   83.50  1280 1352 1480 1680  720 803 809 831 -hsync +vsync (49.7 kHz)
[    14.367] (II) fglrx(0): Modeline "1024x768"x70.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    14.367] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    14.367] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    14.367] (II) fglrx(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    14.367] (II) fglrx(0): Modeline "640x480"x67.0   27.28  640 664 728 816  480 481 484 499 -hsync +vsync (33.4 kHz)
[    14.367] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    14.367] (II) fglrx(0): Output DFP1 disconnected
[    14.367] (II) fglrx(0): Output DFP2 disconnected
[    14.367] (II) fglrx(0): Output CRT1 connected
[    14.367] (II) fglrx(0): Output CRT2 connected
[    14.367] (II) fglrx(0): Using exact sizes for initial modes
[    14.367] (II) fglrx(0): Output CRT1 using initial mode 1280x1024
[    14.367] (II) fglrx(0): Output CRT2 using initial mode 1280x1024
[    14.367] (II) fglrx(0): DPI set to (96, 96)
[    14.367] (II) fglrx(0): Eyefinity capable adapter detected.
[    14.367] (II) fglrx(0): Adapter ATI Radeon HD 5450 has 3 configurable heads and 2 displays connected.
[    14.367] (==) fglrx(0):  PseudoColor visuals disabled
[    14.367] (II) Loading sub module "ramdac"
[    14.367] (II) LoadModule: "ramdac"
[    14.367] (II) Module "ramdac" already built-in
[    14.368] (==) fglrx(0): NoDRI = NO
[    14.368] (==) fglrx(0): Capabilities: 0x00000000
[    14.368] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    14.368] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    14.368] (==) fglrx(0): UseFastTLS=0
[    14.368] (--) Depth 24 pixmap format is 32 bpp
[    14.368] (II) Loading extension ATIFGLRXDRI
[    14.368] (II) fglrx(0): doing swlDriScreenInit
[    14.368] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    14.368] ukiDynamicMajor: found major device number 250
[    14.368] ukiDynamicMajor: found major device number 250
[    14.368] ukiDynamicMajor: found major device number 250
[    14.368] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[    14.368] ukiOpenDevice: node name is /dev/ati/card0
[    14.368] ukiOpenDevice: open result is 13, (OK)
[    14.368] ukiOpenByBusid: ukiOpenMinor returns 13
[    14.368] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[    14.368] (II) fglrx(0): [uki] DRM interface version 1.0
[    14.368] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:7:0:0"
[    14.368] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[    14.368] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fe81f090000
[    14.368] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[    14.369] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    14.369] (II) fglrx(0): swlDriScreenInit done
[    14.369] (II) fglrx(0): Kernel Module Version Information:
[    14.369] (II) fglrx(0):     Name: fglrx
[    14.369] (II) fglrx(0):     Version: 8.98.2
[    14.369] (II) fglrx(0):     Date: Jul 19 2012
[    14.369] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[    14.369] (II) fglrx(0): Kernel Module version matches driver.
[    14.369] (II) fglrx(0): Kernel Module Build Time Information:
[    14.369] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.2.0-4-amd64
[    14.369] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[    14.369] (II) fglrx(0):     Build-Kernel __SMP__:            no
[    14.369] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    14.369] (II) fglrx(0): [uki] register handle = 0x00004000
[    14.396] (II) fglrx(0): DRI initialization successfull
[    14.397] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01068000
[    14.401] (==) fglrx(0): Backing store disabled
[    14.401] (II) Loading extension FGLRXEXTENSION
[    14.401] (**) fglrx(0): DPMS enabled
[    14.401] (II) fglrx(0): Initialized in-driver Xinerama extension
[    14.401] (**) fglrx(0): Textured Video is enabled.
[    14.401] (II) LoadModule: "glesx"
[    14.402] (II) Loading /usr/lib/xorg/modules/glesx.so
[    14.442] (II) Module glesx: vendor="X.Org Foundation"
[    14.442]     compiled for 1.4.99.906, module version = 1.0.0
[    14.442] (II) Loading extension GLESX
[    14.442] (II) fglrx(0): GLESX enableFlags = 592
[    14.444] (II) fglrx(0): GLESX is enabled
[    14.444] (II) LoadModule: "amdxmm"
[    14.444] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    14.448] (II) Module amdxmm: vendor="X.Org Foundation"
[    14.448]     compiled for 1.4.99.906, module version = 2.0.0
[    14.461] (II) Loading extension AMDXVOPL
[    14.461] (II) Loading extension AMDXVBA
[    14.464] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[    14.465] (II) fglrx(0): Enable composite support successfully
[    14.465] (WW) fglrx(0): Option "VendorName" is not used
[    14.465] (WW) fglrx(0): Option "ModelName" is not used
[    14.465] (II) fglrx(0): X context handle = 0x1
[    14.465] (II) fglrx(0): [DRI] installation complete
[    14.466] (==) fglrx(0): Silken mouse enabled
[    14.466] (==) fglrx(0): Using HW cursor of display infrastructure!
[    14.466] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[    14.550] (--) RandR disabled
[    14.550] (II) Initializing built-in extension Generic Event Extension
[    14.550] (II) Initializing built-in extension SHAPE
[    14.550] (II) Initializing built-in extension MIT-SHM
[    14.550] (II) Initializing built-in extension XInputExtension
[    14.550] (II) Initializing built-in extension XTEST
[    14.550] (II) Initializing built-in extension BIG-REQUESTS
[    14.550] (II) Initializing built-in extension SYNC
[    14.550] (II) Initializing built-in extension XKEYBOARD
[    14.550] (II) Initializing built-in extension XC-MISC
[    14.550] (II) Initializing built-in extension SECURITY
[    14.550] (II) Initializing built-in extension XINERAMA
[    14.550] (II) Initializing built-in extension XFIXES
[    14.550] (II) Initializing built-in extension RENDER
[    14.550] (II) Initializing built-in extension RANDR
[    14.550] (II) Initializing built-in extension COMPOSITE
[    14.550] (II) Initializing built-in extension DAMAGE
[    14.551] (II) SELinux: Disabled on system
[    14.609] ukiDynamicMajor: found major device number 250
[    14.609] ukiDynamicMajor: found major device number 250
[    14.609] ukiOpenByBusid: Searching for BusID PCI:7:0:0
[    14.609] ukiOpenDevice: node name is /dev/ati/card0
[    14.609] ukiOpenDevice: open result is 15, (OK)
[    14.609] ukiOpenByBusid: ukiOpenMinor returns 15
[    14.609] ukiOpenByBusid: ukiGetBusid reports PCI:7:0:0
[    14.858] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[    14.858] (II) fglrx(0): Enable the clock gating!
[    14.858] (II) fglrx(0): Setting screen physical size to 338 x 270
[    14.953] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    14.953] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    14.953] (II) LoadModule: "evdev"
[    14.953] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    14.955] (II) Module evdev: vendor="X.Org Foundation"
[    14.955]     compiled for 1.12.1, module version = 2.7.0
[    14.955]     Module class: X.Org XInput Driver
[    14.955]     ABI class: X.Org XInput driver, version 16.0
[    14.955] (II) Using input driver 'evdev' for 'Power Button'
[    14.955] (**) Power Button: always reports core events
[    14.955] (**) evdev: Power Button: Device: "/dev/input/event3"
[    14.955] (--) evdev: Power Button: Vendor 0 Product 0x1
[    14.955] (--) evdev: Power Button: Found keys
[    14.955] (II) evdev: Power Button: Configuring as keyboard
[    14.955] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    14.955] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    14.955] (**) Option "xkb_rules" "evdev"
[    14.955] (**) Option "xkb_model" "pc105"
[    14.955] (**) Option "xkb_layout" "gb"
[    15.012] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    15.012] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    15.012] (II) Using input driver 'evdev' for 'Power Button'
[    15.012] (**) Power Button: always reports core events
[    15.012] (**) evdev: Power Button: Device: "/dev/input/event2"
[    15.012] (--) evdev: Power Button: Vendor 0 Product 0x1
[    15.012] (--) evdev: Power Button: Found keys
[    15.012] (II) evdev: Power Button: Configuring as keyboard
[    15.012] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    15.012] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    15.012] (**) Option "xkb_rules" "evdev"
[    15.012] (**) Option "xkb_model" "pc105"
[    15.012] (**) Option "xkb_layout" "gb"
[    15.013] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event0)
[    15.013] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    15.013] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    15.013] (**) Logitech USB Receiver: always reports core events
[    15.013] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event0"
[    15.013] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
[    15.013] (--) evdev: Logitech USB Receiver: Found keys
[    15.013] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    15.013] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.0/input/input0/event0"
[    15.013] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
[    15.013] (**) Option "xkb_rules" "evdev"
[    15.013] (**) Option "xkb_model" "pc105"
[    15.013] (**) Option "xkb_layout" "gb"
[    15.014] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[    15.014] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    15.014] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    15.014] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    15.014] (**) Logitech USB Receiver: always reports core events
[    15.015] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
[    15.015] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
[    15.015] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    15.015] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    15.015] (--) evdev: Logitech USB Receiver: Found relative axes
[    15.015] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    15.015] (--) evdev: Logitech USB Receiver: Found absolute axes
[    15.015] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[    15.015] (--) evdev: Logitech USB Receiver: Found keys
[    15.015] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    15.015] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    15.015] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    15.015] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    15.015] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    15.015] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.1/input/input1/event1"
[    15.015] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    15.015] (**) Option "xkb_rules" "evdev"
[    15.015] (**) Option "xkb_model" "pc105"
[    15.015] (**) Option "xkb_layout" "gb"
[    15.015] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    15.015] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[    15.016] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    15.016] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    15.016] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    15.016] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    15.016] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    15.016] (II) No input driver specified, ignoring this device.
[    15.016] (II) This device may have been added with another device file.
[    15.017] (II) config/udev: Adding input device UVC Camera (046d:09a4) (/dev/input/event7)
[    15.017] (**) UVC Camera (046d:09a4): Applying InputClass "evdev keyboard catchall"
[    15.017] (II) Using input driver 'evdev' for 'UVC Camera (046d:09a4)'
[    15.017] (**) UVC Camera (046d:09a4): always reports core events
[    15.017] (**) evdev: UVC Camera (046d:09a4): Device: "/dev/input/event7"
[    15.017] (--) evdev: UVC Camera (046d:09a4): Vendor 0x46d Product 0x9a4
[    15.017] (--) evdev: UVC Camera (046d:09a4): Found keys
[    15.017] (II) evdev: UVC Camera (046d:09a4): Configuring as keyboard
[    15.017] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb2/2-3/2-3:1.0/input/input7/event7"
[    15.017] (II) XINPUT: Adding extended input device "UVC Camera (046d:09a4)" (type: KEYBOARD, id 10)
[    15.017] (**) Option "xkb_rules" "evdev"
[    15.017] (**) Option "xkb_model" "pc105"
[    15.017] (**) Option "xkb_layout" "gb"
[    15.018] (II) config/udev: Adding input device HDA ATI SB Headphone (/dev/input/event6)
[    15.018] (II) No input driver specified, ignoring this device.
[    15.018] (II) This device may have been added with another device file.
[    15.019] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event8)
[    15.019] (II) No input driver specified, ignoring this device.
[    15.019] (II) This device may have been added with another device file.
[    15.019] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event5)
[    15.019] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    15.019] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    15.019] (**) Eee PC WMI hotkeys: always reports core events
[    15.019] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event5"
[    15.019] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    15.019] (--) evdev: Eee PC WMI hotkeys: Found keys
[    15.019] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    15.019] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input5/event5"
[    15.019] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
[    15.019] (**) Option "xkb_rules" "evdev"
[    15.019] (**) Option "xkb_model" "pc105"
[    15.019] (**) Option "xkb_layout" "gb"
[    15.020] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    15.020] (II) No input driver specified, ignoring this device.
[    15.020] (II) This device may have been added with another device file.
[    15.027] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[    15.036] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[    15.036] (II) fglrx(0): Using EDID range info for horizontal sync
[    15.036] (II) fglrx(0): Using EDID range info for vertical refresh
[    15.036] (II) fglrx(0): Printing DDC gathered Modelines:
[    15.036] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    15.036] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.036] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    15.036] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.036] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.036] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    15.036] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    15.036] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.036] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    15.036] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    15.570] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[    15.570] (II) fglrx(0): Using hsync ranges from config file
[    15.570] (II) fglrx(0): Using vrefresh ranges from config file
[    15.570] (II) fglrx(0): Printing DDC gathered Modelines:
[    15.570] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    15.571] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.571] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    15.571] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.571] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.571] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    15.571] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    15.571] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.571] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    15.571] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    26.433] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[    26.433] (II) fglrx(0): Using hsync ranges from config file
[    26.433] (II) fglrx(0): Using vrefresh ranges from config file
[    26.433] (II) fglrx(0): Printing DDC gathered Modelines:
[    26.433] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    26.433] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    26.433] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    26.433] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    26.433] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    26.433] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    26.433] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    26.434] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    26.434] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    26.434] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    27.234] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[    27.234] (II) fglrx(0): Using hsync ranges from config file
[    27.234] (II) fglrx(0): Using vrefresh ranges from config file
[    27.234] (II) fglrx(0): Printing DDC gathered Modelines:
[    27.234] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    27.234] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    27.234] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    27.234] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    27.234] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    27.234] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    27.234] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    27.234] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    27.234] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    27.234] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    27.982] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[    27.982] (II) fglrx(0): Using hsync ranges from config file
[    27.982] (II) fglrx(0): Using vrefresh ranges from config file
[    27.982] (II) fglrx(0): Printing DDC gathered Modelines:
[    27.982] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    27.982] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    27.982] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    27.982] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    27.982] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    27.982] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    27.982] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    27.982] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    27.982] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    27.982] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    47.016] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[    47.016] (II) fglrx(0): Using hsync ranges from config file
[    47.016] (II) fglrx(0): Using vrefresh ranges from config file
[    47.016] (II) fglrx(0): Printing DDC gathered Modelines:
[    47.016] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    47.016] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    47.016] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    47.016] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    47.016] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    47.016] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    47.016] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    47.016] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    47.016] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    47.016] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   481.202] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[   481.202] (II) fglrx(0): Using hsync ranges from config file
[   481.202] (II) fglrx(0): Using vrefresh ranges from config file
[   481.202] (II) fglrx(0): Printing DDC gathered Modelines:
[   481.202] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   481.202] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   481.202] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   481.202] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   481.202] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   481.202] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   481.202] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   481.202] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   481.202] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   481.202] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1518.962] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[  1518.962] (II) fglrx(0): Using hsync ranges from config file
[  1518.962] (II) fglrx(0): Using vrefresh ranges from config file
[  1518.962] (II) fglrx(0): Printing DDC gathered Modelines:
[  1518.962] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[  1518.962] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1518.962] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1518.962] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1518.962] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1518.962] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1518.962] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1518.962] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1518.962] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1518.962] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1554.935] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[  1554.935] (II) fglrx(0): Using hsync ranges from config file
[  1554.935] (II) fglrx(0): Using vrefresh ranges from config file
[  1554.935] (II) fglrx(0): Printing DDC gathered Modelines:
[  1554.935] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[  1554.935] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1554.935] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1554.935] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1554.935] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1554.935] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1554.935] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1554.935] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1554.935] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1554.935] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1703.399] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[  1703.399] (II) fglrx(0): Using hsync ranges from config file
[  1703.399] (II) fglrx(0): Using vrefresh ranges from config file
[  1703.399] (II) fglrx(0): Printing DDC gathered Modelines:
[  1703.399] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[  1703.399] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1703.399] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1703.399] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1703.399] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1703.399] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1703.399] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1703.399] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1703.399] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1703.399] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1892.268] (II) fglrx(0): EDID vendor "DEL", prod id 40981
[  1892.268] (II) fglrx(0): Using hsync ranges from config file
[  1892.268] (II) fglrx(0): Using vrefresh ranges from config file
[  1892.268] (II) fglrx(0): Printing DDC gathered Modelines:
[  1892.268] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[  1892.268] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1892.268] (II) fglrx(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  1892.268] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1892.268] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1892.268] (II) fglrx(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  1892.268] (II) fglrx(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  1892.268] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1892.268] (II) fglrx(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  1892.268] (II) fglrx(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

szafa
Posty: 5
Rejestracja: 28 listopada 2009, 18:13

Post autor: szafa »

amdccle nie dzial, jak mam to doinstalowac/uruchomic?

Kod: Zaznacz cały

bash: amdccle: command not found
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Plik nazywa się:

Kod: Zaznacz cały

amdcccle
3xc.

Możliwe, że już to uruchamiasz z menu, jest to graficzny konfigurator od AMD dostarczany razem ze sterownikami. W debianie dostarczany w pakiecie:

Kod: Zaznacz cały

fglrx-control
Jeżeli instalowałeś sterowniki przy pomocy instalatora bezpośrednio ze strony AMD to powinieneś już to mieć.

Chodzi o to, że przed uruchomieniem tego musisz przygotować odpowiednio xorg.conf.
szafa
Posty: 5
Rejestracja: 28 listopada 2009, 18:13

Post autor: szafa »

w menu nie ma :( . Sterowniki zainstalowale zgodnie z instrukcja z wiki :
https://wiki.debian.org/ATIProprietary# ... 2Wheezy.22

fglrx nie tworzy pliku configuracyjnego wiec zgodnie z wiki utworzylem

Kod: Zaznacz cały

# mkdir /etc/X11/xorg.conf.d# echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "fglrx"\nEndSection' > /etc/X11/xorg.conf.d/20-fglrx.conf
pozniej wywalilem to i probowalem xorg.conf zgodnie z :
https://wiki.debian.org/Xorg

Jak widac w pierwszy wpisie xorg.conf zostal utworzony i teraz wyglada ze musze dodacopcje maximum 2560x1024 (chyba nazywa sie to virtual screen) aby wysietlic obraz na dwuch monitorach?

xrandr -q pokazuje ze obecnie mam ustawione ta opcje na maximum 1920 x 1920 i dlatego system nie moze prawidlowo wyswietlic obrazu.

To moje poczatki z linuxem wiex prosze o wyrozumialosc :)
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

1. Skoro nie masz to zainstaluj pakiet:

Kod: Zaznacz cały

fglrx-control
2. Polecenia (jako root):

Kod: Zaznacz cały

aticonfig --initial --desktop-setup=horizontal --overlay-on=1
lub

Kod: Zaznacz cały

aticonfig --initial=dual-head --screen-layout=left
Nie działają? Bo to one tworzą xorg.conf. Zapoznaj się dokładnie z linkiem z drugiego postu tego tematu.
szafa
Posty: 5
Rejestracja: 28 listopada 2009, 18:13

Post autor: szafa »

Rafal_F dzieki wielkie. Doinstalowalem fglrx-controle plus drugie polecenie z posta powyzej i dziala :) . Pojawilo sie graficzne narzedzie AMD. Dodam tylko ze po restarcie ponownie nie moge uruchomic amdcccle z konsoli?

Kod: Zaznacz cały

bash: amdccle: command not found
Pobawie sie tym wiecej jak znajde wolny czas, najwazniejsze ze moge pracowac na dwoch monitorach. Teraz czas na drukarke(CUPS) no i skaner, bedzie wesolo :)
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

3xc:

Kod: Zaznacz cały

amd[b]ccc[/b]le
szafa
Posty: 5
Rejestracja: 28 listopada 2009, 18:13

Post autor: szafa »

tak to jest jak sie uzywa kopiuj i wklej :) . dzieki pozdrawiam :)
ODPOWIEDZ