Debian Multimedia :: Installing GUIs From Scratch?

Jun 26, 2011

I have an old computer I have setup as a backup computer / Linux practice computer. It is a Sun Ultra2 w/ 2x200MHz SPARC CPUs, 512MB RAM, 9.1GB SCSI HD, and Creator 3D video card. It is running Debian 6, by default with no GUI installed. But, I am wanting to try out several minimalistic GUIs with it. So, first thing I did was:

aptitude install icewm
aptitude install xserver-xorg-video-sunffb
aptitude install rcconf (used to disable X from automatically starting)
aptitude install xfe
startx

And well, it worked. Well, for some reason, I couldnt read any of the buttons in xfe, and it was stuck in the upper left corner of the screen. So then I tried PCManFM, which was better, but the icons were still all blank. However, upon trying other WMs, I have had very little success. I got dwm working, but didnt try it out for too long before removing it and trying others. I was able to get LXDE to work, and that was that last thing I got to work. Now Ive tried IceWM again, as well as jwm, and every time I end up with a black screen.

By the way, any suggestions on a WM/FM (and maybe panel) combo would be greatly appreciated as well. Even with IceWM and PCManFM, this system is pretty slow. Its really going to mostly be used as a backup internet machine. Whats the bare minimum setup to get icons on the desktop?

View 9 Replies


ADVERTISEMENT

OpenSUSE Multimedia :: Invada And Calf Plugin GUIs - Can't Get To Show

Dec 12, 2009

Is there a way to have the Invada and Calf pugins show their GUIs in Opensuse 11.2 with Ardour 2.8.4. The GUIs will show when opened outside of Ardour using the Calfjackhost but not in Ardour. The GUIs will display in Ardour when using other Linux distro I try but can't get them to show in Opensuse.

View 1 Replies View Related

Ubuntu :: Installing GnoCHM From Scratch?

Jan 21, 2010

I want to install GNOCHM to (application to view chm files) view .chm files on ubuntu. Now, as far as from what ive learnt, it isnt available as a complete package on the web and has to be compiled, etc.. I have no idea how its done..

So iwould be really grateful if someone taught me how to start from scratch.. For a start, ive downloaded the gnochm-0.9.11.tar.gz from the sourceforge site.

View 6 Replies View Related

Software :: Installing Grub From Scratch To Boot Windows?

Jan 11, 2010

Since CloneZilla doesn't include the MBR when saving a partition into a file, I need to take care of this myself. With a working XP in /sda1, I'd like to...

1. Boot with a Linux live CD

2. replace the Windows MBR with Grub, ie. without any Linux already installed

3. save Grub's configuration files into /sda2 (which is ext2fs-formatted)

4. add XP to Grub

View 5 Replies View Related

Debian :: Reboots From Scratch After Hibernation?

Jun 5, 2011

on my laptop, I have configured my power button to hibernate the system. It works, but once a while the system, after booting and while almost being where Gnome desktop appears, reboots itself from scratch.

Configuration:

- EeePC 1000HE
- Debian Squeeze up-to-date
- Hard-disk encryption via LVM installed while installing the system

View 8 Replies View Related

Ubuntu Multimedia :: Expect To Spend To Build A Mythbuntu Computer From Scratch?

Jul 23, 2011

What is the minimum price I can expect to spend to build a Mythbuntu computer from scratch, and are there any good guides out there explaining how to do it?

View 1 Replies View Related

Debian :: Any Way To Reset Key Ring Passwords And Start From Scratch

Jun 26, 2015

Evolution keeps asking me asking for the passwords for the mail servers I use for the key ring. And sometimes crashes if I try to cancel. I mean it asked yesterday and then again today.Is there anyway to reset the key ring passwords and start from scratch.Apparently to many things use key ring so it can't be removed.

View 4 Replies View Related

Debian :: Apt-get Re-install-from-scratch-spare-nothing-no-excuses Option

Mar 14, 2010

In particular, this is with regards to freevo, but it applies to anything that can be obtained through apt-get.

