Slashdot Mirror


Who Needs XFree86?

An anonymous reader writes "With this review Linux and Main says it is kicking off a project to put together a Linux machine that operates entirely in the console, including applications, without the user ever having to enter anything at a command prompt. The review is of Twin, the very cool windowing environment for the console. Applications will be added over time, and readers are invited to nominate their favorite little-known console applications."

25 of 256 comments (clear)

  1. Just like windows by alephnull42 · · Score: 1, Funny

    Linux machine that operates entirely in the console, including applications, without the user ever having to enter anything at a command prompt

    Sounds like Windows NT/XP/ to me.

    OMG, there will be nothing stopping normal people using Linux if this comes true...

    --
    Not confused enough? http://translate.google.com/translate?u=www.slashdot.jp&hl=en&ie=UTF8&sl=ja&tl=en
  2. AA support? by Libor+Vanek · · Score: 5, Funny

    Does it support AA and alpha chanell? .-)

    1. Re:AA support? by listen · · Score: 4, Funny

      Yep, full ascii art support.

      Also with a hardware radio tuner and the right country of residence you can get
      alpha channel!

  3. Re:X (and other Window systems) reduce productivit by ahknight · · Score: 5, Funny
    In years past, I knew of someone who used emacs as his login shell :-)

    I don't know what's more frightening, that he did or that you can.

  4. Step futher? by Libor+Vanek · · Score: 3, Funny

    Why not directly boot up Emacs? .-)

    1. Re:Step futher? by Anonymous Coward · · Score: 0, Funny

      Emacs maybe an operating system, but it still needs a kernel, so it depends on Linux (gnu/emacs/linux is the system). For Emacs to be Independant, then the HURD kernel must be first finnished as it will of course come with full emacs support.

  5. Any Pascal coders here? by markov_chain · · Score: 3, Funny

    Count the flashbacks to Turbovision!

    --
    Tsunami -- You can't bring a good wave down!
  6. Re:X (and other Window systems) reduce productivit by arvindn · · Score: 5, Funny
    Obligatory:

    The only thing he found wanting in emacs was a good text editor :)

  7. No network transparency by lpontiac · · Score: 4, Funny

    Last time I looked at it, TWIN needed an X server or a pure Linux console - as in literally sitting in front of a machine running Linux on the keyboard. Telnetting or SSHing in wouldn't work.

    Obviously, TWIN is so much faster than X because X can work over a network, and TWIN can't. How many people use network transparency anyway? Down with X!




    Hint: this was a joke

  8. Re:X (and other Window systems) reduce productivit by yanestra · · Score: 2, Funny
    In years past, I knew of someone who used emacs as his login shell :-)
    It's a silly idea to use an operating system as a login shell. Why doesn't he boot Emacs directly?
  9. Re:X (and other Window systems) reduce productivit by edgrale · · Score: 1, Funny

    Obligatory: (also)

    So did he end up using Vi? :)

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  10. Re:X (and other Window systems) reduce productivit by Anonymous Coward · · Score: 1, Funny

    M-X viper

  11. Re:Two questions by Dark+Lord+Seth · · Score: 2, Funny
    2. If I am going to use the box as a workstation, why do I want to use something ugly that makes my eyes bleed?

    Sorry, that's just the way they make those Mac cases... *ducks*

  12. Re:Who Needs XFree86? by khuber · · Score: 1, Funny
    Graphics displays are a crutch. I edit PNM ASCII files and Gimp C-Source graphics in a terminal with ed.

    -Kevin

  13. In related news by SpaghettiPattern · · Score: 1, Funny

    MS is launching a strategic project to allow fully text based operation of their famous desktop environment.

    An MS spokesman commented: We knew very well but came to realize only too late that the command line interface is the mother of human/computer interface. Much like MS-Dos is the mother of mainframe computers.

    The following is a sample of fully text based operation commands (TM) that have leaked from the MS laboratories:
    - drag-mouse-imps2-to-point [X, Y] # Defaults to middle of "Start" button
    - click-mouse-imps2
    - click-click-mouse-imps2
    - control-alt-delete [USER-NAME/PASSWORD] # Defaults to administrator's credentials
    - start-application [APPLICATION_NAME] # Defaults to IE

    --

    I hadn't the slightest objection to his spending his time planning massacres for the bourgeoisie... (P.G. Wodehouse)
  14. Re:X (and other Window systems) reduce productivit by JimDabell · · Score: 1, Funny

    Are you kidding? There's a great editor for EMACS!

  15. Excellent by Hard_Code · · Score: 2, Funny

    Wow...welcome to 1993.

    --

    It's 10 PM. Do you know if you're un-American?
  16. Xine & Mplayer by Anonymous Coward · · Score: 1, Funny

    Makes it kind of hard or watch videos doesn't it?

    I guess I'll be watching the ascii version of Star Wars from now on.

    1. Re:Xine & Mplayer by Nachtfalke · · Score: 2, Funny

      Actually, you can link mplayer with aalib and have ASCII output. It really works, especially with the framebuffer.

      Now THAT's ASCII-pr0n.

  17. Re:Who Needs XFree86? by Anonymous Coward · · Score: 1, Funny

    well, I need X for example.. I'm using X right now from diskless HP X terminal that would never work with some framebuffer thingy.. so if you have money to buy 2 19" monitors, and run framebuffer in them feel free, but I'll stick with my X terminals and spend the money on faster cpu and larger raid instead

  18. Re: My Pick by Black+Parrot · · Score: 3, Funny


    > I move around a lot, and use SSH to log into my machine at home to continue working where I left off. The apps I use: ... centericq ... mp3blaster ... dcd ... cdrecord ... abcde ...

    'Work'?

    --
    Sheesh, evil *and* a jerk. -- Jade
  19. Re:X (and other Window systems) reduce productivit by maelstrom · · Score: 3, Funny

    You are all pussies. I patched my kernel thusly:

    -- main.c Sun Jun 3 22:02:34 2001
    +++ main.c~ Tue Jul 10 16:05:26 2001
    @@ -789,9 +789,9 @@

    if (execute_command) execve(execute_command,argv_init,envp_init);
    &nbs p; - execve("/sbin/init",argv_init,envp_init);
    - execve("/etc/init",argv_init,envp_init);
    - execve("/bin/init",argv_init,envp_init);
    - execve("/bin/sh",argv_init,envp_init);
    - panic("No init found. Try passing init= option to kernel.");
    + execve("/usr/bin/emacs",argv_init,envp_init);
    &nb sp; + execve("/usr/local/bin/emacs",argv_init,envp_init) ;
    + execve("/bin/emacs",argv_init,envp_init);
    + execve("/usr/bin/xemacs",argv_init,envp_init);
    &n bsp; + panic("No emacs found. Are you sure this is GNU/Linux?");
    }

    Copyright

    --
    The more you know, the less you understand.
  20. Re:Who Needs XFree86? by KillerHamster · · Score: 2, Funny

    And Tux Racer! Don't forget Tux Racer!

  21. Re:X (and other Window systems) reduce productivit by MrHanky · · Score: 2, Funny

    Yes, that's a good one. Now do the same thing with the Mach kernel, and GNU/Hurd will be finished.

  22. Don't forget porn by Ilan+Volow · · Score: 2, Funny

    One picture is worth a thousand words.

    Literally.

    --
    Ergonomica Auctorita Illico!