Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Archive > Off-Topic-Archive > Desktops
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread   
Pages (13): [ <<   9   10   11   12   13   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 03:49 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#331 Report this post to a moderator
Put an end to popups!

quote:
Originally posted by Q Cubed
asher, you do realize that not everyone has the brand-spankin' new setup that you do, right?

i've yet to find a piece of modern hardware that linux doesn't work flawlessly with--and thus far, all the computers i've placed it on have ranged from a p2/266 to a p4/2.0.

not everyone has a sata raid setup.

Not talking about the SATA RAID -- I put in a regular IDE drive. That works.

What doesn't work is my video card -- at all. Max I can do is 1024x768 generic VESA. No thanks.

And for some reason, every distro I've tried so far results in kernel panics or random lockups. x86 OR AMD64.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 03:50 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#332 Report this post to a moderator
Browse Apolyton AD-FREE

well, except for samba, which is its own special case. stupid SMB/CIFS issues, too.

the lack real ati drivers is hardly the fault of 'linux'. ati, after about a year after others, has just released its closed-source drivers for XFree 3.3. nvidia had them soon after 3.3 came out, and released ones compatible with 2.6 within two weeks of 2.6's release.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 03:51 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#333 Report this post to a moderator
Avatar Enlargement: We've got the solution

quote:
(BTW, since I formatted my windows partition and re-installed it, I lost my dual boot. How can I restore it?)


well, what did you use to load linux, lilo or grub? and what did you install? gentoo, redhat/fedora, suse, lycoris, debian...

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 03:51 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#334 Report this post to a moderator
Help yourself to an AD-FREE life

quote:
Originally posted by Q Cubed
well, except for samba, which is its own special case. stupid SMB/CIFS issues, too.

the lack real ati drivers is hardly the fault of 'linux'. ati, after about a year after others, has just released its closed-source drivers for XFree 3.3. nvidia had them soon after 3.3 came out, and released ones compatible with 2.6 within two weeks of 2.6's release.

I'm not saying it's the fault of "linux", but it's a terrible pain in the ass to use Linux when hardware just doesn't work in it.

ATI has a larger marketshare than Nvidia now, so this isn't a small thing.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 03:52 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#335 Report this post to a moderator
Inflate your Upload Space

and again, it's not the fault of linux. it's ati's fault for not releasing drivers for the platform. you think plenty of other linux users haven't been peeved at ati's rather slow release of any drivers for things not windows?

Spiffor is offline Spiffor
Emperor
CPA - Evil Clone brigade
Nov 2001
time: 06:34
  Old Post 18-03-2004 03:53
Edit/Delete Message Reply w/Quote
#336 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

quote:
Originally posted by Q Cubed
well, what did you use to load linux, lilo or grub? and what did you install? gentoo, redhat/fedora, suse, lycoris, debian...

RedHat 9, with grub as the dual-boot software. I didn't touch my Linux partition, it merely seems Windows overruled the orders to start the dual boot.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 03:54 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#337 Report this post to a moderator
Support Apolyton buy from Amazon

other than a situation which i've created, i've never had a lockup or kernel panic in linux.

then again, my windows install is also rock-stable. it's not hard to do, even when you do use experimental/non-whql drivers.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 04:04 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#338 Report this post to a moderator
Support Apolyton

when you install windows, it overwrites the mbr.

here's what you do. download a livecd, like gentoo, or whatever, or a floppy, like tomsrtbt, and then boot into linux.

this won't be your kernel, but the cd's.

then, at the command prompt, mount your linux drive type:


mount /dev/hdax /mnt/a_directory

chroot /mnt/a_directory /bin/bash
env-update


where x is the partition number (if the partition is second, with your windows being first, you'd be going into /dev/hda2) and a_directory is the name of the folder you're mounting it to. if you use the gentoo livecd, make it "gentoo". if it's something like knoppix or gnoppix (go into the cli first...), mount it to something else, if you want.

this first mounts your drive, then changes the root path from the cd to your linux partition.

then, since you have grub, type in
grub
to open up the grub program. it'll give you a blank screen with a basic prompt. type:

root (hdy,x)

setup (hdy)

quit

this will set up grub again on the mbr. y is the hard drive number minus 1: your first hd would be hd0.

if you had a boot partition, make sure that while in the first case you boot into the regular linux drive, mounted at / , for grub, you point it to the boot partition, mounted at /boot . if you didn't have a boot partition, ignore that last bit. i think red hat wants you to install a boot partition, that's what i recall anyway.

hopefully, your grub.conf file will not have been messed with. if it is, ask me again, but this should take care of you.

Spiffor is offline Spiffor
Emperor
CPA - Evil Clone brigade
Nov 2001
time: 06:34
  Old Post 18-03-2004 04:12
Edit/Delete Message Reply w/Quote
#339 Report this post to a moderator
Support Apolyton buy from Amazon

Thanks

I'm too tired to do this now, but I'll print your post

Agathon is offline Agathon
Prince
Leafs 4TW!! - CPA
Dec 2002
time: 00:34
  Old Post 18-03-2004 04:14
Edit/Delete Message Reply w/Quote
#340 Report this post to a moderator
Remove this text

See - I said that there were plenty of helpful folks on the net. And lo, one appears.

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 05:09 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#341 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
Originally posted by Q Cubed
and again, it's not the fault of linux. it's ati's fault for not releasing drivers for the platform. you think plenty of other linux users haven't been peeved at ati's rather slow release of any drivers for things not windows?

and again, I'm not saying it's the "fault" of Linux, but it's an undeniable pain in the ass and obvious obstruction to USING Linux. I don't care whose fault it is, all I know is it's a major problem.

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 05:10 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#342 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

quote:
Originally posted by Q Cubed
other than a situation which i've created, i've never had a lockup or kernel panic in linux.

Gentoo 2004.0 AMD64 kernel panics on the initial boot.
Mandrake and Fedora hard-lock during the install (AMD64 and x86).
Debian x86 hard-locks on initial boot.

Agathon is offline Agathon
Prince
Leafs 4TW!! - CPA
Dec 2002
time: 00:34
  Old Post 18-03-2004 05:37
Edit/Delete Message Reply w/Quote
#343 Report this post to a moderator
Support Apolyton buy from Amazon

Maybe your computer sucks.

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 05:38 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#344 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

I think it has more to do with the quality of the installation and configuration software in Linux, combined with the craptastic quality of Linux drivers.

My computer is too sexy for the likes of Linux.

Agathon is offline Agathon
Prince
Leafs 4TW!! - CPA
Dec 2002
time: 00:34
  Old Post 18-03-2004 05:40
Edit/Delete Message Reply w/Quote
#345 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

Maybe Gentoo's inbuilt 1337 detection software finds you unworthy.

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 05:56 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#346 Report this post to a moderator
Support Apolyton, buy Civilization 2

Maybe.

Here's the latest Gentoo in all its glory.

Attachment: gentoo.jpg
This has been downloaded 36 time(s).

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 08:47 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#347 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

well, i'll just say gentoo 2004 has yet to have a kernel panic on me. ymmv. i don't know what went wrong with the installation, as i assume you read the manual, but...

===

as far as the ati drivers: it may be trouble for you, but:
1. ati uses closed-source drivers to take full advantage of their chip. the onus is on them to provide good working drivers.
2. the open-source movement, when it writes drivers for closed-source hardware, often has to go by a guess-and-check method to write drivers. which is why a) ati's cards need to wait for ati's drivers for full effect; b) why samba/cifs is such a ***** to set up; c) why ntfs write support can only really be used with the 'captive' drivers. this is again, not the fault of the open-source movement. it certainly sounds like you're blaming them for failing to write drivers that work for hardware that they frankly don't know the deep details about.