How do i remove it, and re-install it, and start again from scratch? Time and again i do "apt-get delete blah", then "apt-get install blah", only to find it's exactly the same as it was in the first place, and still broken.

Why does this happen? How can i make sure everything is COMPLETELY GONE. I don't care about lost data, i don't care about lost config files, or anything. There is just one aim here - i want it to work again.

View 6 Replies View Related

General :: Installing Ubuntu Into Acer Aspire - Start From Scratch - Error "metalink Is Missing"

Jun 12, 2010

When the install button is pressed an error sign says "metalink is missing".Is there a way around this or better still a way of removing windows altogether and start from scratch?

View 4 Replies View Related

Debian Configuration :: No Network After Reboot Of Scratch Install Of Jessie

May 2, 2016

I've been using various distros of Linux for over 20 years - but I'm stumped.

Was running Mint. But after taking an update a few weeks ago the network stopped working. After a lot of time and effort decided to give up on Mint and switch distros to Debian 8 Jessie.

But after changing the Network settings from default DHCP to my usual IPV4 static 10.net configuration and rebooting the network will not work.

I have several systems on a 10.100.0.0/16 LAN behind another Linux system acting as firewall/gateway.

Now, after about 7 hours of mining the Internet, I still can't get basic networking to work:

- Have tried a few combinations, with and without Network Manager and eth0 in interfaces
- /etc/network/interfaces is configured with a static IP and relevant parameters
- ifconfig shows eth0 and the correct information
- netstat -rn shows the basic default route to the gateway
- have tried with IPV6 enabled and disabled; it is not used on my LAN

The box is a desktop system, ASUS Maximum VI Formula mobo with onboard Ethernet, dual GTX 780 cards. Nothing very weird.

It all LOOKS right, but ping can't get off the box "destination unreachable", and no other system on the LAN can ping it.

I'm amazed a basic static IPV4 network setup completely breaks it. This is my main workstation - a dual-boot system where Windows runs fine - so it's not hardware.

EDIT: This has been solved. See the solution post: [URL]

View 14 Replies View Related

Fedora :: What Is Proper Way To Program For Based GUIs?

Aug 21, 2010

I have recently been programming with Qt and slowly getting my head around it.I want to have a pet project to learn some more and then I got to thinking how should I go about this.My question is what is the proper way to program for Linux based GUIs? One of the things I would like to write is a small front end for newspost. I want to include extra stuff like rar and creating pars on the fly. So how should I go about integrating other CLI programs to make my GUI feature rich? I thought of three ways to approach this.

1. Take all source code and throw it into one self containing project. (think this is evil)
2. The GUI will basically assemble CLI commands and call them. This is nice but can very fragile.
3. The GUI will compile against rar-libs and other libs?

I am originally an MS programmer and don't think I should apply same practices toward Linux. So let me know what your opinions are and how you roll out GUIs.

View 3 Replies View Related

General :: Can't Boot To A Choice Of Guis In OpenSuse 11.3 / Resolve This?

Sep 24, 2010

I can't boot to a choice of guis in OpenSuse 11.3

can anyone advise me on my next move? code...

View 5 Replies View Related

Debian Multimedia :: Installing Firefox 32 Bit On 64 Bit?

Dec 12, 2010

I'm using Firefox 4.0 b7, and tried to install Mozilla binary on Debian 64 bit. Since it was built for 32 bit (x86), I needed to install also ia32-libs-gtk package. This at least enabled Firefox to start, but still it has UI problems, because it accesses current theme binary from /usr/lib/gtk-2.0/2.10.0/engines/ which are obviously compiled for 64 bits. This causes some UI to be degraded to generic GTK. Is there a normal way to solve this?

I my case I got a whole bunch of errors like this (using Nimbus theme, in case of Clearlooks errors are of the similar nature) Plus there are some plugins errors too, which are a second issue: Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64

(firefox-bin:10197): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libnimbus.so: wrong ELF class: ELFCLASS64
(firefox-bin:10197): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libnimbus.so: wrong ELF class: ELFCLASS64
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
[Code]....

