LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-17-2006, 02:19 AM   #16
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62

When you install Debian, it will install over Fedora Core, and give you a nice, clean, fresh system.

By default, Gnome is installed with the Netinstall CD, but you can install KDE in a few minutes using "aptitude install kde". You will be prompted if you want to use the KDM or GDM login manager (chose whichever). When you select either KDE or Gnome in the sessions menu on the login screen, you will be prompted if you want to make it the default.

Debian will support LVM, but I am not sure how to set it up. It shouldn't be too hard though. See Here.

As for you video card, I suggest that you install the drivers provided by Nvidia. Once your system is up and running, edit /etc/apt/sources.list. At the end of the line referring to the official repository, add the words "non-free" and "contrib". Like this:
Code:
deb http://ftp.yourMirror.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.yourMirror.debian.org/debian/ testing main non-free contrib
Then run "aptitude update" and then install the Nvidia drivers using
Code:
aptitude install nvidia-kernel-$(uname -r) nvidia-glx nvidia-kernel-common
Reboot, and it should work.

I hope this helps
--Ian
 
Old 12-17-2006, 03:38 PM   #17
alizard
Member
 
Registered: Jan 2003
Posts: 56

Original Poster
Rep: Reputation: 15
you do mean an upgrade installation, right?

as opposed to a fresh installation wiping all the data off my drive (which would take several hours to restore), right?

I had an upgrade installation in mind. Is this possible from Fedora Core?

Other than that, the rest you describe looks easy enough.

thanks

Quote:
Originally Posted by IBall
When you install Debian, it will install over Fedora Core, and give you a nice, clean, fresh system.

By default, Gnome is installed with the Netinstall CD, but you can install KDE in a few minutes using "aptitude install kde". You will be prompted if you want to use the KDM or GDM login manager (chose whichever). When you select either KDE or Gnome in the sessions menu on the login screen, you will be prompted if you want to make it the default.

Debian will support LVM, but I am not sure how to set it up. It shouldn't be too hard though. See Here.

As for you video card, I suggest that you install the drivers provided by Nvidia. Once your system is up and running, edit /etc/apt/sources.list. At the end of the line referring to the official repository, add the words "non-free" and "contrib". Like this:
Code:
deb http://ftp.yourMirror.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.yourMirror.debian.org/debian/ testing main non-free contrib
Then run "aptitude update" and then install the Nvidia drivers using
Code:
aptitude install nvidia-kernel-$(uname -r) nvidia-glx nvidia-kernel-common
Reboot, and it should work.

I hope this helps
--Ian
 
Old 12-18-2006, 02:54 AM   #18
alizard
Member
 
Registered: Jan 2003
Posts: 56

Original Poster
Rep: Reputation: 15
the installer wouldn't cooperate

with what I had in mind, so I did a more or less default install instead and plan to reload /home and my VMware Server vmdks... and reinstall what I really have to have.

Hopefully, I'll be booting to an actual dsektop in a few hours with the new motherboard.

thanks

Quote:
Originally Posted by alizard
as opposed to a fresh installation wiping all the data off my drive (which would take several hours to restore), right?

I had an upgrade installation in mind. Is this possible from Fedora Core?

Other than that, the rest you describe looks easy enough.

thanks
 
Old 12-18-2006, 04:19 AM   #19
alizard
Member
 
Registered: Jan 2003
Posts: 56

Original Poster
Rep: Reputation: 15
installed Debian...

I've got a Debian desktop running, and I'm downloading KDE right now. This looks like the right move so far.

Thanks, everyone.

Quote:
Originally Posted by alizard
with what I had in mind, so I did a more or less default install instead and plan to reload /home and my VMware Server vmdks... and reinstall what I really have to have.

Hopefully, I'll be booting to an actual dsektop in a few hours with the new motherboard.

thanks
 
Old 12-18-2006, 04:56 AM   #20
alizard
Member
 
Registered: Jan 2003
Posts: 56

Original Poster
Rep: Reputation: 15
is this a bug or a feature?

I started by installing all the software upgrades the upgrade manager said I should.

I then installed KDE, selected kdm as a window manager, rebooted, and found myself at a console login. . . and found to my shock that the Xserver was down because Xorg had been removed.

Well, aptitude install xorg promptly reinstalled it, when I rebooted. . . back in KDE. But it was a bad few minutes I spent wondering if Debian was exactly the right choice.

Is that sort of thing normal? Is there anything I have to keep an eye on when I try installing / removing things? Any other Debian "gotchas" anyone would like to tell me about?

Thanks. It is nice to be able to actually use my hardware upgrade at last.
 
Old 12-18-2006, 09:15 PM   #21
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
When you install programs using aptitude or apt-get, always check the output carefully. It always tells you what new programs it is removing, and what it is installing.

This is just a side effect of dependency management - sometimes packages are incompatible with each other. Just be careful, and you won't run into any problems.

Glad you got it all working though

--Ian
 
Old 12-18-2006, 10:03 PM   #22
alizard
Member
 
Registered: Jan 2003
Posts: 56

Original Poster
Rep: Reputation: 15
not quite everything

though I now have nvidia-glx running.

When I shut down the computer, I get the message "can't deactivate with 2 open logic volumes"... I want to figure out what to do about this before I load everything else.

Quote:
Originally Posted by IBall
When you install programs using aptitude or apt-get, always check the output carefully. It always tells you what new programs it is removing, and what it is installing.

This is just a side effect of dependency management - sometimes packages are incompatible with each other. Just be careful, and you won't run into any problems.

Glad you got it all working though

--Ian
 
Old 12-19-2006, 07:21 PM   #23
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
This is getting well beyond my knowledge. Can I suggest that you start a new thread about this specific problem?

Does your computer automatically shut down, or does it hand at this message?

--Ian
 
Old 12-19-2006, 07:34 PM   #24
alizard
Member
 
Registered: Jan 2003
Posts: 56

Original Poster
Rep: Reputation: 15
a good idea. . .

Quote:
Originally Posted by IBall
This is getting well beyond my knowledge. Can I suggest that you start a new thread about this specific problem?

Does your computer automatically shut down, or does it hand at this message?

--Ian
It shuts down. But I don't want the filesystem to turn to crap. . . so I'll post a new thread when I finish getting VMWare server running.
 
Old 12-20-2006, 04:25 AM   #25
alizard
Member
 
Registered: Jan 2003
Posts: 56

Original Poster
Rep: Reputation: 15
tried posting to the Debian forum without result

Quote:
Originally Posted by alizard
It shuts down. But I don't want the filesystem to turn to crap. . . so I'll post a new thread when I finish getting VMWare server running.
So I posted it to Linux - Software

In the meantime, I've got VMware Server running and the SAMBA connection between it and my personal files working. . . i.e. my major functionality is now up and running.

Not bad for about a day and a half as a Debian n00b.
 
  


Reply

Tags
converting, debian, fedora, nvidia



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
Fedora Core vs. Slackware or Debian zetabill Linux - Distributions 9 05-21-2006 03:16 PM
Fedora Core 3 Or Debian mountaindude505 Linux - Distributions 13 06-20-2005 11:53 PM
Do RHEL AS 3.0, RH 9.0, Fedora Core 3, Debian (Testing) Gentoo Linux support nForce 4 explorer1979 Linux - Hardware 1 04-03-2005 03:45 AM
Fedora Core 3 and Debian 3.0 r4 dual-boot problem norus Linux - Newbie 5 03-17-2005 03:40 PM
Installing WinXP,Fedora Core 2 and Debian 30r3 on the same laptop Nikolay Linux - Distributions 1 11-14-2004 09:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:54 AM.

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