Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Various questions

  1. #1
    Junior Member registered user
    Join Date
    Mar 2004
    Location
    Canada
    Posts
    16

    Various questions

    Just installed Knoppix (my first linux install) and I'm running into some issues.
    1: Display, I can't find where to change the resolution. When I goto the peripherals section and click display I get a floating x for a cursor and it waits a minute then returns to normal doesn't let me configure it. The card is an 8 mb PCI diamond Speedster (plenty old so knoppix should have info on it)

    2: Printer and File Sharing The PC is networked to an Xp home box (whichI'm on now) Printer and file sharing is enabled. How can I access that through knoppix? I need to install a network printer (lexmark z605) and access my GF's backed up docs and photos. I did get internet access working.

    3: I think thats it, the only 2 problems I've had thus far. Any help would be greatly appreciated!

  2. #2
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949
    not sure for one but I can answer 2.

    to get to your XP type smb://[name of computer] minus []

    to confige printer go to knoppix menu then config then printer

  3. #3
    Junior Member registered user
    Join Date
    Mar 2004
    Location
    Canada
    Posts
    16
    New problem..after about an hour of use, the system started getting really slow and choppy. I checked the system info and it said I only had 16 mb of ram left? (of the 128 mb it had) thing was.. I had nothing running..cept the gui... that doesn't make sense at all.

    I'm restarting now to see how much RAM I have available at start..
    erm odd.. according to this I only have 4 mb of free physical memory available..yet the system is running smooth..anyone have any thoughts on this?

    [edit] one other thing, I cannot seem to access my large partition I created on the harddrive. Its about 15.5 gb ext3. The root partition is Reiser so that might cause a problem (I'm not sure though) I tried using qtparted to delete it and remake it as a Reiser partition but everytime I delete it it just leaves it as ext3 and I can't recreate it. And by accessing it I can see it, and click on it, but I can't create any new directories or anything on it.

  4. #4
    Junior Member registered user
    Join Date
    Mar 2004
    Location
    Canada
    Posts
    16
    Quote Originally Posted by firebyrd10
    not sure for one but I can answer 2.

    to get to your XP type smb://[name of computer] minus []

    to confige printer go to knoppix menu then config then printer
    Do I use the name of her comp or my comp?

    I tried typing the name of the xp box like this:
    brought up root shell and ran smb://M's Comp
    all I got was this:
    >

    what do I do with that?

  5. #5
    Junior Member registered user
    Join Date
    Mar 2004
    Location
    Canada
    Posts
    16
    I am able to cycle through resolutions using ctrl-alt and either + or - key.. however when I do it changes resolutions but does not change the size of the desktop..any idea how I can have my entire desktop scale down to 800x600? I can't seem to find an option for that anywhere.

  6. #6
    Senior Member registered user
    Join Date
    Feb 2004
    Location
    Kampen, The Netherlands
    Posts
    166
    For resolution and other settings try as root: /usr/bin/kxconfig

  7. #7
    Junior Member registered user
    Join Date
    Mar 2004
    Location
    Canada
    Posts
    16
    Quote Originally Posted by pulsar
    For resolution and other settings try as root: /usr/bin/kxconfig
    well what I mean is the resolution changes but the desktop doesn't resize.so you can actually pan around the desktop..how can I change the physical size of the desktop?

  8. #8
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949
    Yes you do want to type the name of the computer not the user.

    Lets say I have a computer call ct1 with a user called ut1 I won't ty[e smb://ut1 but rather smb://ct1

    get it?

  9. #9
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by kellinjar
    New problem..after about an hour of use, the system started getting really slow and choppy. I checked the system info and it said I only had 16 mb of ram left? (of the 128 mb it had) thing was.. I had nothing running..cept the gui... that doesn't make sense at all.

    I'm restarting now to see how much RAM I have available at start..
    erm odd.. according to this I only have 4 mb of free physical memory available..yet the system is running smooth..anyone have any thoughts on this?
    Linux will use as much memory as it needs and if any is left over then it gets used to cache disk access and things like that so it is not uncommon to see nearly total usage. The important thing to look for is when you see the swap space in use then it is using the disk drive for storage.

    Code:
    HappyTux:/# free
                 total       used       free     shared    buffers     cached
    Mem:        775648     407288     368360          0      74320     198380
    -/+ buffers/cache:     134588     641060
    Swap:       257000          0     257000
    If you look at this output then you can see the I have roughly 400mb of memory in use and of that about 170mb is buffered and cached so the system itself is only using about 130mb for the actual memory in use.

    [edit] one other thing, I cannot seem to access my large partition I created on the harddrive. Its about 15.5 gb ext3. The root partition is Reiser so that might cause a problem (I'm not sure though) I tried using qtparted to delete it and remake it as a Reiser partition but everytime I delete it it just leaves it as ext3 and I can't recreate it. And by accessing it I can see it, and click on it, but I can't create any new directories or anything on it.
    That is a permission problem how are you trying to mount it, what commands do you use and what is the line that you have in the /etc/fstab for the partition? You can simply use as root mkfs.reiserfs /dev/hd?? and format the partition with reiser then mount with the suitable options. Replace the ?? with the drive letter and partition number of the partition to be formatted. And QTparted does not IIRC support reiserfs at this moment.

  10. #10
    Junior Member registered user
    Join Date
    Mar 2004
    Location
    Canada
    Posts
    16
    Quote Originally Posted by firebyrd10
    Yes you do want to type the name of the computer not the user.

    Lets say I have a computer call ct1 with a user called ut1 I won't ty[e smb://ut1 but rather smb://ct1

    get it?
    M's Comp is the name of the PC as its listed under Windows XP and how it shows up in the network neighbourhood.
    I'll double check it though.

Page 1 of 3 123 LastLast

Similar Threads

  1. Just few questions
    By Nikolay in forum General Support
    Replies: 2
    Last Post: 04-07-2005, 05:19 PM
  2. Questions from the new guy
    By Liquidant in forum General Support
    Replies: 2
    Last Post: 05-20-2004, 07:28 PM
  3. two questions
    By schunn99 in forum General Support
    Replies: 2
    Last Post: 02-26-2004, 11:14 PM
  4. Several apt-get questions
    By baldyeti in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 08-24-2003, 03:42 PM
  5. Few questions
    By madserb in forum General Support
    Replies: 1
    Last Post: 08-24-2003, 07:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM System X3250 M3 Server 8GB RAM Intel Xeon x3440 2.53ghz (NO HDD) picture

IBM System X3250 M3 Server 8GB RAM Intel Xeon x3440 2.53ghz (NO HDD)

$41.99



IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6Core 64GB RAM No HDD Server System picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6Core 64GB RAM No HDD Server System

$314.99



IBM EServer Xseries 220 Desktop Computer Intel Pentium 3 1GHz 512MB Ram No HDD picture

IBM EServer Xseries 220 Desktop Computer Intel Pentium 3 1GHz 512MB Ram No HDD

$224.99



1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray picture

1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray

$318.00



IBM Server Rack Cabinet Machine Type 9308 Model 42P w/ Mounting Accessories picture

IBM Server Rack Cabinet Machine Type 9308 Model 42P w/ Mounting Accessories

$379.99



IBM System x3550 M3 Dual Intel Xeon X5650 @2.67GHz 32GB RAM No HDD picture

IBM System x3550 M3 Dual Intel Xeon X5650 @2.67GHz 32GB RAM No HDD

$68.50



IBM System x3250 M3 4251PAB Server Intel Xeon X3430 2.4GHz 4GB SEE NOTES picture

IBM System x3250 M3 4251PAB Server Intel Xeon X3430 2.4GHz 4GB SEE NOTES

$21.41



IBM 9009-41A Power S914 w/ IBM Power9 CPU Processor 02CY259 9314 CA PQ NO RAM  picture

IBM 9009-41A Power S914 w/ IBM Power9 CPU Processor 02CY259 9314 CA PQ NO RAM

$2000.00



IBM QRadar xx29 Server 4412Q2A picture

IBM QRadar xx29 Server 4412Q2A

$209.99



IBM QRadar 1501 G3 Server picture

IBM QRadar 1501 G3 Server

$167.99