<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic The Linux Distro Thread (maybe) in Computing Advice &amp; Technology Chat</title>
    <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/22369#M579</link>
    <description>Another for ej...&lt;BR /&gt;
&lt;BR /&gt;
Forgive my posting this here, but I'm not sure I could get it all into the eBay message system! Additionally, it might prove of interest to others considering Linux.&lt;BR /&gt;
&lt;BR /&gt;
Good evening, "Old Guy"!&lt;BR /&gt;
&lt;BR /&gt;
The problem, briefly, is that I'm battling to get the screen resolution sorted out on a Fujitsu Siemens V5535 laptop running Linux Mint. This is evidently quite a common difficulty, and seems related to the lack of a suitable driver for the SiS chipset in the V5535.&lt;BR /&gt;
&lt;BR /&gt;
A driver ("sis671") has been compiled (no 3D, unfortunately)-and appears to be incorporated in Mint 7 - &lt;B&gt;SiS_drv.so&lt;/B&gt; in &lt;I&gt;/usr/lib/xorg/modules/drivers/&lt;/I&gt;.&lt;BR /&gt;
&lt;BR /&gt;
The V5535 should have a screen resolution of 1280x800, with a refresh rate of 60Hz.&lt;BR /&gt;
&lt;BR /&gt;
Much googling revealed a partial cure:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Section "Monitor" &lt;BR /&gt;
	Identifier	"Configured Monitor" &lt;BR /&gt;
        HorizSync 28-72 &lt;BR /&gt;
        VertRefresh 43-60 &lt;BR /&gt;
EndSection &lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
-The Mint Display Preferences only “sees” Monitor: Unknown – the Detect Monitors button does nothing&lt;BR /&gt;
&lt;BR /&gt;
-The default xorg.conf only allows screen resolutions of 800x600; 640x480 – refresh rates of 61 and 60Hz respectively;&lt;BR /&gt;
&lt;BR /&gt;
-The configuration shown above allows 1280x800 (16:10), refresh rate &lt;U&gt;zero&lt;/U&gt;;1024x768(4:3), refresh rate 61Hz; 800x600(4:3), refresh rate 61Hz; 640x480(4:3), refresh rate 60Hz.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
 I'm reassured by ej's comment that it is only a high refresh rate that will damage the screen - but for a permanent installation, it's obviously better to get it right!&lt;BR /&gt;
&lt;BR /&gt;
Mepis came closer, but Mandriva One 2009 produces the desired effect - its xorg.conf is much longer, though. Please bear with me:&lt;BR /&gt;
&lt;BR /&gt;
# File generated by XFdrake (rev 247269) &lt;BR /&gt;
&lt;BR /&gt;
# ********************************************************************** &lt;BR /&gt;
# Refer to the xorg.conf man page for details about the format of &lt;BR /&gt;
# this file. &lt;BR /&gt;
# ********************************************************************** &lt;BR /&gt;
&lt;BR /&gt;
Section "ServerFlags" &lt;BR /&gt;
    #DontZap # disable &lt;CTRL&gt;&lt;ALT&gt;&lt;BS&gt; (server abort) &lt;BR /&gt;
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work &lt;BR /&gt;
    #DontZoom # disable &lt;CTRL&gt;&lt;ALT&gt;&lt;KP_&gt;/&lt;KP_-&gt; (resolution switching) &lt;BR /&gt;
EndSection &lt;BR /&gt;
&lt;BR /&gt;
Section "Module" &lt;BR /&gt;
    Disable "dri" &lt;BR /&gt;
    Load "dbe" # Double-Buffering Extension &lt;BR /&gt;
    Load "v4l" # Video for Linux &lt;BR /&gt;
    Load "extmod" &lt;BR /&gt;
    Load "type1" &lt;BR /&gt;
    Load "freetype" &lt;BR /&gt;
    Load "glx" # 3D layer &lt;BR /&gt;
