Search:

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

Search: Search took 0.08 seconds.

  1. Replies
    23
    Views
    4,679

    Re: Ati Catalyst 10.6 is out!

    As far as I know, it won't. Usually Ubuntu only supplies a new version of catalyst with a new version of Ubuntu, but no updates in between. Hopefully with this new version it will be available as a...
  2. Replies
    23
    Views
    4,679

    Ati Catalyst 10.6 is out!

    The new 10.6 ati catalyst propietary driver is out and has some nice improvements! First, the backlight issue (backlight couldn't be dimmed) is resolved, which is nice for laptop users. Second, and...
  3. Replies
    3
    Views
    1,266

    [ubuntu] Re: Can't get SLIME to work with SBCL

    can you post your slime-setup in your .emacs file?
  4. Replies
    6
    Views
    2,832

    [all variants] Re: AUCTex and dvi viewer

    Hi,

    this is for viewing pdf with adobe:

    (defun pdfadobe ()
    (add-to-list 'TeX-output-view-style
    (quote ("^pdf$" "." "acroread %o %(outpage)"))))

    (add-hook...
  5. Replies
    6
    Views
    2,832

    [all variants] Re: AUCTex and dvi viewer

    Hi, try adding this to your .emacs file:

    (defun dvi-with-okular ()
    (add-to-list 'TeX-output-view-style
    (quote ("^dvi$" "." "okular %o %(outpage)"))))

    (add-hook...
  6. Replies
    29
    Views
    37,369

    Re: Kile vs. Texmaker

    Its already for both purposes. If you edited a file, pressing C-c C-c (just hold the Ctrl...) will ask you if you want to compile using LaTeX. IF you haven't edited your file or after compilation, it...
  7. Replies
    29
    Views
    37,369

    Re: Kile vs. Texmaker

    Well it's not that hard... The only really important key-binding is C-c C-c to compile your file. Then hit C-c C-c again to view the result. Here's my configuration:

    ; AUCTeX package
    (require...
  8. Replies
    4
    Views
    1,426

    [ubuntu] Re: Install Ubuntu On Sony Vaio

    try installing ubuntu 10.4?
  9. Replies
    16
    Views
    1,302

    [SOLVED] Re: ok why is emacs so good for coding

    Its all about flexibility, its interactive nature. Because it is written in E-Lisp, you can tune it into whatever you want it to be. Why is it so good for programming? Here's a list:

    1. the...
  10. Replies
    29
    Views
    37,369

    Re: Kile vs. Texmaker

    And why wouldn't you? Emacs in combination with Auctex en Reftex is just rock solid and has all the functionality you need.
  11. Replies
    2
    Views
    826

    [xubuntu] Re: start emacs maximized

    Hi, don't know what the problem is, but I have a different method for full screen:

    (defun fullscreen (&optional f)
    (interactive)
    (set-frame-parameter f 'fullscreen
    (if...
  12. [ubuntu] Re: ATI compositing desktop bug! (still waiting!..)

    check this thread:

    http://ubuntuforums.org/showthread.php?t=1470157

    should work.
  13. Replies
    41
    Views
    108,831

    [all variants] Re: Known Lucid Lynx issues/bugs with workarounds

    Hi, there is a rather permanent problem with the propietary ati drivers. Maximizing and unminimizing is terribly slow with compiz enabled. There are several workarounds, however. You could either try...
  14. Replies
    8
    Views
    798

    [SOLVED] Re: changing windows size takes forever

    That would be pointless, I guess. The Direct2D is still in development, it works, but not too good... Enjoy your fancy desktop!

    edit: please mark as solved.
  15. Replies
    8
    Views
    798

    [SOLVED] Re: changing windows size takes forever

    you could try that, but an easier way is to:

    1. backup your current xorg.conf

    2. delete the contents of xorg.conf

    3. let aticonfig make an initial configuration: sudo aticonfig --initial
    ...
  16. Replies
    8
    Views
    798

    [SOLVED] Re: changing windows size takes forever

    Hi, this a rather permanent problem with the propietary ati drivers. There are several workarounds, however. You could either try the no-backfill xserver, the back-clear patch or enable Direct2D.
    ...
  17. Replies
    35
    Views
    10,328

    [gnome] Re: [Compiz] Delay in window resize/restore

    I'm on a Vaio-fw(3) series, running ubuntu jaunty 64bit using the fglrx driver (catalyst 9.4). I also noticed the restoring/resizing windows issue. Tried catalyst 9.5 which didn't fix it (in fact I...
  18. [ubuntu] Re: ATI Driver (Slow Restoring Windows)+ Jaunty + Mobility Radeon 3400 Series (Vaio F

    I'm on a Vaio-fw(3) series, running ubuntu jaunty 64bit using the fglrx driver (catalyst 9.4). I also noticed the restoring/resizing windows issue. Tried catalyst 9.5 which didn't fix it (in fact I...
  19. Replies
    2
    Views
    1,655

    [xubuntu] Re: Xubuntu 8.04 Resolution Problems

    Hi,

    I think the main problem is that your xorg.conf isn't adjusted to your system at all, but simply showing a default configuration (at least for your screen settings). You can either try to...
Results 1 to 19 of 20