<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Please I need to unsuscribe to this list.<br>Thank you for your support and help.<br>Bye<br></div><br><br><br><hr id="stopSpelling">> From: ubuntu-users-request@lists.ubuntu.com<br>> Subject: ubuntu-users Digest, Vol 38, Issue 281<br>> To: ubuntu-users@lists.ubuntu.com<br>> Date: Tue, 23 Oct 2007 02:02:17 +0100<br>> <br>> Send ubuntu-users mailing list submissions to<br>>  ubuntu-users@lists.ubuntu.com<br>> <br>> To subscribe or unsubscribe via the World Wide Web, visit<br>>      https://lists.ubuntu.com/mailman/listinfo/ubuntu-users<br>> or, via email, send a message with subject or body 'help' to<br>>         ubuntu-users-request@lists.ubuntu.com<br>> <br>> You can reach the person managing the list at<br>>  ubuntu-users-owner@lists.ubuntu.com<br>> <br>> When replying, please edit your Subject line so it is more specific<br>> than "Re: Contents of ubuntu-users digest..."<br>> <br>> <br>> Today's Topics:<br>> <br>>    1. Compiz on 7.10 with ATI X1600 (Mischa Simon)<br>>    2. Re: Kmail and Firefox (Pete Holsberg)<br>>    3. Re: Seamonkey -- has anybody successfully installed it? (NoOp)<br>>    4. Building a Debian package for Ubuntu (Bill Moseley)<br>>    5. Re: Screen rotation in Gutsy 7.10 (Lo?c Martin)<br>>    6. Re: VMware Server on Gutsy ? (David Vincent)<br>>    7. Re: Problem with keyboard on 7.04 Kubuntu (Paul S)<br>>    8. (no subject) (elmo)<br>>    9. Re: Compiz on 7.10 with ATI X1600 (Ari Torhamo)<br>>   10. Re: (no subject) (Mauro Faccenda)<br>>   11. Re: What is virtualization? (Default User)<br>> <br>> <br>> ----------------------------------------------------------------------<br>> <br>> Message: 1<br>> Date: Tue, 23 Oct 2007 00:45:04 +0200<br>> From: Mischa Simon <MSLK@gmx.de><br>> Subject: Compiz on 7.10 with ATI X1600<br>> To: ubuntu-users@lists.ubuntu.com<br>> Message-ID: <1193093104.7671.5.camel@mischa-laptop><br>> Content-Type: text/plain<br>> <br>> Hi,<br>> <br>> I have a prob with compiz on my laptop (ASUS A7J). <br>> When I try to activate the visual effects all open windows disappear<br>> shortly then they appear again and ubuntu is working for a short time<br>> and then I get the message visual effects could not be enabled.<br>> <br>> No entry in the logs happen...<br>> <br>> Plz help me.<br>> <br>> Mischa<br>> <br>> My xorg.conf:<br>> Section "Files"<br>>      FontPath        "/usr/share/fonts/X11/misc"<br>>     FontPath        "/usr/share/fonts/X11/cyrillic"<br>>         FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"<br>>         FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"<br>>  FontPath        "/usr/share/fonts/X11/Type1"<br>>    FontPath        "/usr/share/fonts/X11/100dpi"<br>>   FontPath        "/usr/share/fonts/X11/75dpi"<br>>    # path to defoma fonts<br>>    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>> EndSection<br>> <br>> Section "Module"<br>>     Load    "i2c"<br>>   Load    "bitmap"<br>>        Load    "ddc"<br>>   Load    "dri"<br>>   Load    "extmod"<br>>        Load    "freetype"<br>>      Load    "glx"<br>>   Load    "int10"<br>>         Load    "vbe"<br>> EndSection<br>> <br>> Section "InputDevice"<br>>     Identifier      "Generic Keyboard"<br>>      Driver          "kbd"<br>>   Option          "CoreKeyboard"<br>>  Option          "XkbRules"    "xorg"<br>>  Option          "XkbModel"    "pc105"<br>>         Option          "XkbLayout"   "us"<br>>    Option          "XkbOptions"  "lv3:ralt_switch"<br>> EndSection<br>> <br>> Section "InputDevice"<br>>         Identifier      "Configured Mouse"<br>>      Driver          "mouse"<br>>         Option          "CorePointer"<br>>   Option          "Device"              "/dev/input/mice"<br>>       Option          "Protocol"            "ImPS/2"<br>>        Option          "ZAxisMapping"                "4 5"<br>>   Option          "Emulate3Buttons"     "true"<br>> EndSection<br>> <br>> Section "InputDevice"<br>>    Identifier      "Synaptics Touchpad"<br>>    Driver          "synaptics"<br>>     Option          "SendCoreEvents"      "true"<br>>  Option          "Device"              "/dev/psaux"<br>>    Option          "Protocol"            "auto-dev"<br>>      Option          "HorizScrollDelta"    "0"<br>> EndSection<br>> <br>> Section "InputDevice"<br>>       Driver          "wacom"<br>>         Identifier      "stylus"<br>>        Option          "Device"      "/dev/input/wacom"<br>>      Option          "Type"                "stylus"<br>>        Option          "ForceDevice" "ISDV4"               # Tablet PC ONLY<br>> EndSection<br>> <br>> Section "InputDevice"<br>>    Driver          "wacom"<br>>         Identifier      "eraser"<br>>        Option          "Device"      "/dev/input/wacom"<br>>      Option          "Type"                "eraser"<br>>        Option          "ForceDevice" "ISDV4"               # Tablet PC ONLY<br>> EndSection<br>> <br>> Section "InputDevice"<br>>    Driver          "wacom"<br>>         Identifier      "cursor"<br>>        Option          "Device"      "/dev/input/wacom"<br>>      Option          "Type"                "cursor"<br>>        Option          "ForceDevice" "ISDV4"               # Tablet PC ONLY<br>> EndSection<br>> <br>> Section "Device"<br>>         Identifier      "Standardgrafikkarte"<br>>   Driver          "fglrx"<br>>         BusID           "PCI:6:0:0"<br>>     Option          "AllowGLXWithComposite" "true"<br>> EndSection<br>> <br>> Section "Extensions"<br>>   Option          "Composite"   "Enable"<br>> <br>> EndSection<br>> <br>> Section "Monitor"<br>>       Identifier      "Standardbildschirm"<br>>    Option          "DPMS"<br>>  HorizSync       28-84<br>>     VertRefresh     43-60<br>> EndSection<br>> <br>> Section "Screen"<br>>    Identifier      "Default Screen"<br>>        Device          "Standardgrafikkarte"<br>>   Monitor         "Standardbildschirm"<br>>    DefaultDepth    24<br>>        SubSection "Display"<br>>            Depth           1<br>>                 Modes           "1680x1050" "1440x900" "1024x768" "800x600" "640x480"<br>>   EndSubSection<br>>     SubSection "Display"<br>>            Depth           4<br>>                 Modes           "1680x1050" "1440x900" "1024x768" "800x600" "640x480"<br>>   EndSubSection<br>>     SubSection "Display"<br>>            Depth           8<br>>                 Modes           "1680x1050" "1440x900" "1024x768" "800x600" "640x480"<br>>   EndSubSection<br>>     SubSection "Display"<br>>            Depth           15<br>>                Modes           "1680x1050" "1440x900" "1024x768" "800x600" "640x480"<br>>   EndSubSection<br>>     SubSection "Display"<br>>            Depth           16<br>>                Modes           "1680x1050" "1440x900" "1024x768" "800x600" "640x480"<br>>   EndSubSection<br>>     SubSection "Display"<br>>            Depth           24<br>>                Modes           "1680x1050" "1440x900" "1024x768" "800x600" "640x480"<br>>   EndSubSection<br>> EndSection<br>> <br>> Section "ServerLayout"<br>>      Identifier      "Default Layout"<br>>        Screen          "Default Screen"<br>>        InputDevice     "Generic Keyboard"<br>>      InputDevice     "Configured Mouse"<br>>      InputDevice     "stylus"      "SendCoreEvents"<br>>        InputDevice     "cursor"      "SendCoreEvents"<br>>        InputDevice     "eraser"      "SendCoreEvents"<br>>        InputDevice     "Synaptics Touchpad"<br>> EndSection<br>> <br>> Section "DRI"<br>>      Mode    0666<br>> EndSection<br>> <br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 2<br>> Date: Mon, 22 Oct 2007 18:57:50 -0400<br>> From: Pete Holsberg <pjh42@pobox.com><br>> Subject: Re: Kmail and Firefox<br>> To: "Ubuntu user technical support, not for general discussions"<br>>         <ubuntu-users@lists.ubuntu.com><br>> Message-ID: <471D2AEE.2040806@pobox.com><br>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>> <br>> nad has written on 10/22/2007 6:21 PM:<br>> > Ubuntu is not only for English speakers, it is for humans. <br>> Like people who do not formulate precise questions? ;-)<br>> <br>> > Nobody is expected to master the English language to ask a question, and nobody is expected to answer questions they don't understand.<br>> >   <br>> Nor should they offer wise-ass remarks posing as literal answers.<br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 3<br>> Date: Mon, 22 Oct 2007 16:04:55 -0700<br>> From: NoOp <glgxg@sbcglobal.net><br>> Subject: Re: Seamonkey -- has anybody successfully installed it?<br>> To: ubuntu-users@lists.ubuntu.com<br>> Message-ID: <ffjaap$dnu$1@ger.gmane.org><br>> Content-Type: text/plain; charset=ISO-8859-1<br>> <br>> On 10/22/2007 03:42 PM, Brian Craft wrote:<br>> <br>> > <br>> > I installed it and then went into the Edit/Preferences and changed the<br>> > Appearence to the Modern theme and now I have the same theme as<br>> > SeaMonkey.  The Help/About Iceape shows the version info:<br>> > <br>> > Build identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6)<br>> > Gecko/20070802 Iceape/1.1.4 (Ubuntu-1.1.4-1ubuntu2)<br>> > <br>> <br>> It is indeed pretty much the same w/some debian modifications...<br>> however: Iceape/1.1.4 (Ubuntu-1.1.4-1ubuntu2)<br>> <br>> SeaMonkey is on 1.1.5 for security updates. I suppose IceApe 1.1.5<br>> should come along eventually.<br>> <br>> Also see:<br>> https://answers.launchpad.net/iceape/+question/15135<br>> http://www.mozilla.org/projects/seamonkey/<br>> http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.5<br>> SeaMonkey 1.1.5 was released on the 19th of this month.<br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 4<br>> Date: Mon, 22 Oct 2007 16:07:51 -0700<br>> From: Bill Moseley <moseley@hank.org><br>> Subject: Building a Debian package for Ubuntu<br>> To: ubuntu-users@lists.ubuntu.com<br>> Message-ID: <20071022230751.GA16934@hank.org><br>> Content-Type: text/plain; charset=us-ascii<br>> <br>> Can anyone point me (or explain) the details required to build a<br>> Debian package for use on Gutsy?<br>> <br>> I want to fetch a Debian Sid source package, apply all the Debian patches,<br>> and build it on Gutsy.  I don't have to create a .deb (I can just<br>> "make install") but I do want to apply the patches.<br>> <br>> Thanks,<br>> <br>> <br>> <br>> <br>> -- <br>> Bill Moseley<br>> moseley@hank.org<br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 5<br>> Date: Tue, 23 Oct 2007 01:14:58 +0200<br>> From: Lo?c Martin <loic.martin3@gmail.com><br>> Subject: Re: Screen rotation in Gutsy 7.10<br>> To: "Ubuntu user technical support,      not for general discussions"<br>>         <ubuntu-users@lists.ubuntu.com><br>> Message-ID: <471D2EF2.8060604@gmail.com><br>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>> <br>> Lo?c Martin a ?crit :<br>> > Hi,<br>> > I'd like to know how I can set up an automatic (or non-automatic) screen <br>> > rotation when I rotate my LCD from landscape to portrait.<br>> > <br>> > The LCD's documentation says it can be automatic on Windows XP and <br>> > Vista, so the screen must be passing an information to the computer.<br>> > <br>> > Is there any way to achieve the same in linux, or is there any way to <br>> > rotate the resolution manually? I've checked the new Screen <br>> > configuration in Gutsy (I had high hopes for it :) ), but there's <br>> > nothing about rotation.<br>> > <br>> > Thank you,<br>> > Lo?c<br>> > <br>> <br>> I can rotate the screen by modifying xorg.conf ( adding<br>> Option       "Rotate" "CCW"<br>> to the Device section).<br>> <br>> What I'd like to know is if it's possible to rotate the screen without <br>> having to restart X, so I don't have to quit my apps and restart them <br>> again afterwards. I'm using nVidia proprietary drivers.<br>> <br>> Thanks in advance :)<br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 6<br>> Date: Mon, 22 Oct 2007 16:18:48 -0700<br>> From: David Vincent <dvincent@sleepdeprived.ca><br>> Subject: Re: VMware Server on Gutsy ?<br>> To: "Ubuntu user technical support, not for general discussions"<br>>        <ubuntu-users@lists.ubuntu.com><br>> Message-ID: <471D2FD8.5040104@sleepdeprived.ca><br>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>> <br>> Marius Gedminas wrote:<br>> > On Sun, Oct 21, 2007 at 08:15:09PM +0100, John Carlyle-Clarke wrote:<br>> >> If it's easy enough for you to create a VM from scratch, you could give <br>> >> VirtualBox a spin too.  There are plenty of HowTo's available.  Windows <br>> >> guests generally won't seem to migrate from VMWare to VirtualBox without <br>> >> some significant problems, but when I tried it out, it seemed a lot <br>> >> faster.  There is an open source version available (which you have to <br>> >> compile I think)<br>> > <br>> > No -- the open-source version of virtualbox is in the Ubuntu<br>> > repositories (package virtualbox-ose).<br>> > <br>> > (The Qt-based GUI looks incredibly ugly on my GNOME desktop.)<br>> <br>> :)<br>> <br>> Another link to some discussion about VMWare Server on Gutsy:<br>> <br>> http://ubuntuforums.org/showthread.php?t=579347<br>> <br>> -d<br>> <br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 7<br>> Date: Mon, 22 Oct 2007 19:30:22 -0400<br>> From: Paul S <paulatgm@gmail.com><br>> Subject: Re: Problem with keyboard on 7.04 Kubuntu<br>> To: loic.martin3@gmail.com, "Ubuntu user technical support, not for<br>>   general discussions" <ubuntu-users@lists.ubuntu.com><br>> Message-ID: <471D328E.20803@gmail.com><br>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>> <br>> Lo?c Martin said the following on 10/22/2007 11:27 AM:<br>> \> For resume issues, I found that<br>> > <br>> > sudo /etc/init.d/dbus restart<br>> > <br>> > does wonder (better than having to log out, that way you keep you <br>> > applications open); I don't know if it would work in your case, but it <br>> > does for 100% of the resume problems I had - as far as I'm able to <br>> > sleep/hibernate in the first place, that is :)<br>> <br>> thanks for the tip .. I'll try it next time it acts up.<br>> <br>> regards,<br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 8<br>> Date: Mon, 22 Oct 2007 19:51:47 -0400<br>> From: elmo <elmo@ne.rr.com><br>> Subject: (no subject)<br>> To: ubuntu-users@lists.ubuntu.com<br>> Message-ID: <471D3793.2020704@ne.rr.com><br>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>> <br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 9<br>> Date: Tue, 23 Oct 2007 03:15:55 +0300<br>> From: Ari Torhamo <ari.torhamo@saunalahti.fi><br>> Subject: Re: Compiz on 7.10 with ATI X1600<br>> To: MSLK@gmx.de, "Ubuntu user technical support,   not for general<br>>   discussions" <ubuntu-users@lists.ubuntu.com><br>> Message-ID: <1193098555.5691.14.camel@mung-papu><br>> Content-Type: text/plain<br>> <br>> <br>> ti, 2007-10-23 kello 00:45 +0200, Mischa Simon kirjoitti:<br>> > Hi,<br>> > <br>> > I have a prob with compiz on my laptop (ASUS A7J). <br>> > When I try to activate the visual effects all open windows disappear<br>> > shortly then they appear again and ubuntu is working for a short time<br>> > and then I get the message visual effects could not be enabled.<br>> > <br>> > No entry in the logs happen...<br>> <br>> <br>> I can't help, sorry, but I had the same problem with an installation I<br>> made for someone else. The card was Radeon X1950. Because of the thight<br>> schedule I couldn't investigate further or file a bug report.<br>> <br>> Your laptop seems to have a Mobility Radeon X1600 graphics chip and<br>> AMD/Ati chips are known to have more problems in Linux.<br>> <br>> Ari<br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 10<br>> Date: Mon, 22 Oct 2007 21:19:33 -0300<br>> From: Mauro Faccenda <faccenda@gmail.com><br>> Subject: Re: (no subject)<br>> To: "Ubuntu user technical support,   not for general discussions"<br>>         <ubuntu-users@lists.ubuntu.com><br>> Message-ID: <471D3E15.6050201@gmail.com><br>> Content-Type: text/plain; charset=ISO-8859-1<br>> <br>> elmo wrote:<br>> > <br>> <br>> i disagree.<br>> <br>> []'s<br>>     .m<br>> <br>> <br>> <br>> ------------------------------<br>> <br>> Message: 11<br>> Date: Mon, 22 Oct 2007 20:01:34 -0500<br>> From: Default User <xyzzyx@sbcglobal.net><br>> Subject: Re: What is virtualization?<br>> To: ubuntu-users@lists.ubuntu.com<br>> Message-ID: <1193101294.7148.14.camel@diogenes><br>> Content-Type: text/plain<br>> <br>> On Mon, 2007-10-22 at 13:22 -0700, vxburg-pur@yahoo.com wrote:<br>> > <br>> > <br>> > ----- Original Message ----<br>> > From: Vincent Trouilliez <vincent.trouilliez@modulonet.fr><br>> > To: ubuntu-users@lists.ubuntu.com<br>> > Sent: Monday, October 22, 2007 1:05:55 PM<br>> > Subject: Re: What is virtualization?<br>> > <br>> > On Mon, 22 Oct 2007 14:54:15 -0500<br>> > Default User <xyzzyx@sbcglobal.net> wrote:<br>> > <br>> > > I have been hearing virtualization being mentioned more and more<br>> > > recently.  I don't really know much about it.  Would someone please<br>> > give<br>> > > a simple "Cliff's Notes" (TM) version of what it is, how it works,<br>> > and<br>> > > why anyone would bother to use it at all.  <br>> > > <br>> > > Please resist the urge to answer that "I if you don't know what it<br>> > is,<br>> > > you don't need it".  <br>> > > <br>> > > Thanks.<br>> > <br>> > <br>> > A starting point:<br>> > <br>> > http://en.wikipedia.org/wiki/Virtualization<br>> > <br>> > To give you an example, for me, virtualization is useful to run<br>> > Windows<br>> > XP from within Linux/Ubuntu, this allows me to run Windows<br>> > applications<br>> > when required, while still staying in my Linux environnement, my<br>> > platform of choice. <br>> > I also use virtualization to install and test the<br>> > developement version of upcoming Ubuntu releases, without risking my<br>> > "real"/host machine data. I can do any number of massively stupid<br>> > mistakes in the virtual machine, with the full confidence that<br>> > absolutely nothing can happen to my "real" machine/environement, total<br>> > peace of mind.... that's priceless.<br>> > I also use virtualization to evaluate other Linux<br>> > distributions evey now and then.<br>> > Virtualization is just sooo useful, it's magic :-)<br>> > <br>> > HTH <br>> > <br>> > --<br>> > Vince<br>> > <br>> > -- <br>> > ubuntu-users mailing list<br>> > ubuntu-users@lists.ubuntu.com<br>> > Modify settings or unsubscribe at:<br>> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-users<br>> > =======<br>> > <br>> > I agree that virtualization is very useful. I have been running Ubuntu<br>> > 6.06 under a virtualpc 2007 under WXP. The  one problem I have run<br>> > into is that 6.06 works great but 7.04, and 7.10 will not install.<br>> > 7.04 installs but the screen resolution is unusable and I have not<br>> > been able to convert it to 1024x768. I had the same problem when I<br>> > installed 6.06  but was successful when I used the safe mode. For 7.10<br>> > it installs in safe mode but the mouse won't work. If I install 7.10<br>> > in standard mode I get the unusable resolution. I was able to get into<br>> > the command menus with Alt F1 but I can't change any settings. <br>> > <br>> > After all this any thoughts? <br>> > Vic<br>> > <br>> <br>> Wow, thanks to all who replied!  <br>> <br>> I had (tried to) read the aforementioned<br>> http://en.wikipedia.org/wiki/Virtualization article.  Let's just say it<br>> was "information rich".  That's why I asked if anyone had a simple<br>> synopsis. <br>> <br>> I can tell that a number of people seem to really like virtualization.<br>> For them, I'm glad that it exists and that they find it (mostly) useful.  <br>> For me though, I guess I'm just old fashioned.  I think I'll skip the extra <br>> overhead and complexity.  If I want to run multiple OSes, I'll just enter <br>> them in GRUB and reboot as needed.  <br>> <br>> Thanks for the info.  <br>> <br>> <br>> <br>> <br>> ------------------------------<br>> <br>> -- <br>> ubuntu-users mailing list<br>> ubuntu-users@lists.ubuntu.com<br>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users<br>> <br>> <br>> End of ubuntu-users Digest, Vol 38, Issue 281<br>> *********************************************<br><br /><hr />Discover the new Windows Vista <a href='http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>