Jump to content

Big_Baller

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by Big_Baller

  1. OK I just want a laptop to take to hot spot and surf the web and use open office for word processing, and mabye some telnet. I would like to run gui linux. What should I get? I'd like to keep $$ under $200. I'm up for looking around on ebay. I'm thinking P3 500mhz right now.

     

    What brand should I go with? What brands are known to work best with linux? What specs should I look for? Like I said, nothing special just work web and open office.

  2. How would a user obtain this listing?

    total 25
    drwxr-xr-x	2 dshoe	users	2048	May	11	12:04	backups
    drwxr-xr-x	2 dshoe	users	1024	May	10	10:02	bin
    drwxr-xr-x	2 dshoe	users	1024	May	7	13:22	c_source
    drwxr-xr-x	2 dshoe	users	1024	Apr	2	07:52	cgi_files
    drwxr-xr-x	2 dshoe	users	1024	Apr	2	07:52	cgi_scripts
    drwxr-xr-x	4 dshoe	users	1024	Jan	12	07:32	ny
    -rw-r--r--	1 dshoe	users	1954	May	11	06:49	p1
    drwxr-xr-x	2 dshoe	users	1024	Apr	2	07:52	perl
    -rw-r--r--	1 dshoe	users	1954	May	6	16:42	pers
    drwxrwxrwx	2 dshoe	users	1024	Apr	7	13:06	public_html
    -rw-r--r--	1 dshoe	users	3392	Apr	23	07:25	sales
    -rwxr--r--	1 dshoe   	 users	228	May	10	10:33	sargs
    drwx------	2 dshoe	users	1024	Apr	26	06:53	scripts
    -rw-r--r--	1 dshoe	users	131	Mar	22	11:20	setup
    Total bytes:	17899
    Total files:	5
    Directories:	9
    And scripts:	1

     

    I know it starts off with the ls -l command but I'm not sur how you get the total bytes and total files thingy near the bottem. Thx

  3. I was talking to my friend and he was telling me that linux could lose steam in the years to come if it dosn't go 64 bit. Is he smoking crack. I was sure that linux supports 64 bit. Does the kernel? What could I tell him to clear things up.

  4. Well I have a fresh install of 10.1 CE and I can't seem to compile anything. I have installed everything related to development. I know that GCC is on the system and stuff but I whenever I do a ./configure for some progies they say they can't find the GNU C++ compiler or what ever.

     

    Specificly I am getting this when trying to comple SDL.

  5. Well it looks like a hardware problem...but windows works just dang fine. Sometimes the 10 installer would freeze. I finnaly got lucky and it didn't. Now the computer might freeze anytime between booting and about 10 minutes into mandrake. Hard freeze. No response.

     

    System specs:

    2600xp

    Abit NF7-S v2

    2x512 HyperX PC3200

    Currently installed on a WesternDigital harddrive that has worked fine in the past.

    This is the Official 10 release.

    9800p video card

    1 burner

    1 dvd rom

     

     

    I have done hard drive tests and everything works fine.

    I ran memtest86 and it all checks out.

     

    Is this some known problem in 10? Random Freeze?

  6. OK well I nuked the partitions hoping mandrake would fair better. Well sort of but not really. It was able to see both hard drives. Both 75 gigers. Too bad they are setup as a stripe on the hardware level. Mandrake installed. When trying to boot from the hard drive(s) the screen fills with "99"s I guess it wasn't able to prperly write to the hds. What do I do? I need to use both windows and linux and I would very much like raid 0. Is it a lost hope? I find it hard to beleive that Linux is so big in the server world...but I can't handle a little raid 0. There must be a way.

  7. I have a similar problem with MDK 10ce. I installed XMMS from the cd at install. It worked for about a day and now it just freezes when I try to play any music. I can kill it just fine but I can't seem to get it to work. Any ideas?

  8. Ok how do I get my USB M$ to use the back and forward side buttons. Like when browsing files and I go back to where I was with the back button and like in firefox I can use the buttons to also go back and fourth between pages? I sure hope linux is able to do this :D

     

    I read somthing about add option "button" "7" into my xf86config-4 file but it didn't work. Here is my XF86Config-4 file for your viewing pleasure.:

     

      
    # this file.
    # **********************************************************************
    
    Section "Files"
       # Multiple FontPath entries are allowed (they are concatenated together)
       # By default, Mandrake 6.0 and later now use a font server independent of
       # the X server to render fonts.
       FontPath "unix/:-1"
    EndSection
    
    Section "ServerFlags"
       #DontZap # disable <Crtl><Alt><BS> (server abort)
       AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
       #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    EndSection
    
    Section "Module"
       Load "dbe" # Double-Buffering Extension
       Load "v4l" # Video for Linux
       Load "extmod"
       Load "type1"
       Load "freetype"
       Load "glx" # 3D layer
       Load "dri" # direct rendering
    EndSection
    
    Section "DRI"
       Mode 0666
    EndSection
    
    Section "InputDevice"
       Identifier "Keyboard1"
       Driver "Keyboard"
       Option "XkbModel" "pc105"
       Option "XkbLayout" "en_US"
       Option "XkbOptions" ""
    EndSection
    
    
    Section "InputDevice"
       Identifier "Mouse1"
       Driver "mouse"
       Option "Protocol" "ExplorerPS/2"
       Option "Device" "/dev/mouse"
       Option "ZAxisMapping" "6 7"
       Option "Buttons" "7"
    EndSection
    
    Section "Monitor"
       Identifier "monitor1"
       VendorName "Plug'n Play"
       HorizSync 30-97
       VertRefresh 50-180
    
       # Sony Vaio C1(X,XS,VE,VN)?
       # 1024x480 @ 85.6 Hz, 48 kHz hsync
       ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
    
       # TV fullscreen mode or DVD fullscreen output.
       # 768x576 @ 79 Hz, 50 kHz hsync
       ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
       # 768x576 @ 100 Hz, 61.6 kHz hsync
       ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
    EndSection
    
    Section "Device"
       Identifier "device1"
       VendorName "ATI"
       BoardName "ATI Radeon (fglrx)"
       Driver "radeon"
       Option "DPMS"
    EndSection
    
    Section "Screen"
       Identifier "screen1"
       Device "device1"
       Monitor "monitor1"
       DefaultColorDepth 24
    
       Subsection "Display"
           Depth 8
           Virtual 1024 768
       EndSubsection
    
       Subsection "Display"
           Depth 15
           Virtual 1024 768
       EndSubsection
    
       Subsection "Display"
           Depth 16
           Virtual 1024 768
       EndSubsection
    
       Subsection "Display"
           Depth 24
           Virtual 1024 768
       EndSubsection
    EndSection
    
    Section "ServerLayout"
       Identifier "layout1"
       InputDevice "Keyboard1" "CoreKeyboard"
       InputDevice "Mouse1" "CorePointer"
       Screen "screen1"
    EndSection

  9. lol no no no I know all about partitions and that XP will take over the hd. As my professor said, "install dumber OS's first". and it holds true for xp and linux. I have a 10 gig partition for XP and then 50 gig for data and stuff. And then 15 odd of linux.

     

    Well I guess my real question is how to install a new boot loader. Other than running the linux setup again I don't know of any way . :tux:

  10. Ok I do a dual boot with XP pro and Mandrake. I am going to do a reformat and install of my xp partition soon and I need to know how to stop XP from overwriting my boot loader. Would the lilo boot disk restore the boot loader or somthing after I install xp?

     

    I also had a random linux question. How do I get root privliges in the gui? I know how to from a console but I am not sure how to have them when moving files between protected directorys with the gui.

  11. Ok I am a noob. Anyways I downloaded the 2.6.1 kernel source and I want to compile it for my computer. I have an amd xp processor but non of the arch's look right. The only one that I recognize is i386 but I have an athlon. I'm pretty sure I'm not running x86_64 or a sparc so help me out :D

  12. Well I installed 9.2 and X server fails to start. in the installation it also has tells me that 'an error has occurded' when I hit 'test' on the video. damn that sounds like a helpful tip from a M$ programmer :lol: But seriously whats wrong? I can't find the right vmodle number for my monitor in the vendor list I have a View Sonic G90f. Selecting plug n play dosn't work either. I am running the NF7-S XP2500 with ATI 9800pro. Somthing I am missing?

  13. Nope. What is a cf card reader? I have 1 dvd drive and 1 cdrw drive and 1 floppy drive. No pci devices. Could it be my slight overclock? I have my xp2500 (1.87 ghz) running at xp3200 speeds (2.03ghz) I acually have it pretty relaxed right now compaired to what I usually have it at (2.5-2.6 ghz). I will try putting it at stock. Never had trouble before with 9.1 and the 9.2 RC2 or red hat linux.

  14. I thought only windows could freeze? :lol: Well I just got the 9.2 install cds off of bit torrent and I reinstalled it over my 9.2 rc partition. The installation when fine but when the system starts up it freezes. When it gets to 'checking for new hardware' it just sits there with the floppy light on. it won't respond. I have the NF7-S v2 mobo with xp2500 with 512 ram, ati 9800 pro with an 80 gig WD. So whats up?

  15. Xfree86 4.3.0

    blah dates....

    (EE) NVIDIA(0): No modes remaining for display device CTR-0

    (EE) NVIDIA(0): *** Aborting ***

    (EE) Screen(s) found, but none have a usable configeration

     

    Fatal Server error:

    no screens found

     

    blah about reporting....

     

    XIO: Fatal IO error: 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.

×
×
  • Create New...