LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - News > Interviews
User Name
Password
Interviews People Interviewed by LinuxQuestions.org

Notices


Reply
  Search this Thread
Old 05-20-2005, 06:35 AM   #31
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled

One thing first: my post #27 in this thread came in reaction to the assertion that Linux is hard because an additional instal on a windows machine complicates life . I proceeded to argue that it's just the same vice versa...

Quote:
Originally posted by mugendai ... you can likely get it, it's not that hard. I have had no problems finding drivers ...
Good for you But likely is not 100% sure, that's what I'd like to point out. Now, comparing probabilities of finding things on the net is somewhat pointless in a medium so much shifting and changing .

Quote:
Originally posted by mugendai ... I've never failed to find a driver
See above (I don't have XP, so I never tried).

Quote:
Originally posted by mugendai ... I'm refering to getting the hardware going, not setting up the dual boot.
But dual boot is what my erstwhile foreposter complained about and what I wanted to rectify.

Quote:
Originally posted by mugendai ... I always install Linux after windows, specifically because I want to use a linux boot loader...
But this is what I wanted to compare, the on-board means to boot an other OS.

Quote:
Originally posted by mugendai ... since XP, you can install into a pre-existing system, windows or not, and Windows will automatically set up a dual boot, with a "Boot to previous operating system" option.
Well, I use WinNT which simply doesn't recognize other than µsoft Oses. I don't know about Win2k.

Quote:
Originally posted by mugendai ... But even if I had installed Linux and then Windows and it didnt setup the previous OS option, and I didn't wanna monkey with ini files, I can do that, via Acronis Disk Director Suite...
That's not onboard . Well, is YAST2 on-board? It's at least SuSE...

Quote:
Originally posted by mugendai ... And yes it is more trouble to setup Windows on a Linux box, than Linux on a Windows box...
Strike! Exactly! That, and only that was intended in my first post on the subject . Sorry if it came round otherwise.

Quote:
Originally posted by mugendai ... But there is an assumption that if you are running Linux, and adding Windows to it, that you know what you are doing enough to deal with these simple situations....
Hey, but that's actually a tall assumption and unfair too. If you want to compare the ease of setting up a secondary OS start with the same limitations.

Quote:
Originally posted by mugendai ... But I'll give you an example from my latest try on my new Laptop...
Well, those do seem to be on the downside, I give you that. But since I have none, I have no experience with them.

Quote:
Originally posted by mugendai ... Say, for example, a unified arcitecture that would allow development of one driver that would work across all OS, with ease of installation and support...
I somehow doubt that this is technically feasible, so programmers to the fore, but it would certainly be nice.

Last edited by JZL240I-U; 05-20-2005 at 06:38 AM.
 
Old 05-20-2005, 01:06 PM   #32
mugendai
LQ Newbie
 
Registered: Apr 2005
Posts: 11

Rep: Reputation: 0
Quote:
Originally posted by JZL240I-U
I somehow doubt that this is technically feasible, so programmers to the fore, but it would certainly be nice. [/B]
Actually it should be quite feasable. The trick to it would be to have a single set of APIs for developing drivers for varying kinda of hardware. You develop for this API. This API then translates the functionality to a native driver.

An example in Linux would be you would use this (lets call it SODA[Standardized Open Driver Architecture])] as your X-Serv. Then configure the SODA Graphics Driver with a SODA compatible Driver. The Driver written for SODA talks to SODA, and the SODA X-Serv then does the work for X.

Under Windows, it would be similar, you would load the SODA Graphics Driver as you're graphics driver, and then configure SODA to use the same SODA drive you used under X. It could even be setup so that a SODA Driver could look as if it were a straight out windows driver, by having a pre-configured install of the soda driver, and the soda graphics driver.. etc.. blah blah.

I figure under Windows there would be more cases of installing a Driver thats pre-wrapped in SODA, than would be in Linux. Linux would be able to adopt such a technology more natively, while M$ would complain about it, and call it unsecure, and unstable(which is always SOOO funny coming from M$).

