Search:

Type: Posts; User: BlueDragonX; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: xf86-input-mtrack: The Other Multitouch Trackpad Driver

    You need to install the X development dependencies.
  2. [ubuntu] Re: xf86-input-mtrack: The Other Multitouch Trackpad Driver

    You're missing libtool, it needs to be installed. Googling the error would help in this context.
  3. [ubuntu] Re: xf86-input-mtrack: The Other Multitouch Trackpad Driver

    Your logfiles indicate that ModulePath is set to /usr/lib64/xorg/modules. You'll need to try again and set the appropriate module path in configure.
  4. [ubuntu] Re: xf86-input-mtrack: The Other Multitouch Trackpad Driver

    You need to post your Xorg.0.log otherwise we're just guessing as to what the issue is.
  5. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    I've not seen any evidence to support this. I talked about this with Greg K-H and he hasn't seen anything to indicate there's any difference.

    Case in point:
  6. [ubuntu] Re: xf86-input-mtrack: The Other Multitouch Trackpad Driver

    Posting your error would help. Otherwise all I can say is "try again".
  7. [ubuntu] Re: xf86-input-mtrack: The Other Multitouch Trackpad Driver

    You'll ave to compile it from source for now. My webserver's been down for a while and I haven't had time to set up a PPA.
  8. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Very nice! Between the three of us we're well on our way to getting full video support across the board on the MBPr. I need to investigate where the proper place to put my fixes are in code, but this...
  9. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    I was able to get it working using a similar method. The driver was already selecting 8 as the proper BPC but the screen was corrupt anyways. I forced it to 6 and it works. I don't know the proper...
  10. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Yes, that should help as I know where to look. I'll try out the same thing for nouveau.
  11. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Yep, I'm aware of this. I've started looking at other caused of the issue.
  12. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Is anyone having microphone issues? All I get is static over mine. It doesn't matter if I'm using the internal mic or if I plug one into the port.



    Mind posting your config? Also, what kernel...
  13. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Go back and read my posts. I'm implementing support for the MBP Retina in nouveau right now.



    See my patches in my Gentoo overlay:...
  14. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    I have the 2.6GHz CPU and I'm running 3.5-rc7 with a collection of patches.
  15. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Just to be clear, it's noapic NOT noacpi. Why do you need nopci? That shouldn't be necessary.

    Without noapic mine would hang after the initrd was loaded. There is some configuration in my kernel...
  16. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Is anyone else having issues resuming from suspend? Mine doesn't come back up after suspending in Gnome 3. I just get a blank screen. I end up having to long-press the power button to force it off.
  17. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    There is no bug, wireless works fine. You need to load the firmware for the BCM4331 before it works.

    You'll need to use fwcutter to pull the firmware out of a relatively new BCM driver.

    1....
  18. [ubuntu] Re: Intel GPU only?

    No, not yet. Currently neither the nVidia or Intel chips are fully supported by the open source drivers. That will need to be achieved before work can be started on the gmux driver.

    I'm currently...
  19. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Actually I'm working on implementing nouveau support, so not using nomodeset is entirely the point :)
  20. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Yes indeed, thanks.

    That's the same modeline I have. Something's not quite right here.
  21. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    I've patched in initial support for the nouveau open source video driver but I'm still having one problem. The screen's displaying as if the modeline is incorrect.

    Can any of you post the X...
  22. [ubuntu] Re: ubuntu on new retina macbook : any experience ?

    Blayne:
    Can you post your kernel config? When I load the nvidia driver all I get is a blank screen. I figure I'm missing something.
  23. [ubuntu] Re: xf86-input-mtrack: The Other Multitouch Trackpad Driver

    No, it is not. The only stable branch is master. The dev branch is the working unstable branch. Nothing else is guaranteed to work.
  24. [ubuntu] Re: Excesive cursor motion when clicking with thumbs

    The centerpoint of your touch is calculated upstream of the mtrack driver, and is used as-is. There's nothing you can do to change that value. The best you can do would be to change...
  25. [ubuntu] Re: xf86-input-mtrack: The Other Multitouch Trackpad Driver

    The "git branch dev" command created a new branch called dev. You should have just done a "git checkout dev" to check out the dev branch.

    Or you can do what you ended up doing, which checks out...
Results 1 to 25 of 125
Page 1 of 5 1 2 3 4