as far as other hardware, linux drivers are again reliant on people who have that hardware; which is why you might not be able to find drivers for, say, a gigabit lom made by, say, linksys, if no developer has that hardware. i personally have no hardware that fails to work with linux; alsa/kernel 2.6 works with my santa cruz card as well as windows does; that was the last sticking point, as the kernel in 2.4 did, but in single channel low quality.

the drivers i've been using have never had trouble.

and asher, linux drivers are not the only ones that are craptastic. wasn't it microsoft and its whql that revealed that over half of all system crashes were as a result of non-microsoft written, closed-source, windows drivers?

===

finally, what do you need the drivers for anyway? i can guarantee you that most people in linux don't use it for gaming (one thing which i believe is holding linux back, actually); if they're rendering stuff, they're probably using server farms, and so they probably don't care about those.

i mean, i'm sorry that linux doesn't have the drivers availible for you, but it's not the oss movement's fault, but rather ati's for being so asstasstic about their delivery. yes, it is a hassle, but as long as you can see the screen and have graphics working on a basic level, you can do most of the stuff you need to.

no, linux is not ready for every tom, dick, and harry, and definitely not ready for grandma sue. the system install process for most is rather onerous (redhat's anaconda is one of the better ones), and the package management process isn't stellar either (rpm, apt, and tgz, for instance, aren't great. portage has great potential, but it's still a work in progress). but as far as a desktop system for someone who's willing to learn it, it's come a long way and is hardly a 'joke'.

Comrade Tassadar is offline Comrade Tassadar
Settler

Aug 2005
time: 05:34
  Old Post 18-03-2004 08:47 Visit Comrade Tassadar's homepage!
Edit/Delete Message Reply w/Quote
#348 Report this post to a moderator
Get a bigger avatar today!

Danger! Danger! Kernel panic! Danger!

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 08:51 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#349 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

Personally I consider any desktop that refuses to run at any hardware-accelerated fashion and at a maximum of 1024x768 to be a joke.

You may think differently, but you don't have the hardware I do.

To be a serious contender, the OS must be able to support new hardware decently, if not as well as Windows.

I'm not "blaming" Linux, it's just a MAJOR problem with using Linux, and I don't see it getting any better.

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 08:58 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#350 Report this post to a moderator
Tired of ads?

The video card I'm using isn't even "new", the Radeon 9500/9600/9700/9800 family has been out for about 1.5 years. That's a lot of time in the computer world...

BTW: I manually built the kernel and got Gentoo to boot. I'm playing with emerging xfree and kde right now.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 09:01 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#351 Report this post to a moderator
Support Apolyton buy from Amazon

i'll agree that the desktop you mention is less than stellar, however: that's a limitation of the x windowing system, not linux. the linux kernel itself really doesn't do much outside of provide the environment that xwindows plays in, and it's xwindows which isn't running the way that it should. wait for xouvert or ywindows, but those are a good ways off. ticks me off too, because xfree86 really has just fallen apart and seems to be filled with shitheads.

as far as the hardware concerned: i stand by everything i said. i've had plenty of issues with hardware in the past; the sound card lasted until alsa was integrated into 2.6; before then, it was things like the firewire card, the tv card... it's not oss's fault; they don't have the resources to write drivers for everything--particularly things they don't have or use--especially when the manufacturer refuses to make details public. tough beans, but that's the way it is. it's a problem, yes, but it's often because those companies are being *****es rather than the oss movement.

you're right in other respects though: plug-and-play is nowhere near as good as it could be. again, much of it is because of what i said above.

i see desktop linux as a valid option arriving in the next few years. why? most common hardware has decent support, and if you're looking for a system that can do wordprocessing and other basic, office tasks, linux can do that. hell, that's what most people use their windows and mac computers for. if you need it for games, well, you'll have to wait longer.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 09:06 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#352 Report this post to a moderator
Browse Apolyton AD-FREE

quote:
The video card I'm using isn't even "new", the Radeon 9500/9600/9700/9800 family has been out for about 1.5 years. That's a lot of time in the computer world.

again, ati just released the radeon drivers for xfree 3.3 in the last two months. xfree 3.3 has been out for a year. xfree 3.4 has just been released--less than a month after ati's driver release. all the changes in driver reqs for 3.4 have been published for at least six months. people who don't know anything about the innards of a particular card who want to write drivers for it, probably from scratch, or even drivers for the 8000 series, when they have real jobs elsewhere... well, it probably would take longer than a year.

so who's fault is it for not making their hardware work with linux? not the oss developers, but ati. the oss movement at least met it halfway by publishing all requirements and creating a basic driver that could work with it; not very different from what microsoft does with its windows.

quote:
BTW: I manually built the kernel and got Gentoo to boot. I'm playing with emerging xfree and kde right now.

did you use the genkernel script? no wonder. genkernel, frankly, is ****. it's a long way from being actually useful.

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 09:08 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#353 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Q^3, again let me say I'm not trying to state blame.

All I'm saying is, no matter whose at fault, it's a terrible situation and a pain in the ass.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 09:16 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#354 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

it is a pain in the ass. and i'm saying that there are just some things it can't do yet through no fault of their own.

note that i didn't disagree with you in saying that desktop linux isn't quite there yet; i merely disagree with you on calling it a 'joke'.

joncha is offline joncha
Emperor
North of FOPOG
Jan 2003
time: 21:34
  Old Post 18-03-2004 09:16
Edit/Delete Message Reply w/Quote
#355 Report this post to a moderator
Put an end to popups!

Wow. Apolyton already has a really high geek factor. No need kick it up a notch, guys.

Q Cubed is offline Q Cubed
Prince
t3h y3ll0w p3ril
Apr 1999
time: 23:34
  Old Post 18-03-2004 09:19 Visit Q Cubed's homepage!
Edit/Delete Message Reply w/Quote
#356 Report this post to a moderator
Support Apolyton buy from Amazon

OMFG OMFG OSX HAS A FREEBSD CORE WITH MACH OMFG OMFG THAT'S SO FSCKING KEWL OMFG OMFG MACH'S A MICROKERNEL WHICH IS KEWL AND THAT MAKES IT BETTER THAN WINDOZE FROM MICRO$OFT EXCEPT IF ITS NT BECAUSE NT IS A MICROKERNEL TOO AND THAT'S WHY FREEBSD IS BETTER THAN LINUX BECAUSE FREEBSD USES A MICROKERNEL AND LINUX HAS A MONOLITHIC KERNEL OMFG OMFG OMFG

joncha is offline joncha
Emperor
North of FOPOG
Jan 2003
time: 21:34
  Old Post 18-03-2004 09:31
Edit/Delete Message Reply w/Quote
#357 Report this post to a moderator
Support Apolyton

Well, gosh, you sure set me straight.

Agathon is offline Agathon
Prince
Leafs 4TW!! - CPA
Dec 2002
time: 00:34
  Old Post 18-03-2004 09:33
Edit/Delete Message Reply w/Quote
#358 Report this post to a moderator
Support Apolyton buy from Amazon

I miss kernel panics. I only ever had one, and that was over 3 years ago.

Agathon is offline Agathon
Prince
Leafs 4TW!! - CPA
Dec 2002
time: 00:34
  Old Post 18-03-2004 09:35
Edit/Delete Message Reply w/Quote
#359 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

What kind of idiot uses the term "FSCKING". That's so lame it deserves a website mocking it.

fscking -y I say.

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:34
  Old Post 18-03-2004 09:36 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#360 Report this post to a moderator
Lose 30 kilos (of popups)

Own goal?

fsck is a *nix command.

 
Pages (13): [ <<   9   10   11   12   13   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:34.
Apolyton Time is 00:34.
    top of page
Rate This Thread:
archivepost
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0619 seconds (92.84% PHP - 7.16% MySQL) with 31 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net