linux
linux
so after a few weeks of looking around i'm trying to put Gentoo on my pc. From the docs i've been reading there seems to be an install option that does most of the work for you. (Stage3?)
So I boot from the CD, boot into Gentoo and get console/teminal whatever... and I'm lost. I went to their site from that console and read some manuals on how to do god knows what...
What I'm wondering is this...is there a cd image somewhere that installs this damn thing without me having to read a book on how to install linux on my pc, or is that half the fun. :icon30:
So I boot from the CD, boot into Gentoo and get console/teminal whatever... and I'm lost. I went to their site from that console and read some manuals on how to do god knows what...
What I'm wondering is this...is there a cd image somewhere that installs this damn thing without me having to read a book on how to install linux on my pc, or is that half the fun. :icon30:
It's going to take some getting used to, but I like playing around with it so far.
Detected every piece of hardware I had, no problems at all.
To bad I downloaded some updates for firefox 3 times and, once I couldn't find the damn files, another time I couldn't figure out how to install it, and the third time the file was currupt... :lol:
but all in all it looks like it's going to fun to screw around with.
Detected every piece of hardware I had, no problems at all.
To bad I downloaded some updates for firefox 3 times and, once I couldn't find the damn files, another time I couldn't figure out how to install it, and the third time the file was currupt... :lol:
but all in all it looks like it's going to fun to screw around with.
-
+JuggerNaut+
- Posts: 22175
- Joined: Sun Oct 14, 2001 7:00 am
he suggested it because i told his n00b *ss to use it. if you can't get thru ubuntu or kubuntu for that matter, stick a fork in your eye and headbutt a famous landmark.bork[e] wrote:I'm going with ubuntu for now, Postal suggested that and said it was nothing compared to my first choice...
I'll give those a try if this fails though, thanks.
[img]http://i26.photobucket.com/albums/c113/ChipV/peso3.jpg[/img]
+JuggerNaut+ wrote:he suggested it because i told his n00b *ss to use it. if you can't get thru ubuntu or kubuntu for that matter, stick a fork in your eye and headbutt a famous landmark.bork[e] wrote:I'm going with ubuntu for now, Postal suggested that and said it was nothing compared to my first choice...
I'll give those a try if this fails though, thanks.
So you are telling me I'm wrong for not wanting to read up and learn many commands to get gentoo working, that I would rather pop something in and let 'er go to check it out?...I doubt I could tell the difference between to the two anyway dude.
-
+JuggerNaut+
- Posts: 22175
- Joined: Sun Oct 14, 2001 7:00 am
Debian is extremelly easy to get running and so is FreeBSD. The extensive documentation is an excellent place to start. They are also my distributions of choice.Timbo wrote:Seriously, what the fuck?duffman91 wrote:Gentoo is a tad bit difficult as a starter distribution. I would recommend Debian or FreeBSD.
Exactly what made you "what the fuck" ?
The fact they're completely unsuitable for someone wanting to get to grips with *nix. On the other hand, reading the OP again, if bork[e] is prepared to do the farting about required to get gentoo going, he probably doesn't care.
Linux badly needs to consolidate. There are far too many distros all doing basically the same thing in slightly different ways. IMO Ubuntu is currently doing things "best".
Linux badly needs to consolidate. There are far too many distros all doing basically the same thing in slightly different ways. IMO Ubuntu is currently doing things "best".
So, I'm trying to figure out how to install something and... Here is my source.
btw, I've also been looking around for some documents on the extreme basics of this OS. Like, what is Linux's Program Files folder called, or the equivalent? When I'm browsing through folders, how can I make it stay in the one window and not open another each time I click a folder...things that are a few clicks away in windows I spent a couple hours last night looking around...
anything like this you guys know of? tia for the help.
I'm really confused, I've tried to install some nvidia driver firefox updates ect and I'm just lost as can be.By default, Ubuntu does not come with the tools required. You need to install the package build-essential to work with most of these packages. And since you may want to get code some projects with no released version, you should install the packages cvs and subversion as well if you think you'll need them. You should then build a common directory for yourself where you'll be building these packages. I recommend creating /usr/local/src, but really you can put it anywhere you want. Make sure this directory is writable by your primary user account, by running sudo chown username /usr/local/src and just to be safe sudo chmod u+rwx /usr/local/src. After you've done this, you're set up to start getting the programs you need.
btw, I've also been looking around for some documents on the extreme basics of this OS. Like, what is Linux's Program Files folder called, or the equivalent? When I'm browsing through folders, how can I make it stay in the one window and not open another each time I click a folder...things that are a few clicks away in windows I spent a couple hours last night looking around...
anything like this you guys know of? tia for the help.
Drivers have to be installed as "root" (a super user/administrator account). The NVIDIA website should have every step of the install delimitered for you.bork[e] wrote:So, I'm trying to figure out how to install something and... Here is my source.
I'm really confused, I've tried to install some nvidia driver firefox updates ect and I'm just lost as can be.
btw, I've also been looking around for some documents on the extreme basics of this OS. Like, what is Linux's Program Files folder called, or the equivalent? When I'm browsing through folders, how can I make it stay in the one window and not open another each time I click a folder...things that are a few clicks away in windows I spent a couple hours last night looking around...
anything like this you guys know of? tia for the help.
As for programs. I believe they go in /usr/local/bin.
Window behavior is changed in whatever desktop environment's settings. In KDE there is a settings tab in the main menu. If you want more help on a chat medium, look me up. Info should be in profile. I'm bored to shit at work.
the XFree86 or Xorg config file is in
/etc/X11/XF86Config
or
/etc/X11/Xorg.conf
it should look like :
The parts with **** on them, are what I mean
/etc/X11/XF86Config
or
/etc/X11/Xorg.conf
it should look like :
<strike>The bolded parts are what they want you to change to match that of the new drivers.</strike>Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection
Section "Monitor"
#DisplaySize 310 230 # mm
Identifier "Monitor0"
VendorName "GWY"
ModelName "VX720"
### Uncomment if you don't want to default to DDC:
# HorizSync 30.0 - 96.0
# VertRefresh 50.0 - 130.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "accel" # [<bool>]
#Option "crt_display" # [<bool>]
#Option "composite_sync" # [<bool>]
#Option "hw_cursor" # [<bool>]
#Option "linear" # [<bool>]
#Option "mmio_cache" # [<bool>]
#Option "test_mmio_cache" # [<bool>]
#Option "panel_display" # [<bool>]
#Option "probe_clocks" # [<bool>]
#Option "reference_clock" # <freq>
#Option "shadow_fb" # [<bool>]
#Option "sw_cursor" # [<bool>]
Identifier "Card0"
Driver "ati" *******
VendorName "ATI" *******
BoardName "3D Rage Pro AGP 1X/2X" *****
ChipSet "ati" *****
ChipId 0x4742 ******
ChipRev 0x5c
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
The parts with **** on them, are what I mean