Switching from MS VM to Sun VM on an IIS web server.

Good day,
I can easily switch back and forth from Sun's JRE to MS VM on my browser, no problem there.
However, what is the procedure to indicate to IIS to use the Sun's VM instead of the MS one ?
I've search different forums, but couldn't find precise information.
Could not find anything informative on MS site either.
Regards.

Steve,
To summarize, here are the main lines.
Let say I have a class, which has few methods in it and I want to use these methods to process some information via an ASP page for instance.
1) Given the following code as an example :
// ============================================
import java.io.*;
  public class javacomp {
  public String Diagnose() {
    return "Diagnose() - javacomp : Class accessed successfully !";
}2) I compile it, then put the resulting class in the TrustLib sub-directory of the server, normally "%system%\java\trustblib".
(The compile was done using jsdk v1.4.2_01 with "-target 1.1")
3) Once the class is in place, and IIS re-cycled if the class was re-compiled between accesses, I then invoke the method(s) via an ASP page using VBScript.
<%
  Set javaObject = GetObject("java:javacomp")
  strResult = javaObject.Diagnose()
  set javaObject=nothing
  Response.Write strResult & "<br><br>"
%>On my Win98SE/PWS based computer, this is working just fine. When I tried it on a Win2K Server box, it worked fine as well. I asked my web hosting service technician to put it on their system, they aggreed, however it doesn't work, but the reason is still unknown to me.
With the actual setup, IIS or PWS are using the default MS VM to run the "servlet", which is the VM installed my MS JAVA SDK v4.0. MS VM supports only Java 1.1 classes, explaining why the methods are working as planned.
The actual class I want to put in place, is a class with methods allowing to zip/unzip gzip/ungzip files. Version 1.4 introduced the "setModifiedDate()" which I want to use when extracting or decompressing the files from the archive files. The thing is that a server Java VM v1.4 is necessary to run the code, since the "setModifiedDate()" is not available in earlier versions.
As far as adding packages like JRun or Tomcat, this could induce unnecessary overhead. Also, the Win2K box I'm using for test purposes, is not a computer assigned to host sites, so doing tests with only one site is irrevelant for performance evaluations.
On the other hand, the box where the "final" site resides on has roughly 460 sites on it, so the addition of any additional element needs to be weighted carefully, not to stay very difficult to justify for 1 user out of 460. Re-cycling the whole box and disabling JRun or Tomcat because of the overhead during the middle of the day would not be an appreciated action either.
The approach I would suggest to the web hosting service is to install the latest Java VM machine from Sun, and use it as the one by default for the server. Before doing so, I want to do tests on the server for which I have access to as an administrator, preventing chaos at the web hosting place in case something does not go as expected.
Having a procedure that can somehow automate/minimize the delays when switching between the VM machines would a need be necessary, would be much more appreciated than a "...you can try this, or that..." approach.
Also, having the web hosting service to install JRun or Tomcat to accomodate my needs is less likely to happen, however updating the server's VM could be something possible, knowing that MS will no longer update their's, which haven't been updated/optimized for a while anyhow.
Hoping this is clarifying my idea.
Regards.

