Changeset 6489


Ignore:
Timestamp:
04/05/10 03:05:44 (3 years ago)
Author:
alanbach-guest
Message:

back to default input if evdev fails

Location:
pkg/frankie/main/xorgconfig-parsix/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pkg/frankie/main/xorgconfig-parsix/trunk/debian/changelog

    r6486 r6489  
     1xorgconfig-parsix (1.1.4) unstable; urgency=low 
     2 
     3  * Added AllowEmptyInput=false to xorg.conf, so at least make X revert  
     4    back to default input if evdev fails` 
     5 
     6 -- Alan Baghumian <alan@technotux.org>  Sun, 04 Apr 2010 18:04:31 -0700 
     7 
    18xorgconfig-parsix (1.1.3) unstable; urgency=low 
    29 
  • pkg/frankie/main/xorgconfig-parsix/trunk/xorg.conf

    r6486 r6489  
    1 Section "Module"         
    2         Load    "evdev" 
     1Section "ServerFlags" 
     2     Option "AllowEmptyInput" "False" 
    33EndSection 
    44 
     5Section "Module"         
     6     Load       "evdev" 
     7EndSection 
     8 
  • pkg/frankie/main/xorgconfig-parsix/trunk/xorg.conf.in

    r5821 r6489  
    1212Section "ServerFlags" 
    1313        Option          "AllowMouseOpenFail"    "true" 
     14        Option          "AllowEmptyInput" "False" 
    1415        @@NOPM@@ 
    1516EndSection 
Note: See TracChangeset for help on using the changeset viewer.