EndSection &lt;BR /&gt;
&lt;BR /&gt;
Section "InputDevice" &lt;BR /&gt;
    Identifier "Keyboard1" &lt;BR /&gt;
    Driver "kbd" &lt;BR /&gt;
    Option "XkbModel" "pc105" &lt;BR /&gt;
    Option "XkbLayout" "gb" &lt;BR /&gt;
    Option "XkbOptions" "compose:rwin" &lt;BR /&gt;
EndSection &lt;BR /&gt;
&lt;BR /&gt;
Section "InputDevice" &lt;BR /&gt;
    Identifier "Mouse1" &lt;BR /&gt;
    Driver "mouse" &lt;BR /&gt;
    Option "Protocol" "ExplorerPS/2" &lt;BR /&gt;
    Option "Device" "/dev/mouse" &lt;BR /&gt;
EndSection &lt;BR /&gt;
&lt;BR /&gt;
Section "InputDevice" &lt;BR /&gt;
    Identifier "SynapticsMouse1" &lt;BR /&gt;
    Driver "synaptics" &lt;BR /&gt;
    Option "SHMConfig" "on" &lt;BR /&gt;
EndSection &lt;BR /&gt;
&lt;BR /&gt;
Section "Monitor" &lt;BR /&gt;
    Identifier "monitor1" &lt;BR /&gt;
    VendorName "Generic" &lt;BR /&gt;
    ModelName "Flat Panel 1280x800" &lt;BR /&gt;
    HorizSync 31.5-90 &lt;BR /&gt;
    VertRefresh 60 &lt;BR /&gt;
    &lt;BR /&gt;
    # Monitor preferred modeline (59.9 Hz vsync, 49.3 kHz hsync, ratio 16/10, 98 dpi) &lt;BR /&gt;
    ModeLine "1280x800" 71 1280 1328 1360 1440 800 803 809 823 -hsync -vsync &lt;BR /&gt;
    &lt;BR /&gt;
    # TV fullscreen mode or DVD fullscreen output. &lt;BR /&gt;
    # 768x576 @ 79 Hz, 50 kHz hsync &lt;BR /&gt;
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630 &lt;BR /&gt;
    &lt;BR /&gt;
    # 768x576 @ 100 Hz, 61.6 kHz hsync &lt;BR /&gt;
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616 &lt;BR /&gt;
    &lt;BR /&gt;
    # modeline generated by gtf(1) [handled by XFdrake] &lt;BR /&gt;
    ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync &lt;BR /&gt;
    &lt;BR /&gt;
    # modeline generated by gtf(1) [handled by XFdrake] &lt;BR /&gt;
    ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync &lt;BR /&gt;
    &lt;BR /&gt;
    # modeline generated by gtf(1) [handled by XFdrake] &lt;BR /&gt;
    ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync &lt;BR /&gt;
    &lt;BR /&gt;
    # modeline generated by gtf(1) [handled by XFdrake] &lt;BR /&gt;
    ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync &lt;BR /&gt;
    &lt;BR /&gt;
    # modeline generated by gtf(1) [handled by XFdrake] &lt;BR /&gt;
    ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync &lt;BR /&gt;
    &lt;BR /&gt;
    # modeline generated by gtf(1) [handled by XFdrake] &lt;BR /&gt;
    ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync &lt;BR /&gt;
EndSection &lt;BR /&gt;
&lt;BR /&gt;
Section "Device" &lt;BR /&gt;
    Identifier "device1" &lt;BR /&gt;
    VendorName "Silicon Integrated Systems [SiS]" &lt;BR /&gt;
    BoardName "SiS SiS 670 / 671-based cards" &lt;BR /&gt;
    Driver "sisimedia" &lt;BR /&gt;
    Option "DPMS" &lt;BR /&gt;
