<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>inspiron-1525 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/inspiron-1525/</link>
	<description>Feed of posts on WordPress.com tagged "inspiron-1525"</description>
	<pubDate>Mon, 07 Jul 2008 10:14:41 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Inspiron 1525 mit Ubuntu - Audiofehler]]></title>
<link>http://codecocktail.wordpress.com/?p=17</link>
<pubDate>Sun, 29 Jun 2008 15:36:04 +0000</pubDate>
<dc:creator>Thomas</dc:creator>
<guid>http://codecocktail.wordpress.com/?p=17</guid>
<description><![CDATA[Bei meinem, schon in vorigen Artikeln erwähntem, neuem Inspiron 1525 mit Ubuntu hatte ich ein Probl]]></description>
<content:encoded><![CDATA[<p>Bei meinem, schon in vorigen Artikeln erwähntem, neuem Inspiron 1525 mit Ubuntu hatte ich ein Problem mit dem Sound. Ich konnte die Lautstärke nicht ordentlich regeln. Meine Soundkarte:</p>
<p><em>thomas@jane:~$ cat /proc/asound/cards<br />
0 [Intel          ]: HDA-Intel - HDA Intel<br />
HDA Intel at 0xfe9fc000 irq 19</em></p>
<p><em></em><br />
und der benutzt Treiber war zum Zeitpunkt <strong>Conexant HSF (OSS Mixer) </strong>der scheinbar die Probleme bereitete. Ein kurzer Blick ins <a href="http://wiki.ubuntuusers.de" target="_blank">wiki</a> von ubuntuusers zeigte, dass es einen eigenen <a href="http://wiki.ubuntuusers.de/Soundkarten_installieren/HDA" target="_blank">Eintrag</a> für die Installation von einem passendem Treiber für HDA - Soundkarten gibt, da es wohl öfters Probleme mit diesem Soundkartentyp gibt.</p>
<p>Ich befolgte also die <a href="http://wiki.ubuntuusers.de/Soundkarten_installieren/HDA" target="_blank">Anleitung</a> und jetzt funktioniert der Sound ohne Probleme.</p>
<p>An dieser Stelle ein dickes Dankeschön an ubuntuusers.de :D</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Compiz: "Desktop Effects could not be enabled"]]></title>
<link>http://codecocktail.wordpress.com/?p=12</link>
<pubDate>Sun, 29 Jun 2008 07:20:58 +0000</pubDate>
<dc:creator>Thomas</dc:creator>
<guid>http://codecocktail.wordpress.com/?p=12</guid>
<description><![CDATA[Beim Versuch Compiz-Fusion auf meinem neuen Dell Inspiron 1525 mit Ubuntu zu starten, bekam ich imme]]></description>
<content:encoded><![CDATA[<p>Beim Versuch Compiz-Fusion auf meinem neuen Dell Inspiron 1525 mit Ubuntu zu starten, bekam ich immer die Fehlernachricht:</p>
<p><em>Desktop Effects could not be enabled</em></p>
<p>Mit ein wenig Recherche fand ich heraus, dass es einige Graphikkarten auf der Blacklist von Compiz gibt unter anderem auch meine:</p>
<p><em>thomas@jane:~$ lspci &#124; grep "Display"<br />
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)</em></p>
<p>Also musste ich nur meine Graphikkarte von der Blacklist in der Datei /usr/bin/compiz nehmen:</p>
<p><em># blacklist based on the pci ids<br />
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details<br />
T="   1002:5954 1002:5854 1002:5955" # ati rs480<br />
T="$T 1002:4153" # ATI Rv350<br />
<strong>T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12"  # intel 965<br />
T="$T 8086:2972" # i965 (x3000)</strong><br />
T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700<br />
BLACKLIST_PCIIDS="$T"<br />
unset T</em></p>
<p>nach der Änderung:</p>
<p><em># blacklist based on the pci ids<br />
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details<br />
T="   1002:5954 1002:5854 1002:5955" # ati rs480<br />
T="$T 1002:4153" # ATI Rv350<br />
<strong>#T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12"  # intel 965<br />
#T="$T 8086:2972" # i965 (x3000)</strong><br />
T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700<br />
BLACKLIST_PCIIDS="$T"<br />
unset T</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Compiz Fusion on Inspiron 1525]]></title>
<link>http://lyfasitis.wordpress.com/?p=9</link>
<pubDate>Thu, 15 May 2008 17:15:11 +0000</pubDate>
<dc:creator>aptbot</dc:creator>
<guid>http://lyfasitis.wordpress.com/?p=9</guid>
<description><![CDATA[Dell&#8217;s Inspiron 1525 laptop has &#8221; Intel Corporation Mobile GM965/GL960 Integrated Graphi]]></description>
<content:encoded><![CDATA[<p>Dell's Inspiron 1525 laptop has " Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller" display controller..<br />
u can see this by typing  command:</p>
<p><strong>lspci &#124; grep Display</strong></p>
<p>this display controller is black listed in compiz fusion..i have compiz-fusion installed on my laptop with UBUNTU gutsy-gibbon..and i couldn't enable the effects..so what to do..??? I just modified " /usr/bin/compiz " to remove the blacklisting.. :)..</p>
<p><strong>sudo gedit /usr/bin/compiz</strong></p>
<p>there you can see a separate section for blacklist</p>
<p><strong>1 : </strong> # blacklist based on the pci ids<br />
<strong>2 : </strong> # See http://wiki.compiz-fusion.org/Hardware/Blacklist for details<br />
<strong>3</strong> <strong>:</strong> T="   1002:5954 1002:5854 1002:5955" # ati rs480<br />
<strong>4</strong> <strong>:</strong> T="$T 1002:4153" # ATI Rv350<br />
<strong>5</strong> <strong>:</strong> T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12"  # intel 965<br />
<strong>6</strong> <strong>:</strong> T="$T 8086:2972" # i965 (x3000)<br />
<strong>7</strong> <strong>:</strong> T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700<br />
<strong>8</strong> <strong>:</strong> BLACKLIST_PCIIDS="$T"<br />
<strong> 9</strong> <strong>:</strong> unset T</p>
<p>( * the line numbers are not according to the file.. )</p>
<p>Now comment out the lines 5 and 6..and you are set..But fixing this breaks the video playback... :( ..temporary solution on playback recovery is changing gstreamer-properties..</p>
<p>press <strong>alt+F2</strong> and type "<strong>gstreamer-properties</strong>" without quotes..<br />
In the Video section change the "<strong>Default Output plugin</strong>" to "<strong> no Xv</strong> "..</p>
<p>so it will recover the video playback but again its a temporary solution..</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[1 pc DELL qui claque ! L'Inspiron "Sea Sky" by Mike Ming]]></title>
<link>http://ilovedell.wordpress.com/?p=44</link>
<pubDate>Fri, 09 May 2008 14:28:44 +0000</pubDate>
<dc:creator>erikoss</dc:creator>
<guid>http://ilovedell.wordpress.com/?p=44</guid>
<description><![CDATA[

En voilà un beau pc ! DELL continue sa lancée vers des pcs cools et funky avec la collaboration ]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://www.dell.com/content/topics/topic.aspx/global/products/inspnnb/topics/en/us/us/dhs/inspnnb_1525_ming?c=us&#38;cs=19&#38;l=en&#38;s=dhs" target="_blank"><img class="alignnone size-medium wp-image-43 aligncenter" src="http://ilovedell.wordpress.com/files/2008/05/dell-art-house-mike-ming1.png?w=300" alt="" width="300" height="168" /></a></p>
<p style="text-align:center;"><a href="http://www.dell.com/content/topics/topic.aspx/global/products/inspnnb/topics/en/us/us/dhs/inspnnb_1525_ming?c=us&#38;cs=19&#38;l=en&#38;s=dhs" target="_blank"><img class="alignnone size-full wp-image-45" src="http://ilovedell.wordpress.com/files/2008/05/dell_mike_ming_01.jpg" alt="" width="460" height="328" /></a></p>
<p>En voilà un beau pc ! DELL continue sa lancée vers des pcs cools et funky avec la collaboration de l'artiste New-Yorkais Mike Ming (fan de surf, de vagues et de skate...) qui nous signent 2 coloris de l'Inspiron 1525. Nous avons ci-dessus le <strong>Sea-Sky </strong>et ci-dessous le <strong>Bunch O Surfers</strong></p>
<p style="text-align:center;"><a href="http://www.dell.com/content/topics/topic.aspx/global/products/inspnnb/topics/en/us/us/dhs/inspnnb_1525_ming?c=us&#38;cs=19&#38;l=en&#38;s=dhs" target="_blank"><img class="alignnone size-medium wp-image-42" src="http://ilovedell.wordpress.com/files/2008/05/dell-art-house-special-art-edition-laptops-mike-ming1.png?w=300" alt="" width="300" height="159" /></a></p>
<p style="text-align:center;"><a href="http://www.dell.com/content/topics/topic.aspx/global/products/inspnnb/topics/en/us/us/dhs/inspnnb_1525_ming?c=us&#38;cs=19&#38;l=en&#38;s=dhs" target="_blank"><img class="alignnone size-full wp-image-46" src="http://ilovedell.wordpress.com/files/2008/05/dell_mike_ming_02.jpg" alt="" width="460" height="328" /></a></p>
<p style="text-align:left;">2 configurations de bases sont disponibles, le Mike Ming Edition et l'Extreme Edition.</p>
<p style="text-align:left;"><strong>Inspiron 1525</strong> - Mike Ming Edition à <strong>699 dollars</strong></p>
<p style="text-align:left;">Intel<sup>®</sup> Pentium<sup>®</sup> Dual Core processor / 3 GB de RAM /160 GB de disque dur</p>
<p style="text-align:left;"><strong>Inspiron 1525</strong> - <span class="para"><span class="para">Mike Ming Extreme Edition à <strong>799 dollars</strong></span></span></p>
<div class="point_small">Intel<sup>®</sup> Core<sup>TM</sup> 2 Duo processor / 3 GB de RAM / 320 GB de disque dur</div>
<div class="point_small">Pour l'instant, ces produits sont commercialisés sur le site US de Dell, alors en attendant vous pouvez salivez <a href="http://www.dell.com/content/topics/topic.aspx/global/products/inspnnb/topics/en/us/us/dhs/inspnnb_1525_ming?c=us&#38;cs=19&#38;l=en&#38;s=dhs" target="_blank">ici</a>.</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Dell Luncurkan Inspiron 1525 Special Edition ]]></title>
<link>http://insideit.wordpress.com/?p=1325</link>
<pubDate>Thu, 08 May 2008 10:47:57 +0000</pubDate>
<dc:creator>den Koplak</dc:creator>
<guid>http://insideit.wordpress.com/?p=1325</guid>
<description><![CDATA[Biasanya produsen notebook yang paling sering meluncurkan produk stylish adalah Sony. Namun kini saa]]></description>
<content:encoded><![CDATA[<p><a href="http://insideit.files.wordpress.com/2008/05/dell_1525special2.jpg"><img class="alignright size-medium wp-image-1326" src="http://insideit.wordpress.com/files/2008/05/dell_1525special2.jpg?w=300" alt="" width="300" height="194" /></a>Biasanya produsen <em>notebook </em>yang paling sering meluncurkan produk <em>stylish </em>adalah Sony. Namun kini saatnya Dell yang melakukan gebrakan dengan merilis <em>notebook </em>edisi khusus Inspiron 1525. <em>Notebook </em>edisi terbatas ini memiliki sasis yang digambari dengan lukisan oleh desainer Mike Ming.</p>
<p>Gambar-gambar artistik pada sasis <em>notebook </em>Dell tersebut membuat tampilannya semakin menarik. Tema-tema lukisan yang dibuat oleh Mike Ming (Michael Miyahira) beraliran pop yang mencerminkan energi positif bagi pengguna laptop. <em>Notebook nyeni</em> tersebut menurut Ed Boyd, vice president of Consumer Experience Design Dell akan dipasarkan mulai harga US$ 699 (sekitar Rp 6 juta). Masuk Indonesia ga' ya?</p>
<p>Sumber: Dell</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Portátiles Dell Inspiron con unidad Blue-Ray a bajo coste]]></title>
<link>http://technologyplus.wordpress.com/?p=193</link>
<pubDate>Sat, 05 Apr 2008 02:28:23 +0000</pubDate>
<dc:creator>Javier Chaparro</dc:creator>
<guid>http://technologyplus.wordpress.com/?p=193</guid>
<description><![CDATA[
Después de quedar claro que el Blue-Ray sería el formato definitivo de video de alta definición ]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter size-full wp-image-194" src="http://technologyplus.wordpress.com/files/2008/04/dell-portatil-1.jpg" alt="" width="450" height="336" /></p>
<p style="text-align:justify;">Después de quedar claro que el <strong><a href="http://es.wikipedia.org/wiki/Blu-ray">Blue-Ray</a></strong> sería el formato definitivo de <strong><a href="http://es.wikipedia.org/wiki/Alta_definici%C3%B3n">video de alta definición</a></strong> y de <strong>almacenamiento de datos de alta densidad</strong>, todos los fabricantes de hardware han comenzado a actualizar sus equipos y/o desarrollar nuevos dispositivos acordes a este formato.</p>
<p style="text-align:justify;">Y por supuesto la multinacional <strong><a href="http://es.wikipedia.org/wiki/Dell">Dell</a></strong> ha querido ser una de las primeras en hacerlo y ha actualizado sus equipos portátiles comenzado con la popular serie <strong><a href="http://www.dell.com/content/products/productdetails.aspx/inspnnb_1525?c=us&#38;cs=19&#38;l=en&#38;s=dhs&#38;~tab=bundlestab">Dell Inspiron 1525</a></strong> añadiéndole a todas sus unidades  un combo lector o grabador <strong>Blu-Ray</strong> según se escoja.</p>
<p style="text-align:justify;">Estos modelos configurables vienen con <span>procesador <strong>Intel Core 2 Duo T5550 a 1.83Ghz</strong></span><span>, resolución de pantalla de <strong>1280x800</strong>, <strong>1 GB de RAM</strong>, <strong>80 GB de DD</strong> y una tarjeta aceleradora de gráficos <strong>GMA X3100</strong>.</span></p>
<p style="text-align:justify;">Entre otras nuevas características incluye la posibilidad de <span>adicionarle una </span><span>una tarjeta de aceleración de medios gráficos <strong><a href="http://es.wikipedia.org/wiki/Broadcom">Broadcom</a></strong> para ayudar con la reproducción de videos en Alta Definición y poder </span><span>enviar videos a otros dispositivos <strong><a href="http://es.wikipedia.org/wiki/Televisi%C3%B3n_de_alta_definici%C3%B3n">HDTVs</a></strong> a través de una <strong>interfaz multimedia de alta definición</strong> <strong><a href="http://es.wikipedia.org/wiki/High-Definition_Multimedia_Interface">HDMI</a></strong>. La tarjeta que trae por defecto el <strong>Inspiron 1525</strong> no permite trabajar en <strong><a href="http://es.wikipedia.org/wiki/Alta_definici%C3%B3n">HD</a></strong>.</span></p>
<p style="text-align:justify;"><span>Lo mejor de todo es su precio asequible, ya que el costo para la configuración básica es de <strong>US$ 880 dolares</strong> y de ahí para arriba todo lo que lo quieras engallar. Está disponible en Estados Unidos, Canadá y Europa.</span></p>
<p style="text-align:justify;">
<p style="text-align:center;"><img class="alignnone size-full wp-image-195" src="http://technologyplus.wordpress.com/files/2008/04/dell-portatil-4.jpg" alt="" width="423" height="272" /></p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-196" src="http://technologyplus.wordpress.com/files/2008/04/dell-portatil-2.jpg" alt="" width="450" height="219" /></p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-197" src="http://technologyplus.wordpress.com/files/2008/04/dell-portatil-3.jpg" alt="" width="450" height="329" /></p>
<p>Enlace: <strong><a href="http://www.dell.com/content/products/productdetails.aspx/inspnnb_1525?c=us&#38;cs=19&#38;l=en&#38;s=dhs&#38;~tab=bundlestab">Dell Inspiron 1525</a></strong> /  Vía: <strong><a href="http://gizmodo.com/373304/dell-marks-end-of-format-war-with-880-blu+ray+equipped-inspiron-1525">Gizmodo</a></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Just Ordered - Dell Inspiron 1525]]></title>
<link>http://hawk12online.wordpress.com/2008/02/20/just-ordered-dell-inspiron-1525/</link>
<pubDate>Wed, 20 Feb 2008 23:38:00 +0000</pubDate>
<dc:creator>hawk12online</dc:creator>
<guid>http://hawk12online.wordpress.com/2008/02/20/just-ordered-dell-inspiron-1525/</guid>
<description><![CDATA[I ordered myself a new Dell Inspiron 1525 laptop recently to replace my old  Hewlett Packard Ze4801e]]></description>
<content:encoded><![CDATA[<p><a href="http://blog.matthewfirth.net/wp-content/uploads/2008/02/dellinspirion1525-1.jpg"><img style="float:left;cursor:pointer;width:178px;height:178px;margin:0 10px 10px 0;" src="http://blog.matthewfirth.net/wp-content/uploads/2008/02/dellinspirion1525-1.jpg" alt="" border="0" /></a>I ordered myself a new Dell Inspiron 1525 laptop recently to replace my old  Hewlett Packard Ze4801ea.
<p>This is the first time I have ever bought a Dell on their website so was  happy to find how simple and easy the process was. I liked how you could upgrade  each individual component, it's operating system and the software and warranty  it comes with, customizing it to your own needs.</p>
<p>This laptop will be mainly used for Internet Browsing and Email but will  occasionally be used for Web-Design and Image Editing so I upgraded the CPU from  the standard IntelÂ® Pentium Dual Core T2330 Processor to the IntelÂ® Core™ 2  Duo T5450 Processor so it can cope.</p>
<p>I was happy until the next day I received an email from Dell giving me my  expected delivery date. At first I thought great, it said it was coming on the  17th, just 4 days after I had ordered it, but I reread it to find that it was  actually coming on the 17th of Next Month!!! I mean come on Dell, That is a  Month and 4 Days until I am expected to receive it! A MONTH!!!<br />Even with  production delays, which it might incur I would not expect to be waiting more  than 3 weeks to receive my laptop. I hope the wait will be worth it...</p>
<p>Matthew</p>
]]></content:encoded>
</item>

</channel>
</rss>
