Page 2 of 12 FirstFirst 1234 ... LastLast
Results 11 to 20 of 113

Thread: Can't Boot After Upgrading To 2.6.31

  1. #11
    Join Date
    Jun 2008
    Beans
    62

    Re: Can't Boot After Upgrading To 2.6.31

    i see that result when i was trying to get my touch/pen working on 9.04.

    if i restore the original (fglrx) or failsafe (vesa) xorg.conf, i'm good to go.

    - boot into recovery mode
    - drop to a root shell w/ networking
    - fix /etc/X11/xorg.conf (or copy /etc/X11/xorg.conf.failsafe to /etc/X11/xorg.conf)

    i can boot normally again.

    note, whenever this happens, i lose keyboard input too it seems.
    Last edited by synace; July 10th, 2009 at 12:08 AM.

  2. #12
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't Boot After Upgrading To 2.6.31

    Hi synace,

    You don't need to do a kernel upgrade in Jaunty to get the stylus and pen working for your n-trig digitizer anymore. This link will take you to a xorg.conf and a link to Ayuthia's deb.s and instructions. See appenidix 2 at the bottom: http://ubuntuforums.org/showthread.php?t=996830

  3. #13
    Join Date
    Jun 2008
    Beans
    62

    Re: Can't Boot After Upgrading To 2.6.31

    side note, to get rid of the old kernel (from a root recovery shell):

    uninstall the extra kernel

    dpkg --purge ...headers
    dpkg --purge ...headers-generic
    dpkg --purge ...image...

    apt-get install --reinstall ...headers
    apt-get install --reinstall ...headers-generic
    apt-get install --reinstall ...image...

    your current kernel's parts (headers, headers-generic & image)

    you should be able to boot back to where your machine was before you added the extra kernel

  4. #14
    Join Date
    Jun 2008
    Beans
    62

    Re: Can't Boot After Upgrading To 2.6.31

    Quote Originally Posted by Favux View Post
    Hi synace,

    You don't need to do a kernel upgrade in Jaunty to get the stylus and pen working for your n-trig digitizer anymore. This link will take you to a xorg.conf and a link to Ayuthia's deb.s and instructions. See appenidix 2 at the bottom: http://ubuntuforums.org/showthread.php?t=996830
    checking it out.. i didn't upgrade, just wanted to get the stylus & right click working (right now the button is middle-click).

    i'll try those patched kernel files.

    edit:
    i'm actually on 2.6.28-13.45, those are 2.6.28-13.44

    i used the xorg.conf in the bzip package in his post.

    got a warning about downgrading.. rebooting & trying

    i ended up w/ the same thing seen on page 1 here.

    trying xorg.conf adjustments. if that doesn't work, i'll reninstall .45.

    that worked.. ok.. i'm on Ayuthia's patched kernel, but his xorg.conf doesn't work for me. fglrx does work for me.

    touch 'IS' working (it's no-longer going to the top-left corner, X11 registers something). although, it's not responsive or accurate and sporadic. maybe have to adjust wacom sensitivity? if i use 3 fingers, it works, 1 finger, no go.

    pen works still, though, button is still middle click.

    my xorg.conf:

    Code:
    Section "ServerLayout"
            Identifier      "Default Layout"
            Screen          "Default Screen"
            InputDevice     "Trackpad"
            InputDevice     "stylus"
    # I've commented out the eraser because it either doesn't exist or doesn't work
    #        InputDevice    "eraser"  # "SendCoreEvents"
            InputDevice     "touch"
    EndSection                                 
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	DefaultDepth	24
    EndSection
    
    Section "Module"
    	Load	"glx"
    	Load	"dri"
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver	"fglrx"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Trackpad"
    	Driver      "synaptics"
    	Option	"Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
    EndSection
    
    Section "InputDevice"
    	Driver "wacom"
            Option "Mode" "Absolute"
            Identifier "touch"
    	Option "Touch" "on"
            Option "Type" "touch"
     	Option "ForceDevice" "ISDV4"
    	Option "Device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse"
    #        Option "USB" "on"
    	Option "TopX" "0"
    	Option "TopY" "0"
    	Option "BottomX" "9600"
    	Option "BottomY" "7200"
    	Option "DebugLevel" "8"
    # 	Option "Button1" "1"
    # 	Option "Button10" "1"
    EndSection
    
    Section "InputDevice"
            Driver "wacom"
            Identifier "stylus"
            Option "Mode" "Absolute"
            Option "Type" "stylus"
     	Option "ForceDevice" "ISDV4"
     	Option "Device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse"
     	Option "TPCButton" "on"
            Option "USB" "on"
            Option "Button2" "3"
    #        Option "Button3" "core key alt F2"
    EndSection
    Last edited by synace; July 10th, 2009 at 01:16 AM.

  5. #15
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't Boot After Upgrading To 2.6.31

    Hi synace,

    Use the xorg.conf attached to the bottom of the HOW TO that appendix 2 is on, linked above.

    Ayuthia says swiping a couple fingers across the screen gets touch back for him.

    See, starting with about post #12, more info. here: http://ubuntuforums.org/showthread.php?t=1162477&page=2

  6. #16
    Join Date
    Jun 2008
    Beans
    62

    Re: Can't Boot After Upgrading To 2.6.31

    using that one gives me a screen similar to post 1 in this thread, after which i have to shutdown (power button), boot into recovery, fix xorg.conf and start over.

  7. #17
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't Boot After Upgrading To 2.6.31

    Hi synace,

    Looks like that's due to the way you have "fglrx" setup. Just swap the wacom entries for stylus and touch in the order they are in for the ones you have. Also include the wacom "ServerLayout" entries. Ayuthia mentioned he had to reinstall ATI proprietary after substituting in his patched kernel.

  8. #18
    Join Date
    Jun 2008
    Beans
    62

    Re: Can't Boot After Upgrading To 2.6.31

    so, keep my xorg, make stylus first, touch 2nd?
    in the server layout or their individual sections?

  9. #19
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't Boot After Upgrading To 2.6.31

    In their sections and in serverlayout just like it is in the TX2z xorg. Leave the rest the way you have it. Or I could do it if you need me to.

  10. #20
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't Boot After Upgrading To 2.6.31

    Hi synace,

    It should look something like this.
    Attached Files Attached Files

Page 2 of 12 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •