Issue with using BAPI_ACC_DOCUMENT_POST to write to table FAGLFLEXA.

Hi,
I'm using BAPI_ACC_DOCUMENT_POST to do intercompany posting. The posting is successful and I got the document created. The only problem is data is not written into table FAGLFLEXA. I searched in the forum and it said to make us of BTE RWBAPI01 to pass in the ledger to the document header. I have tried that, but that only writting the ledger to the document header in BKPF, still the data is not writting to the FAGLFLEXA table.

Hi,
I'm having the same problem. Could you solve this?
Thank you in advance.
Andrea

Similar Messages

  • Issues with using XMLType indexes against a table with XMLType column

    I am attempting to use an XMLIndex with a Structured Component and not having too much luck. Not much data in metalink nor is the documentation very helpful:
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10492/xdb_indexing.htm#BCGHGIGC
    The table DDL is as follows:
    CREATE TABLE ECI_SCHEMA.REV_ITEM_EARN_DTL_VIRTUAL(
    REV_ITEM_EARN_DTL_ID_NBR NUMBER(16,0) NOT NULL,
    UNIQ_MSG_ID_NBR VARCHAR2(50) NOT NULL,
    REV_ITEM_BILL_DTL_ID_NBR NUMBER(16,0),
    PLAN_RACN_NBR NUMBER(10,0) NOT NULL,
    INV_DTL_IMG SYS.XMLType NOT NULL,
    NON_INV_DTL_IMG BLOB NOT NULL,
    PART_KEY_CD GENERATED ALWAYS AS (MOD(PLAN_RACN_NBR,5)) VIRTUAL,
    LAST_UPDT_TMSTP TIMESTAMP(6) NOT NULL,
    INV_ID_NBR NUMBER(16,0),
    ITEM_STATUS_CD VARCHAR2(1) DEFAULT 'A' NOT NULL
    LOB (NON_INV_DTL_IMG) STORE AS NON_IDI_LOB (CHUNK 8192 PCTVERSION 10 CACHE)
    TABLESPACE ECI_DATA
    PARTITION BY RANGE (PART_KEY_CD)
    PARTITION RIED_DAY0_PART
    VALUES LESS THAN (1)
    TABLESPACE ECI_DATA
    PARTITION RIED_DAY1_PART
    VALUES LESS THAN (2)
    TABLESPACE ECI_DATA
    PARTITION RIED_DAY2_PART
    VALUES LESS THAN (3)
    TABLESPACE ECI_DATA
    PARTITION RIED_DAY3_PART
    VALUES LESS THAN (4)
    TABLESPACE ECI_DATA
    PARTITION RIED_MAXVAL_PART
    VALUES LESS THAN (MAXVALUE)
    TABLESPACE ECI_DATA
    XMLTYPE COLUMN "INV_DTL_IMG" STORE AS OBJECT RELATIONAL
    XMLSCHEMA "someXdbDocument.xsd"
    ELEMENT "revenueInvoice"
    According to the documentation, I should be able to create a structured XMLIndex on the XMLType column with the following syntax:
    SQL> create index eci_schema.rev_item_earn_dtl_virt_xmlix on eci_schema.rev_item_earn_dtl_virtual
    2 (INV_DTL_IMG)
    3 INDEXTYPE IS XDB.XMLIndex
    4 parameters ('PATH TABLE RIED_PATH_TABLE')
    5 local;
    When I do this, I get the following error:
    create index eci_schema.rev_item_earn_dtl_virt_xmlix on eci_schema.rev_item_earn_dtl_virtual
    ERROR at line 1:
    ORA-29958: fatal error occurred in the execution of ODCIINDEXCREATE routine
    ORA-30959: The indexed column is not stored in CLOB.
    What am I doing wrong? Based on the Oracle documentation, I was under the impression that 11.2 XMLIndex would work with Object Relational storage. Is this not the case?

    CREATE INDEX ECI_SCHEMA.REV_ITEM_EARN_DTL_IX7
           ON ECI_SCHEMA.REV_ITEM_EARN_DTL
                      extractValue(inv_dtl_img, '/revenueInvoice/service/transportation/mstrTrkngNbr')
    TABLESPACE ECI_REV_ITEM_EARN_DTL_IX7_ITS
    LOGGING
    PARALLEL(DEGREE 8 INSTANCES 1)
    LOCAL
    /Elements that occur at most once in each document can be indexed using extractValue(). Despite the fact that the index appears to be a functional index, when we create the index we automatically re-write the create index into a normal btree index on the column that contains the value for the element identified by the xpath.
    Eg in the case of a functional index based on extractValue, defined on XMLType using Object relational storage, with an xpath that identifies a node that occurs at most once in each document is not a functional index, it's re-written into a plain old vanilla btree index. You can actually check this by looking in the system tables
    Eg
    SQL> connect system/oracle
    Connected.
    SQL> select table_name, index_name from all_indexes where owner = 'OE' and table_name = 'PURCHASEORDER';
    TABLE_NAME                     INDEX_NAME
    PURCHASEORDER                  LINEITEM_TABLE_MEMBERS
    PURCHASEORDER                  ACTION_TABLE_MEMBERS
    PURCHASEORDER                  SYS_C0011037
    SQL> alter session set current_schema = OE
      2  /
    Session altered.
    SQL> create unique index PO_REF_INDEX on PURCHASEORDER (extractValue(object_value,'/PurchaseOrder/Reference'));
    Index created.
    SQL> set lines 250
    SQL> select index_name, index_type from all_indexes where owner = 'OE' and table_name = 'PURCHASEORDER';
    INDEX_NAME                     INDEX_TYPE
    PO_REF_INDEX                   NORMAL
    LINEITEM_TABLE_MEMBERS         NORMAL
    ACTION_TABLE_MEMBERS           NORMAL
    SYS_C0011037                   NORMAL
    SQL> select * from dba_ind_expressions where table_name = 'PURCHASEORDER' and index_owner = 'OE'
      2  /
    no rows selectedFrom the above we can see that the index created on extractValue has been re-written in a plain old vanilla BTREE index, and there is no definition for it in dba_ind_expressions So assuming you were able to create the index and insert the data you should find that your index is not a functional index.
    ]

  • Performance issue with using buffering in a APPL0 or APPL1 Table

    Hi,
    Can anyone please tell me whether there's any serious performace issue with using buffering for a Master or Transaction table? I'm asking this because when I run code inspector for my transp table I'm getting information message:
    Message Code 0011 ==> Buffereing is Activated but Delivery Class Is "A" and Message Code 0014 ==> Buffereing is Activated but Data Class Is "APPL1".
    So what's other way round for improving performance.
    Thanks,
    Mahesh M.S.

    Hi,
    have you read the documentation?
    Let me paste it here for you:
    Buffering is switched on for the examined table and it has data type 'APPL0' or 'APPL1'.
    Tables with data type 'APPL0' or 'APPL1' should contain master or transaction data, so these tables should either contain a large amount of data or their content should change frequently. Therefore buffering the table is unfavourable. Very large tables suppress other tables in the buffer memory and hence slow done any access to them. Transaction data should not be buffered because the synchronization of the changes on the various application servers is very time consuming.
    In exceptional cases, small master data tables ('APPL0', size category 0) can be buffered.
    The solution depends on the table content. If it is master or transaction data, the table should not be buffered. If the table content does not consist of master or transaction data, the data type should be corrected accordingly.
    This should answer your questions...
    Kind regards,
    Hermann

  • Any issues with using LDAP on LINUX for GRC 5.2 UME?

    Our company is converting our LDAP servers from AIX to LINUX.  The DNS name used in our UME connection should not change.  Are there any issues with using LDAP on LINUX?  We are currently on GRC 5.2 SP9 (in the middle of upgrading to SP12).
    Also, I have been trying to connect our test UME system to a test LDAP box that has already been converted to LINUX but keep getting a 'connection failed' error when I try to test it. 
    Do you have to reboot the server to test changing the LDAP connections?  I've been trying it by going into UME, pulling up the LDAP tab, hitting the Modify button, entering the new userid and password for test LDAP, and hitting the Test Connection button.  I've verified that this userid and password is correct for test LDAP.
    Is there a way to get more information about why the connection failed?
    Thanks.

    I've been told by our LDAP Support group that none of the other configuration settings should have to be changed.  I should only have to change the id and password to connect to a test version of LDAP instead of our regular connection to the production LDAP.
    Can you test a connection for a different userid/password without having to reboot/restart the server?  Do I need to change these two settings, save then, reboot/restart, and then do the Test Connection button?
    Thanks.

  • Issues with using relative links in Captivate 8

    Is anyone else having issues with using relative links in Captivate 8?  These links all used to work in the previous version of Captivate. And I could have sworn this was fixed already once in Captivate 8 but it's popping up again for us. Here is the situation... We have courses that are made up of multiple lessons which as separate Captivate files. Within those lessons are buttons to link to external documents (which live in a shared document folder), demonstrations, etc.  We use relative links because we post these to our amazon servers and we also sell them to clients where they can post them on their own web servers or in their LMS.  SO we can't put in full paths for the links or we'd have to change them constantly.  So an example is that the link for a button might be "../Document/nameofdoc.pdf"  This would be going to a user guide or something that is posted in the "Document" folder that lives at the same level as the lesson's folder. But now, all of the sudden, none of our bazillion links is working. And I've tried buttons, hyperlinks, and even the old click box. Nothing works with relative links. And I did check the permissions on every file and folder on our Amazon server to verify nothing changed there as well.   Any suggestions?

    I have the same issue with relative links using Captivate 8.  I am trying to load Captivate modules into an LMS using relative links to document files within the LMS.  The links work fine during a site page test so not an issue in the LMS, but from the Captivate module they aren't working....
    Help?

  • Issues with using the output redirection character with newer NXOS versions?

    Has anyone seen any issues with using the output redirection character with newer NXOS versions?
    Am receiving "Error 0x40870004 while copying."
    Simply copying a file from bootflash to tftp is ok.
    This occurs for both 3CDaemon and Tftpd32 softwares.
    Have tried it on multiple switches - same issue.
    Any known bugs?
    thanks!
    The following is an example of bad (NXOS4.1.1b) and good (SANOS3.2.1a)
    MDS2# sho ver | inc system
      system:    version 4.1(1b)
      system image file is:    bootflash:///m9200-s2ek9-mz.4.1.1b.bin
      system compile time:     10/7/2008 13:00:00 [10/11/2008 09:52:55]
    MDS2# sh int br > tftp://10.73.54.194
    Trying to connect to tftp server......
    Connection to server Established. Copying Started.....
    TFTP put operation failed:Access violation
    Error 0x40870004 while copying tftp://10.73.54.194/
    MDS2# copy bootflash:cpu_logfile tftp://10.73.54.194
    Trying to connect to tftp server......
    Connection to server Established. Copying Started.....
    |
    TFTP put operation was successful
    MDS2#
    ck-ci9216-001# sho ver | inc system
      system:    version 3.2(1a)
      system image file is:    bootflash:/m9200-ek9-mz.3.2.1a.bin
      system compile time:     9/25/2007 18:00:00 [10/06/2007 06:46:51]
    ck-ci9216-001# sh int br > tftp://10.73.54.194
    Trying to connect to tftp server......
    |
    TFTP put operation was successful

    Please check with new version of TFTPD 32 server. The error may be due to older version of TFPT server, the new version available solved this error. Files are getting uploaded with no issues.
    1. Download tftpd32b.zip from:
    http://tftpd32.jounin.net/tftpd32_download.html
    2. Copy the tftpd32b.zip file into an empty directory and extract it.
    3. Copy the file you want to transver into the directory containing tftpd32.exe.
    4. Run tftpd32.exe from that directory. The "Base Directory" field should show the path to the directory containing the file you want to transfer.
    At this point, the tftpserver is ready to begin serving files. As devices request files, the main tftpd32 window will log the requests.
    Best Regards...

  • HR ABAP: Issue with using 'nocommit' parameter on FM HR_INFOTYPE_OPERATION

    Issue with using nocommit parameter on FM HR_INFOTYPE_OPERATION:
    My client has a requirement to create the following 4 infotypes in sequence in a LUW, i.e either all are created or none is created.
    9045   (custom infotype)
    0045
    0078
    0015
    I tried to use the nocommit parameter on FM HR_INFOTYPE_OPERATION to insert the 4 infotypes
    in a nocoomit mode and then at the end I have issued
    'Commit Work', but to my surprise only I/T 0015 is created in the database and the first three (9045, 0045 and 0078) did not make it to database.
    I searched many threads on SDN but could not find a solution.
    Please let me know if there could be any solution to implement the LUW.
    YOur inputs will be appreciated.

    Hi ,
    i think u can also try with this FM HR_MAINTAIN_MASTERDATA , see its documentations.
    no commit works like a simulation mode , what u can do is  ,
    call FM for all Infotypes and collect all error msgs if any , then finally call FM for all infotypes again without passing nocommit work ( i.e space).
    regards
    prabhu

  • HI. ... Anyone know of any issues with using Logic Pro music software with Mountain lion OS.. I have heard rumours in the past is that all sorted now?

    HI. ...
    Anyone know of any issues with using Logic Pro music software with Mountain lion OS..
    I have heard rumours in the past is that all sorted now?

    At least Logic Pro 9 and Logic Pro X work correctly in Mountain Lion. Furthermore, Logic Pro X requires the latest OS X Mountain Lion version

  • Are there any issues with using OS X Mavericks and Premiere CC?

    Are there any issues with using OS X Mavericks and Premiere CC?

    Official statement: http://blogs.adobe.com/premierepro/2013/10/premiere-pro-and-mac-os-x-10-9-mavericks.html
    Peter Garaway
    Adobe
    Premiere Pro

  • Are there any know issues with using multiple (2) apple tv's in the same household??

    I'm thinking of getting a second Apple TV. Are there any known issues with using multiple (2) apple tv's in the same household? Thank you in advance.

    No, shouldn't have any problems

  • Issue with use of collection type attibutes of oracle custom objects in BC4

    Hi There,
    Just see the simulation, it seems to be an issue with BC4J/OC4j when we have an attribute in the view object mapped to a database column that is of type collection of custom oracle objects.
    1-     I have a oracle type Quantity that is defined to contain 2 numbers
    2-     I have a oracle collection QuantityList that is a collection of Quantity objects.
    3-     I have a table defined as :
    CREATE TABLE ANU_TEST_QUANTITYLIST
      ID        NUMBER,
      USR_DATA  QUANTITYLIST
    NESTED TABLE USR_DATA STORE AS ANU_QUANTITYLIST;4-     Now I try to select the id and usr_data column of this table through the VAnuTestQuantityList view.
    5-     It throws the following exception:
    ## Detail 0 ##
    java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)

    I try using the "Business components from tables" wizard to create a new EO, VO, and AM related to the ANU_TEST_QUANTITYLIST and it works fine for me. You'll see that JDeveloper creates you a custom Quantitylist domain object as part of this process.
    If you are making programmatic use of the oracle.sql.STRUCT then you will see this error in three-tier.
    Use the oracle.jbo.domain.Struct instead.

  • Issue with Multiple LTS for a fact table and filters

    Hello,
    I am facing an issue with obiee 10g.
    In my model, I have a huge FACT table F1 (partitioned and indexed). The average response time for the queries, which targeted it, was ~30-60 seconds, which was not really convincing our end user.
    So, we decided to create a materialized view, which removes some dimensions that are not used by default, but might be used if the end user adds some filters. I added the Materialized view in the Physical Layer and in the corresponding Logical Table Source.
    I then tried to see if it works, but I was a bit surprised by the result. Indeed,
    -> If the report does not reference a truncated dimension, it targets the materialized view. -> Perfect
    -> If the report does reference a truncated dimension in the columns, it targets the Fact Table. -> Perfect
    -> If the report does reference a truncated dimension in the Filters, it targets the materialized view. For this reason, the filter is never resolved and no join on the dimension table is applied, whereas it exists in logical SQL generated. -> Ko.
    A suggestion could be to add the filters into the columns, but I am not satisfied by this response because it will never use the materialized view in that case.
    An other suggestion could be to use query rewrite, but I 'd like to have the full control on the generation of the queries.
    Does someone know if the filters are not evaluated to determine which LTS to use? How can I force this evaluation?
    Regards,

    Hi,
    If I understand your description correctly, then your materialized view skips some dimensions (infrequent ones). However, when you reference these skipped dimensions in filters, the queries are hitting the materialized view and failing as these values do not exist. In this case, you could resolve it as follows
    1. Create dimensional hierarchies for all dimensions.
    2. In the fact table's logical sources set the content tabs properly. (Yes, I think this is it).
    When you skipped some dimensions, the grain of the new fact source (the materialized view in this case) is changed. For example:
    Say a fact is available with the keys for Product, Customer, Promotion dimensions. The grain for this is Product * Customer * Promotion
    Say another fact is available with the keys for Product, Customer. The grain for this is Product * Customer (In fact, I would say it is Product * Customer * Promotion Total).
    So in the second case, the grain of the table is changed. So setting appropriate content levels for these sources would automatically switch the sources.
    So, I request you to try these settings and let me know if it works.
    Thank you,
    Dhar

  • Performance issue with using MAX function in pl/sql

    Hello All,
    We are having a performance issue with the below logic wherein MAX is being used in order to get the latest instance/record for a given input variable ( p_in_header_id).. the item_key is having the format as :
    p_in_header_id - <number generated from a sequence>
    This query to fetch even 1 record takes around 1 minutes 30 sec..could someone please help if there is a better way to form this logic & to improve performance in this case.
    We want to get the latest record for the item_key ( this we are getting using MAX (begin_date)) for a given p_in_header_id value.
    Query 1 :
    SELECT item_key FROM wf_items WHERE item_type = 'xxxxzzzz'
    AND SUBSTR (item_key, 1, INSTR (item_key, '-') - 1) =p_in_header_id
    AND root_activity ='START_REQUESTS'
    AND begin_date =
    (SELECT MAX (begin_date) FROM wf_items WHERE item_type = 'xxxxzzzz'
    AND root_activity ='START_REQUESTS'
    AND SUBSTR (item_key, 1, INSTR (item_key, '-') - 1) =p_in_header_id);
    Could someone please help us with this performance issue..we are really stuck because of this
    regards

    First of all Thanks to all gentlemen who replied ..many thanks ...
    Tried the ROW_NUMBER() option but still it is taking time...have given output for the query and tkprof results as well. Even when it doesn't fetch any record ( this is a valid cased because the input header id doesn't have any workflow request submitted & hence no entry in the wf_items table)..then also see the time it has taken.
    Looked at the RANK & DENSE_RANK options which were suggested..but it is still taking time..
    Any further suggestions or ideas as to how this could be resolved..
    SELECT 'Y', 'Y', ITEM_KEY
    FROM
    ( SELECT ITEM_KEY, ROW_NUMBER() OVER(ORDER BY BEGIN_DATE DESC) RN FROM
    WF_ITEMS WHERE ITEM_TYPE = 'xxxxzzzz' AND ROOT_ACTIVITY = 'START_REQUESTS'
    AND SUBSTR(ITEM_KEY,1,INSTR(ITEM_KEY,'-') - 1) = :B1
    ) T WHERE RN <= 1
    call count cpu elapsed disk query current rows
    Parse 0 0.00 0.00 0 0 0 0
    Execute 1 0.00 1.57 0 0 0 0
    Fetch 1 8700.00 544968.73 8180 8185 0 0
    total 2 8700.00 544970.30 8180 8185 0 0
    many thanks

  • Issue with using Dropdown in Adobe forms

    Hi Gurus,
    I am facing an issue with dropdown values after binding with a field in a table,
    The first value in the dropdown is getting replaced by the selected value in dropdown in interactive adobe form.
    Has any one come across this issue. Please guide me.
    Regards,
    Prakash.

    Hi Prakash,
    Do not use Data Binding tab to bind the Drop down,
    Select Specify Item Values
    There in binding tab specify binding and there are few more options to specify Item Text and Item Value.
    Please find the below screenshot for the same.
    Thanks & regards,
    Rajkamal.

  • Issues with using 3 monitors on 2 external gpu

    Hi,
    I have some issues with configuring Xorg to use 3 monitors. I have 2 external graphic cards (same model, no SLI). Monitors connected to the first gpu are recognized ok but I can't configure my 3rd monitor conencted to the second gpu via HDMI nor DVI.
    1st is recognized as DVI-I-1, 2nd is DP-1 in first card, 3rd monitor is in second card (bus 22:00.0) as DP-1-2 (also tried connecting as DVI-I-2). I can see them in Xorg log but I can't configure my 3rd monitor via kscreen nor xrandr. :-/
    lspci |grep VGA:
    03:00.0 VGA compatible controller: NVIDIA Corporation GF108GL [Quadro 600] (rev a1)
    22:00.0 VGA compatible controller: NVIDIA Corporation GF108GL [Quadro 600] (rev a1)
    xrandr:
    Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
    DVI-I-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 527mm x 297mm
    1920x1080 60.0*+
    1600x900 60.0
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DP-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 527mm x 297mm
    1920x1080 60.0*+
    1600x900 60.0
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    Xorg config (autoconfig enable only 2 monitors, I generated config and tried to edit it with no luck, I noticed there is PCI:34:0:0 generated by Xorg so I also tried to change it to 22:0:0, I also tried to add that option "Monitor-<output>" but same result):
    Section "ServerLayout"
    Identifier "X.org Configured"
    #Screen 0 "Screen0" 0 0
    #Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    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 "DELL"
    Option "Monitor-DVI-I-1" "DVI-I-1"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "DELL"
    Option "Monitor-DP-1" "DP-1"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "DELL"
    Option "Monitor-DP-1-2" "DP-1-2"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nouveau"
    BusID "PCI:3:0:0"
    Option "Monitor-DVI-I-1"
    Option "Monitor-DP-1"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "nouveau"
    BusID "PCI:34:0:0"
    Option "Monitor-DP-1-2"
    EndSection
    Xorg log (I can see that monitor at time 1767.316):
    [ 1766.959]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 1766.960] X Protocol Version 11, Revision 0
    [ 1766.960] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 1766.960] Current Operating System: Linux CZ09DT1XM5002 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64
    [ 1766.960] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e2c593e5-b0f4-4c74-84fd-5a88db345ca4 rw quiet
    [ 1766.961] Build Date: 13 December 2013 03:11:42PM
    [ 1766.962]
    [ 1766.962] Current version of pixman: 0.32.4
    [ 1766.963] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1766.963] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1766.965] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Jan 2 12:43:56 2014
    [ 1766.965] (++) Using config file: "/etc/X11/xorg.conf.d/20-multimonitor.conf"
    [ 1766.966] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1766.966] (==) ServerLayout "X.org Configured"
    [ 1766.966] (==) No screen section available. Using defaults.
    [ 1766.966] (**) |-->Screen "Default Screen Section" (0)
    [ 1766.966] (**) | |-->Monitor "<default monitor>"
    [ 1766.966] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 1766.966] (**) | |-->Device "Card0"
    [ 1766.966] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1766.966] (**) |-->Input Device "Mouse0"
    [ 1766.966] (**) |-->Input Device "Keyboard0"
    [ 1766.966] (==) Automatically adding devices
    [ 1766.966] (==) Automatically enabling devices
    [ 1766.966] (==) Automatically adding GPU devices
    [ 1766.966] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1766.966] Entry deleted from font path.
    [ 1766.966] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1766.966] Entry deleted from font path.
    [ 1766.966] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1766.966] Entry deleted from font path.
    [ 1766.966] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1766.967] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1766.967] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1766.967] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1766.967] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 1766.967] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 1766.967] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 1766.967] (WW) Disabling Mouse0
    [ 1766.967] (WW) Disabling Keyboard0
    [ 1766.967] (II) Loader magic: 0x7fec20
    [ 1766.967] (II) Module ABI versions:
    [ 1766.967] X.Org ANSI C Emulation: 0.4
    [ 1766.967] X.Org Video Driver: 14.1
    [ 1766.967] X.Org XInput driver : 19.1
    [ 1766.967] X.Org Server Extension : 7.0
    [ 1766.967] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1766.967] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1767.169] (--) PCI:*(0:3:0:0) 10de:0df8:10de:0835 rev 161, Mem @ 0xc6000000/16777216, 0xc8000000/134217728, 0xd0000000/33554432, I/O @ 0x00007000/128, BIOS @ 0x????????/524288
    [ 1767.169] (--) PCI: (0:34:0:0) 10de:0df8:10de:0835 rev 161, Mem @ 0xfa000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
    [ 1767.169] Initializing built-in extension Generic Event Extension
    [ 1767.170] Initializing built-in extension SHAPE
    [ 1767.170] Initializing built-in extension MIT-SHM
    [ 1767.170] Initializing built-in extension XInputExtension
    [ 1767.171] Initializing built-in extension XTEST
    [ 1767.171] Initializing built-in extension BIG-REQUESTS
    [ 1767.172] Initializing built-in extension SYNC
    [ 1767.172] Initializing built-in extension XKEYBOARD
    [ 1767.172] Initializing built-in extension XC-MISC
    [ 1767.173] Initializing built-in extension SECURITY
    [ 1767.173] Initializing built-in extension XINERAMA
    [ 1767.174] Initializing built-in extension XFIXES
    [ 1767.174] Initializing built-in extension RENDER
    [ 1767.174] Initializing built-in extension RANDR
    [ 1767.175] Initializing built-in extension COMPOSITE
    [ 1767.175] Initializing built-in extension DAMAGE
    [ 1767.175] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1767.176] Initializing built-in extension DOUBLE-BUFFER
    [ 1767.176] Initializing built-in extension RECORD
    [ 1767.176] Initializing built-in extension DPMS
    [ 1767.177] Initializing built-in extension X-Resource
    [ 1767.177] Initializing built-in extension XVideo
    [ 1767.177] Initializing built-in extension XVideo-MotionCompensation
    [ 1767.178] Initializing built-in extension XFree86-VidModeExtension
    [ 1767.178] Initializing built-in extension XFree86-DGA
    [ 1767.178] Initializing built-in extension XFree86-DRI
    [ 1767.179] Initializing built-in extension DRI2
    [ 1767.179] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 1767.179] (II) LoadModule: "glx"
    [ 1767.179] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1767.179] (II) Module glx: vendor="X.Org Foundation"
    [ 1767.179] compiled for 1.14.5, module version = 1.0.0
    [ 1767.179] ABI class: X.Org Server Extension, version 7.0
    [ 1767.179] (==) AIGLX enabled
    [ 1767.180] Loading extension GLX
    [ 1767.180] (II) LoadModule: "nouveau"
    [ 1767.180] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 1767.180] (II) Module nouveau: vendor="X.Org Foundation"
    [ 1767.180] compiled for 1.14.4, module version = 1.0.10
    [ 1767.180] Module class: X.Org Video Driver
    [ 1767.180] ABI class: X.Org Video Driver, version 14.1
    [ 1767.180] (II) NOUVEAU driver
    [ 1767.180] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 1767.180] RIVA TNT (NV04)
    [ 1767.180] RIVA TNT2 (NV05)
    [ 1767.180] GeForce 256 (NV10)
    [ 1767.180] GeForce 2 (NV11, NV15)
    [ 1767.180] GeForce 4MX (NV17, NV18)
    [ 1767.180] GeForce 3 (NV20)
    [ 1767.180] GeForce 4Ti (NV25, NV28)
    [ 1767.180] GeForce FX (NV3x)
    [ 1767.180] GeForce 6 (NV4x)
    [ 1767.180] GeForce 7 (G7x)
    [ 1767.180] GeForce 8 (G8x)
    [ 1767.180] GeForce GTX 200 (NVA0)
    [ 1767.180] GeForce GTX 400 (NVC0)
    [ 1767.180] (--) using VT number 3
    [ 1767.182] (II) [drm] nouveau interface version: 1.1.1
    [ 1767.183] (II) [drm] nouveau interface version: 1.1.1
    [ 1767.183] (II) Loading sub module "dri2"
    [ 1767.183] (II) LoadModule: "dri2"
    [ 1767.183] (II) Module "dri2" already built-in
    [ 1767.183] (--) NOUVEAU(0): Chipset: "NVIDIA NVC1"
    [ 1767.183] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1767.183] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 1767.183] (==) NOUVEAU(0): RGB weight 888
    [ 1767.183] (==) NOUVEAU(0): Default visual is TrueColor
    [ 1767.183] (==) NOUVEAU(0): Using HW cursor
    [ 1767.183] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 1767.183] (==) NOUVEAU(0): Page flipping enabled
    [ 1767.183] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 1767.222] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 1767.230] (II) NOUVEAU(0): Output DP-1 has no monitor section
    [ 1767.265] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 1767.265] (II) NOUVEAU(0): Manufacturer: DEL Model: a09b Serial#: 827608652
    [ 1767.265] (II) NOUVEAU(0): Year: 2013 Week: 41
    [ 1767.265] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1767.265] (II) NOUVEAU(0): Digital Display Input
    [ 1767.265] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 53 vert.: 30
    [ 1767.265] (II) NOUVEAU(0): Gamma: 2.20
    [ 1767.265] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1767.265] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1767.265] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1767.265] (II) NOUVEAU(0): redX: 0.650 redY: 0.338 greenX: 0.320 greenY: 0.613
    [ 1767.265] (II) NOUVEAU(0): blueX: 0.154 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
    [ 1767.265] (II) NOUVEAU(0): Supported established timings:
    [ 1767.265] (II) NOUVEAU(0): 720x400@70Hz
    [ 1767.265] (II) NOUVEAU(0): 640x480@60Hz
    [ 1767.265] (II) NOUVEAU(0): 640x480@75Hz
    [ 1767.265] (II) NOUVEAU(0): 800x600@60Hz
    [ 1767.265] (II) NOUVEAU(0): 800x600@75Hz
    [ 1767.265] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1767.265] (II) NOUVEAU(0): 1024x768@75Hz
    [ 1767.265] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 1767.265] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1767.265] (II) NOUVEAU(0): Supported standard timings:
    [ 1767.265] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1767.265] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1767.265] (II) NOUVEAU(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 1767.265] (II) NOUVEAU(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1767.265] (II) NOUVEAU(0): Supported detailed timing:
    [ 1767.265] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 527 x 297 mm
    [ 1767.265] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1767.265] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1767.265] (II) NOUVEAU(0): Serial No: 36WJX3A91TNL
    [ 1767.265] (II) NOUVEAU(0): Monitor name: DELL P2414H
    [ 1767.265] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 1767.265] (II) NOUVEAU(0): EDID (in hex):
    [ 1767.265] (II) NOUVEAU(0): 00ffffffffffff0010ac9ba04c4e5431
    [ 1767.265] (II) NOUVEAU(0): 2917010380351e78eaa0a5a656529d27
    [ 1767.265] (II) NOUVEAU(0): 0f5054a54b00714f8180a9c0d1c00101
    [ 1767.265] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1767.265] (II) NOUVEAU(0): 45000f292100001e000000ff00333657
    [ 1767.265] (II) NOUVEAU(0): 4a5833413931544e4c0a000000fc0044
    [ 1767.265] (II) NOUVEAU(0): 454c4c205032343134480a20000000fd
    [ 1767.265] (II) NOUVEAU(0): 00384c1e5311000a20202020202000c2
    [ 1767.265] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 1767.265] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): EDID for output DP-1
    [ 1767.273] (II) NOUVEAU(0): Manufacturer: DEL Model: a09a Serial#: 844123724
    [ 1767.273] (II) NOUVEAU(0): Year: 2013 Week: 41
    [ 1767.273] (II) NOUVEAU(0): EDID Version: 1.4
    [ 1767.273] (II) NOUVEAU(0): Digital Display Input
    [ 1767.273] (II) NOUVEAU(0): 8 bits per channel
    [ 1767.273] (II) NOUVEAU(0): Digital interface is DisplayPort
    [ 1767.273] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 53 vert.: 30
    [ 1767.273] (II) NOUVEAU(0): Gamma: 2.20
    [ 1767.273] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 1767.273] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
    [ 1767.273] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1767.273] (II) NOUVEAU(0): Preferred mode is native pixel format and refresh rate
    [ 1767.273] (II) NOUVEAU(0): redX: 0.650 redY: 0.338 greenX: 0.320 greenY: 0.613
    [ 1767.273] (II) NOUVEAU(0): blueX: 0.154 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
    [ 1767.273] (II) NOUVEAU(0): Supported established timings:
    [ 1767.273] (II) NOUVEAU(0): 720x400@70Hz
    [ 1767.273] (II) NOUVEAU(0): 640x480@60Hz
    [ 1767.273] (II) NOUVEAU(0): 640x480@75Hz
    [ 1767.273] (II) NOUVEAU(0): 800x600@60Hz
    [ 1767.273] (II) NOUVEAU(0): 800x600@75Hz
    [ 1767.273] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1767.273] (II) NOUVEAU(0): 1024x768@75Hz
    [ 1767.273] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 1767.273] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1767.273] (II) NOUVEAU(0): Supported standard timings:
    [ 1767.273] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1767.273] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1767.273] (II) NOUVEAU(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 1767.273] (II) NOUVEAU(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1767.273] (II) NOUVEAU(0): Supported detailed timing:
    [ 1767.273] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 527 x 297 mm
    [ 1767.273] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1767.273] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1767.273] (II) NOUVEAU(0): Serial No: 36WJX3A92PNL
    [ 1767.273] (II) NOUVEAU(0): Monitor name: DELL P2414H
    [ 1767.273] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 1767.273] (II) NOUVEAU(0): EDID (in hex):
    [ 1767.273] (II) NOUVEAU(0): 00ffffffffffff0010ac9aa04c4e5032
    [ 1767.273] (II) NOUVEAU(0): 29170104a5351e783aa0a5a656529d27
    [ 1767.273] (II) NOUVEAU(0): 0f5054a54b00714f8180a9c0d1c00101
    [ 1767.273] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1767.273] (II) NOUVEAU(0): 45000f292100001e000000ff00333657
    [ 1767.273] (II) NOUVEAU(0): 4a5833413932504e4c0a000000fc0044
    [ 1767.273] (II) NOUVEAU(0): 454c4c205032343134480a20000000fd
    [ 1767.273] (II) NOUVEAU(0): 00384c1e5311000a2020202020200053
    [ 1767.273] (II) NOUVEAU(0): Printing probed modes for output DP-1
    [ 1767.273] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 1767.273] (II) NOUVEAU(0): Output DP-1 connected
    [ 1767.273] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 1767.273] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 1767.273] (II) NOUVEAU(0): Output DP-1 using initial mode 1920x1080
    [ 1767.273] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1767.274] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1767.274] (**) NOUVEAU(0): Mode "1600x900": 119.0 MHz (scaled from 0.0 MHz), 55.9 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1767.274] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 1767.274] (II) Loading sub module "fb"
    [ 1767.274] (II) LoadModule: "fb"
    [ 1767.274] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1767.274] (II) Module fb: vendor="X.Org Foundation"
    [ 1767.274] compiled for 1.14.5, module version = 1.0.0
    [ 1767.274] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1767.274] (II) Loading sub module "exa"
    [ 1767.274] (II) LoadModule: "exa"
    [ 1767.274] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1767.274] (II) Module exa: vendor="X.Org Foundation"
    [ 1767.274] compiled for 1.14.5, module version = 2.6.0
    [ 1767.274] ABI class: X.Org Video Driver, version 14.1
    [ 1767.274] (II) Loading sub module "shadowfb"
    [ 1767.274] (II) LoadModule: "shadowfb"
    [ 1767.274] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1767.274] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1767.274] compiled for 1.14.5, module version = 1.0.0
    [ 1767.274] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1767.274] (II) Loading sub module "dri2"
    [ 1767.274] (II) LoadModule: "dri2"
    [ 1767.274] (II) Module "dri2" already built-in
    [ 1767.274] (--) NOUVEAU(G0): Chipset: "NVIDIA NVC1"
    [ 1767.275] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
    [ 1767.275] (==) NOUVEAU(G0): RGB weight 888
    [ 1767.275] (==) NOUVEAU(G0): Default visual is TrueColor
    [ 1767.275] (==) NOUVEAU(G0): Using HW cursor
    [ 1767.275] (==) NOUVEAU(G0): GLX sync to VBlank disabled.
    [ 1767.275] (==) NOUVEAU(G0): Page flipping enabled
    [ 1767.275] (==) NOUVEAU(G0): Swap limit set to 2 [Max allowed 2]
    [ 1767.308] (II) NOUVEAU(G0): Output DVI-I-1-2 has no monitor section
    [ 1767.316] (II) NOUVEAU(G0): Output DP-1-2 has no monitor section
    [ 1767.339] (II) NOUVEAU(G0): EDID for output DVI-I-1-2
    [ 1767.347] (II) NOUVEAU(G0): EDID for output DP-1-2
    [ 1767.347] (II) NOUVEAU(G0): Manufacturer: DEL Model: a09a Serial#: 844124236
    [ 1767.347] (II) NOUVEAU(G0): Year: 2013 Week: 41
    [ 1767.347] (II) NOUVEAU(G0): EDID Version: 1.4
    [ 1767.347] (II) NOUVEAU(G0): Digital Display Input
    [ 1767.347] (II) NOUVEAU(G0): 8 bits per channel
    [ 1767.347] (II) NOUVEAU(G0): Digital interface is DisplayPort
    [ 1767.347] (II) NOUVEAU(G0): Max Image Size [cm]: horiz.: 53 vert.: 30
    [ 1767.347] (II) NOUVEAU(G0): Gamma: 2.20
    [ 1767.347] (II) NOUVEAU(G0): DPMS capabilities: Off
    [ 1767.347] (II) NOUVEAU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
    [ 1767.347] (II) NOUVEAU(G0): First detailed timing is preferred mode
    [ 1767.347] (II) NOUVEAU(G0): Preferred mode is native pixel format and refresh rate
    [ 1767.347] (II) NOUVEAU(G0): redX: 0.650 redY: 0.338 greenX: 0.320 greenY: 0.613
    [ 1767.347] (II) NOUVEAU(G0): blueX: 0.154 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
    [ 1767.347] (II) NOUVEAU(G0): Supported established timings:
    [ 1767.347] (II) NOUVEAU(G0): 720x400@70Hz
    [ 1767.347] (II) NOUVEAU(G0): 640x480@60Hz
    [ 1767.347] (II) NOUVEAU(G0): 640x480@75Hz
    [ 1767.347] (II) NOUVEAU(G0): 800x600@60Hz
    [ 1767.347] (II) NOUVEAU(G0): 800x600@75Hz
    [ 1767.347] (II) NOUVEAU(G0): 1024x768@60Hz
    [ 1767.347] (II) NOUVEAU(G0): 1024x768@75Hz
    [ 1767.347] (II) NOUVEAU(G0): 1280x1024@75Hz
    [ 1767.348] (II) NOUVEAU(G0): Manufacturer's mask: 0
    [ 1767.348] (II) NOUVEAU(G0): Supported standard timings:
    [ 1767.348] (II) NOUVEAU(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1767.348] (II) NOUVEAU(G0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1767.348] (II) NOUVEAU(G0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 1767.348] (II) NOUVEAU(G0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1767.348] (II) NOUVEAU(G0): Supported detailed timing:
    [ 1767.348] (II) NOUVEAU(G0): clock: 148.5 MHz Image Size: 527 x 297 mm
    [ 1767.348] (II) NOUVEAU(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1767.348] (II) NOUVEAU(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1767.348] (II) NOUVEAU(G0): Serial No: 36WJX3A92PPL
    [ 1767.348] (II) NOUVEAU(G0): Monitor name: DELL P2414H
    [ 1767.348] (II) NOUVEAU(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 1767.348] (II) NOUVEAU(G0): EDID (in hex):
    [ 1767.348] (II) NOUVEAU(G0): 00ffffffffffff0010ac9aa04c505032
    [ 1767.348] (II) NOUVEAU(G0): 29170104a5351e783aa0a5a656529d27
    [ 1767.348] (II) NOUVEAU(G0): 0f5054a54b00714f8180a9c0d1c00101
    [ 1767.348] (II) NOUVEAU(G0): 010101010101023a801871382d40582c
    [ 1767.348] (II) NOUVEAU(G0): 45000f292100001e000000ff00333657
    [ 1767.348] (II) NOUVEAU(G0): 4a583341393250504c0a000000fc0044
    [ 1767.348] (II) NOUVEAU(G0): 454c4c205032343134480a20000000fd
    [ 1767.348] (II) NOUVEAU(G0): 00384c1e5311000a202020202020004f
    [ 1767.348] (II) NOUVEAU(G0): Printing probed modes for output DP-1-2
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1767.348] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
    [ 1767.348] (**) NOUVEAU(G0): Mode "1920x1080": 173.0 MHz (scaled from 0.0 MHz), 67.2 kHz, 60.0 Hz
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
    [ 1767.348] (==) NOUVEAU(G0): DPI set to (96, 96)
    [ 1767.348] (II) Loading sub module "fb"
    [ 1767.348] (II) LoadModule: "fb"
    [ 1767.348] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1767.348] (II) Module fb: vendor="X.Org Foundation"
    [ 1767.348] compiled for 1.14.5, module version = 1.0.0
    [ 1767.348] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1767.348] (II) Loading sub module "exa"
    [ 1767.348] (II) LoadModule: "exa"
    [ 1767.348] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1767.348] (II) Module exa: vendor="X.Org Foundation"
    [ 1767.348] compiled for 1.14.5, module version = 2.6.0
    [ 1767.348] ABI class: X.Org Video Driver, version 14.1
    [ 1767.348] (II) Loading sub module "shadowfb"
    [ 1767.348] (II) LoadModule: "shadowfb"
    [ 1767.348] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1767.348] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1767.348] compiled for 1.14.5, module version = 1.0.0
    [ 1767.348] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1767.348] (--) Depth 24 pixmap format is 32 bpp
    [ 1767.351] (II) NOUVEAU(G0): Opened GPU channel 0
    [ 1767.359] (II) NOUVEAU(G0): [DRI2] Setup complete
    [ 1767.359] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
    [ 1767.359] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
    [ 1767.360] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 1767.360] (II) EXA(256): Driver registered support for the following operations:
    [ 1767.360] (II) Solid
    [ 1767.360] (II) Copy
    [ 1767.360] (II) Composite (RENDER acceleration)
    [ 1767.360] (II) UploadToScreen
    [ 1767.360] (II) DownloadFromScreen
    [ 1767.360] (==) NOUVEAU(G0): Backing store disabled
    [ 1767.360] (==) NOUVEAU(G0): Silken mouse enabled
    [ 1767.360] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1767.360] (II) NOUVEAU(G0): [XvMC] Extension initialized.
    [ 1767.360] (==) NOUVEAU(G0): DPMS enabled
    [ 1767.360] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1767.360] (WW) NOUVEAU(G0): Option "Monitor-DVI-I-1" is not used
    [ 1767.360] (WW) NOUVEAU(G0): Option "Monitor-DP-1" is not used
    [ 1767.362] (II) NOUVEAU(0): Opened GPU channel 0
    [ 1767.366] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 1767.366] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 1767.366] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 1767.366] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 1767.366] (II) EXA(0): Driver registered support for the following operations:
    [ 1767.366] (II) Solid
    [ 1767.366] (II) Copy
    [ 1767.366] (II) Composite (RENDER acceleration)
    [ 1767.366] (II) UploadToScreen
    [ 1767.366] (II) DownloadFromScreen
    [ 1767.366] (==) NOUVEAU(0): Backing store disabled
    [ 1767.366] (==) NOUVEAU(0): Silken mouse enabled
    [ 1767.366] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1767.366] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 1767.366] (==) NOUVEAU(0): DPMS enabled
    [ 1767.366] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1767.366] (--) RandR disabled
    [ 1767.388] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1767.388] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1767.388] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1767.388] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1767.388] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1767.388] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1767.388] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1767.389] (II) AIGLX: Loaded and initialized nouveau
    [ 1767.389] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1767.390] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 1767.393] (II) NOUVEAU(0): NVEnterVT is called.
    [ 1767.444] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
    [ 1767.444] resize called 1920 1080
    [ 1767.479] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 1767.479] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1767.479] (II) LoadModule: "evdev"
    [ 1767.479] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1767.479] (II) Module evdev: vendor="X.Org Foundation"
    [ 1767.479] compiled for 1.14.3, module version = 2.8.2
    [ 1767.479] Module class: X.Org XInput Driver
    [ 1767.479] ABI class: X.Org XInput driver, version 19.1
    [ 1767.479] (II) Using input driver 'evdev' for 'Power Button'
    [ 1767.479] (**) Power Button: always reports core events
    [ 1767.479] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 1767.479] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1767.479] (--) evdev: Power Button: Found keys
    [ 1767.479] (II) evdev: Power Button: Configuring as keyboard
    [ 1767.479] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 1767.479] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 1767.479] (**) Option "xkb_rules" "evdev"
    [ 1767.479] (**) Option "xkb_model" "pc104"
    [ 1767.479] (**) Option "xkb_layout" "us"
    [ 1767.499] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 1767.499] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1767.499] (II) Using input driver 'evdev' for 'Power Button'
    [ 1767.500] (**) Power Button: always reports core events
    [ 1767.500] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 1767.500] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1767.500] (--) evdev: Power Button: Found keys
    [ 1767.500] (II) evdev: Power Button: Configuring as keyboard
    [ 1767.500] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event1"
    [ 1767.500] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 1767.500] (**) Option "xkb_rules" "evdev"
    [ 1767.500] (**) Option "xkb_model" "pc104"
    [ 1767.500] (**) Option "xkb_layout" "us"
    [ 1767.500] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 1767.500] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
    [ 1767.500] (II) No input driver specified, ignoring this device.
    [ 1767.500] (II) This device may have been added with another device file.
    [ 1767.500] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
    [ 1767.500] (II) No input driver specified, ignoring this device.
    [ 1767.500] (II) This device may have been added with another device file.
    [ 1767.500] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event8)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event7)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.502] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
    [ 1767.502] (II) No input driver specified, ignoring this device.
    [ 1767.502] (II) This device may have been added with another device file.
    [ 1767.502] (II) config/udev: Adding input device DELL Dell USB Entry Keyboard (/dev/input/event4)
    [ 1767.502] (**) DELL Dell USB Entry Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1767.502] (II) Using input driver 'evdev' for 'DELL Dell USB Entry Keyboard'
    [ 1767.502] (**) DELL Dell USB Entry Keyboard: always reports core events
    [ 1767.502] (**) evdev: DELL Dell USB Entry Keyboard: Device: "/dev/input/event4"
    [ 1767.502] (--) evdev: DELL Dell USB Entry Keyboard: Vendor 0x413c Product 0x2107
    [ 1767.502] (--) evdev: DELL Dell USB Entry Keyboard: Found keys
    [ 1767.502] (II) evdev: DELL Dell USB Entry Keyboard: Configuring as keyboard
    [ 1767.502] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input5/event4"
    [ 1767.502] (II) XINPUT: Adding extended input device "DELL Dell USB Entry Keyboard" (type: KEYBOARD, id 8)
    [ 1767.502] (**) Option "xkb_rules" "evdev"
    [ 1767.502] (**) Option "xkb_model" "pc104"
    [ 1767.502] (**) Option "xkb_layout" "us"
    [ 1767.502] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
    [ 1767.502] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 1767.502] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
    [ 1767.502] (**) Logitech USB Optical Mouse: always reports core events
    [ 1767.502] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event5"
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc077
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Found relative axes
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
    [ 1767.502] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
    [ 1767.502] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
    [ 1767.503] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 1767.503] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1767.503] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input6/event5"
    [ 1767.503] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
    [ 1767.503] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
    [ 1767.503] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 1767.503] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
    [ 1767.503] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 1767.503] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
    [ 1767.503] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 1767.503] (II) No input driver specified, ignoring this device.
    [ 1767.503] (II) This device may have been added with another device file.
    [ 1767.503] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 1767.503] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
    [ 1767.503] (II) No input driver specified, ignoring this device.
    [ 1767.503] (II) This device may have been added with another device file.
    [ 1767.504] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
    [ 1767.504] (II) No input driver specified, ignoring this device.
    [ 1767.504] (II) This device may have been added with another device file.
    [ 1767.504] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
    [ 1767.504] (II) No input driver specified, ignoring this device.
    [ 1767.504] (II) This device may have been added with another device file.
    [ 1767.504] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
    [ 1767.504] (II) No input driver specified, ignoring this device.
    [ 1767.504] (II) This device may have been added with another device file.
    [ 1767.504] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1767.504] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1767.504] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1767.504] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1767.504] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1767.504] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 1767.504] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 1767.504] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1767.504] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1767.504] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 1767.504] (**) Option "xkb_rules" "evdev"
    [ 1767.504] (**) Option "xkb_model" "pc104"
    [ 1767.504] (**) Option "xkb_layout" "us"
    [ 1767.505] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event19)
    [ 1767.505] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
    [ 1767.505] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
    [ 1767.505] (**) PS/2 Generic Mouse: always reports core events
    [ 1767.505] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event19"
    [ 1767.505] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
    [ 1767.505] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
    [ 1767.505] (--) evdev: PS/2 Generic Mouse: Found relative axes
    [ 1767.505] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
    [ 1767.505] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
    [ 1767.505] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
    [ 1767.505] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1767.505] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event19"
    [ 1767.505] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 11)
    [ 1767.505] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
    [ 1767.505] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
    [ 1767.505] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
    [ 1767.505] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
    [ 1767.505] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
    [ 1767.505] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1)
    [ 1767.505] (II) No input driver specified, ignoring this device.
    [ 1767.505] (II) This device may have been added with another device file.
    [ 1767.505] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 1767.505] (II) No input driver specified, ignoring this device.
    [ 1767.505] (II) This device may have been added with another device file.
    [ 1774.230] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 1774.230] (II) NOUVEAU(0): NVLeaveVT is called.
    [ 1774.230] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 1779.499] (II) evdev: PS/2 Generic Mouse: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: Logitech USB Optical Mouse: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: DELL Dell USB Entry Keyboard: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: Power Button: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: Power Button: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 1780.500] Error dropping master: -22(Invalid argument)
    [ 1780.501] (II) NOUVEAU(G0): Closed GPU channel 0
    [ 1780.503] (II) NOUVEAU(0): Closed GPU channel 0
    [ 1780.503] (EE) Server terminated successfully (0). Closing log file.
    Thanks for any help!

    I have  a similar issue except with two ATI cards and four monitors.
    I have a working xorg.conf that uses Xinerama and all 4 work but have been trying to get xrandr to work since xinerama is deprecated supposedly.
    I would like to switch to xrandr but there is some kind of magic voodoo I have with my current xorg.conf that doesn't even work on an exact same machine and cards that I tried to setup for a co-worker.
    lspci:
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV610 [Radeon HD 2400 PRO/XT]
    04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV610 [Radeon HD 2400 PRO/XT]
    My xorg.conf:
    Section "Device"
    Identifier "ATI0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "ZaphodHeads" "DVI-0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "ATI1"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "ZaphodHeads" "DVI-1"
    Screen 1
    EndSection
    Section "Device"
    Identifier "ATI2"
    Driver "radeon"
    BusID "PCI:4:0:0"
    Option "ZaphodHeads" "DVI-2"
    Screen 0
    EndSection
    Section "Device"
    Identifier "ATI3"
    Driver "radeon"
    BusID "PCI:4:0:0"
    Option "ZaphodHeads" "DVI-3"
    Screen 1
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    Option "Primary" "On"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    EndSection
    Section "Monitor"
    Identifier "DVI-2"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    EndSection
    Section "Monitor"
    Identifier "DVI-3"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "ATI0"
    Monitor "DVI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "ATI1"
    Monitor "DVI-1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "ATI2"
    Monitor "DVI-2"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen3"
    Device "ATI3"
    Monitor "DVI-3"
    DefaultDepth 24
    Subsection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Screen0" 0 0
    Screen "Screen1" RightOf "Screen0"
    Screen "Screen2" Above "Screen1"
    Screen "Screen3" Above "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "1"
    EndSection
    My Xorg.0.log shows all the DVI connections when I don't use a xorg.conf file but only two are "connected"
    I see DVI-0 and DVI-1 connected and in "xrandr -q" but in Xorg.0.log I see DVI-1-2 and DVI-1-3.
    xrandr --listproviders show the two cards as well.
    Tried "xrandr --setprovideroutputsource 1 0" and they show up in KDE but as clones and then X crashes eventually.
    "xrandr --setprovideroutputsource 0 1" just plain crashes X

Maybe you are looking for

  • Target Disk Mode with G4 PowerBook

    This week I'm installing a new hard drive in my 2003 867Mhz PB. I plan to do a fresh install from the original CDs so I will have a computer clear of much data for a trip I'm going on next week. I will apply all updates to 10.4.11 to match my Mac Pro

  • How to uninstall iWork '09 (trial version) completely

    I want to uninstall iWork '09 trial version completely. I deleted the folders, but there's something left with Mackeeper. Do I have to finish that Mackeeper thing?

  • How To Track the Errors For LSMW Idoc

    Hello Expert While working on Material Master Idoc getting an error message Error 51 Application not posted Details: IDoc included in IDoc packet containing an error: transfer it separately How do i tackle this Thanks

  • Mail does not load the mail after opening with 10.10.3 on macbook air

    Mail does not load the mail after opening with 10.10.3 on macbook air

  • Nokia asha 200 UPGRADE AVAILABLE

    good news for asha 200 users asha 200's first upgrade is now on air.... if someone has up=graded please post your experiences Join my movement to bring a change in NOKIA for good by supporting my FORUM http://discussions.europe.nokia.com/t5/Eseries-a