Essentialy though, it's a layer similar to OpenGL, or possibly more similar to NDIS Wrapper. Except with SODA the developer would actually compile the Driver for Linux, or OSX, or BSD, or Windows, or others... As apposed to loading a driver written for a different arcitecture, and translating that to the current one. Should work out as a very thin efficient layer. Which would be needed for a hardware interfact.

And I don't mean to use this for only graphics, it could be applied to all facets of hardware, a great example of something that could use it would be scanners, and digital cameras(atleast for ones that need drivers)
 
Old 05-21-2005, 12:53 AM   #33
Turjan
LQ Newbie
 
Registered: May 2005
Posts: 9

Rep: Reputation: 0
Quote:
Originally posted by JZL240I-U
Thus you are comparing apples to pears . What do you think you would have to fiddle with, when you wanted to install Windows on a pre-installed Linux machine? In comparison you'd go down in flames .

So, if you compare, do so on an eqal basis and you'll find, that the systems in real life simply don't start from the same preconditions.
I think that my comparison was pretty fair. Windows and Linux are not on an equal basis, so there's no point in inventing artificial conditions if we look at the 'real life' home user market. Windows doesn't want you to be installed on a Linux machine and let Linux live. That's a business decision we all know and we all know the reasons for, and we can clamor endlessly about this, but there's no point in doing so in this thread .

My example of installing Mandrake Linux 9.2 on several Windows machines had the sole reason to illustrate my practical experience with Linux. Mandrake's feature of grabbing part of the hard disk, re-partition the disk and installing itself next to Windows is amazing and remarkable. Its hardware recognition features were less amazing. Only the last point is important if you want to look at the home user market. And at the point where you leave the wonderful installer of Mandrake Linux behind and have to fiddle things out yourself, the friendliness for the common home user falls miles behind that of Windows.

To be fair, I have to say that I haven't looked at Mandriva 2005 LE yet. If its hardware recognition features have reached the class of Knoppix 3.8.1, I'm impressed. Nevertheless, finding and installing stuff for hardware that is not found during standard installation is a vastly more complex task on Linux machines than on Windows ones. This was the first main point of my post.

The second point was missing entertainment software. A simple fact, but decisive for many home users .

The third point was more Mandrake/Mandriva-specific than Linux-specific. This was the aspect that for a technically less inclined home user, Mandriva Linux with a user-friendly installer is even financially uninteresting compared to Windows. This version is addressing groups of people (institutions, companies, a tech-savvy family), whereas the free version (free as in 'no cost') addresses advanced linux users. This leaves general home users out of the equation.
 
Old 05-21-2005, 08:56 AM   #34
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Original Poster
Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
Please keep this thread on topic (which is the Interview with Mandriva (ex Mandrake) Linux Founder Gael Duval
). If you'd like to discuss another topic, feel free to start a new thread, linking to this one for context.

--jeremy
 
Old 10-07-2010, 04:06 PM   #35
killerserv
LQ Newbie
 
Registered: Jan 2005
Distribution: Red Hat & SuSe
Posts: 1

Rep: Reputation: 0
Cool nice interview
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing Windows Media Files in Mandriva/Mandrake Linux dudeman41465 Linux - Software 15 12-25-2006 12:19 AM
Interview with Mandrake Linux Founder Gael Duval jeremy Interviews 43 09-27-2006 02:38 PM
Next LQ Interview - Gael Duval jeremy Mandriva 6 05-02-2005 02:18 PM
Interview with Mandrake Linux Founder Gael Duval jeremy LQ Suggestions & Feedback 0 12-15-2003 09:51 AM
Next Interview - Gael Duval jeremy LQ Suggestions & Feedback 5 12-15-2003 09:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - News > Interviews

All times are GMT -5. The time now is 12:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration