Two different scroll directions?

Would it be possible to set two different Scroll Directions for two different gestures.  I would like to have "natural" scrolling for the swipe between full-screen apps and inverse for the scroll bar.  Although I could get used to it I might aswell try to find a way around it altogether.  Thanks

If I were doing this (and I have before), I would abandon the scrollbar that's built-in and use some other separate control to perform the scrolling.
You can react to a VALUE CHANGE event on this other control, and set INDEX #1 of the 2-D array, and INDEX #0 of the 1-D array to the same value at the same time, and it looks much smoother.
You can keep the VERTICAL scrollbar on the 2-D array if you like, but when the HORIZONTAL scroll thing changes, read the 2-D array's INDEX #0, and set it back unchanged when you change index #1.
This results in a smoother display, because they both change at the same instant.  You can set the range, and enable/disable the "scrollbar" as appropriate.
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com
Blog for (mostly LabVIEW) programmers: Tips And Tricks

Similar Messages

  • OS upgrade on macbook pro changed two-finger scrolling direction

    I just upgraded my macbook pro to Mountain Lion and the scrolling direction on the track pad has changed.  Now when I drag my fingers down to scroll down on a page, it goes up, not down anymore.  And if I drag up, the page goes down.  How do I fix it?  I'm used to the other way!!

    That's Apple's idioc "natural scrolling" which isn't natural at all.
    Hopefully with Scott Forstall hitting the highyway, our good friend Jony Ive will fix everything that's wrong with OS X Lions.

  • Sub-contracting at two different vendors directly monitored by the company.

    Initially the raw material is supplied to a sub-contracting vendor A by the company to process it. After vendor A finishes processing it, the material will be shipped by vendor A to vendor B on behalf of the company for further processing which marks the end. The material carries the same name X throughout the process flow. The company should be able to monitor the stock at both the sub-contractors A and B at any given point of time. However, the company pays both the vendors A and B through separate invoices.
    How do we realize this in SAP MM.

    I'm not sure what you mean by the material having the same name, but the process is like this:
    BOM 1: Header=FG, son=SFG (assembled by vendor A)
    BOM3: Header=SFG, son=RawMaterial
    FG: Procurement type F, Special procurement=30 (subcontracting)
    SFG: same
    Create subcontracting info records for both FG and SFG.
    Then either from MRP or manually create PR\PO for both vendors.
    Move stock of RM to A (transfer to subcontracting stock).
    Do Goods Receipt of SFG into YOUR STOCK (even if the material doesn't really arrive), then move SFG to B (in the system). Physically material moves directly from A to B.
    Last step, when FG arrives, you do again GR into your stock.

  • Different Scroll bars in one file

    I've manually customized the look and feel of the scroll bars for scroll pane component and it works fine. I've two different files that have different visual styles for scroll bars. Now I want to merge these two files meaning I want to have one file with two different styles of scrollbars co-existing. I can resolve the naming conflicts but both of the them are using same asset names and action scripts (I think in the class definition).
    So basically my question if how can I have two different scroll bars implemented in one file?
    Many thanks

    You can make the clip that you want to play at 2 fps seem
    that way by just making it longer. Alternately, you could use a
    timed tween.

  • Is there any way to scroll two different documents simultaneously?

    Hi all, scroll two different documents simultaneously  - it will be helpul while doing corrections / checking documents. Is there any plugin available for this?

    I use two computers (don't laugh). I set up the laptop next to my desktop monitor and use one hand on each keyboard.
    Consider using (if appropriate) compare tools as well. You can export both documents to RTF and use Word to compare them if all you care about is textual differences. You can export both documents to PDF and use Acrobat to compare them if you need to see graphic differences as well.
    Ken

  • Scrolling direction is different between iPhone and Trackpad.

    Can i change the scrolling direction on the TrackPad? It is different between mobile device like iPhone and Trackpad.
    TrackPad:
    To scroll down i have to move my fingers from top to bottom.
    on iPhone or iPad:
    To scroll down i have to move my finger from bottom to top.
    I want to use it in the same way, because it is confusing.
    Greeting Koe

    You will be able to when you upgrade to Lion.  The gestures are as  you describe.
    Regards,
    Captfred
    http://www.apple.com/macosx/whats-new/gestures.html

  • Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only. However opening a CSS file does not prompt that it is alr

    Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only.
    However opening a CSS file does not prompt that it is already open on or from any machine which is causing code edits to be lost.
    What we found from out testing:
    - The file can be saved from one user to the server and WILL NOT PROMPT on other machines until the saving machine has the Dreamweaver program closed completely
    - The file can be closed and  Dreamweaver minimised to the launch bar but it still will not register on other machines that it has been changed.
    - Also, until the  Dreamweaver program is closed on the machines, it will continue to open it's saved version of the file. 
    Example Scenario:
    - User 1 opens test.css (which is 2000 lines) and adds some code to the end of the file to bring it up to 2500 lines
    - Meanwhile User 2 opens test.css as well (opens as 2000 lines as User 1’s edits have not yet been saved) and adds in code to bring it to 2300 lines
    - User 1 saves his file and closes it - but  Dreamweaver is still open.
    - User 2 also saves his file and leaves  Dreamweaver  open.
    - The server will report the size and last edit of the file the same as User 2 as he was the last person to save it (and if you open from the Win7 Machine it will show as User 2’s 2300 line version)
    - If User 1 then open's the file again (from either the 'recent' in Dreamweaver OR clicking on the file directly in Finder...which version opens.... The version that User 1 saved! Not the true version on the server, but the version that User 1 edited and saved with 2500 lines in it.
    - Same for User 2, he will open 'his' version with 2300 lines in.
    Other information:
    - Files are opened directly from the server
    - Sometimes the users will save incrementally and re-open
    - Most of the time users will save incrementally and keep the files open
    - The users will never not save incrementally and just save when closing the file once finished
    - The users are usually working on the files all day
    - It is always the bottom lines of code that are lost. It could be a case of the two versions being mixed up and cutting off the newly added lines based on the line count (possibly).
    It is as if Dreamweaver is holding a cache of the version locally and then only properly looking back to the server when it has been completely closed. It is very difficult to see how the server is causing such an impact on these files, there are very few logs which are giving any indication to the root cause of the problems.
    Anyone know if this is a known issue?
    Is there a way that there can be a featured implemented on the server that doesn't allow another user to open a file if it is already open on another machine?
    Thanks

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • HT204053 i RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    I RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    Welcome to the Apple community.
    iTunes and iCloud and different accounts, you will need to delete both accounts from your device before adding the new details in their place.
    For iCloud go to settings > iCloud, scroll down and hit the delete button. You can then sign back in using your correct details. For iTunes go to settings >store, tap your account ID and then sign out, you can then sign back in using your correct Apple ID.

  • I'm trying to get my itunes media from two different PCs onto my iPhone

    After purchasing media from iTunes (same iTunes account) on two different computers (1x Win Vista desktop and 1x Win XP laptop), is there a way to get all of this media onto my iPhone (3GS)? I was very dissapointed to see that you can only sync one computer at a time which surprised me because usually Apple products are a lot more user friendly and from my humble experience, I have generally found Apple products to just make since although this problem is seriously aggravating. I am trying to get all of the media that I bought on my laptop (Win XP) to sync with my iPhone (3GS) but since I have already been syncing with my desktop (Win Vista), it wants to erase everything that I already had on my phone, including invaluable photos that I have taken of my children and media that I have purchased on the phone itself. This process has already deleted all of the music that I purchased on my phone (I am assuming that I can't get this music back or at least the music that wasn't backed up yet to my desktop). Is there anyway to get all of my media onto this phone and keep the media that is on my phone already or should I just go back to using my HTC Tilt since it has proven to be a lot more user friendly? One would think that Apple would appreciate you purchasing media from iTunes anywhere that you could but it seems that Apple penalizes you for purchasing from iTunes from more than one computer. I have tried to access my iPhone through the "my computer" folder on my Win XP laptop but my iPhone does not show up in this folder (although it does show up in my Vista desktop "my computer" folder). Can anyone please point me in the right direction to find a solution as this problem has been extremely frustrating. I would very much appreciate all the help that anyone could give.

    Will iTunes allow me to do this? I'm not really all that familiar with Windows computers. I have recently had to move to a PC because my $3000 macBook Pro died one month after the warranty was up. How could I get iTunes to accept media from another computer?

  • Using two facts of two different star schemas and conformed dimensions

    Hi,
    I've been working as developer and database designer for years and I'm new to Business Objects. Some people says you can not use two facts of two different star schemas in the same query because of conformed dimensions and loop problems in BO.
    For example I have a CUSTOMER_SALE_fACT table containing customer_id and date_id as FK, and some other business metrics about sales. And there is another fact table CUSTOMER_CAMPAIGN_FACT which also contains customer_id and date_id as FK, and some  other business metrics about customer campaigns. SO I have two stars like below:
    DIM_TIME -- SALE_FACT -- DIM_CUSTOMER
    DIM_TIME -- CAMPAIGN_FACT -- DIM_CUSTOMER
    Business metrics are loaded into fact tables and facts can be used together along conformed dimensions . This is one of the fundamentals of the dimensional modeling. Is it really impossible to use SALE_FACT and CAMPAIGN_FACT together? If the answer is No, what is the solution?
    Saying "you cannot do that because of loops" is very interesting.
    Thank you..

    When you join two facts together with a common dimension you have created what is called a "chasm trap" which leads to invalid results because of the way SQL is processed. The query rows are first retrieved and then aggregated. Since sales fact and campaign fact have no direct relationship, the rows coming from either side can end up as a product join.
    Suppose a customer has 3 sales fact rows and 2 campaign fact rows. The result set will have six rows before any aggregation is performed. That would mean that sales measures are doubled and campaign measures are tripled.
    You can report on them together, using multiple SQL passes, but you can't query them together. Does that distinction make sense?

  • How can I interact between two different frames in the same indesign template as well as from one template to another.

    I am looking for the best way (or any way) to interact between two different frames in the same indesign template as well as from one template to another. It's for a DPS app which needs to carry some button initiated data from one page to another and then present it in a table.

    There is no simple way to do it, as itunes wont let you use it on another computer without wiping the contents first.
    However if you really want to transfer songs to another computer then you could try this;
    * make sure that your ipod is accessible as a disk drive (ipod options)
    * when you plug your ipod into the computer you want to transfer to make sure you select "no" or "cancel" when it asks to wipe the contents. Leave the ipod connected and quit from itunes.
    * go to "my computer" and access the ipod directly. You probably have to select "view hidden files" from windows. You will see a lot of folders with odd names like ZX838aff with similar named files inside.
    * copy these files to a folder on your computers hardrive. Now remove the ipod and start itunes.
    * import the files from the folder you made in the last step.
    * Now your music is on itunes, but with unrecogisable names.
    This is the only way I have found to do it, but there may be another way, say with an application to do the hard work for you.
    Generic homebuild PC Windows XP
    Generic homebuild PC   Windows XP  

  • How Can i Use two Different Public IP Addresses no my DMZ with ASA Firewall.

    How To Using Two Different Public IP Address on My DMZ with ASA 5520
    Postado por jorge decimo decimo em 28/Jan/2013 5:51:28
    Hi everyone out there.
    can any one please help me regarding this situation that im looking for a solution
    My old range of public ip address are finished, i mean (the 41.x.x.0 range)
    So now i still need to have in my DMZ another two servers that will bring some new services.
    Remember that those two server, will need to be accessable both from inside and from outside users (Internet users) as well.
    So as i said, my old range of public ip address is finished and we asked the ISP to gives some additional public
    ip address to address the need of the two new servers on DMZ. and the ISP gave us the range of 197.216.1.24/29
    So my quation is, on reall time world (on the equipment) how can i Use two different public ip address on the same DMZ
    on Cisco ASA 5520 v8??
    How my configuration should look like?
    I was told about implementing static nat with Sub Interfaces on both Router and ASA interface
    Can someone please do give me a help with a practical config sample please. i can as well be reached at [email protected]
    attached is my network diagram for a better understanding
    I thank every body in advance
    Jorge

    Hi,
    So looking at your picture you have the original public IP address range configured on the OUTSIDE and its used for NAT for different servers behind the ASA firewall.
    Now you have gotten a new public IP address range from the ISP and want to get it into use.
    How do you want to use this IP address range? You want to configure the public IP addresses directly on the servers or NAT them at the ASA and have private IP addresses on the actual servers (like it seems to be for the current server)?
    To get the routing working naturally the only thing needed between your Router and Firewall would be to have a static route for the new public network range pointing towards your ASA OUTSIDE IP address. The routing between your Router and the ISP core could either be handled with Static Routing or Dynamic Routing.
    So you dont really need to change the interface configuration between the Router and ASA at all. You just need a Static route pointing the new public IP address towards the ASA outside IP address.
    Now when the routing is handled between the ISP - ISP/Your Router - Your Firewall, you can then consider how to use those IP addresses.
    Do you want to use the public IP addresses DIRECTLY on the HOSTS behind the firewall?This would require you to either configure a new physical interface with the new public IP address range OR create a new subinterface with the new public IP addresses range AND then configure the LAN devices correspondingly to the chosen method on the firewall
    Do you want to use the public IP addresses DIRECLTY on the ASA OUTSIDE as NAT IP addresses?This would require for you to only start configuring Static NAT for the new servers between the inside/dmz and outside interface of the ASA. The format would be no different from the previous NAT configuration other than for the different IP addresses ofcourse
    Of the above ways
    The first way is good because the actual hosts will have the public IP addresses. Therefore you wont run into problems with DNS when the LAN users are trying to access the server.
    The second way is the one requiring the least amount of configurations/changes on the ASA. In this case though you might run into problem with DNS (to which I refer above) as the server actually has a private IP address but the public DNS might reply to the LAN hosts with a public IP address and therefore connections from LAN could fail. This is because LAN users cant connect to the servers OUTSIDE NAT IP address (unless you NAT the server to public IP address towards LAN also)
    Hopefully the above was helpfull. Naturally ask more specific questions and I'll answer them. Hopefully I didnt miss something. But please ask more
    I'm currently at Cisco Live! 2013 London so in the "worst case" I might be able to answer on the weekend at earliest.
    - Jouni

  • How to Store the result sets of a stored procedure that is returning more that one result set in two different table ?

    Hi Experts,
       I have on stored procedure which returns mote than one resultset i want that to store in two different temp table how can achieve this in SQL server.
     following is the stored procedure and table that i need to create.
    create procedure GetData as begin select * from Empselect * from Deptend 
    create table #tmp1 (Ddeptid int, deptname varchar(500),Location varchar(100))
    Insert into #tmp1 (Ddeptid , deptname ,Location )
    exec GetData
    create table #tmp (empid int , ename varchar(500),DeptId int , salary int)
    Insert into #tmp (empId,ename,deptId,salary)
    exec GetData
    Niraj Sevalkar

    You cant get two resultsets out of SP like this. The workaround is to merge and bring the resultsets.
    For this number of columns as well as corresponding datatypes have to be compatible. Also you will need one additional column which indicates resultset value. Then use this as filter to get your desired resultset out
    create procedure GetData as
    begin
    select 'resultset1' as Cat,*,.. N columns from Emp
    union all
    select 'resultset2' as Cat,*,.. N columns from Dept
    end
    create table #tmp1 (Ddeptid int, deptname varchar(500),Location varchar(100))
    Insert into #tmp1 (Ddeptid , deptname ,Location )
    Select column1,column2,column3
    from OPENROWSET('SQLOLEDB','Data Source=Server_name;Trusted_Connection=yes;
    Integrated Security=SSPI','Execute yourdb..GetData')
    WHERE Cat = 'resultset1'
    create table #tmp (empid int , ename varchar(500),DeptId int , salary int)
    Insert into #tmp (empId,ename,deptId,salary)
    Select column1,column2,column3, column4
    from OPENROWSET('SQLOLEDB','Data Source=Server_name;Trusted_Connection=yes;
    Integrated Security=SSPI','Execute yourdb..GetData')
    WHERE Cat = 'resultset2'
    also see
    http://sqlblogcasts.com/blogs/madhivanan/archive/2007/11/26/select-columns-from-exec-procedure-name-is-this-possible.aspx
    Another method is to populate table with relevant resultset within procedure itself and then select from the table directly outside.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Can Apple TV play content purchased with two different Apple IDs (but on one computer)?

    I have one iMac with content in my iTunes from two different Apple IDs. All of this content is perfectly accessible on my computer. Before I ran the most recent software upgrade on my Apple TV 2, I was able to access all of this content (from both Apple IDs) through Home Sharing. Now it shows me all of the content, but skips over any of the songs that were purchased with one of the Apple IDs. It doesn't show an error message--it just won't play the songs. Is there any way around this? I haven't seen a thread that directly relates to this--most threads I have seen discuss two separate computers, each with different Apple IDs. Any help would be much appreciated.

    I've tried everything..unplugging and re-setting the Apple TV, restoring to factory settings and starting over...nothing seems to work. I'm not sure why the software upgrade would have affected it, but that's what triggered this problem. It doesn't seem right that if it's accessible on my computer and it's all music purchased by me, that it's not all accessible on my Apple TV!

  • [SOLVED]Two finger scrolling/tapping stoped working after xorg update

    Hi everyone, i updated my system yesterday to the new xorg server (1.11.1-2). Everything works except for the two finger scrolling on my synaptics touchpad.
    There is some info:
    Kernel:  3.0.6-2 (stock)
    Synaptics Touchpad driver: 1.5.0-1 (lastest)
    Right side scrolling works fine, two or three finger tapping doesn't work either.
    Here's my Xorg.log:
    [ 172.989]
    X.Org X Server 1.11.1
    Release Date: 2011-09-24
    [ 172.989] X Protocol Version 11, Revision 0
    [ 172.989] Build Operating System: Linux 3.0-ARCH i686
    [ 172.989] Current Operating System: Linux Xenogears 3.0-ARCH #1 SMP PREEMPT Fri Oct 7 10:11:05 UTC 2011 i686
    [ 172.989] Kernel command line: root=/dev/sda2 ro quiet fastboot init=/sbin/e4rat-preload
    [ 172.989] Build Date: 10 October 2011 08:49:15AM
    [ 172.989]
    [ 172.989] Current version of pixman: 0.22.2
    [ 172.989] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 172.990] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 172.990] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 13 13:27:22 2011
    [ 172.990] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 172.990] (==) No Layout section. Using the first Screen section.
    [ 172.990] (==) No screen section available. Using defaults.
    [ 172.990] (**) |-->Screen "Default Screen Section" (0)
    [ 172.990] (**) | |-->Monitor "<default monitor>"
    [ 172.990] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 172.990] (==) Automatically adding devices
    [ 172.990] (==) Automatically enabling devices
    [ 172.991] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 172.991] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 172.991] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 172.991] (II) Loader magic: 0x8228580
    [ 172.991] (II) Module ABI versions:
    [ 172.991] X.Org ANSI C Emulation: 0.4
    [ 172.991] X.Org Video Driver: 11.0
    [ 172.991] X.Org XInput driver : 13.0
    [ 172.991] X.Org Server Extension : 6.0
    [ 172.992] (--) PCI:*(0:1:5:0) 1002:791f:1631:c108 rev 0, Mem @ 0xc0000000/268435456, 0xfd8f0000/65536, 0xfd700000/1048576, I/O @ 0x00008800/256
    [ 172.992] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 172.992] (II) LoadModule: "extmod"
    [ 172.993] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 172.993] (II) Module extmod: vendor="X.Org Foundation"
    [ 172.993] compiled for 1.11.1, module version = 1.0.0
    [ 172.993] Module class: X.Org Server Extension
    [ 172.993] ABI class: X.Org Server Extension, version 6.0
    [ 172.993] (II) Loading extension MIT-SCREEN-SAVER
    [ 172.993] (II) Loading extension XFree86-VidModeExtension
    [ 172.993] (II) Loading extension XFree86-DGA
    [ 172.993] (II) Loading extension DPMS
    [ 172.993] (II) Loading extension XVideo
    [ 172.993] (II) Loading extension XVideo-MotionCompensation
    [ 172.993] (II) Loading extension X-Resource
    [ 172.993] (II) LoadModule: "dbe"
    [ 172.993] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 172.993] (II) Module dbe: vendor="X.Org Foundation"
    [ 172.993] compiled for 1.11.1, module version = 1.0.0
    [ 172.993] Module class: X.Org Server Extension
    [ 172.993] ABI class: X.Org Server Extension, version 6.0
    [ 172.994] (II) Loading extension DOUBLE-BUFFER
    [ 172.994] (II) LoadModule: "glx"
    [ 172.994] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 172.994] (II) Module glx: vendor="X.Org Foundation"
    [ 172.994] compiled for 1.11.1, module version = 1.0.0
    [ 172.994] ABI class: X.Org Server Extension, version 6.0
    [ 172.994] (==) AIGLX enabled
    [ 172.994] (II) Loading extension GLX
    [ 172.994] (II) LoadModule: "record"
    [ 172.994] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 172.994] (II) Module record: vendor="X.Org Foundation"
    [ 172.994] compiled for 1.11.1, module version = 1.13.0
    [ 172.994] Module class: X.Org Server Extension
    [ 172.994] ABI class: X.Org Server Extension, version 6.0
    [ 172.994] (II) Loading extension RECORD
    [ 172.994] (II) LoadModule: "dri"
    [ 172.994] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 172.995] (II) Module dri: vendor="X.Org Foundation"
    [ 172.995] compiled for 1.11.1, module version = 1.0.0
    [ 172.995] ABI class: X.Org Server Extension, version 6.0
    [ 172.995] (II) Loading extension XFree86-DRI
    [ 172.995] (II) LoadModule: "dri2"
    [ 172.995] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 172.995] (II) Module dri2: vendor="X.Org Foundation"
    [ 172.995] compiled for 1.11.1, module version = 1.2.0
    [ 172.995] ABI class: X.Org Server Extension, version 6.0
    [ 172.995] (II) Loading extension DRI2
    [ 172.995] (==) Matched ati as autoconfigured driver 0
    [ 172.995] (==) Matched vesa as autoconfigured driver 1
    [ 172.995] (==) Matched fbdev as autoconfigured driver 2
    [ 172.995] (==) Assigned the driver to the xf86ConfigLayout
    [ 172.995] (II) LoadModule: "ati"
    [ 172.995] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 172.995] (II) Module ati: vendor="X.Org Foundation"
    [ 172.995] compiled for 1.11.0, module version = 6.14.2
    [ 172.995] Module class: X.Org Video Driver
    [ 172.995] ABI class: X.Org Video Driver, version 11.0
    [ 172.995] (II) LoadModule: "radeon"
    [ 172.996] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 172.996] (II) Module radeon: vendor="X.Org Foundation"
    [ 172.996] compiled for 1.11.0, module version = 6.14.2
    [ 172.996] Module class: X.Org Video Driver
    [ 172.996] ABI class: X.Org Video Driver, version 11.0
    [ 172.996] (II) LoadModule: "vesa"
    [ 172.996] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 172.996] (II) Module vesa: vendor="X.Org Foundation"
    [ 172.996] compiled for 1.10.99.902, module version = 2.3.0
    [ 172.996] Module class: X.Org Video Driver
    [ 172.996] ABI class: X.Org Video Driver, version 11.0
    [ 172.996] (II) LoadModule: "fbdev"
    [ 172.997] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 172.997] (II) Module fbdev: vendor="X.Org Foundation"
    [ 172.997] compiled for 1.10.99.902, module version = 0.4.2
    [ 172.997] ABI class: X.Org Video Driver, version 11.0
    [ 172.997] (II) RADEON: Driver for ATI Radeon chipsets:
    ********************LOTS OF VIDEO CARDS*******************************
    [ 173.004] (II) VESA: driver for VESA chipsets: vesa
    [ 173.004] (II) FBDEV: driver for framebuffer: fbdev
    [ 173.004] (++) using VT number 8
    [ 173.015] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 173.015] (II) [KMS] Kernel modesetting enabled.
    [ 173.015] (WW) Falling back to old probe method for vesa
    [ 173.015] (WW) Falling back to old probe method for fbdev
    [ 173.015] (II) Loading sub module "fbdevhw"
    [ 173.015] (II) LoadModule: "fbdevhw"
    [ 173.016] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 173.016] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 173.016] compiled for 1.11.1, module version = 0.0.2
    [ 173.016] ABI class: X.Org Video Driver, version 11.0
    [ 173.016] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 173.016] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 173.016] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 173.016] (==) RADEON(0): Default visual is TrueColor
    [ 173.016] (==) RADEON(0): RGB weight 888
    [ 173.016] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 173.016] (--) RADEON(0): Chipset: "ATI Radeon X1200" (ChipID = 0x791f)
    [ 173.016] (II) RADEON(0): PCI card detected
    [ 173.016] drmOpenDevice: node name is /dev/dri/card0
    [ 173.016] drmOpenDevice: open result is 9, (OK)
    [ 173.016] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [ 173.016] drmOpenDevice: node name is /dev/dri/card0
    [ 173.016] drmOpenDevice: open result is 9, (OK)
    [ 173.016] drmOpenByBusid: drmOpenMinor returns 9
    [ 173.016] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [ 173.017] (II) Loading sub module "exa"
    [ 173.017] (II) LoadModule: "exa"
    [ 173.017] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 173.017] (II) Module exa: vendor="X.Org Foundation"
    [ 173.017] compiled for 1.11.1, module version = 2.5.0
    [ 173.017] ABI class: X.Org Video Driver, version 11.0
    [ 173.017] (II) RADEON(0): KMS Color Tiling: enabled
    [ 173.017] (II) RADEON(0): KMS Pageflipping: enabled
    [ 173.017] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 173.190] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 173.190] (II) RADEON(0): Output LVDS has no monitor section
    [ 173.356] (II) RADEON(0): EDID for output VGA-0
    [ 173.356] (II) RADEON(0): EDID for output LVDS
    [ 173.356] (II) RADEON(0): Manufacturer: AUO Model: 8174 Serial#: 0
    [ 173.356] (II) RADEON(0): Year: 2006 Week: 1
    [ 173.356] (II) RADEON(0): EDID Version: 1.3
    [ 173.356] (II) RADEON(0): Digital Display Input
    [ 173.356] (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 173.357] (II) RADEON(0): Gamma: 2.20
    [ 173.357] (II) RADEON(0): No DPMS capabilities specified
    [ 173.357] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 173.357] (II) RADEON(0): First detailed timing is preferred mode
    [ 173.357] (II) RADEON(0): redX: 0.590 redY: 0.345 greenX: 0.315 greenY: 0.555
    [ 173.357] (II) RADEON(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    [ 173.357] (II) RADEON(0): Manufacturer's mask: 0
    [ 173.357] (II) RADEON(0): Supported detailed timing:
    [ 173.357] (II) RADEON(0): clock: 71.1 MHz Image Size: 331 x 207 mm
    [ 173.357] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    [ 173.357] (II) RADEON(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
    [ 173.357] (II) RADEON(0): Unknown vendor-specific block f
    [ 173.357] (II) RADEON(0): AUO
    [ 173.357] (II) RADEON(0): B154EW08 V1
    [ 173.357] (II) RADEON(0): EDID (in hex):
    [ 173.357] (II) RADEON(0): 00ffffffffffff0006af748100000000
    [ 173.357] (II) RADEON(0): 01100103802115780a1cf59758508e27
    [ 173.357] (II) RADEON(0): 27505400000001010101010101010101
    [ 173.357] (II) RADEON(0): 010101010101c71b00a0502017303020
    [ 173.357] (II) RADEON(0): 36004bcf100000180000000f00000000
    [ 173.357] (II) RADEON(0): 00000000000000000020000000fe0041
    [ 173.357] (II) RADEON(0): 554f0a202020202020202020000000fe
    [ 173.357] (II) RADEON(0): 004231353445573038205631200a0043
    [ 173.357] (II) RADEON(0): Printing probed modes for output LVDS
    [ 173.357] (II) RADEON(0): Modeline "1280x800"x60.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz)
    [ 173.357] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 173.357] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 173.357] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 173.357] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 173.357] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 173.357] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 173.357] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 173.357] (II) RADEON(0): Output VGA-0 disconnected
    [ 173.357] (II) RADEON(0): Output LVDS connected
    [ 173.357] (II) RADEON(0): Using exact sizes for initial modes
    [ 173.357] (II) RADEON(0): Output LVDS using initial mode 1280x800
    [ 173.357] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 173.357] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:fbd8000
    [ 173.357] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 173.357] (==) RADEON(0): DPI set to (96, 96)
    [ 173.357] (II) Loading sub module "fb"
    [ 173.357] (II) LoadModule: "fb"
    [ 173.358] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 173.358] (II) Module fb: vendor="X.Org Foundation"
    [ 173.358] compiled for 1.11.1, module version = 1.0.0
    [ 173.358] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 173.358] (II) Loading sub module "ramdac"
    [ 173.358] (II) LoadModule: "ramdac"
    [ 173.358] (II) Module "ramdac" already built-in
    [ 173.358] (II) UnloadModule: "vesa"
    [ 173.358] (II) Unloading vesa
    [ 173.358] (II) UnloadModule: "fbdev"
    [ 173.358] (II) Unloading fbdev
    [ 173.358] (II) UnloadModule: "fbdevhw"
    [ 173.358] (II) Unloading fbdevhw
    [ 173.358] (--) Depth 24 pixmap format is 32 bpp
    [ 173.358] (II) RADEON(0): [DRI2] Setup complete
    [ 173.358] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 173.359] (II) RADEON(0): Front buffer size: 4000K
    [ 173.359] (II) RADEON(0): VRAM usage limit set to 228499K
    [ 173.359] (==) RADEON(0): Backing store disabled
    [ 173.359] (II) RADEON(0): Direct rendering enabled
    [ 173.359] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 173.359] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 173.359] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 173.359] (II) EXA(0): Driver registered support for the following operations:
    [ 173.359] (II) Solid
    [ 173.359] (II) Copy
    [ 173.359] (II) Composite (RENDER acceleration)
    [ 173.359] (II) UploadToScreen
    [ 173.359] (II) DownloadFromScreen
    [ 173.359] (II) RADEON(0): Acceleration enabled
    [ 173.359] (==) RADEON(0): DPMS enabled
    [ 173.359] (==) RADEON(0): Silken mouse enabled
    [ 173.359] (II) RADEON(0): Set up textured video
    [ 173.359] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 173.359] (--) RandR disabled
    [ 173.359] (II) Initializing built-in extension Generic Event Extension
    [ 173.359] (II) Initializing built-in extension SHAPE
    [ 173.360] (II) Initializing built-in extension MIT-SHM
    [ 173.360] (II) Initializing built-in extension XInputExtension
    [ 173.360] (II) Initializing built-in extension XTEST
    [ 173.360] (II) Initializing built-in extension BIG-REQUESTS
    [ 173.360] (II) Initializing built-in extension SYNC
    [ 173.360] (II) Initializing built-in extension XKEYBOARD
    [ 173.360] (II) Initializing built-in extension XC-MISC
    [ 173.360] (II) Initializing built-in extension SECURITY
    [ 173.360] (II) Initializing built-in extension XINERAMA
    [ 173.360] (II) Initializing built-in extension XFIXES
    [ 173.360] (II) Initializing built-in extension RENDER
    [ 173.360] (II) Initializing built-in extension RANDR
    [ 173.360] (II) Initializing built-in extension COMPOSITE
    [ 173.360] (II) Initializing built-in extension DAMAGE
    [ 173.378] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 173.378] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 173.378] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 173.378] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 173.378] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 173.379] (II) AIGLX: Loaded and initialized r300
    [ 173.379] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 173.380] (II) RADEON(0): Setting screen physical size to 338 x 211
    [ 173.458] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 173.458] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 173.458] (II) LoadModule: "evdev"
    [ 173.458] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.459] (II) Module evdev: vendor="X.Org Foundation"
    [ 173.459] compiled for 1.10.99.902, module version = 2.6.0
    [ 173.459] Module class: X.Org XInput Driver
    [ 173.459] ABI class: X.Org XInput driver, version 13.0
    [ 173.459] (II) Using input driver 'evdev' for 'Power Button'
    [ 173.459] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.459] (**) Power Button: always reports core events
    [ 173.459] (**) Power Button: Device: "/dev/input/event4"
    [ 173.459] (--) Power Button: Found keys
    [ 173.459] (II) Power Button: Configuring as keyboard
    [ 173.459] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 173.459] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 173.459] (**) Option "xkb_rules" "evdev"
    [ 173.459] (**) Option "xkb_model" "evdev"
    [ 173.459] (**) Option "xkb_layout" "us"
    [ 173.497] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 173.497] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 173.497] (II) Using input driver 'evdev' for 'Video Bus'
    [ 173.497] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.497] (**) Video Bus: always reports core events
    [ 173.497] (**) Video Bus: Device: "/dev/input/event5"
    [ 173.497] (--) Video Bus: Found keys
    [ 173.497] (II) Video Bus: Configuring as keyboard
    [ 173.497] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:02/LNXVIDEO:00/input/input5/event5"
    [ 173.497] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 173.497] (**) Option "xkb_rules" "evdev"
    [ 173.497] (**) Option "xkb_model" "evdev"
    [ 173.497] (**) Option "xkb_layout" "us"
    [ 173.498] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 173.498] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 173.498] (II) Using input driver 'evdev' for 'Power Button'
    [ 173.498] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.498] (**) Power Button: always reports core events
    [ 173.498] (**) Power Button: Device: "/dev/input/event1"
    [ 173.498] (--) Power Button: Found keys
    [ 173.498] (II) Power Button: Configuring as keyboard
    [ 173.498] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 173.498] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 173.498] (**) Option "xkb_rules" "evdev"
    [ 173.498] (**) Option "xkb_model" "evdev"
    [ 173.498] (**) Option "xkb_layout" "us"
    [ 173.499] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 173.499] (II) No input driver/identifier specified (ignoring)
    [ 173.499] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 173.499] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 173.499] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 173.499] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.499] (**) Sleep Button: always reports core events
    [ 173.500] (**) Sleep Button: Device: "/dev/input/event2"
    [ 173.500] (--) Sleep Button: Found keys
    [ 173.500] (II) Sleep Button: Configuring as keyboard
    [ 173.500] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [ 173.500] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 173.500] (**) Option "xkb_rules" "evdev"
    [ 173.500] (**) Option "xkb_model" "evdev"
    [ 173.500] (**) Option "xkb_layout" "us"
    [ 173.501] (II) config/udev: Adding input device CNF7050 (/dev/input/event10)
    [ 173.501] (**) CNF7050: Applying InputClass "evdev keyboard catchall"
    [ 173.501] (II) Using input driver 'evdev' for 'CNF7050'
    [ 173.501] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.501] (**) CNF7050: always reports core events
    [ 173.501] (**) CNF7050: Device: "/dev/input/event10"
    [ 173.501] (--) CNF7050: Found keys
    [ 173.501] (II) CNF7050: Configuring as keyboard
    [ 173.501] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.5/usb1/1-7/1-7:1.0/input/input10/event10"
    [ 173.501] (II) XINPUT: Adding extended input device "CNF7050" (type: KEYBOARD, id 10)
    [ 173.501] (**) Option "xkb_rules" "evdev"
    [ 173.501] (**) Option "xkb_model" "evdev"
    [ 173.501] (**) Option "xkb_layout" "us"
    [ 173.502] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 173.502] (II) No input driver/identifier specified (ignoring)
    [ 173.502] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event6)
    [ 173.502] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 173.502] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
    [ 173.502] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.502] (**) Asus Laptop extra buttons: always reports core events
    [ 173.502] (**) Asus Laptop extra buttons: Device: "/dev/input/event6"
    [ 173.502] (--) Asus Laptop extra buttons: Found keys
    [ 173.502] (II) Asus Laptop extra buttons: Configuring as keyboard
    [ 173.502] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input6/event6"
    [ 173.502] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD, id 11)
    [ 173.502] (**) Option "xkb_rules" "evdev"
    [ 173.502] (**) Option "xkb_model" "evdev"
    [ 173.502] (**) Option "xkb_layout" "us"
    [ 173.503] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 173.503] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 173.503] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 173.503] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 173.503] (**) AT Translated Set 2 keyboard: always reports core events
    [ 173.503] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 173.503] (--) AT Translated Set 2 keyboard: Found keys
    [ 173.503] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 173.503] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 173.503] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 173.503] (**) Option "xkb_rules" "evdev"
    [ 173.503] (**) Option "xkb_model" "evdev"
    [ 173.504] (**) Option "xkb_layout" "us"
    [ 173.504] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 173.504] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 173.504] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 173.504] (II) LoadModule: "synaptics"
    [ 173.505] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 173.505] (II) Module synaptics: vendor="X.Org Foundation"
    [ 173.505] compiled for 1.11.0, module version = 1.5.0
    [ 173.505] Module class: X.Org XInput Driver
    [ 173.505] ABI class: X.Org XInput driver, version 13.0
    [ 173.505] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 173.505] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 173.505] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 173.505] (**) Option "Device" "/dev/input/event9"
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
    [ 173.716] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 173.716] (**) Option "TapButton1" "1"
    [ 173.716] (**) Option "TapButton2" "2"
    [ 173.716] (**) Option "TapButton3" "3"
    [ 173.823] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 173.823] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 173.930] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input9/event9"
    [ 173.930] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 173.930] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 173.930] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 173.930] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 173.930] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 173.930] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 173.930] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 173.930] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 173.930] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 173.930] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 173.930] (II) No input driver/identifier specified (ignoring)
    [ 173.931] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 173.931] (II) No input driver/identifier specified (ignoring)
    [ 180.276] (II) RADEON(0): EDID vendor "AUO", prod id 33140
    [ 180.276] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 180.276] (II) RADEON(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz)
    [ 183.590] (II) RADEON(0): EDID vendor "AUO", prod id 33140
    [ 183.590] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 183.590] (II) RADEON(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz)
    I deteled the part where it lists all the suported video cards...
    Thanks in advance.
    Last edited by Hyugga (2011-10-20 06:46:11)

    Same problem here
    Worked like a charm before.
    /etc/X11/xorg.conf
    # NOXORGCONFEXISTED: No X.org configuration file existed when this backup was created.
    /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    /etc/X11/xorg.conf.d/10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    Xorg log
    [ 90.424] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 90.424] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 90.424] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 90.424] (II) LoadModule: "synaptics"
    [ 90.424] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 90.424] (II) Module synaptics: vendor="X.Org Foundation"
    [ 90.424] compiled for 1.11.0, module version = 1.5.0
    [ 90.424] Module class: X.Org XInput Driver
    [ 90.424] ABI class: X.Org XInput driver, version 13.0
    [ 90.424] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 90.424] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 90.424] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 90.424] (**) Option "Device" "/dev/input/event6"
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5598
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4670
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
    [ 90.500] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 90.500] (**) Option "TapButton1" "1"
    [ 90.500] (**) Option "TapButton2" "2"
    [ 90.500] (**) Option "TapButton3" "3"
    [ 90.532] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 90.532] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 90.564] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
    [ 90.564] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 90.564] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 90.564] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 90.564] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
    [ 90.564] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 90.564] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 90.564] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 90.564] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 90.564] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 90.564] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 90.564] (II) No input driver/identifier specified (ignoring)
    Last edited by akurei (2011-10-14 10:28:45)

Maybe you are looking for

  • Using USB 1.1

    Will using my USB port (which is a 1.1 rather then the recommended 2.0) damage my battery if I use it for transfering the music and not charging it? I heard that charging an ipod with anything lower then a 2.0 will damage the battery, so I figured ma

  • ISE 1.2 - Guest Services

    Hi All, I'm planning to setup Cisco ISE - GNAC services and I want to know how the licenses work for this service. Will ISE count a license for each guest user connected? also I have another question regarding WAN latency between personas. What's the

  • Photoshop: Error message 'Could not complete your request because of a program error.'

    Photoshop CC 2014.2.2 on Macbook Pro with Retina Display. I am an inexperienced user. While using Content Aware Fill I receive this message. I have tried opening Photoshop without plugins (holding Shift key while loading) but this does not seem to re

  • Different font quality in preview mode

    Hello, is it normal that fonts become so bulky in preview mode? I´m using a Webfont in this case (PT Sans Narrow Bold) Especially the button text.

  • Print Preview of Purchasing Documents too small

    Some of my users are having difficulties with reading the content of Purchasing Document Previews as the font size selected for the documents is quite small. We want to increase the size of text on the screen without changing the document font size.