<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>laserman's blog &#187; kubuntu</title>
	<atom:link href="http://blog.cipworx.org/martin/category/kubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cipworx.org/martin</link>
	<description>Linux, IT@school, Electronics, Slovenia, Mobility, ...</description>
	<lastBuildDate>Sun, 14 Mar 2010 12:38:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hercules Webcam Classic und (k)ubuntu Linux 9.10 (karmic)</title>
		<link>http://blog.cipworx.org/martin/2009/12/19/hercules-webcam-classic-und-kubuntu-linux-910-karmic/</link>
		<comments>http://blog.cipworx.org/martin/2009/12/19/hercules-webcam-classic-und-kubuntu-linux-910-karmic/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:30:33 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[hercules]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/?p=265</guid>
		<description><![CDATA[Die Cam wird automatisch erkannt, es werden die Module gspca_main und gspca_ov519 geladen.
So funktioniert die Cam z.B. mit cheese und vermutlich jeder v4l2 Anwendung, aber nicht mit skype. Workaround fuer skype:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
]]></description>
			<content:encoded><![CDATA[<p>Die Cam wird automatisch erkannt, es werden die Module<code> gspca_main</code> und <code>gspca_ov519</code> geladen.<br />
So funktioniert die Cam z.B. mit cheese und vermutlich jeder v4l2 Anwendung, aber nicht mit skype. Workaround fuer skype:</p>
<p><code>LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2009/12/19/hercules-webcam-classic-und-kubuntu-linux-910-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>avrdude ohne root/su/sudo</title>
		<link>http://blog.cipworx.org/martin/2008/11/23/avrdude-ohne-rootsusudo/</link>
		<comments>http://blog.cipworx.org/martin/2008/11/23/avrdude-ohne-rootsusudo/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 18:43:00 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/?p=166</guid>
		<description><![CDATA[normalerweise kann man avrdude nur als root benutzen. Ich hab das auf meinem Ubuntu Notebook mal so geändert:
In /etc/udev/rules.d/40-permissions.rules
eine Zeile hinzugefügt:

# USB serial converters
SUBSYSTEM=="usb_device", GOTO="usb_serial_start"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="usb_serial_start"
GOTO="usb_serial_end"
LABEL="usb_serial_start"
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", \
                           [...]]]></description>
			<content:encoded><![CDATA[<p>normalerweise kann man <strong>avrdude</strong> nur als <strong>root</strong> benutzen. Ich hab das auf meinem Ubuntu Notebook mal so geändert:</p>
<p>In <code>/etc/udev/rules.d/40-permissions.rules</code><br />
eine Zeile hinzugefügt:</p>
<p><code><br />
# USB serial converters<br />
SUBSYSTEM=="usb_device", GOTO="usb_serial_start"<br />
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="usb_serial_start"<br />
GOTO="usb_serial_end"<br />
LABEL="usb_serial_start"<br />
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", \<br />
                                        MODE="0660", GROUP="dialout"<br />
# avrdude, usbasp:<br />
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", \<br />
                                        MODE="0660", GROUP="dialout"</p>
<p>LABEL="usb_serial_end"</code></p>
<p>Mein usbasp hat diese USB-Id:  <strong>16c0:05dc</strong> und<br />
der erste ubuntu-user ist in der Gruppe<strong> dialout</strong> &#8211; bei mir funktioniert&#8217;s so.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/11/23/avrdude-ohne-rootsusudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xautolock</title>
		<link>http://blog.cipworx.org/martin/2008/09/27/xautolock/</link>
		<comments>http://blog.cipworx.org/martin/2008/09/27/xautolock/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 13:45:12 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/?p=153</guid>
		<description><![CDATA[Um die Umwelt zu schonen und Energiekosten zu senken, ist es sinnvoll, wenn sich ungenutzte PC Arbeitsplätze selbst ausschalten. Zu diesem Zweck habe ich das Programm xautolock gefunden. Ein normaler user darf aber nicht poweroff, shutdown  oder halt ausführen, daher habe ich es mit sudo kombiniert. Die $HOME/.profile sieht jetzt so aus:

#!/bin/bash
/usr/bin/xautolock -bell 100 [...]]]></description>
			<content:encoded><![CDATA[<p>Um die Umwelt zu schonen und Energiekosten zu senken, ist es sinnvoll, wenn sich ungenutzte PC Arbeitsplätze selbst ausschalten. Zu diesem Zweck habe ich das Programm <code>xautolock</code> gefunden. Ein normaler user darf aber nicht <code>poweroff, shutdown </code> oder <code>halt</code> ausführen, daher habe ich es mit sudo kombiniert. Die <strong>$HOME/.profile</strong> sieht jetzt so aus:</p>
<p><code><br />
#!/bin/bash</p>
<p>/usr/bin/xautolock -bell 100 -notify 120 -killtime 60 -killer "sudo poweroff" -time 60  -locker "kdialog --msgbox 'This PC will turn itself off if you dont use it within the next 60 minutes' "  &#038;</p>
<p></code></p>
<p>und die <strong>/etc/sudoers</strong>:</p>
<p><code></p>
<p>Cmnd_Alias SYSTEM = /sbin/shutdown, /sbin/halt, /sbin/reboot, /sbin/poweroff</p>
<p># Defaults (?)<br />
Defaults        !lecture,tty_tickets,!fqdn</p>
<p># User privilege specification<br />
root    ALL=(ALL) ALL</p>
<p># ubuntu:<br />
# Members of the admin group may gain root privileges<br />
%admin ALL=(ALL) ALL</p>
<p>gast ALL = NOPASSWD: SYSTEM</p>
<p></code></p>
<p>Dabei ist die richtige Reihenfolge der Zeilen wichtig, also erst die <strong>%admin</strong>-Zeile und dann die Zeile für den User <strong>gast</strong></p>
<p>Bei einer kubuntu Version (feisty) funktioniert das, bei einer anderen nicht,<br />
möglicherweise wird <code>.profile</code> nicht ausgeführt &#8211; ich muss das noch prüfen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/09/27/xautolock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 webcams gleichzeitig</title>
		<link>http://blog.cipworx.org/martin/2008/06/27/3-webcams-gleichzeitig/</link>
		<comments>http://blog.cipworx.org/martin/2008/06/27/3-webcams-gleichzeitig/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:04:18 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/?p=135</guid>
		<description><![CDATA[Ich versuche gerade 3 Webcams gleichzeitig an meinem Notebook zu betreiben. 2 hatte ich schon mal, beide mit effectv. Heute mag effectv kein cpia, also effectv für die Philips (gspca) und gqcam für die cpia. 
Der ov51x-jpeg Treiber für die dritte Cam meldet schon, dass er nicht so richtig glücklich ist:[11083.825866] ov51x-jpeg-1.5.8/ov51x-jpeg-core.c: init isoc: usb_submit_urb(0) [...]]]></description>
			<content:encoded><![CDATA[<p>Ich versuche gerade 3 Webcams gleichzeitig an meinem Notebook zu betreiben. 2 hatte ich schon mal, beide mit effectv. Heute mag effectv kein cpia, also effectv für die Philips (gspca) und gqcam für die cpia. </p>
<p>Der ov51x-jpeg Treiber für die dritte Cam meldet schon, dass er nicht so richtig glücklich ist:<code>[11083.825866] ov51x-jpeg-1.5.8/ov51x-jpeg-core.c: init isoc: usb_submit_urb(0) ret -28</code></p>
<p>und die Anwendung gibt diesen lustigen Fehler aus:<br />
<code><br />
gqcam -v /dev/video2<br />
/dev/video2: No space left on device </code></p>
<p>Dann hab&#8217; ich mal die Reihenfolge geändert: Erst die ov519 und dann die gspca. Für einen kurzen Moment hatte ich alle 3 laufen, dann Kernel-panic (eingefrorenes Bild, blinkende LEDs).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/06/27/3-webcams-gleichzeitig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philips Webcam SPC 715NC</title>
		<link>http://blog.cipworx.org/martin/2008/06/27/philips-webcam-spc-715nc/</link>
		<comments>http://blog.cipworx.org/martin/2008/06/27/philips-webcam-spc-715nc/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 15:20:58 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[phillips]]></category>
		<category><![CDATA[SPC 715]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/?p=133</guid>
		<description><![CDATA[Weil ich im Web keine Infos zu dieser Webcam fand, schreibe ich es hier: Die Webcam funktioniert mit Ubuntu 8.04, Treiber: gspca. Sie funktioniert auch in Skype. Den Treiber musste ich nicht selber installieren oder compilieren, er kommt aus dem Paket linux-ubuntu-modules-2.6.24-16-generic
lsusb:
 ID 0471:0330 Philips

dmesg:

[   58.595434] /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic
/media/gspcav1/gspca_core.c: USB GSPCA camera found. SONIX JPEG [...]]]></description>
			<content:encoded><![CDATA[<p>Weil ich im Web keine Infos zu dieser Webcam fand, schreibe ich es hier: Die Webcam funktioniert mit Ubuntu 8.04, Treiber: gspca. Sie funktioniert auch in Skype. Den Treiber musste ich nicht selber installieren oder compilieren, er kommt aus dem Paket <code>linux-ubuntu-modules-2.6.24-16-generic</code></p>
<p>lsusb:<br />
<code> ID 0471:0330 Philips<br />
</code></p>
<p>dmesg:<br />
<code><br />
[   58.595434] /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic<br />
/media/gspcav1/gspca_core.c: USB GSPCA camera found. SONIX JPEG (sn9c1xx)<br />
[   58.597412] usbcore: registered new interface driver gspca<br />
[   58.597424] /build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic<br />
/media/gspcav1/gspca_core.c: gspca driver 01.00.20 registered<br />
</code></p>
<p>Zunächst hatte die Cam nicht funktioniert, vielleicht lag es am älteren Kernel oder daran, dass sie nicht schon beim boot angeschlossen war. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/06/27/philips-webcam-spc-715nc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kubuntu linux on Fujitsu Siemens AMILO Pi 2530</title>
		<link>http://blog.cipworx.org/martin/2008/06/17/kubuntu-linux-on-fujitsu-siemens-amilo-pi-2530/</link>
		<comments>http://blog.cipworx.org/martin/2008/06/17/kubuntu-linux-on-fujitsu-siemens-amilo-pi-2530/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 20:36:02 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ipw]]></category>
		<category><![CDATA[ipw3945]]></category>
		<category><![CDATA[r8101]]></category>
		<category><![CDATA[realtek]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/?p=131</guid>
		<description><![CDATA[Heute kam ein Newbie mit einem AMILO Pi 2530 zum LUG Treffen. Wir haben versucht, kubuntu 8.04 von der alternate-CD zu installieren. Installation lief problemlos durch, angeblich wurden auch deutsche Sprachpakete aus dem Internet nachgeladen?!. Nach Installation &#038; reboot: schwarzer Bildschirm   &#8211; Gut, das der Newbie nicht alleine war. Wir starten im recovery [...]]]></description>
			<content:encoded><![CDATA[<p>Heute kam ein Newbie mit einem AMILO Pi 2530 zum LUG Treffen. Wir haben versucht, kubuntu 8.04 von der alternate-CD zu installieren. Installation lief problemlos durch, angeblich wurden auch deutsche Sprachpakete aus dem Internet nachgeladen?!. Nach Installation &#038; reboot: schwarzer Bildschirm <img src='http://blog.cipworx.org/martin/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  &#8211; Gut, das der Newbie nicht alleine war. Wir starten im recovery modus, Ich schau&#8217; mir die xorg.conf an &#8211; kein Treiber eingetragen &#8211; Auto-Erkennung &#8211; wie das neuerdings so üblich ist &#8211; aber offenbar in diesem Fall nicht funktioniert. Ich trag&#8217; <code>Driver "vesa"</code> ein und bekomme ein KDE in akzeptabler Auflösung. Leider kein Netzwerk &#8211; weder über Ethernet Kabel (Realtek 8101) noch über WLAN (Intel 3945ABG). Für Realtek gibt es wohl einen Closed-Source-Treiber <img src='http://blog.cipworx.org/martin/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  &#8211; besser als nix, aber nicht schön. Mit WLAN haben wir uns nicht intensiv beschäftigt, nur gesehen , dass es mit knetwokmanager automatisch nicht klappt. Auf meinem Notebook scheint alles nötige vorhanden zu sein: das Kernelmodul<br />
<code>/lib/modules/2.6.22-14-generic/ubuntu/wireless/ipw3945/ipw3945.ko</code> , die Frimware <code>/lib/firmware/2.6.22-14-generic/ipw3945.ucode</code><br />
und auch der scheinbar nötige  Deamon <code>/sbin/ipw3945d-2.6.22-14-generic</code>.<br />
Wir werden nächste Woche nochmal versuchen die Probleme zu lösen &#8211; vielleicht mit openSuse 11 &#8211; in der Hoffnung auf aktuelle Treiber und bessere Hardware-Erkennung.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/06/17/kubuntu-linux-on-fujitsu-siemens-amilo-pi-2530/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Endlich 3D mit ATI RV100 QY [Radeon 7000/VE]</title>
		<link>http://blog.cipworx.org/martin/2008/06/06/endlich-3d-mit-ati-rv100-qy-radeon-7000ve/</link>
		<comments>http://blog.cipworx.org/martin/2008/06/06/endlich-3d-mit-ati-rv100-qy-radeon-7000ve/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 01:21:11 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[radeon]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/2008/06/06/endlich-3d-mit-ati-rv100-qy-radeon-7000ve/</guid>
		<description><![CDATA[Ich hatte es vor ein paar Jahren schon mal erfolglos probiert. Dann hab&#8217; ich gesehen, dass es in Sidux funktioniert, wusste nur nicht wie und warum. Verwirrend ist auch, dass es von ATI (wie bei Nvidia) prorietäre Teiber gibt, diese aber nicht benötigt werden (erst ab Radeon 8500?)
Benutzt wird das ganz normale ati Modul von [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hatte es vor ein paar Jahren schon mal erfolglos probiert. Dann hab&#8217; ich gesehen, dass es in Sidux funktioniert, wusste nur nicht wie und warum. Verwirrend ist auch, dass es von ATI (wie bei Nvidia) prorietäre Teiber gibt, diese aber nicht benötigt werden (erst ab Radeon 8500?)<br />
Benutzt wird das ganz normale ati Modul von xorg und das Kernelmodul &#8220;radeon&#8221; welches beim (debian) standard Kernelpaket enthalten ist. </p>
<p>PCI-ID: 1002:5159</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/06/06/endlich-3d-mit-ati-rv100-qy-radeon-7000ve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google earth zentral für alle user installieren</title>
		<link>http://blog.cipworx.org/martin/2008/06/06/google-earth-zentral-fur-alle-user-installieren/</link>
		<comments>http://blog.cipworx.org/martin/2008/06/06/google-earth-zentral-fur-alle-user-installieren/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 01:09:17 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/2008/06/06/google-earth-zentral-fur-alle-user-installieren/</guid>
		<description><![CDATA[entweder von der offiziellen download Seite holen, oder das paket von medibuntu benutzen.
GOOGLEEARTH_DATA_PATH=/usr/local/bin/google-earth/ googleearth %f
]]></description>
			<content:encoded><![CDATA[<p>entweder von der offiziellen download Seite holen, oder das paket von medibuntu benutzen.</p>
<p><code>GOOGLEEARTH_DATA_PATH=/usr/local/bin/google-earth/ googleearth %f</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/06/06/google-earth-zentral-fur-alle-user-installieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>neues zum Thema Unichrome Pro &amp; Linux</title>
		<link>http://blog.cipworx.org/martin/2008/05/27/neues-zum-thema-unichrome-pro-linux/</link>
		<comments>http://blog.cipworx.org/martin/2008/05/27/neues-zum-thema-unichrome-pro-linux/#comments</comments>
		<pubDate>Tue, 27 May 2008 01:15:40 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[openGL]]></category>
		<category><![CDATA[unichrome]]></category>
		<category><![CDATA[via]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/2008/05/27/neues-zum-thema-unichrome-pro-linux/</guid>
		<description><![CDATA[Bisher dachte ich , es gibt nur 2 Quellen für (VIA/S3) Unichrome 3D Treiber: openchrome und viarena. Heute fand ich eine dritte Anlaufstelle: linux.via.com.tw Dort fand ich einen (closed source) Treiber für Ubuntu 8.04. Installation war einfach und erfolgreich. crrcsim und HELI-X laufen. compiz auch, aber mit ein paar Bildstörungen &#8211; kann man vielleicht mit [...]]]></description>
			<content:encoded><![CDATA[<p>Bisher dachte ich , es gibt nur 2 Quellen für (VIA/S3) Unichrome 3D Treiber: openchrome und viarena. Heute fand ich eine dritte Anlaufstelle: <a href="http://linux.via.com.tw">linux.via.com.tw</a> Dort fand ich einen (closed source) Treiber für Ubuntu 8.04. Installation war einfach und erfolgreich. crrcsim und HELI-X laufen. compiz auch, aber mit ein paar Bildstörungen &#8211; kann man vielleicht mit Optionen in xorg.conf noch lösen. Google Earth will leider nicht starten &#8211; mit openchrome lief es. Vielleicht probier&#8217; ich mal eine ältere Version von Google Earth. Die Videoplayer mplayer und totem funktionieren auch korrekt. Ausnahme: miro &#8211; aber das ist nichts neues für mich. Am externen VGA Anschluss kommt auch noch nix &#8216;raus. </p>
<p>Nachtrag: Der externen VGA Ausgang funktioniert, wenn der Monitor beim einschalten des Notebooks angeschlosssen ist.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/05/27/neues-zum-thema-unichrome-pro-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lust und Frust mit Via Unichome Pro IGP</title>
		<link>http://blog.cipworx.org/martin/2008/05/11/lust-und-frust-mit-via-unichome-pro-igp/</link>
		<comments>http://blog.cipworx.org/martin/2008/05/11/lust-und-frust-mit-via-unichome-pro-igp/#comments</comments>
		<pubDate>Sun, 11 May 2008 17:23:15 +0000</pubDate>
		<dc:creator>laserman</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.cipworx.org/martin/2008/05/11/lust-und-frust-mit-via-unichome-pro-igp/</guid>
		<description><![CDATA[wie ich gestern nacht schrieb, gibt&#8217;s seit dem Upgrade auf Kubuntu 8.04 Probleme mit dem openchrome Treiber. Ich benutze jetzt erstmal &#8220;fbdev&#8221; in xorg.conf und vga=0&#215;317 in /boot/grub/menu.lst (so macht es auch die Suse Live DVD) und warte mal ab ob&#8217;s demnächst bei Openchrome einen Bugfix oder bei Viaarena ein Binary für 8.04 gibt.
Bei meinem [...]]]></description>
			<content:encoded><![CDATA[<p>wie ich gestern nacht schrieb, gibt&#8217;s seit dem Upgrade auf Kubuntu 8.04 Probleme mit dem openchrome Treiber. Ich benutze jetzt erstmal &#8220;fbdev&#8221; in xorg.conf und vga=0&#215;317 in /boot/grub/menu.lst (so macht es auch die Suse Live DVD) und warte mal ab ob&#8217;s demnächst bei Openchrome einen Bugfix oder bei <a href="http://www.viaarena.com/default.aspx?PageID=420&#038;OSID=27&#038;CatID=2710&#038;SubCatID=109">Viaarena</a> ein Binary für 8.04 gibt.</p>
<p>Bei meinem nächsten Notebook werde ich darauf achten, dass der Grafikchip möglichst von intel, AMD/ATI oder nvidia ist. Hardware-beschleunigtes 3D ist schon ganz nett für GoogleEarth, Flugsimulatoren und Quake.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cipworx.org/martin/2008/05/11/lust-und-frust-mit-via-unichome-pro-igp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
