Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 5563  / 2 Years ago, sun, december 26, 2021, 11:19:31

I have been working (on and off) for about 2 weeks now and I'm still stuck in 800x600...



I followed this guide as well as i could but when I got to:



sudo apt-get install xorg-emgd emgd-dkms


It returns:



E: Unable to locate package xorg-emgd
E: Unable to locate package emgd-dkms


I'm fairly new to Linux and i have tried to make the switch before. I feel like I'm really making headway this time though and I"m starting to like the way things work in Linux. (this is just so you understand my knowledge of Linux better)



Any help is REALLY appreciated even if its just blind suggestions or other helpful hints, I know the GMA500 is a bit of a... well people don't seem to like it that much...



if you need/ want any additional info just ask. :)



after trying the solution to a similar post:



sudo add-apt-repository ppa:gma500/ppa 
sudo apt-get update
sudo apt-get install poulsbo-config poulsbo-driver-2d poulsbo-driver-3d


The update step gives me:



W: Failed to fetch http://ppa.launchpad.net/gma500/ppa/ubuntu/dists/oneiric/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/gma500/ppa/ubuntu/dists/oneiric/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.


and the install step gives me:



E: Unable to locate package poulsbo-config
E: Unable to locate package poulsbo-driver-2d
E: Unable to locate package poulsbo-driver-3d


I am beginning to think I am missing something simpler than I think in these instructions... (the "duplicate" post links to the same instructions I stated preciously don't work)


More From » 11.10

 Answers
7

Edit:
There is a custom Oneiric ISO with EMGD and all the needed modifications. You might want to try that first.
http://ubuntuforums.org/showpost.php?p=11356431&postcount=4605



You've been trying to follow older howtos, none of which claim to be a solution for Ubuntu 11.10. Look closely, the EMGD PPA only claims support upto Natty, aka Ubuntu 11.04. The second guide suggests installing the old PSB driver, which worked starting from 9.04 through 11.10, thanks the community efforts, but has become impractical to support without Intel's contribution. There simply aren't any PSB packages for Oneiric.



People like GMA500 very much, if only Intel would provide a working Linux driver, open or closed, same as for its other chipsets.



Some claimed to have gotten 11.10 partially working with gma500:
http://ubuntuforums.org/showpost.php?p=11378988&postcount=4643



1. boot from standard install cd in live mode (F6) with "poulsbo.asd=1 psb_gfx.asd=1" added to kernel string
2. select install ubuntu from livecd
3. boot selecting unity-2d and install updates
4. make unity-2d default interface

sudo sed -i 's/user-session=ubuntu/user-session=ubuntu-2d/g' /etc/lightdm/lightdm.conf

5. perform emgd install and reboot

sudo add-apt-repository ppa:gma500/emgd-1.8
sudo apt-get update
sudo apt-get install xorg-emgd emgd-dkms
sudo emgd-xorg-conf

6. still won't boot so blacklist other modules and disable plymouth

sudo echo "# EMGD" >> /etc/modprobe.d/blacklist.conf
sudo echo "blacklist psb_gfx" >> /etc/modprobe.d/blacklist.conf
sudo echo "blacklist poulsbo" >> /etc/modprobe.d/blacklist.conf
sudo echo "emgd" >> /etc/modules
sudo mv /etc/init/plymouth.conf /etc/init/plymouth.conf.disabled

now it works, sort of, here are my problems:

1. LibreOffice is way too slow, especially Calc
2. Playing videos from youtube, etc.. is impossible, sound sync is lost immediately
3. General performance of the system is kind-of slow, but within expected netbook range (I used have an older AspireOne, and it was a little better than 1101HA after the RAM upgrade)

[#42519] Tuesday, December 28, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ousear

Total Points: 395
Total Questions: 114
Total Answers: 89

Location: Jordan
Member since Thu, Aug 5, 2021
3 Years ago
ousear questions
Tue, Sep 27, 22, 03:29, 2 Years ago
Thu, Nov 25, 21, 00:51, 3 Years ago
Tue, Feb 22, 22, 17:47, 2 Years ago
;