EndSection &lt;BR /&gt;
&lt;BR /&gt;
Section "Screen" &lt;BR /&gt;
    Identifier "screen1" &lt;BR /&gt;
    Device "device1" &lt;BR /&gt;
    Monitor "monitor1" &lt;BR /&gt;
    DefaultColorDepth 24 &lt;BR /&gt;
    &lt;BR /&gt;
    Subsection "Display" &lt;BR /&gt;
        Depth 8 &lt;BR /&gt;
        Modes "1280x800" &lt;BR /&gt;
    EndSubsection &lt;BR /&gt;
    &lt;BR /&gt;
    Subsection "Display" &lt;BR /&gt;
        Depth 15 &lt;BR /&gt;
        Modes "1280x800" &lt;BR /&gt;
    EndSubsection &lt;BR /&gt;
    &lt;BR /&gt;
    Subsection "Display" &lt;BR /&gt;
        Depth 16 &lt;BR /&gt;
        Modes "1280x800" &lt;BR /&gt;
    EndSubsection &lt;BR /&gt;
    &lt;BR /&gt;
    Subsection "Display" &lt;BR /&gt;
        Depth 24 &lt;BR /&gt;
        Modes "1280x800" &lt;BR /&gt;
    EndSubsection &lt;BR /&gt;
EndSection &lt;BR /&gt;
&lt;BR /&gt;
Section "ServerLayout" &lt;BR /&gt;
    Identifier "layout1" &lt;BR /&gt;
    InputDevice "Keyboard1" "CoreKeyboard" &lt;BR /&gt;
    InputDevice "Mouse1" "CorePointer" &lt;BR /&gt;
    InputDevice "SynapticsMouse1" "SendCoreEvents" &lt;BR /&gt;
    Screen "screen1" &lt;BR /&gt;
EndSection&lt;BR /&gt;
&lt;BR /&gt;
I know I could simply install Mandriva, but would really like to stick with Mint if at all possible. Everything else, including the wireless, seems to work fine.&lt;BR /&gt;
&lt;BR /&gt;
This evening's entertainment is to try to figure out how to install the hard drive which has arrived for the laptop. The plan then is to use its restore discs to reinstall Vista (Home Basic - I know, I know - but gives me a chance to play with Vista &lt;I&gt;if&lt;/I&gt; it'll reinstall), and to try to use its own software to shrink its partition to allow room to use the rest of the hard drive for Mint (hopefully) or Mandriva - might actually be posting a separate question about that!&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions to sort out the resolution/refresh rate gratefully received!&lt;/KP_-&gt;&lt;/KP_&gt;&lt;/ALT&gt;&lt;/CTRL&gt;&lt;/BS&gt;&lt;/ALT&gt;&lt;/CTRL&gt;</description>
    <pubDate>Wed, 12 Aug 2009 19:02:32 GMT</pubDate>
    <dc:creator>otherego</dc:creator>
    <dc:date>2009-08-12T19:02:32Z</dc:date>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21314#M264</link>
      <description>Thought I'd start this one off, rather than continue on another thread.&lt;BR /&gt;
&lt;BR /&gt;
As a quick catch up for others:&lt;BR /&gt;
&lt;BR /&gt;
Have a look at Unetbootin, as a means to try out different versions of Linux, without producing numerous coasters (unwanted CDs).&lt;BR /&gt;
I haven't tried the method of installing to hard drive, only the USB flash drive method (so far).
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 08:06:54 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21314#M264</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T08:06:54Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21317#M265</link>
      <description>Otherego: Puppy was a pain to setup for wireless. Once the OS was rebooted and I created a small (64Mb) save space, I got on better.&lt;BR /&gt;
I chose Setup:Network Wizard and selected the wireless network card. From there, clicked on WPA2 (the encryption that I use, choose appropriately), then Scan. Select your network, then Advanced, followed by your network key.&lt;BR /&gt;
It took a few attempts, but this is written in Puppy, Seamonkey browser on a wireless network - booted from a flash drive, with the previously mentioned software &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Time to put some add-ons onto Seamonkey to stop those flamon' feeBay ads. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
EJ
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 09:41:48 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21317#M265</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T09:41:48Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21324#M266</link>
      <description>I used Seamonkey for a while a bit back and found it would take quite a few Firefox addons. Have a try.
