Great! Were you able to get hardware acceleration from the Gpu? I also noticed the name of the gpu changed in this last screenshoti3, GTK+, and lxde have now been built!
Great! Were you able to get hardware acceleration from the Gpu? I also noticed the name of the gpu changed in this last screenshot
Thanks for the info, strange enough today xbps-install doesn't complain about the signatures so I got around to further
installing packages.
I meant using ip to acquire a DHCP address from my router, I think you pointed me to running a DHCP server on Void ?
I installed LXDE but can't seem to get it to start :
Gtk-Warning : Locale not supported by C library
Using the fallback 'C' locale
Gtk-Warning :cannot open display
No, that's the DHCP client. There is no server installed by default.
Double check you have X11:
sudo xbps-install xorg xf86-video-ati or xf86-video-nouveau
Make sure to set up your locales, and refresh with:
sudo xbps-reconfigure -f glibc-locales
No, that's the DHCP client. There is no server installed by default.
Double check you have X11:
sudo xbps-install xorg xf86-video-ati or xf86-video-nouveau
Make sure to set up your locales, and refresh with:
sudo xbps-reconfigure -f glibc-locales
So I did the following :
sudo xbps-install xf86-video-nouveau
sudo xbps-reconfigure -f glibc-locales
That resolved the locale error but still startlxde gives me "cannot open display".
I also seem to have X now but starting X directly just gives me a black screen.
Is there a conf file I should create ?
You're supposed to run `startlxde` once you're inside an X session, it doesn't start the X11 server for you. You can opt to add exec startlxde to ~/.xinitrc and use xinit to set up the X11 server, or use a DM like lightdm (as seen here).
Has anyone tried installing the MacBuntu theme? Call me a stickler, but if I own a Mac, I want it to look like a Mac.
Hi foxlet,
You're trying this in what system G4 or G5?
Best regards,
voidRunner
Did you try Debian? They call it "The universal operating system" for a reason... I installed it on a 2003 laptop with a crappy video card and it recognized it fine, while other distros I tried didn't.I would be interested in this for the G5 Quad.. all distros of Linux i tried won't work with the nvidia 6600 card. Even Ubuntu does not work as the screen goes blank during install
Did you try Debian? They call it "The universal operating system" for a reason... I installed it on a 2003 laptop with a crappy video card and it recognized it fine, while other distros I tried didn't.
I tried most of them and still I get no splash screen.. it goes blank as its trying to install.
all distros of Linux i tried won't work with the nvidia 6600 card. Even Ubuntu does not work as the screen goes blank during install
Section "Device"
Identifier "NVIDIA GeForce 6800 Ultra"
Driver "nouveau"
Option "ShadowFB" "true"
EndSection