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
  •  


1TB HDD 2.5

1TB HDD 2.5" SATA Hard Drive Laptop with Windows 10/11 Pro Installed

$15.88



1TB/2TB Lenovo USB Flash Drive Metal Memory Stick Pen Thumb Disk Storage picture

1TB/2TB Lenovo USB Flash Drive Metal Memory Stick Pen Thumb Disk Storage

$16.99



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive Laptop with Windows 11 Pro Installed

$15.99



1TB/2TB Lenovo USB Flash Drive Metal Memory Stick Pen Thumb Disk Storage picture

1TB/2TB Lenovo USB Flash Drive Metal Memory Stick Pen Thumb Disk Storage

$17.29



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed

$28.99



WD - Blue SN580 1TB Internal SSD PCIe Gen 4 x4 NVMe picture

WD - Blue SN580 1TB Internal SSD PCIe Gen 4 x4 NVMe

$64.99



CISCO A03-D1TBSATA 1TB 7.2K 6G 2.5INCH SATA HDD picture

CISCO A03-D1TBSATA 1TB 7.2K 6G 2.5INCH SATA HDD

$9.00



1TB HDD 3.5

1TB HDD 3.5" SATA Hard Drive with Windows 10 or Windows 11 Pro/Home Installed

$12.99



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$580.99



Western Digital 1TB 3.5

Western Digital 1TB 3.5" SATA III 7200RPM Desktop Hard Drive

$17.99