&lt;CENTER&gt;&lt;BR /&gt;
&lt;HR size="4" width="550" color="#CEFF00" /&gt;&lt;BR /&gt;
&lt;A href="http://members.ebay.co.uk/aboutme/grumpy-cook"&gt;&lt;BR /&gt;
&lt;IMG src="http://www.grumpycook.me.uk/grumpylogo.jpg" border="0" /&gt;&lt;BR /&gt;
&lt;/A&gt; &lt;BR /&gt;
&lt;FONT face="Verdana"&gt;&lt;FONT size="1"&gt;&lt;EM&gt;Click on logo or &lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;m&lt;/FONT&gt;&lt;FONT color="#ff0000"&gt;e&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; for free Apps, Utilities and Antivirus Removal Tools&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 09:53:15 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21324#M266</guid>
      <dc:creator>grumpy-cook</dc:creator>
      <dc:date>2009-04-09T09:53:15Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21328#M267</link>
      <description>Done and dusted - onto another Distro now :-)
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 10:08:05 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21328#M267</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T10:08:05Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21332#M268</link>
      <description>Thanks for the suggestions, ej. I'll have a go a little later.&lt;BR /&gt;
&lt;BR /&gt;
Great idea, starting the new thread. There seems to be an increasing interest in Linux, and it would be useful to have a common meeting-point for queries.&lt;BR /&gt;
&lt;BR /&gt;
Even for a computer "newbie" it's a lot of fun, and offers useful practical options for members of an internet-based community like e-bay's.&lt;BR /&gt;
&lt;BR /&gt;
I managed to add NoScript and Addblock Plus to Seamonkey with no problems, but it wouldn't accept Flashblock. Yet.</description>
      <pubDate>Thu, 09 Apr 2009 11:06:32 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21332#M268</guid>
      <dc:creator>otherego</dc:creator>
      <dc:date>2009-04-09T11:06:32Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21338#M269</link>
      <description>There is a release of Flashblock specifically for Seamonkey.&lt;BR /&gt;
&lt;BR /&gt;
https://addons.mozilla.org/en-US/seamonkey/addon/433
&lt;CENTER&gt;&lt;BR /&gt;
&lt;HR size="4" width="550" color="#CEFF00" /&gt;&lt;BR /&gt;
&lt;A href="http://members.ebay.co.uk/aboutme/grumpy-cook"&gt;&lt;BR /&gt;
&lt;IMG src="http://www.grumpycook.me.uk/grumpylogo.jpg" border="0" /&gt;&lt;BR /&gt;
&lt;/A&gt; &lt;BR /&gt;
&lt;FONT face="Verdana"&gt;&lt;FONT size="1"&gt;&lt;EM&gt;Click on logo or &lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;m&lt;/FONT&gt;&lt;FONT color="#ff0000"&gt;e&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; for free Apps, Utilities and Antivirus Removal Tools&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:10:23 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21338#M269</guid>
      <dc:creator>grumpy-cook</dc:creator>
      <dc:date>2009-04-09T11:10:23Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21341#M270</link>
      <description>I use an RSS feed on my toolbar to http://distrowatch.com/ - loads of info. and I stumbled upon (sic) a distro that specifically mentions EeePC (though can't remember which one :-p)&lt;BR /&gt;
Not sure about Seamonkey, or any benefits over 'raw' Firefox. If only Opera would catch up on the add-ons :-)
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:28:50 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21341#M270</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T11:28:50Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21345#M271</link>
      <description>OMG this place is full of geeks.&lt;BR /&gt;
&lt;BR /&gt;
:-p&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Runs &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;HR color="#AA0000" /&gt;Hangman images and links to a few youtubes &amp;amp; games.&lt;A href="http://members.ebay.co.uk/aboutme/countess_vlad" target="_blank"&gt;&lt;IMG src="http://pics.ebaystatic.com/aw/pics/uk/aboutme-small.gif" border="0" /&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:32:09 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21345#M271</guid>
      <dc:creator>countess_vlad</dc:creator>
      <dc:date>2009-04-09T11:32:09Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21347#M272</link>
      <description>Gentoox (media centre), so I suppose Gentoo must be worth a try ;-)
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:32:52 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21347#M272</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T11:32:52Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21351#M273</link>
      <description>C_V: :^O
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:33:23 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21351#M273</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T11:33:23Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21355#M274</link>
      <description>For Otherego: http://forum.eeeuser.com/viewforum.php?id=15
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:37:15 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21355#M274</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T11:37:15Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21360#M275</link>
      <description>Wannabe geeks, too!&lt;BR /&gt;