Similar Messages

  • Switching from Microsoft JVM to sun JVM plugin.  Problem w crystal reports

    Hi,
    I am currently in the process of switching off of the microsoft jvm to the sun plugin. I am using the reportviewerbean to view the reports. This works fine in the microsoft JVM, but I am getting a server not found error in the java JVM plugin. Here is the codes that is currently used:
    bean = new ReportViewerBean();
    if ( reportname.startsWith("/") )
    java.net.URL url = this.getDocumentBase();
    reportname = url.getProtocol() + "://" + url.getHost() + ":" + url.getPort() + reportname;
    add((Component) bean);
    ((Component) bean).setBounds(0, 0, (int)this.getSize().width, (int)this.getSize().height);
    bean.start();
    bean.setBackground(Color.gray);
    bean.setPromptOnRefresh(false);
    bean.setHasGroupTree(false);
    bean.setHasPrintButton(true);
    //setZoomFactor(100);
    bean.setZoomFactor(-2);
    Log.debug("In report viewer: setting report parameters: "+reportparameters);
    bean.setReportParameter(reportparameters);
    * It's important to set the report name last. This tells the Crystal viewer to
    * start the report. Otherwise you can get multiple URL requests for the same report.
    Log.debug("In report viewer: setting reportname: "+reportname);
    bean.setReportName(reportname);
    Can anyone tell me what I am doing wrong or what I need to do differently for the SUN environment
    Thanks

    Hi
    I have started playing with this again my full msg is:
    Crystal Report Viewer 1.3.7
    java.vendor = Sun Microsystems Inc.
    java.version = 1.6.0_05
    os.arch = x86
    os.version = 5.1
    File name = java_plugin1.epf
    "java_plugin1.epf" does not exist.
    No response from server.
    URL = http://localhost:7001/cis/servlets/reports/mgnt/WorkflowDetailReport1.rpt?viewer=java&vfmt=encp&vgen=652&language=en
    Parameters = viewer=java_plugin&cmd=get_pg&ttl_info=&page=1&incomplete_page=1&incomplete_page_count=1&pversion=3&promptOnRefresh=0
    network: Connecting http://localhost:7001/cis/servlets/reports/mgnt/WorkflowDetailReport1.rpt?viewer=java&vfmt=encp&vgen=652&language=en with proxy=DIRECT
    Failed to connect to server.
    I have noticed that the viewer is set to equal java and not java_plugin. I am wondering if this is the problem. does anyone know how to change the viewer= ?
    thanks,
    Marc

  • Sun Cluster 3.2 + Apache Web Server (Apache HA)

    Hi All,
    I am trying to setup an HA Apache Cluster with Sun Cluster 3.2 and Apache Version 2.2.15.
    i have faced a problem saying unable to create resource group
    clresource: (C273000) apache-web.nntele.net-rs: Invalid resource name
    clresource: (C891200) Failed to create resource "apache-web.nntele.net-rs".
    i run the follwing commands:
    /usr/cluster/bin/clresourcegroup create -p nodelist=node2.nntele.net,node1.nntele.net apache-server-rg
    /usr/cluster/bin/clresource create -t SUNW.HAStoragePlus:8 -g apache-server-rg -p FilesystemMountPoints=/global/apache global_apache-rs
    /usr/cluster/bin/clresourcegroup online -emM apache-server-rg
    /usr/cluster/lib/ds/apache/configureApache.ksh copyConfiguration node2.nntele.net /global/apache /usr/local/apache2/conf/httpd.conf /usr/local/apache2/htdocs /global/apache/apache-web.nntele.net-rs apache-web.nntele.net-rs
    /usr/cluster/bin/clreslogicalhostname create -g apache-server-rg -h web.nntele.net -N [email protected],[email protected] web-nntele-net-rs
    /usr/cluster/bin/clresource create -t SUNW.apache:4.1 -g apache-server-rg -p Resource_dependencies=global_apache-rs,web-nntele-net-rs -p Port_list=80/tcp -p Bin_dir=/global/apache/apache-web.nntele.net-rs/bin apache-web.nntele.net-rs
    Please Help Me .... Thanks In Advance.

    You can't do it with the agent directly as it stands, as far as I can tell. However, you could do it indirectly by creating a pool and binding that pool to the FX scheduler. You then create a zone and bind the zone to the pool and put the HA Oracle instance in the zone If you do that on both nodes you achieve what you want (I think). I've never tried this, but it would appear to be feasible.
    i.e. your RG list would be:
    node1:zone1,node2:zone2
    Regards,
    Tim
    ---

  • Query Jump from Bex Analyzer to r/3 transactions: error of web server

    Hello,
    I have created a query jump in the RSBBS transaction to go in R/3 through a Bex Query. When i choose the jump in the query anayzer I have the error message:
    <b>No Web server maintained for the presentation of log. system.</b>
    Do you have ever had this message? what is the solution? why do my bex anayzer use a web interface to connect in R/3?
    Thanks a lot!
    Julien

    Hi
    this may be possible by using an openDocument URL.
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf
    Still you have to configure the auhtentication connectivity between BOBJ and SAP Backend in the BOBJ CMC console.
    And setup the SSO option in the database configuration panel of your CR reports (this has also to be done in the CMC, just go to Folders, navigate to your report and invoke the context menu. You have to scroll to the the bottom of the panel in order to find the SSP option)
    Regards,
    Stratos

  • Sun One Web Server 6.1 SP4 crashes when filters are built with CC ver. 5.6

    Hi All
    We are using NSAPI interfaces to develop the filter for Sun ONE 6.1 SP4 Web Server. Filter was working perfectly fine when it was built using Sun WorkShop 6.0, CC Compiler ver 5.2.
    After we upgarded to Sun WorkShop 9.0, CC Compiler ver. 5.6, it no longer works. The web server crashes with Core. Please see the snippet below. There was however no change of code required for the upgrade.
    Please let me know if some specific compiler/linker flags has to be used for building filters with CC Compiler ver. 5.6.
    bash-2.03$ ./start
    Sun ONE Web Server 6.1SP4 B01/20/2005 17:43
    warning: CORE3283: stderr: 6950: CSemCounter created a semaphore with ID 25 using key 990470909.
    warning: CORE3283: stderr: [10/Nov/2005:18:50:35] [Information] Agent
    warning: CORE3283: stderr: Agent is enabled.
    warning: CORE3283: stderr: 6950: Cache - created semaphore 26 using key 487154429
    warning: CORE3283: stderr: 6950: ResourceCache - created semaphore 27 using key 772367101
    warning: CORE3283: stderr: 6950: Cache - created semaphore 28 using key 503931645
    warning: CORE3283: stderr: 6950: Cache - created semaphore 29 using key 520708861
    info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.2_04] from [Sun Microsystems Inc.]
    catastrophe: CORE3260: Server crash detected (signal SIGBUS)
    info: CORE3262: Crash occurred in function realloc from module /usr/lib/libc.so.1
    Back Trace of Core
    #0 0xfe042974 in t_splay () from /usr/lib/libc.so.1
    (gdb) bt
    #0 0xfe042974 in t_splay () from /usr/lib/libc.so.1
    #1 0xfe0427e0 in t_delete () from /usr/lib/libc.so.1
    #2 0xfe0423e4 in realfree () from /usr/lib/libc.so.1
    #3 0xfe041f48 in mallocunlocked () from /usr/lib/libc.so.1
    #4 0xfe041ce0 in malloc () from /usr/lib/libc.so.1
    #5 0xfe04f568 in strdup () from /usr/lib/libc.so.1
    #6 0xff1c3038 in INTsystem_strdup_perm ()
    from /home/porting/project/sunone/bin/https/lib/libns-httpd40.so
    #7 0xff1c84c8 in INTvs_get_doc_root ()
    from /home/porting/project/sunone/bin/https/lib/libns-httpd40.so
    #8 0xfdb57f4c in __1cKJ2EERunnerIcreateVS6FpkcpknNConfiguration_pnRJ2EEVirtualServer__i_ ()
    from /home/porting/project/sunone/bin/https/lib/libj2eeplugin.so
    #9 0xfdb528bc in j2ee_vs_create ()
    from /home/porting/project/sunone/bin/https/lib/libj2eeplugin.so
    #10 0xff1c9444 in __1cPNSAPIVSListenerGinitVS6MpnNVirtualServer_pk1_nIPRStatus__ () from /home/porting/project/sunone/bin/https/lib/libns-httpd40.so
    #11 0xff2273e4 in __1cXVSConfigurationListenerQsetConfiguration6MpnNConfiguration_pk1_nIPRStatus__ ()
    from /home/porting/project/sunone/bin/https/lib/libns-httpd40.so
    #12 0xff225dc8 in __1cUConfigurationManagerQsetConfiguration6FpnNConfiguration__2_ () from /home/porting/project/sunone/bin/https/lib/libns-httpd40.so
    #13 0xff245b30 in __1cJWebServerDRun6F_nIPRStatus__ ()
    ---Type <return> to continue, or q <return> to quit---
    from /home/porting/project/sunone/bin/https/lib/libns-httpd40.so
    #14 0x10ab8 in main ()
    Thanks

    I could trace down the problem to the fact that if I don't use the map file (which is passed to the linker using -M mapfile), the plugin works perfectly fine. Further to this if I comment out the local part of the mapfile, it starts working.
    mapfile :
    NSAPIPlugin.so {
    global:
    symbol1;
    symbol2;
    symbol3;
    # local:
    Is there is any specific linker flag that I have to pass along with -M mapfile with the sun studio 9. What are possibe consequencies if I go ahead with this workaround of commenting out the local directive.

  • Forms behavior differences switching from JInit to Sun's Plug-in?

    What differences are there in Forms behavior after switching from JInit v 1.3.1.26 to Sun's 1.4.2_06 plugin?
    We are running Oracle Forms v 10.1.2.2.0, Internet Application Server v 10.1.2, and IE 7.
    Thanks
    KenV

    The biggest differences I have seen has to do with fonts and space between lines.
    If you have a tightly built form where prompts and items are close together, they might be aligned slightly differently.
    Prompts for column headings that may be on two lines might have more space or less space between the two lines.
    In LOVs, the lines are farther apart or closer together.
    Same goes for fields where word wrap is allowed (where text in the item displays on more than one line).

  • Switching from MSJVM to Sun Virtual machine

    I am a developer who wants to switch from the old MSJVM to the Sun virtual machine, I wanted to know what are the differences between them?
    What does one has more than the other?(besides support).
    Also i have heard that my software might not be totally compatible with the Sun's JVM. I have compiledin 1.3
    Thank you.

    If in Java code written for MSJVM you do not use MS Java specific classes then you can compile your code with any SUN Java compiler. MS Java is the same as SUN Java ver.1.1.
    While writing Java code MSJava I used pure AWT classes instread of MS specific GUI classes. Then this code I recompiled with SUN Java without changes.

  • Web Server 7 - Switch to SSL - Automatic forwarding from non-SSL

    I just posted a similar question regarding Web server 6. This question is for Web server 7!
    I maintain Web tools on a non-SSL Web Server 7. I need to turn on SSL, because our organization requires the security feature for certain functions in the tool.
    The current non-SSL address for the tool is similar to http://mytool.com/. I want to make the switch to SSL transparent for users, so I want http://mytool.com/ to automatically forward to https://mytool.com. What is the best way to do that in Web server 7?
    Also, I'd like to make the changes without using the GUI, what are the XML commands for the server.xml file (I assume that's what I'll need to change, right?)
    Sincerely,
    dailysun
    THIS IS FOR WEB SERVER 7

    Hi
    Assuming you have figured out the way to setup a listener with SSL enabled, you can the following
    1. find out what object file is currently used by server
    bin/wadm get-virtual-server-prop user=admin config=<hostname> object-file
    this will either return as obj.conf or <vs>-obj.conf
    2. now open this file and add the following lines after <Object name="default" line
    <Object name="default">
    #add the following lines
    <Client match="all" security="false" urlhost="mytool.com">
    NameTrans fn="redirect" from="/" url-prefix="https://mytool.com"
    NameTrans fn="redirect" from="/*" url-prefix="https://mytool.com/"
    </Client>
    # end
    now save this file and test to see if this is what you are expecting.
    if you are satisfied, you will need to bring over this manual change into admin config repository by doing something like
    bin/wadm pull-config user=admin  config=<..>
    You can also save the commonly used parameter like <user> and <password> within the .wadmrc file. Please see - http://blogs.sun.com/natarajan/date/20070131
    hope this helps

  • After switching from SUNJVM to SAP JVM  on Netweaver 7.0 server

    After switching from SUNJVM to SAP JVM  on Netweaver 7.0 server the b2b application and the xcm configuration detail cannot be accessed
    it gives the following error.
    #1.5 #00059A3C7800006D0000002C000015980004B30C3E45830D#1322765072300#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#niit.com/b2b_niit#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Guest#0##n/a##820feec01c4c11e1c79300059a3c7800#SAPEngine_Application_Thread[impl:3]_32##0#0#Error#1#/System/Server/WebRequests#Plain###application [b2b_niit] Processing HTTP request to servlet [action] finished with error.
    The error is: com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [b2b_niit/servlet/action].
    Exception id: [00059A3C7800006D0000002A000015980004B30C3E457F63]#
    #1.5 #00059A3C7800006D0000002D000015980004B30C671A5D9B#1322765757605#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#niit.com/b2b_niit#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#Guest#0##n/a##1a892d501c4e11e1b99700059a3c7800#SAPEngine_Application_Thread[impl:3]_32##0#0#Error##Plain###application [b2b_niit] Processing HTTP request to servlet [action] finished with error. The error is: com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Cannot load the requested servlet [b2b_niit/servlet/action].
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:330)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.NoClassDefFoundError: com/sap/isa/core/ActionServlet : cannot initialize class because prior initialization attempt failed
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:282)
         at java.lang.Class.newInstance0(Class.java:310)
         at java.lang.Class.newInstance(Class.java:263)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:319)
         ... 14 more
    Caused by: java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:282)
         at java.lang.Class.newInstance0(Class.java:310)
         at java.lang.Class.newInstance(Class.java:263)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addServlet(WebComponents.java:117)
         at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadServlets(ApplicationThreadInitializer.java:386)
         at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:110)
         ... 4 more
    Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.reflect.InvocationTargetException
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
         at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375)
         ... 13 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:282)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525)
         ... 17 more
    Caused by: java.lang.NullPointerException: while trying to invoke the method com.sap.tc.logging.Location.debugT(java.lang.String) of an object loaded from field com.sap.isa.core.logging.sla.IsaLocationSla.location of an object loaded from local variable 'this'
         at com.sap.isa.core.logging.sla.IsaLocationSla.debug(IsaLocationSla.java:583)
         at com.sap.isa.core.logging.sla.IsaLocationSla.<init>(IsaLocationSla.java:46)
         at com.sap.isa.core.logging.IsaLocation.getInstance(IsaLocation.java:52)
         at com.sap.isa.core.logging.StrutsLog.<init>(StrutsLog.java:25)
         ... 22 more

    Hi,
    That particualr error should be solved by adding the following parameter to your instance profile:
    jstartup/vm/parameters = -XX:-ExtendedExceptionMessages
    The issue is related to note 1693118
    Kind regards,
    Cathal

  • [Solved] Switch from nvidia driver to nouveau - libgl is seg faulting

    Hello,
    I recently tried to switch my desktop from using the proprietary nvidia driver to nouveua after having the proprietary driver crash randomly.
    I followed the wiki page for this (https://wiki.archlinux.org/index.php/nouveau) where I removed the nvidia driver packages and installed xf86-video-nouveau. I also regenerated the ramdisk image. After all of this I was unable to get xfce to load, although I can get X to successfully start running twm.
    The problem seems to be because libGL.so.1 is causing many things segfault. (emacs, xfce4-session). For example, if I run emacs through gdb from the console, the backtrace is from /usr/lib/libGL.so.1.
    Any suggestions on things I can try to stop the seg faulting and get a usable system again?
    Thanks
    Last edited by mikej_96 (2013-12-23 04:13:49)

    I did reboot.
    Here is the Xorg.0.log from a sucessful twm session:
    [ 1948.113]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 1948.113] X Protocol Version 11, Revision 0
    [ 1948.113] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 1948.113] Current Operating System: Linux Neo 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64
    [ 1948.113] Kernel command line: root=/dev/sda1 resume=/dev/sdb3 ro init=/usr/lib/systemd/systemd
    [ 1948.113] Build Date: 13 December 2013 03:11:42PM
    [ 1948.113]
    [ 1948.113] Current version of pixman: 0.32.4
    [ 1948.113] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1948.113] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1948.113] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 22 20:09:20 2013
    [ 1948.113] (==) Using config file: "/etc/X11/xorg.conf"
    [ 1948.113] (==) No Layout section. Using the first Screen section.
    [ 1948.113] (==) No screen section available. Using defaults.
    [ 1948.113] (**) |-->Screen "Default Screen Section" (0)
    [ 1948.113] (**) | |-->Monitor "<default monitor>"
    [ 1948.113] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 1948.113] (**) | |-->Device "Device0"
    [ 1948.113] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1948.113] (**) Option "AutoAddDevices" "False"
    [ 1948.113] (**) Not automatically adding devices
    [ 1948.113] (==) Automatically enabling devices
    [ 1948.113] (==) Automatically adding GPU devices
    [ 1948.113] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1948.113] Entry deleted from font path.
    [ 1948.113] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 1948.113] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1948.113] (==) |-->Input Device "Mouse0"
    [ 1948.113] (==) |-->Input Device "Keyboard0"
    [ 1948.113] (==) No Layout section. Using the first mouse device.
    [ 1948.113] (==) No Layout section. Using the first keyboard device.
    [ 1948.113] (II) Loader magic: 0x7fec20
    [ 1948.113] (II) Module ABI versions:
    [ 1948.113] X.Org ANSI C Emulation: 0.4
    [ 1948.113] X.Org Video Driver: 14.1
    [ 1948.113] X.Org XInput driver : 19.1
    [ 1948.113] X.Org Server Extension : 7.0
    [ 1948.114] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1948.114] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1948.266] (--) PCI:*(0:1:0:0) 10de:1187:1458:360b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 1948.266] (--) PCI: (0:2:0:0) 10de:0622:3842:c858 rev 161, Mem @ 0xf4000000/16777216, 0xd0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 1948.266] Initializing built-in extension Generic Event Extension
    [ 1948.266] Initializing built-in extension SHAPE
    [ 1948.266] Initializing built-in extension MIT-SHM
    [ 1948.266] Initializing built-in extension XInputExtension
    [ 1948.266] Initializing built-in extension XTEST
    [ 1948.266] Initializing built-in extension BIG-REQUESTS
    [ 1948.266] Initializing built-in extension SYNC
    [ 1948.266] Initializing built-in extension XKEYBOARD
    [ 1948.266] Initializing built-in extension XC-MISC
    [ 1948.266] Initializing built-in extension SECURITY
    [ 1948.266] Initializing built-in extension XINERAMA
    [ 1948.266] Initializing built-in extension XFIXES
    [ 1948.266] Initializing built-in extension RENDER
    [ 1948.266] Initializing built-in extension RANDR
    [ 1948.266] Initializing built-in extension COMPOSITE
    [ 1948.266] Initializing built-in extension DAMAGE
    [ 1948.266] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1948.266] Initializing built-in extension DOUBLE-BUFFER
    [ 1948.266] Initializing built-in extension RECORD
    [ 1948.266] Initializing built-in extension DPMS
    [ 1948.266] Initializing built-in extension X-Resource
    [ 1948.266] Initializing built-in extension XVideo
    [ 1948.266] Initializing built-in extension XVideo-MotionCompensation
    [ 1948.266] Initializing built-in extension XFree86-VidModeExtension
    [ 1948.266] Initializing built-in extension XFree86-DGA
    [ 1948.266] Initializing built-in extension XFree86-DRI
    [ 1948.266] Initializing built-in extension DRI2
    [ 1948.266] (II) LoadModule: "glx"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1948.266] (II) Module glx: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.5, module version = 1.0.0
    [ 1948.266] ABI class: X.Org Server Extension, version 7.0
    [ 1948.266] (==) AIGLX enabled
    [ 1948.266] Loading extension GLX
    [ 1948.266] (II) LoadModule: "nouveau"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 1948.266] (II) Module nouveau: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.4, module version = 1.0.10
    [ 1948.266] Module class: X.Org Video Driver
    [ 1948.266] ABI class: X.Org Video Driver, version 14.1
    [ 1948.266] (II) LoadModule: "mouse"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 1948.266] (II) Module mouse: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.0, module version = 1.9.0
    [ 1948.266] Module class: X.Org XInput Driver
    [ 1948.266] ABI class: X.Org XInput driver, version 19.1
    [ 1948.266] (II) LoadModule: "kbd"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 1948.266] (II) Module kbd: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.4, module version = 1.8.0
    [ 1948.266] Module class: X.Org XInput Driver
    [ 1948.266] ABI class: X.Org XInput driver, version 19.1
    [ 1948.266] (II) NOUVEAU driver
    [ 1948.266] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 1948.266] RIVA TNT (NV04)
    [ 1948.266] RIVA TNT2 (NV05)
    [ 1948.266] GeForce 256 (NV10)
    [ 1948.266] GeForce 2 (NV11, NV15)
    [ 1948.266] GeForce 4MX (NV17, NV18)
    [ 1948.266] GeForce 3 (NV20)
    [ 1948.266] GeForce 4Ti (NV25, NV28)
    [ 1948.266] GeForce FX (NV3x)
    [ 1948.266] GeForce 6 (NV4x)
    [ 1948.266] GeForce 7 (G7x)
    [ 1948.266] GeForce 8 (G8x)
    [ 1948.266] GeForce GTX 200 (NVA0)
    [ 1948.266] GeForce GTX 400 (NVC0)
    [ 1948.266] (--) using VT number 4
    [ 1948.268] (II) [drm] nouveau interface version: 1.1.1
    [ 1948.268] (II) [drm] nouveau interface version: 1.1.1
    [ 1948.268] (II) Loading sub module "dri2"
    [ 1948.268] (II) LoadModule: "dri2"
    [ 1948.268] (II) Module "dri2" already built-in
    [ 1948.268] (--) NOUVEAU(0): Chipset: "NVIDIA NVE4"
    [ 1948.268] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1948.268] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 1948.268] (==) NOUVEAU(0): RGB weight 888
    [ 1948.268] (==) NOUVEAU(0): Default visual is TrueColor
    [ 1948.268] (==) NOUVEAU(0): Using HW cursor
    [ 1948.268] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 1948.268] (==) NOUVEAU(0): Page flipping enabled
    [ 1948.268] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 1948.301] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 1948.331] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
    [ 1948.389] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
    [ 1948.482] (II) NOUVEAU(0): Output DP-1 has no monitor section
    [ 1948.511] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 1948.511] (II) NOUVEAU(0): Manufacturer: ACR Model: 1fb Serial#: 55586593
    [ 1948.511] (II) NOUVEAU(0): Year: 2010 Week: 35
    [ 1948.511] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.511] (II) NOUVEAU(0): Digital Display Input
    [ 1948.511] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.511] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.511] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 1948.511] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.511] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.511] (II) NOUVEAU(0): redX: 0.644 redY: 0.336 greenX: 0.301 greenY: 0.611
    [ 1948.511] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.511] (II) NOUVEAU(0): Supported established timings:
    [ 1948.511] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.511] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.511] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.511] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.511] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.511] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.511] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.511] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.511] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.511] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.511] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.511] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.511] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.511] (II) NOUVEAU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.511] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.511] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.511] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.511] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.511] (II) NOUVEAU(0): Ranges: V min: 49 V max: 75 Hz, H min: 30 H max: 94 kHz, PixClock max 175 MHz
    [ 1948.511] (II) NOUVEAU(0): Monitor name: Acer P236H
    [ 1948.511] (II) NOUVEAU(0): Serial No: LQS0W0084321
    [ 1948.511] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.511] (II) NOUVEAU(0): 00ffffffffffff000472fb01212f5003
    [ 1948.512] (II) NOUVEAU(0): 2314010380331d782ac285a4564d9c25
    [ 1948.512] (II) NOUVEAU(0): 125054b30c00714f810081809500d1c0
    [ 1948.512] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.512] (II) NOUVEAU(0): 4500fe1f1100001e000000fd00314b1e
    [ 1948.512] (II) NOUVEAU(0): 5e11000a202020202020000000fc0041
    [ 1948.512] (II) NOUVEAU(0): 6365722050323336480a2020000000ff
    [ 1948.512] (II) NOUVEAU(0): 004c51533057303038343332310a004d
    [ 1948.512] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 1948.512] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): EDID for output DVI-D-1
    [ 1948.541] (II) NOUVEAU(0): Manufacturer: ACR Model: 1a2 Serial#: 86013623
    [ 1948.541] (II) NOUVEAU(0): Year: 2010 Week: 52
    [ 1948.541] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.541] (II) NOUVEAU(0): Digital Display Input
    [ 1948.541] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.541] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.541] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.541] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.541] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.541] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.541] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.541] (II) NOUVEAU(0): Supported established timings:
    [ 1948.541] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.541] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.541] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.541] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.541] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.541] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.541] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.541] (II) NOUVEAU(0): Manufacturer's mask: 10
    [ 1948.541] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.541] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.541] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.541] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.541] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.541] (II) NOUVEAU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.541] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.541] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 1948.541] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.541] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.541] (II) NOUVEAU(0): Monitor name: P236H
    [ 1948.541] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.541] (II) NOUVEAU(0): Serial No: LNW0C0064022
    [ 1948.541] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.541] (II) NOUVEAU(0): 00ffffffffffff000472a201b7762005
    [ 1948.541] (II) NOUVEAU(0): 3414010380331d78ea6085a6564a9c25
    [ 1948.541] (II) NOUVEAU(0): 125054b30c10714f810081809500d1c0
    [ 1948.541] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.541] (II) NOUVEAU(0): 4500fd1e1100001a000000fc00503233
    [ 1948.541] (II) NOUVEAU(0): 36480a20202020202020000000fd0038
    [ 1948.541] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.541] (II) NOUVEAU(0): 004c4e573043303036343032320a0092
    [ 1948.541] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
    [ 1948.541] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.599] (II) NOUVEAU(0): EDID for output HDMI-1
    [ 1948.599] (II) NOUVEAU(0): Manufacturer: ACR Model: 9a Serial#: 2433816882
    [ 1948.599] (II) NOUVEAU(0): Year: 2009 Week: 11
    [ 1948.599] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.599] (II) NOUVEAU(0): Digital Display Input
    [ 1948.599] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.599] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.599] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.599] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.599] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.599] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.599] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.599] (II) NOUVEAU(0): Supported established timings:
    [ 1948.599] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.599] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.599] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.599] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.599] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.599] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.599] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.599] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.599] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.599] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.599] (II) NOUVEAU(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.599] (II) NOUVEAU(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.599] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.599] (II) NOUVEAU(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Monitor name: X233H
    [ 1948.599] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.599] (II) NOUVEAU(0): Serial No: LFM0C0234041
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 1972 h_sync_end 2016 h_blank_end 2640 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 1948.599] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.599] (II) NOUVEAU(0): 00ffffffffffff0004729a0032191191
    [ 1948.599] (II) NOUVEAU(0): 0b13010380331d78ea6085a6564a9c25
    [ 1948.599] (II) NOUVEAU(0): 125054b30c008180714f81009500a940
    [ 1948.599] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.599] (II) NOUVEAU(0): 4500fe1f1100001a000000fc00583233
    [ 1948.599] (II) NOUVEAU(0): 33480a20202020202020000000fd0038
    [ 1948.599] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.599] (II) NOUVEAU(0): 004c464d3043303233343034310a01ec
    [ 1948.599] (II) NOUVEAU(0): 020322f223097f074e01020384050607
    [ 1948.599] (II) NOUVEAU(0): 10111215931f148301000066030c0010
    [ 1948.599] (II) NOUVEAU(0): 00108c0ad08a20e02d10103e9600fe1f
    [ 1948.599] (II) NOUVEAU(0): 11000018011d007251d01e206e285500
    [ 1948.599] (II) NOUVEAU(0): fe1f1100001e011d8018711c1620582c
    [ 1948.599] (II) NOUVEAU(0): 2500fe1f1100009e011d00bc52d01e20
    [ 1948.599] (II) NOUVEAU(0): b8285540fe1f1100001e011d80d0721c
    [ 1948.599] (II) NOUVEAU(0): 1620342c2500fe1f1100009e0000003b
    [ 1948.599] (II) NOUVEAU(0): Printing probed modes for output HDMI-1
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 1972 2016 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x576i"x50.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x480i"x60.0 27.03 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x480i"x59.9 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): EDID for output DP-1
    [ 1948.693] (II) NOUVEAU(0): Manufacturer: ACR Model: 9a Serial#: 2439097283
    [ 1948.693] (II) NOUVEAU(0): Year: 2009 Week: 16
    [ 1948.693] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.693] (II) NOUVEAU(0): Digital Display Input
    [ 1948.693] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.693] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.693] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.693] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.693] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.693] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.693] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.693] (II) NOUVEAU(0): Supported established timings:
    [ 1948.693] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.693] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.693] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.693] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.693] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.693] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.693] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.693] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.693] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.693] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.693] (II) NOUVEAU(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.693] (II) NOUVEAU(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.693] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.693] (II) NOUVEAU(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Monitor name: X233H
    [ 1948.693] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.693] (II) NOUVEAU(0): Serial No: LFM0C0234040
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 1972 h_sync_end 2016 h_blank_end 2640 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 1948.693] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.693] (II) NOUVEAU(0): 00ffffffffffff0004729a00c3ab6191
    [ 1948.693] (II) NOUVEAU(0): 1013010380331d78ea6085a6564a9c25
    [ 1948.693] (II) NOUVEAU(0): 125054b30c008180714f81009500a940
    [ 1948.693] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.693] (II) NOUVEAU(0): 4500fe1f1100001a000000fc00583233
    [ 1948.693] (II) NOUVEAU(0): 33480a20202020202020000000fd0038
    [ 1948.693] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.693] (II) NOUVEAU(0): 004c464d3043303233343034300a0175
    [ 1948.693] (II) NOUVEAU(0): 020322f223097f074e01020384050607
    [ 1948.693] (II) NOUVEAU(0): 10111215931f148301000066030c0010
    [ 1948.693] (II) NOUVEAU(0): 00108c0ad08a20e02d10103e9600fe1f
    [ 1948.693] (II) NOUVEAU(0): 11000018011d007251d01e206e285500
    [ 1948.693] (II) NOUVEAU(0): fe1f1100001e011d8018711c1620582c
    [ 1948.693] (II) NOUVEAU(0): 2500fe1f1100009e011d00bc52d01e20
    [ 1948.693] (II) NOUVEAU(0): b8285540fe1f1100001e011d80d0721c
    [ 1948.693] (II) NOUVEAU(0): 1620342c2500fe1f1100009e0000003b
    [ 1948.693] (II) NOUVEAU(0): Printing probed modes for output DP-1
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 1972 2016 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x576i"x50.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x480i"x60.0 27.03 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x480i"x59.9 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output DVI-D-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output HDMI-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output DP-1 connected
    [ 1948.693] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 1948.693] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 1948.693] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080
    [ 1948.693] (II) NOUVEAU(0): Output HDMI-1 using initial mode 1920x1080i
    [ 1948.693] (II) NOUVEAU(0): Output DP-1 using initial mode 1920x1080i
    [ 1948.693] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1948.693] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 1948.693] (II) Loading sub module "fb"
    [ 1948.693] (II) LoadModule: "fb"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1948.693] (II) Module fb: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 1.0.0
    [ 1948.693] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.693] (II) Loading sub module "exa"
    [ 1948.693] (II) LoadModule: "exa"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1948.693] (II) Module exa: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 2.6.0
    [ 1948.693] ABI class: X.Org Video Driver, version 14.1
    [ 1948.693] (II) Loading sub module "shadowfb"
    [ 1948.693] (II) LoadModule: "shadowfb"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1948.693] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 1.0.0
    [ 1948.693] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.693] (II) Loading sub module "dri2"
    [ 1948.693] (II) LoadModule: "dri2"
    [ 1948.693] (II) Module "dri2" already built-in
    [ 1948.693] (--) NOUVEAU(G0): Chipset: "NVIDIA NV94"
    [ 1948.693] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
    [ 1948.693] (==) NOUVEAU(G0): RGB weight 888
    [ 1948.693] (==) NOUVEAU(G0): Default visual is TrueColor
    [ 1948.693] (==) NOUVEAU(G0): Using HW cursor
    [ 1948.693] (==) NOUVEAU(G0): GLX sync to VBlank disabled.
    [ 1948.693] (==) NOUVEAU(G0): Page flipping enabled
    [ 1948.693] (==) NOUVEAU(G0): Swap limit set to 2 [Max allowed 2]
    [ 1948.735] (II) NOUVEAU(G0): Output DVI-I-1-2 has no monitor section
    [ 1948.758] (II) NOUVEAU(G0): Output DVI-I-1-3 has no monitor section
    [ 1948.786] (II) NOUVEAU(G0): EDID for output DVI-I-1-2
    [ 1948.786] (II) NOUVEAU(G0): Manufacturer: ACR Model: e3 Serial#: 2247724
    [ 1948.786] (II) NOUVEAU(G0): Year: 2010 Week: 2
    [ 1948.786] (II) NOUVEAU(G0): EDID Version: 1.3
    [ 1948.786] (II) NOUVEAU(G0): Digital Display Input
    [ 1948.786] (II) NOUVEAU(G0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.786] (II) NOUVEAU(G0): Gamma: 2.20
    [ 1948.786] (II) NOUVEAU(G0): DPMS capabilities: StandBy Suspend
    [ 1948.786] (II) NOUVEAU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.786] (II) NOUVEAU(G0): First detailed timing is preferred mode
    [ 1948.786] (II) NOUVEAU(G0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 1948.786] (II) NOUVEAU(G0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 1948.786] (II) NOUVEAU(G0): Supported established timings:
    [ 1948.786] (II) NOUVEAU(G0): 720x400@70Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@67Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@72Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@56Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@72Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 832x624@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@70Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1280x1024@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1152x864@75Hz
    [ 1948.786] (II) NOUVEAU(G0): Manufacturer's mask: 0
    [ 1948.786] (II) NOUVEAU(G0): Supported standard timings:
    [ 1948.786] (II) NOUVEAU(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.786] (II) NOUVEAU(G0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.786] (II) NOUVEAU(G0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 1948.786] (II) NOUVEAU(G0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.786] (II) NOUVEAU(G0): #4: hsize: 1360 vsize 765 refresh: 60 vid: 49291
    [ 1948.786] (II) NOUVEAU(G0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.786] (II) NOUVEAU(G0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 1948.786] (II) NOUVEAU(G0): #7: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.786] (II) NOUVEAU(G0): Supported detailed timing:
    [ 1948.786] (II) NOUVEAU(G0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.786] (II) NOUVEAU(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.786] (II) NOUVEAU(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.786] (II) NOUVEAU(G0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
    [ 1948.786] (II) NOUVEAU(G0): Monitor name: H233H
    [ 1948.786] (II) NOUVEAU(G0): Serial No: LHB0D0228550
    [ 1948.786] (II) NOUVEAU(G0): EDID (in hex):
    [ 1948.786] (II) NOUVEAU(G0): 00ffffffffffff000472e3002c4c2200
    [ 1948.786] (II) NOUVEAU(G0): 0214010380331d78caee95a3544c9926
    [ 1948.786] (II) NOUVEAU(G0): 0f5054bfef80714f818081c081008bc0
    [ 1948.786] (II) NOUVEAU(G0): 9500b300d1c0023a801871382d40582c
    [ 1948.786] (II) NOUVEAU(G0): 4500fe1f1100001e000000fd00384c1f
    [ 1948.786] (II) NOUVEAU(G0): 5311000a202020202020000000fc0048
    [ 1948.786] (II) NOUVEAU(G0): 323333480a20202020202020000000ff
    [ 1948.786] (II) NOUVEAU(G0): 004c48423044303232383535300a0046
    [ 1948.786] (II) NOUVEAU(G0): Printing probed modes for output DVI-I-1-2
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.809] (II) NOUVEAU(G0): EDID for output DVI-I-1-3
    [ 1948.809] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1948.809] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Mode "1360x768": 84.8 MHz (scaled from 0.0 MHz), 47.7 kHz, 59.8 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Mode "1280x720": 74.4 MHz (scaled from 0.0 MHz), 44.7 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.809] (==) NOUVEAU(G0): DPI set to (96, 96)
    [ 1948.809] (II) Loading sub module "fb"
    [ 1948.809] (II) LoadModule: "fb"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1948.809] (II) Module fb: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 1.0.0
    [ 1948.809] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.809] (II) Loading sub module "exa"
    [ 1948.809] (II) LoadModule: "exa"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1948.809] (II) Module exa: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 2.6.0
    [ 1948.809] ABI class: X.Org Video Driver, version 14.1
    [ 1948.809] (II) Loading sub module "shadowfb"
    [ 1948.809] (II) LoadModule: "shadowfb"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1948.809] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 1.0.0
    [ 1948.809] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.809] (--) Depth 24 pixmap format is 32 bpp
    [ 1948.810] (II) NOUVEAU(G0): Opened GPU channel 0
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] Setup complete
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
    [ 1948.817] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 1948.817] (II) EXA(256): Driver registered support for the following operations:
    [ 1948.817] (II) Solid
    [ 1948.817] (II) Copy
    [ 1948.817] (II) Composite (RENDER acceleration)
    [ 1948.817] (II) UploadToScreen
    [ 1948.817] (II) DownloadFromScreen
    [ 1948.817] (==) NOUVEAU(G0): Backing store disabled
    [ 1948.817] (==) NOUVEAU(G0): Silken mouse enabled
    [ 1948.817] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1948.817] (II) NOUVEAU(G0): [XvMC] Extension initialized.
    [ 1948.817] (==) NOUVEAU(G0): DPMS enabled
    [ 1948.817] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1948.820] (II) NOUVEAU(0): Opened GPU channel 0
    [ 1948.825] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 1948.825] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 1948.825] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 1948.825] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 1948.825] (II) EXA(0): Driver registered support for the following operations:
    [ 1948.825] (II) Solid
    [ 1948.825] (II) Copy
    [ 1948.825] (II) Composite (RENDER acceleration)
    [ 1948.825] (II) UploadToScreen
    [ 1948.825] (II) DownloadFromScreen
    [ 1948.825] (==) NOUVEAU(0): Backing store disabled
    [ 1948.825] (==) NOUVEAU(0): Silken mouse enabled
    [ 1948.825] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1948.825] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 1948.825] (==) NOUVEAU(0): DPMS enabled
    [ 1948.825] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1948.825] (--) RandR disabled
    [ 1948.841] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1948.841] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1948.841] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1948.841] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1948.841] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1948.841] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1948.841] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1948.842] (II) AIGLX: Loaded and initialized nouveau
    [ 1948.842] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1948.844] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 1948.845] (II) NOUVEAU(0): NVEnterVT is called.
    [ 1948.924] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
    [ 1948.924] resize called 1920 1080
    [ 1948.961] (II) Using input driver 'mouse' for 'Mouse0'
    [ 1948.961] (**) Option "CorePointer" "on"
    [ 1948.961] (**) Mouse0: always reports core events
    [ 1948.961] (**) Option "Protocol" "auto"
    [ 1948.961] (**) Option "Device" "/dev/psaux"
    [ 1948.961] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 1948.961] (**) Mouse0: Protocol: "auto"
    [ 1948.961] (**) Mouse0: always reports core events
    [ 1949.009] (**) Option "Emulate3Buttons" "no"
    [ 1949.009] (**) Option "ZAxisMapping" "4 5"
    [ 1949.009] (**) Mouse0: ZAxisMapping: buttons 4 and 5
    [ 1949.009] (**) Mouse0: Buttons: 9
    [ 1949.009] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
    [ 1949.009] (**) Mouse0: (accel) keeping acceleration scheme 1
    [ 1949.009] (**) Mouse0: (accel) acceleration profile 0
    [ 1949.010] (**) Mouse0: (accel) acceleration factor: 2.000
    [ 1949.010] (**) Mouse0: (accel) acceleration threshold: 4
    [ 1949.010] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 1949.302] (II) Mouse0: ps2EnableDataReporting: succeeded
    [ 1949.302] (II) Using input driver 'kbd' for 'Keyboard0'
    [ 1949.302] (**) Option "CoreKeyboard" "on"
    [ 1949.302] (**) Keyboard0: always reports core events
    [ 1949.302] (**) Keyboard0: always reports core events
    [ 1949.302] (**) Option "Protocol" "standard"
    [ 1949.302] (**) Option "XkbRules" "base"
    [ 1949.302] (**) Option "XkbModel" "pc105"
    [ 1949.302] (**) Option "XkbLayout" "us"
    [ 1949.302] (**) Option "XkbOptions" "altwin:ctrl_win"
    [ 1949.302] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7)
    [ 1949.312] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 1949.312] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device UVC Camera (046d:081a) (/dev/input/event19)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event7)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event6)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event14)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    If I try to start xfce with startx, the Xorg.0.log is as follows:
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 2456.395] X Protocol Version 11, Revision 0
    [ 2456.395] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 2456.395] Current Operating System: Linux Neo 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64
    [ 2456.395] Kernel command line: root=/dev/sda1 resume=/dev/sdb3 ro init=/usr/lib/systemd/systemd
    [ 2456.395] Build Date: 13 December 2013 03:11:42PM
    [ 2456.395]
    [ 2456.396] Current version of pixman: 0.32.4
    [ 2456.396] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2456.396] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2456.397] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 22 20:17:49 2013
    [ 2456.397] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2456.397] (==) No Layout section. Using the first Screen section.
    [ 2456.397] (==) No screen section available. Using defaults.
    [ 2456.397] (**) |-->Screen "Default Screen Section" (0)
    [ 2456.397] (**) | |-->Monitor "<default monitor>"
    [ 2456.397] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 2456.397] (**) | |-->Device "Device0"
    [ 2456.397] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2456.397] (**) Option "AutoAddDevices" "False"
    [ 2456.397] (**) Not automatically adding devices
    [ 2456.397] (==) Automatically enabling devices
    [ 2456.397] (==) Automatically adding GPU devices
    [ 2456.397] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2456.397] Entry deleted from font path.
    [ 2456.397] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2456.397] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2456.397] (==) |-->Input Device "Mouse0"
    [ 2456.397] (==) |-->Input Device "Keyboard0"
    [ 2456.397] (==) No Layout section. Using the first mouse device.
    [ 2456.397] (==) No Layout section. Using the first keyboard device.
    [ 2456.397] (II) Loader magic: 0x7fec20
    [ 2456.397] (II) Module ABI versions:
    [ 2456.397] X.Org ANSI C Emulation: 0.4
    [ 2456.397] X.Org Video Driver: 14.1
    [ 2456.397] X.Org XInput driver : 19.1
    [ 2456.397] X.Org Server Extension : 7.0
    [ 2456.397] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2456.397] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 2456.549] (--) PCI:*(0:1:0:0) 10de:1187:1458:360b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 2456.549] (--) PCI: (0:2:0:0) 10de:0622:3842:c858 rev 161, Mem @ 0xf4000000/16777216, 0xd0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 2456.549] Initializing built-in extension Generic Event Extension
    [ 2456.549] Initializing built-in extension SHAPE
    [ 2456.549] Initializing built-in extension MIT-SHM
    [ 2456.549] Initializing built-in extension XInputExtension
    [ 2456.550] Initializing built-in extension XTEST
    [ 2456.550] Initializing built-in extension BIG-REQUESTS
    [ 2456.550] Initializing built-in extension SYNC
    [ 2456.550] Initializing built-in extension XKEYBOARD
    [ 2456.550] Initializing built-in extension XC-MISC
    [ 2456.550] Initializing built-in extension SECURITY
    [ 2456.551] Initializing built-in extension XINERAMA
    [ 2456.551] Initializing built-in extension XFIXES
    [ 2456.551] Initializing built-in extension RENDER
    [ 2456.551] Initializing built-in extension RANDR
    [ 2456.551] Initializing built-in extension COMPOSITE
    [ 2456.551] Initializing built-in extension DAMAGE
    [ 2456.552] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2456.552] Initializing built-in extension DOUBLE-BUFFER
    [ 2456.552] Initializing built-in extension RECORD
    [ 2456.552] Initializing built-in extension DPMS
    [ 2456.552] Initializing built-in extension X-Resource
    [ 2456.553] Initializing built-in extension XVideo
    [ 2456.553] Initializing built-in extension XVideo-MotionCompensation
    [ 2456.553] Initializing built-in extension XFree86-VidModeExtension
    [ 2456.553] Initializing built-in extension XFree86-DGA
    [ 2456.553] Initializing built-in extension XFree86-DRI
    [ 2456.553] Initializing built-in extension DRI2
    [ 2456.553] (II) LoadModule: "glx"
    [ 2456.553] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2456.553] (II) Module glx: vendor="X.Org Foundation"
    [ 2456.553] compiled for 1.14.5, module version = 1.0.0
    [ 2456.553] ABI class: X.Org Server Extension, version 7.0
    [ 2456.553] (==) AIGLX enabled
    [ 2456.554] Loading extension GLX
    [ 2456.554] (II) LoadModule: "nouveau"
    [ 2456.554] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 2456.554] (II) Module nouveau: vendor="X.Org Foundation"
    [ 2456.554] compiled for 1.14.4, module version = 1.0.10
    [ 2456.554] Module class: X.Org Video Driver
    [ 2456.554] ABI class: X.Org Video Driver, version 14.1
    [ 2456.554] (II) Loa

  • I am switching from a pc to mac and want to know how I go about transferring files from one to the other.  There is a chance that I will have to hand my pc back before I receive my MacBook so I will need to transfer on to some sort of external hard drive.

    I am switching from an acer laptop to a MacBook Pro.  I may have to hand in my laptop before I receive my new MacBook. What is the best way to back up my files so that I can transfer them to my MacBook.  I cloud cannot be installed on my laptop because it uses a version of windows that is older and doesn't support it.  Hope someone can help.

    Connect a blank powered external drive to the PC.
    Right click on the Disk in the File manager and choose format: exFAT 
    (if it's a XP machine, first install exFAT from Microsoft and reboot)
    navigate to your user account folders on the PC and drag and drop copy (or copy and paste) to the external drive.
    (if a program has your files, then export them out first)
    Hook up the drive to the Mac, and transfer files to the desktop or to their same appropritate folders.
    Import photo's into iPhoto program, import music into iTunes etc and they will manage those files.
    You can continue to use the external exFAT drive between Mac's and PC's
    Do not format the drive NTFS or FAT, NTFS can't be written too by the Mac and FAT can't hold over 4GB sized files.
    If you format exFAT on the Mac, it likely won't work correctly on the  PC.
    "Migration" type programs are a utter waste of time and effort between PC's and Mac's for the fact that only certain files (and no programs or anything else) will work between them, also it's a hassle and takes too long. So don't even bother with it.

  • I switched from an iPhone to a Droid and can't receive texts from iPhones now, help?

    I switched from my iPhone 4s to a Droid and I do not have that phone anymore. I can not recieve texts from anyone with an iPhone and can not get in contact with my girlfriend or siblings now. I think their phones are trying to send their texts as iMessages to my phone that does not recieve iMessages. How can I just delete my Apple account and recieve texts again?

    Sounds like you didn't turn of iMessage on your iPhone before making the switch.  If you registered your iPhone with Apple using a support profile, try going to https://supportprofile.apple.com/MySupportProfile.do and unregistering it.  Also, try changing the password associated with the Apple ID that you were using for iMessage.

  • My wife recently switched from an iPhone to a Samsung and she can send text messages but she can't receive texts or emails. Any suggestions?

    My wife recently switched from an iPhone to a Samsung and she can send texts but she can't receive them nor receive emails. Her iPhone has had her info removed and the settings have all been set to default. What else does she need to do to correct this?

    In particular the last link is for you
    iMesssage to old phone
    If you move to another phone and forget to turn off iMessage then read “if you no longer have the device in http://support.apple.com/kb/HT5661  If you still cannot resolve it call Apple http://support.apple.com/kb/HE57
    To deactivate iMessage http://support.apple.com/kb/ts5185
    Read http://m.samsung.com/us/support/SupportOwnersFAQPopup.do?faq_id=FAQ00053450&fm_s eq=62995

  • I switched from an iPhone to a Galaxy s4.  Everything seems ok except text messaging with people who have an iPhone.  I can send them a text, they can see it, but I cannot see what they text back.  What can I do please?

    I just switched from an iPhone to a Galaxy 4S and I like it except for text messaging.  I can text, they can see it, but I cannot see their response if they are using an iPhone.  Can you help me with this?  What do I do please?

        Congratulations on your new phone kathdogg! Now let's get your messaging working correctly. If you still have your old device, turn it on, go to settings, and turn off iMessaging.
    If you are no longer in possession of your old device, you will need to remove your phone number from your Apple Support Profile. This can be done here: http://bit.ly/1cst2SC 
    Please keep us posted, and let us know if this resolves your issue!
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Data network errors when manually switching from 3g to 2g

    Hi everyone,
    Apologies if this has been posted before but im running out of ideas! - Got my iphone 4 a couple of weeks ago and have noticed a rather irritating problem with it. For some reason, if i manually switch from 3g to 2g the data connection drops.. I get 'cannot activate cellular data network' errors and i have to toggle airplane mode on/off to reset the connection. Is this a network issue? - I live in London and am with Vodafone... Their tech support are useless as all they suggest is resetting the phone or getting it replaced. Its my third handset in 2 weeks and im getting close to calling it a day and sending the phone back to Apple. Anyone out there in a similar situation? - Advice??

    Bump
    So no-one has suffered this issue? - Not even fellow vodafone uk users?

Maybe you are looking for

  • AIR File Icon (For Native Installer)

    Hi, I am generating AIR application as native installer (.exe). I want to have a custom icon for my .exe file. I have specified the icons in application descriptor file as <icon>                     <image16x16>icon...</image16x16>                   

  • Does Fireworks CS5.5 come in 64 bit format?

    Background: I was just setting up Acrobat X Pro to use Fireworks as its graphic editor, instead of Photoshop on my win7 64 bit machine. I looked in the Win 7 Program files where all the 64 bit programs are found, only to find that there were no Adobe

  • Upgrading from Final Cut Express to Final Cut Pro

    I will be purchasing the new FCP version soon, along with the rest of the stuff in the Final Cut Studio package. Is there anything I might wish to save from Final Cut Express? Thanks, Will

  • Adobe flash player stopped working 10.5.8.. can not get it to work anymore

    My flash player has not worked for 2 days, i can view some things on Youtube but with no sound so i tried to update my flash player and it doesn't supprt my mac os x version 10.5.8... anyone know what i can do next... Spent over a thousand euro on th

  • Why is the AEXn Range @ pure 5GHz only 30 feet?

    I recently went through the hassle of upgrading to wireless N twice - the first time not realizing the problems present in 2.4GHz channel bonding. After realizing this and upgrading all my hardware to 5GHz compliant hardware including the AEXn Gigabi