| |||||||
| Other Linux Distributions Share you experiences with other Linux / Unix distro's on your HP Mini |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Nov 2009
Posts: 5
| I got 3D running on Ubuntu 9.10 on my HP 2133. My glxgears runs on 1500-1600 FPS which was much more than I expected. Here is what i did, step by step. Please note that you might need to recompile and re-install the kernel module when there are kernel updates from ubuntu. * download 574-u904-n.tar.gz from http://ubuntuforums.org/showpost.php...&postcount=260 * download drm-chrome9_2.6.31.tar.gz from http://ubuntuforums.org/showpost.php...&postcount=275 * install the xorg server driver and opengl driver. The kernel driver will not work but we will fix that later: Code: tar -zxf 574-u904-n.tar.gz sudo ./vinstall * compile and install the 2.6.31 kernel driver: Code: tar -zxf drm-chrome9_2.6.31.tar.gz cd chrome9_2.6.31 make sudo make install depmod -a rmmod via modprobe via_chrome9 and paste that in gedit. Save as xorg.conf. * Copy new xorg.conf. (You might want backup the existing one if you any) Code: cp xorg.conf /etc/X11/ Code: sudo /etc/init.d/gdm restart |
| | |
| | #2 (permalink) |
| Junior Member Join Date: May 2009
Posts: 20
| Tried to follow your instructions with a Wubi install (I didn't want to have to reinstall 9.04 if it wouldn't work) Unfortunately, it didn't work and I end up with a screen flashing in different colors........ Maybe I did some or one of the steps wrong, I don't have time to redo it...... I did get some error codes when I did the "./vinstall", I got lots of them.... It was complaining about "permissions denied" for lots of the operations, so I redid it with "sudo ./vinstall" and it went a bit better, but it still printed an error message about the via.....something.ko (kernel module I assume) which couldn't be attached/inserted into the kernel, or something to that affect. at the "sudo make install" it also complained about said module...... Not being present (if I remember correctly) -------------------- Otherwise, CPU scaling worked out of the box. But my wifi was NOT detected...... In 9.04 it was automatically detected and the restricted module installed, but not in 9.10...... annoying! |
| | |
| | #5 (permalink) |
| Junior Member Join Date: May 2009
Posts: 20
| I think you also need to use sudo for the other lines like rmmod as well.... In addition, the via driver also needs to be whitelisted for Compiz..... Just like it needs to be when installing it for 9.04..... Do that by typing: sudo gedit /usr/bin/compiz and then add "via" at the end of the string that starts with WHITELIST="nvidia.......fglrx" and change it so it looks like this: WHITELIST="nvidia.......fglrx via" Now you can attempt to activate the 3D effects! For my own memory, I put it together in one post here: http://blog.lingquest.org/2009/11/ub...hrome9-driver/ edit: changed the above URL |
| | |
| | #7 (permalink) |
| Junior Member Join Date: Aug 2008
Posts: 16
| probably i am doing something wrong...still getting the flashing screen having tried both possible xorg.conf files (the one which is pasted as text under 3D in https://wiki.ubuntu.com/LaptopTestin...splayConfig810 and also the one which is actually attached under the same section) |
| | |
| | #9 (permalink) |
| Junior Member Join Date: May 2009
Posts: 20
| I cannot tell you exactly what you did wrong. All I can say is that I had the same problem the first time I installed it. So, I redid it from scratch and viola! It worked! I think my problem was that I had by accident used the wrong xorg.conf file.... Simply, copy and paste THE ONE FOUND ON THAT PAGE! If you follow the above steps exactly, it should work..... However, when I installed it, I used sudo for ALL STEPS, maybe that's what you need to do... |
| | |
| | #10 (permalink) | |
| Senior Member Join Date: Dec 2008
Posts: 111
| Quote:
Who | |
| | |
![]() |
| Tags |
| 2133, boot, ubuntu, windows |
| Thread Tools | |
| Display Modes | |
| |