&lt;BR /&gt;
We really appreciate the help, all of you.</description>
      <pubDate>Thu, 09 Apr 2009 11:37:53 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21360#M275</guid>
      <dc:creator>otherego</dc:creator>
      <dc:date>2009-04-09T11:37:53Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21363#M276</link>
      <description>Getting close to Nirvana now, using the aforementioned utility, I can see how easy it is to make up a multi-boot Linux Distro Flash Drive :-)
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 11:48:23 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21363#M276</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T11:48:23Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21368#M277</link>
      <description>And the odd joker as well:&lt;BR /&gt;
&lt;BR /&gt;
A woman goes to her doctor's office, to&lt;BR /&gt;
discuss a strange development. &lt;BR /&gt;
She has discovered a green spot on the&lt;BR /&gt;
inside of each thigh. They won't&lt;BR /&gt;
wash off, they won't scrape off, and&lt;BR /&gt;
they seem to be getting worse. &lt;BR /&gt;
&lt;BR /&gt;
The doctor assures her he'll get to the&lt;BR /&gt;
bottom of the problem,  tells her not to worry   &lt;BR /&gt;
until he gets the tests back. &lt;BR /&gt;
&lt;BR /&gt;
A few days later, the woman's phone&lt;BR /&gt;
rings.. Much to her relief, it's the doctor. &lt;BR /&gt;
She immediately begs to know what's&lt;BR /&gt;
causing the  spots. The doctor says, 'You're perfectly&lt;BR /&gt;
healthy--there' s no problem. But I'm wondering, was  &lt;BR /&gt;
your boyfriend that Harley guy in the waiting room?' &lt;BR /&gt;
&lt;BR /&gt;
The woman stammers, 'Why, Yes, but how&lt;BR /&gt;
did you know?' &lt;BR /&gt;
 &lt;BR /&gt;
Tell him his earrings aren't real gold.&lt;BR /&gt;
&lt;BR /&gt;
See y'all later. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Thu, 09 Apr 2009 14:00:02 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21368#M277</guid>
      <dc:creator>nazmatazz42</dc:creator>
      <dc:date>2009-04-09T14:00:02Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21371#M278</link>
      <description>Well, that's done for our serious, geekish Linux thread. What don't people understand about "On A Lighter Note"
&lt;CENTER&gt;&lt;BR /&gt;
&lt;HR size="4" width="550" color="#CEFF00" /&gt;&lt;BR /&gt;
&lt;A href="http://members.ebay.co.uk/aboutme/grumpy-cook"&gt;&lt;BR /&gt;
&lt;IMG src="http://www.grumpycook.me.uk/grumpylogo.jpg" border="0" /&gt;&lt;BR /&gt;
&lt;/A&gt; &lt;BR /&gt;
&lt;FONT face="Verdana"&gt;&lt;FONT size="1"&gt;&lt;EM&gt;Click on logo or &lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;m&lt;/FONT&gt;&lt;FONT color="#ff0000"&gt;e&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; for free Apps, Utilities and Antivirus Removal Tools&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 14:14:46 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21371#M278</guid>
      <dc:creator>grumpy-cook</dc:creator>
      <dc:date>2009-04-09T14:14:46Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21373#M279</link>
      <description>Yep, didn't even read. Damn C,Q&amp;amp;A posters! X-(
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Thu, 09 Apr 2009 14:18:49 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21373#M279</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-09T14:18:49Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21378#M280</link>
      <description>Puppy Linux worked fine for me, although if I lowered the screen resolution, the bottom bar was off screen, and opened SeaMonkey pages would also be off the screen.&lt;BR /&gt;
