Sonntag, 3. November 2013

13.10 - VIA S3 Unichrome

In der Nacht habe ich das 13.10 Update laufen lassen. Beim Booten heute morgen dann eine Fehlermeldung, die ungefähr so aussah:

via-ircc device not available (can't reserve io...)

Dann kam der Lubuntu Splash-Screen und dann kam nix. Toll! Meine Grafikkarte ist eine alte VIA S3 Unichrome Pro. Für Linux gibt es keine offiziellen Treiber. Bis 13.04 hat openchrome funktioniert, jetzt nicht mehr. Dieser Link hat mir geholfen. Offenbar kann man einen vesa-Treiber benutzen. Der soll nicht toll sein, aber er funktioniert.

Also, Computer neu starten, SHIFT gedrückt halten um zum Grub-Menü zu kommen. Dort Ubuntu im Wiederherstellungsmodus auswählen. Zur root-Befehlszeile und:

  1. Das Dateisystem im RW-Modus mounten:
    mount -o remount, rw /
  2. Eine xorg.conf Datei anlegen
    cd /usr/share/X11/xorg.conf.d
    nano xorg.conf

Dadurch wird eine neue Datei xorg.conf angelegt und im Nano-Texteditor geöffnet. Meine Datei hat folgenden Inhalt:

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
EndSection


Lubuntu startet jetzt.

3 Kommentare:

  1. Well, I can't read one single line in German, even so this page had solved my issue. Thank you very much for sharing it!

    AntwortenLöschen
  2. That's great, thanks for your comment!

    AntwortenLöschen
  3. Thanks for the link, I tried this today. I went to https://launchpad.net/~bigboss77/+archive/ppa and added "ppa:bigboss77/ppa" to the software sources. Afterwards I installed xserver-xorg-video-openchrome 1:0.3.3-1+1. I amended the xorg.conf and replaced "vesa" with "openchrome". I still get the "via-ircc device not available" message when the system starts up but it starts alright. According to /var/log/Xorg.0.log the openchrome driver is loaded now. I had to change the video output in VLC player from "Standard" to "X11", the same in GNOME MPlayer. That does not seem right because "Standard" should automatically set the best available option. There does not seem to be a setting in Kaffeine, so all I get here is a blank screen. I am not sure whether it makes a difference compared to vesa. The video quality might be a little bit better, but still not great.

    AntwortenLöschen