comp.os.linux.setup
  Home FAQ Contact Sign in
comp.os.linux.setup only
 
Advanced search
December 2006
motuwethfrsasuw
    123 48
45678910 49
11121314151617 50
18192021222324 51
25262728293031 52
2006
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.os.linux.setup Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Is it possible to boot Linux off an extended partition using GRUB?         


Author: Scott Simpson
Date: Dec 31, 2006 15:46

Thank you.
8 Comments
  Stats comp.os.linux.setup (last 7 days)         


Author:
Date: Dec 31, 2006 15:03

Stats comp.os.linux.setup (last 7 days)

Top 10 posters for the period:

rank posts kbytes name address
1 6 12.2 Matt Giwer jull43@tampabay.REMover.r
2 5 7.5 Baho Utot scrat@bildanet.com
3 4 23.5 ANTant@zimage.com ANTant@zimage.com
4 4 9.7 Kill Bill killbill@goblowme.com
5 4 9.4 CBFalconer cbfalconer@yahoo.com
6 4 5.3 Vincent Delporte justask@acme.com
7 3 8.8 Tony Lawrence pcunix@gmail.com
8 3 6.7 Bernard esie@inter.nl.net
9 3 2.7 gort me@privacy.net
10 2 27.0 FAQ (bi-weekly) comp.os.linux.setup-FAQ@w
--- -----
38 112.8 Total for top 10

Totals for the newsgroup:
45 posters
86 articles
222.2 kbytes
Show full article (3.13Kb)
no comments
  Tweak xorg.conf for dual monitors and portrait mode?         


Author: Randall Parker
Date: Dec 31, 2006 11:09

Running Fedora Core 6, latest updates, Gnome desktop, a Matrox P650
card with unofficial Parhelia drivers v1.4.4.4 from Alexander Griesser
(see here if you need them:
http://www.tuxx-home.at/archives/2006/12/11/T22_52_32/).

I have managed to get the drivers installed and one of my HP L2045w
flat panels running at 1680x1050.

I can not figure out how to get dual head support working or to rotate
into portrait mode.

I am thinking maybe I could get into 1050x1680 dual head if I
hand-edited the xorg.conf file. But I do not know what I'd need to do
to make this happen.

I've tried using Gnome GUI admin forms for setting rotation and dual
head. But it does not work:

1) Gnome System | Preferences | Screen Resolution dialog box has
Rotation grayed out.
Show full article (1.07Kb)
no comments
  Re: Switching gnome to kde and back again         


Author: Bit Twister
Date: Dec 31, 2006 08:41

On Sun, 31 Dec 2006 07:09:40 -0500, Matt Giwer wrote:
> Speaking of which I choose KDE as I do many different things
> from internet news and usenet to povray and my website and more. I
> have different desktops for each different thing.
>
> When I do a formal logout from KDE with a left click on the desktop
> it saves my entire configuration. It saves all the windows and
> applications for each desktop on that desktop so they are there when
> I reboot.

Yeah, I had that session feature turned on until one day an
application was eating 100%% cpu . 10 to 15 minutes for ctl+alt+del to
take control. Next login, KDE restored the process, same 100%% usage. :(

I no longer enable that feature. :)

On login, I have a ~/.kde/Autostart/startup which execute scripts
which jump to different desktops and start my different applications.

Example startup snippet:
kstart --desktop 3 --windowclass Kdesktop /site/bin/xusenet &
Show full article (1.67Kb)
1 Comment
  Problem in locating hul.dll with Grub         


Author: San
Date: Dec 31, 2006 07:15

I Installed UBUNTU Linux in my system as Dual boot with Win XP. I'm
able to see GRUB OS Menu with OS options and Ubuntu boots as expected.
When I choose Windows XP to boot. It shows me a message called
root>/system32/hul.dll is missing. Later I found that Windows was
installed in Logical partition (E: Drive and (hd0,5)).

Grub's command statement for XP is like this:
root (hd0,0) <-- Which sets C: as windows root I guess and thats why
it could not able to find that file.
savedefaults
makeactive
chainloader +1

if I try to change the above code (as shown below) and boot it...
root (hd0,5) <-- thougt It will set E: as windows root.
savedefaults
makeactive
chainloader +1
but "makeactive" does not work. It will work only with primary
partition. :(
Show full article (0.88Kb)
2 Comments
  Spidering media files with wget         


Author: Ottavio Caruso
Date: Dec 31, 2006 06:20

Hi all, happy new year!

Given a particular web site:
http://somesite.com

how do I spider the whole site recursively only for media files, say:
*.mp3?
Can I do this with wget?

Optionally, how do I make a html page out of wget results?

In practice what I'd like to do is equivalent to google
"site:sometite.com filetype:mp3" search.

Thank you

Ottavio
http://www.pledgebank.com/boycottvista
no comments
  Texas Web Hosting Reviews         


Author: jason97m
Date: Dec 30, 2006 12:52

Howdy,

I am trying to get a web hosting review site going, limited to web host
companies in Texas. If you have something good or bad to say about a
host, please drop in and start up a thread. It might help someone in
the future.

http://groups.google.co.uk/group/texas-web-hosting-review?lnk=oa&hl=en

Cheers
Jason
1 Comment
  verifying a tar archive?         


Author: Jules
Date: Dec 30, 2006 06:45

Hi,

How does tar's -W (verify) option work? Does it:

1) Restore entire archive to local temp directory and expect
original files to exist on disk to compare against?

2) Restore entire archive to local temp directory, but assume that
the read process itself would show up any errors?

3) Restore file-by-file to local storage, comparing against original
files?

4) Restore file-by-file to local storage, but with no comparison?

5) Restore block-by-block to memory only, with no need for local storage
at all?

Unfortunately both the man page and info text just say "verifies the
archive" without saying exactly what the process is. In an ideal world I'd
restore the whole lot myself to a temp directory and checksum against
original data using cksum just for peace of mind, but I don't have enough
free disk space to do that :-) With that in mind, option 5 above would be
best - providing there's no chance that reads are successful but
transparently returning garbled data (I'm not sure what, if any,
checksumming either tar or the underlying DLT media has)
Show full article (1.44Kb)
1 Comment
  Difference between Freebsd4.11 Makefile and Redhat 9.0 linux         


Author: yogesh
Date: Dec 29, 2006 21:56

can u tell the difference between the Makefile for the Freebsd and
Redhat

please ......
2 Comments
  Re: Need help on FC6 install with new PC.         


Author: Kill Bill
Date: Dec 29, 2006 12:11

Baho Utot wrote:
> Kill Bill wrote:
>
>> Markku Kolkka wrote:
>>> Kill Bill wrote:
>>>> I went and bought a new Intel MB (DQ965GF) with 4 SATA drives.
>>> And a PATA CD/DVD? In that case, you must use the "all-generic-ide"
>>> kernel parameter: when you see the first "boot:" prompt, type "linux
>>> all-generic-ide" and hit return.
>> Really? I'll try that. Thanks!
>>
>> -Bill
>
> Yep, worked great on my laptop. A big THANKS to Markku Kolkka

Bang!! Just tried it and it worked!! Wowzers.. Good call Markku Kolkka!

Instead of asking me for a driver, it went right to the media test
screen, in which I did, just to be safe.

Afterwards, I went thought the install, same as normal, choose my set up!
Show full article (0.90Kb)
no comments
1 2 3 4 5 6 7 8 9