You are not logged in.
dammit! No graphical themes. It doesn't respond to any hot keys nor does it seem to read my /etc/defaults/burg
wtf
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
@graysky for graphical themes you need to instal burg-themes-fixed and/or burg-themes-extra and re-run update-burg / burg-mkconfig -o /boot/burg/burg.cfg to see them also I recommend installing the burg-emu for configure it before reboot and everytime you edit /etc/default/burg you need to re update burg.cfg also about the warnings I really don't know how to fix them I get those too but it works correctly and I have no issues
Offline
@cruznick - I have all three packages installed. Still no graphical themes are available.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Very nice work on this! I hadn't even heard of it until tonight. Got it running with no problems, got it booting between Arch and Slackware, and even got Splashy to work with it (just put back in the vga= commands in the burg.cfg).
Thanks for the effort!
Offline
@Beelzebud: What kind of vga argument did you write in burg.conf? Please post your burg.conf. Maybe this will work for console resolution, although I doubt it.
Offline
Here is my Arch Linux entry from the burg.cfg. I hope it helps:
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os --group group_main {
savedefault
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 97a78bdc-b69b-41cc-aa6d-c6beb8f005b6
echo 'Loading Linux vmlinuz26 ...'
linux /vmlinuz26 root=/dev/disk/by-uuid/1db17a90-7c5b-4d1c-975e-fdaf24a0c6f3 ro quiet vga=792 splash
echo 'Loading initial ramdisk ...'
initrd /kernel26.img
}
If I remember correclty, I'm fairly sure that 792 is 1024x768 on my nvidia 6600. I didn't change anything else in the burg.cfg file except to add the vga line to my Arch install, and fix the Slackware entry that os-prober made.
Offline
dammit! No graphical themes. It doesn't respond to any hot keys nor does it seem to read my /etc/defaults/burg
wtf
What do you see when you run su -c /opt/burg-emu/bin/burg-emu (from an X environment)? Give us your burg.cfg and burgenv (ignore any line that looks like #######...).
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
EDIT: works now. It didn't work until I manually deleted /boot/burg/burgenv then install the themes-fixed package.
Last edited by graysky (2010-11-15 22:39:33)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Two new themes in -extra, minimal and radianceblack. Nothing to write home about.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Hi sorry for the latency I've been with a lot of work but I finally have five minutes to fix this I made some changes on the pkgbuilds here they are
1.- added backup=('etc/default/burg' 'etc/burg.d/40_custom') to burg-bzr-fixed pkgbuild (graysky recomendation)
2.- added a pre_install order in burg-themes-fixed for fixing problems with burgenv when installing
3.- fixed deps and makedeps in bug-emu-fixed (bzr moved to makedep graysky fix)
4.- added update-burg script easy way for updating burg.cfg
Also I made 2 repos in dropbox they include burg-bzr, burg-emu, burg-themes and burg-themes-extra (thanks to fsckd) here they are
for x86-64 =
[Burg-x86-64]
Server = http://dl.dropbox.com/u/11529444/x86_64/
for i686 =
[Burg-i686]
Server = http://dl.dropbox.com/u/11529444/i686/
I have to say that I only probed x86-64 pkgs because I use that arch the i686 pkgs are build in a chroot so I think there will be no problems any issue please contac me
Also I want to ask 2 things
first if anyone have problems when updating burg.cfg does the script generates 3 arch outputs
I'm working on fixing the patch for this so I need some feedback if anyone interested on the patch and help me inproving it you can find it here in my git repo https://github.com/cruznick/parches
second any one have tested the password protection options described here http://code.google.com/p/burg/wiki/Authentication If yes could you help us improving the wiki page https://wiki.archlinux.org/index.php/Burg I will do the spanish translate when ready also thanks to fsckd for all the help in the wiki
Last edited by cruznick (2010-11-24 11:39:39)
Offline
@cruznick: The correct link to your Github repo should be https://github.com/cruznick/parches, the other one doesn't work
Offline
@cruznick: The correct link to your Github repo should be https://github.com/cruznick/parches, the other one doesn't work
yes sorry I didn't notice the .git in it thans
Offline
Hi,
Is there a repo or package for burg-manager?
Thank you in advance.
Offline
Not that I've seen. It would be in the AUR if their were.
Last edited by ANOKNUSA (2010-11-24 17:09:48)
Offline
There is a request to delete the packages named *-fixed on aur-general. I orphaned the corresponding packages without that suffix.
@cruznick: please upload the PKGBUILDs you have for your repo packages. If you like you can re-orphan them afterwards, so that someone can take them.
Offline
@Stefan Husmann pkgbuilds in aur are updated I adopted the corresponding ones and orphaned the ones with *-fixed in the name
x86_64 repo it's updated i686 it's compiling by now when ready I will notify here
Offline
Now both repos updated
@ kinu about burg manager we need buc but I'm having troubles when compiling it here is the out put when I manae to solve that I will put it on the dropbox's repos
here is the error I get
g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Imodules -I. -o MCheckBox.o modules/MCheckBox.cpp
modules/MCheckBox.cpp: En la función miembro 'void MCheckBox::changeValue(int)':
modules/MCheckBox.cpp:31:24: error: 'sprintf' no se declaró en este ámbito
make: *** [MCheckBox.o] Error 1
Offline
Now both repos updated
@ kinu about burg manager we need buc but I'm having troubles when compiling it here is the out put when I manae to solve that I will put it on the dropbox's repos
here is the error I getg++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Imodules -I. -o MCheckBox.o modules/MCheckBox.cpp modules/MCheckBox.cpp: En la función miembro 'void MCheckBox::changeValue(int)': modules/MCheckBox.cpp:31:24: error: 'sprintf' no se declaró en este ámbito make: *** [MCheckBox.o] Error 1
Hi,
I've found that this is a gcc version trouble. I've tried adding
#include <cstdio>
to the modules that failed when compiling (MCheckBox.h, MMEnvVar.h,MListWidget.h, MListWidgetItem.h), and it compiled ok. BUT I'm not sure of what I am doing ... limited knowledge here...
Gracias Cruz.
Offline
I just installed burg-bzr and I can't run burg-install this is what I get.
# sudo burg-install /dev/sda
sudo: burg-install: command not found
Can anyone help?
Offline
try
sudo /sbin/burg-install /dev/sda
Offline
$ sudo /sbin/burg-install /dev/sda
Installation finished. No error reported.
Thanks
Offline
Np, just a small note, it seems that /sbin is not in your $PATH, but probably should be.
Offline
Okay thanks (:
Edit: Solved
Last edited by Cody (2010-11-28 11:12:10)
Offline
As always, wiki is your friend:
https://wiki.archlinux.org/index.php/Burg
Last edited by Xabre (2010-11-28 01:04:05)
Offline
Now none of the hot keys are working. Any solution?
http://www.burgloader.com/bbs/index.php?topic=125.0
http://www.burgloader.com/bbs/index.php?topic=118.0
I've looked here but they didn't help, although they are the same problem.
Solved: I followed post #58 and #52
Last edited by Cody (2010-11-28 11:19:51)
Offline