&lt;BR /&gt;
Basically the screen would be cropped and not resized.&lt;BR /&gt;
&lt;BR /&gt;
I'll give it another try now.
&lt;BR /&gt;&lt;HR /&gt;&lt;CENTER&gt;&lt;IMG src="http://i279.photobucket.com/albums/kk160/munchkins_pics/ccr.png" /&gt;&lt;/CENTER&gt;</description>
      <pubDate>Fri, 10 Apr 2009 00:24:34 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21378#M280</guid>
      <dc:creator>*_munchkin_*</dc:creator>
      <dc:date>2009-04-10T00:24:34Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21382#M281</link>
      <description>Puppy Linux works fine, and the network connection is easy to establish. The only problem so far, is that the screen resolution is stuck at 1600 x 1200, although I chose a lower resolution from the xorg setup menu?
&lt;BR /&gt;&lt;HR /&gt;&lt;CENTER&gt;&lt;IMG src="http://i279.photobucket.com/albums/kk160/munchkins_pics/ccr.png" /&gt;&lt;/CENTER&gt;</description>
      <pubDate>Fri, 10 Apr 2009 01:06:02 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21382#M281</guid>
      <dc:creator>*_munchkin_*</dc:creator>
      <dc:date>2009-04-10T01:06:02Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21386#M282</link>
      <description>Last year I was using Mandriva, which I found to be a very good distro with an excellent GUI incorporating Compiz. As I run a server though, I changed over to CentOS (server edition with no GUI) which is more appropriate. Having to run without a GUI has taught me a fair bit about Linux.&lt;BR /&gt;
&lt;BR /&gt;
In both cases though, Webmin has proved an invaluable tool and I wouldn't want to run Linux without it. For those who don't know Webmin is a browser-accessible administration panel. It allows you to do all sorts of tasks on your Linux installation including disk and partition management, networking, package install, uninstall and update, setting up cron jobs and boot jobs and hardware management. It has a traditional tree based file manager and makes Samba admin quite easy. There's lots more too and you don't need to be sudo-ing this and su-ing that all the time.
&lt;CENTER&gt;&lt;BR /&gt;
&lt;HR size="4" width="550" color="#CEFF00" /&gt;&lt;BR /&gt;
&lt;A href="http://members.ebay.co.uk/aboutme/grumpy-cook"&gt;&lt;BR /&gt;
&lt;IMG src="http://www.grumpycook.me.uk/grumpylogo.jpg" border="0" /&gt;&lt;BR /&gt;
&lt;/A&gt; &lt;BR /&gt;
&lt;FONT face="Verdana"&gt;&lt;FONT size="1"&gt;&lt;EM&gt;Click on logo or &lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;m&lt;/FONT&gt;&lt;FONT color="#ff0000"&gt;e&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; for free Apps, Utilities and Antivirus Removal Tools&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/CENTER&gt;</description>
      <pubDate>Fri, 10 Apr 2009 06:45:52 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21386#M282</guid>
      <dc:creator>grumpy-cook</dc:creator>
      <dc:date>2009-04-10T06:45:52Z</dc:date>
    </item>
    <item>
      <title>The Linux Distro Thread (maybe)</title>
      <link>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21389#M283</link>
      <description>For purists, Webmin is a "no-no" due to security concerns but I have to say it's real handy &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Generally, there are a few gotchas with it though, so care is needed (for example: mail handling with openSuse, if I recall correctly).
&lt;BR /&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;CENTER&gt;&lt;BR /&gt;
&lt;IMG src="http://i36.tinypic.com/2rrxt1s.jpg" border="0" alt="(c) E Jonsen" /&gt;&lt;BR /&gt;Just skimming the surface&lt;BR /&gt;&lt;BR /&gt;
&lt;FONT size="-2"&gt;Opinions/guidance expressed are intended to benefit the reader (mostly) but no responsibility should be assumed for the accuracy and no warranty is implied/expressed or given - so eBay may pull this post&lt;/FONT&gt;&lt;BR /&gt;
&lt;/CENTER&gt;</description>
      <pubDate>Fri, 10 Apr 2009 09:24:35 GMT</pubDate>
      <guid>https://community.ebay.co.uk/t5/Computing-Advice-Technology-Chat/The-Linux-Distro-Thread-maybe/m-p/21389#M283</guid>
      <dc:creator>ej-solutions</dc:creator>
      <dc:date>2009-04-10T09:24:35Z</dc:date>
    </item>
  </channel>
</rss>