View 10 Replies View Related

Debian Multimedia :: Installing Software From CD?

Mar 16, 2011

I just did a fresh install of Squeeze with a KDE desktop and now I need to install some software. I have the software on CD, but I can't figure out how to actually get it installed. The disc has a startme file, but I can only get it to open into a text editor. How do I get it to actually run the startme file to install the program. I have tried just clicking on it in user and superuser mode and both just open the file in a text editor. I also tried running it from a bash shell, but still no luck. Is there some program used to install software? Or how do I do it from a shell?

View 6 Replies View Related

Debian :: Install To Start From Scratch - Initial Install Choices?

Oct 6, 2010

I'm trying to install phpmyadmin and I mistakenly marked SSL configuration which I don't use. I then uninstalled the app but every time I install it uses the same configuration. How can I force the install to start from scratch and give me the initial install choices?

View 2 Replies View Related

Debian Multimedia :: Installing MATE Offline?

Apr 22, 2015

I have Debien 7.8 Wheezy installed on my laptop, along with the GNOME desktop. As I absolutely hate the new GNOME layout I want to install MATE so I can get the classic GNOME 2 desktop back. But I have no internet connection here at home (I only have my phone for internet and I can't tether it).

So I'm wondering if it's possible for me to download all the packages and install MATE offline? I don't even know what all the packages are that I need.I can download the packages with my phone with no issue.

I installed Debian on my laptop with the Debian DVDs in case you were wondering. when I downloaded the Debian DVD ISOs, I only saw three ISO files, but the documentation said that it's a 10 DVD set. What happened to the other 7 DVD ISOs?

View 14 Replies View Related

Debian Multimedia :: Installing CODEBLOCKS IDE On Jessie 64-bit

Jan 6, 2016

I am running Debian jessie 64-bit with GNOME 3.14.1. I would like to install the CODE::BLOCKS IDE, described here: [URL] ..... I follow the tutorial for Debian, but having added

Code: Select alldeb [arch=amd64,i386] https://apt.jenslody.de/stable jessie main
deb-src https://apt.jenslody.de/stable jessie main

to Code: Select all/etc/apt/sources.list, I then run "sudo apt-get update". This gives me the error

Code: Select allE: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?

Is it safe to go ahead and install apt-transport-https? I really don't want to ruin my Debian-installation...

View 5 Replies View Related

Debian Multimedia :: Installing LibGLEW 32 Bit On 64 Bit Lenny

Mar 3, 2010

I'm running 64-bit Debian lenny, and am trying to run a 32-bit program that requires libGLEW. I've installed libGLEW using apt-get install libglew1.5, but when I try to run the program I get the error: error while loading shared libraries: libGLEW.so.1.5: wrong ELF class: ELFCLASS64

It seems the default install of libGLEW is in 64-bit mode, and the program can't use the 64-bit libraries. It looks like I need to install libGLEW in 32-bit mode, but I've no idea how to do that.

View 1 Replies View Related

Debian Multimedia :: Installing VLC Player On Lenny ?

Mar 8, 2010

I am new to debian, But I was using ubuntu previously. Now I have installed debian Lenny and I want to install the VLC player, When I try the below command nothing happens.Do I need to add any repository?

The following actions will resolve these dependencies:

Keep the following packages at their current version:

View 2 Replies View Related

Debian Multimedia :: Installing GTK Themes On LXDE?

Mar 19, 2010

i have Debian 5 with LXDE installed on my desktop computer. i have everything set up, but i can't figure out how to change the GTK theme.

View 1 Replies View Related

Debian Multimedia :: Installing Flash In Squeeze 64 Bit

Apr 29, 2010

I've tried a few threads about install flash and haven't found the correct one.What is the correct way to install Flash on Debian Squeeze 64bit?

View 14 Replies View Related

Debian Multimedia :: Installing Etoile On - Lenny

Jun 7, 2010

I run 'make' in the Etoile folder, and get this error message:

View 5 Replies View Related

Debian Multimedia :: Installing WINE Without MS Fonts?

Aug 7, 2010

Is it possible to make WINE work without installing MS fonts? With only fonts that are in the system. Tried Google but no information.

View 4 Replies View Related

Debian Multimedia :: No Sound After Installing Banshee ?

May 1, 2011

I downloaded and installed Debian 6.0.1a last night (CD image #1).

It had no music player, but I could play ogg files and the sound was OK.

Then I installed Banshee and (which installed some more packages). Now the sound is gone.

I installed Debian on my Asus EEE 1015P netbook.

View 1 Replies View Related

Debian Multimedia :: Installing Real Firefox On LXDE

Feb 11, 2014

I am using Wheezy LXDE amd64 and I want to remove Iceweasel and install the real Firefox. Now according to this page - URL... Firefox is only there for Ubuntu and Opensuse officially by Mozilla. But since Ubuntu is based on Debian will the firefox for Ubuntu work for Debian ?Also since I am completely new to Linux I need to know how to do the following -:

How to check the dependencies given on URL.... and if necessary update them. For example what are the commands for checking if I have GTK+2.18 or higher and if necessary update that.after extracting Firefox do I need to create any symbolic links ? If so what are they ?Can I install plugins like Adobe Flash Player and update Firefox easily ?

View 14 Replies View Related

Debian Multimedia :: X Won't Start After Installing Nvidia Driver

Mar 27, 2015

I tried to install drivers for my GeForce GT 630M graphic card. At first, I just installed nvidia-detect and there was a suggestion to install nvidia-driver:

Code: Select allsudo apt-get install nvidia-detect
nvidia-detect
sudo apt-get install nvidia-driver

After reboot, there was a sad ?monitor like this one: [URL] ....

After first failure, I tried to use Debian wiki tutorial for Debian Jessie (probably I should have done this at first )

Code: Select allaptitude install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-legacy-304xx-kernel-dkms
echo -e 'Section "Device"
Identifier "GPU Nvidia"
Driver "nvidia"
EndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf

But also without success. Now I can't use X at all.

View 7 Replies View Related

Debian Multimedia :: Installing New Toolbar Icons For OpenOffice?

Feb 15, 2010

Is it possible to install new toolbar icons for OpenOffice? I'm using OOo2.4, and my toolbars ar way to ugly.

View 10 Replies View Related

Debian Multimedia :: Jerky Scrolling Since Installing Squeeze?

May 21, 2010

Just done a Debian Squeeze install after being sick-to-death of Ubuntu crashing. I have tried several different browsers, and all of the have an annoying scrolling action when I scroll down the page.As it's not browser specific, can I assume it's something like X-windows? This is annoying enough to get me to use another distro.

View 3 Replies View Related

Debian Multimedia :: Installing Nvidia Drivers In Lenny?

May 27, 2010

I'm still getting used to the system. I've been able to install a couple of packages like Disk Manager and Firefox, and was able to mount my ntfs drive. I've only learned some basic terminal commands, but I'm managing ok so far. That is until I looked into what was involved in installing the video drivers I need for my Nvidia 8400 GS card. (ouch!) I'm trying to follow the guide here: [URL] but I've run into a snag in the 'Overview' part: "0. Make sure APT has non-free and contrib sources (consult the sources.list(5) man page for help on doing this) " The link provided [URL] is dead. With only a basic understanding (next to none) of what the sources.list is for, I'm unsure how to fulfill step 0.

View 9 Replies View Related

Debian Multimedia :: Could Not Configure Installing Custom Languages

Feb 27, 2011

My Debian installation was originally only in Croatian, and I was fine with that until now. Being irritated by some javascripts (especially those that won't let me close a tab in Iceweasel) I installed noscript. However, I could not configure it (the configuration was "translated" in Croatian rendering it useless). So I did# dpkg-reconfigure localesand added English (en_US) besides Croatian (hr_HR)....

[Code]...

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved