Debian Installation :: Installing The Squeeze Graphical Desktop?

Aug 28, 2011

I am trying to install Squeeze (Debian 6.0.2), KDE environment, desktop PC, older 32-bit single CPU, 40 GB hard drive wholedisk, 2 GB RAM). I am trying to install an encrypted hard drive (takeover installation using entire hard drive).

Each time I try this I seem to run into different problems, and to date I have not succeeded in obtaining graphical installation. My most recent previous thread on my problems is at

viewtopic.php?f=17&t=67113

It contains video controller hardware information. (In that thread I mentioned a desktop and a laptop; I am currently trying to install Squeeze on the desktop PC, not the laptop!)

It seems I will need to request using apt in the shell the Squeeze package firmware-linux-nonfree. I am not familiar with configuring apt from the command line. Can anyone just tell me what I need? (I have many other things I am trying to learn today, so RTFM would not be helpful in this instance.) I am hoping apt will be autoconfigured well enough to get the deb if I simply give the command. Would it be

apt-get install firmware-linux-nonfree

I want to ensure before trying to get apt to install debs over the internet that the key-signing and package verification is working. I hope that all is done automatically by the installer, but does anyone know with certainty? I stress that (as I understand things) checking the GPG signature of a signed deb is different from and complementary with checking the integrity hash; both verifications are crucially important. The reason I ask is that at least under oldstable (Lenny) there was a separate debsig package, which seems to imply that apt does not automatically acquire the ability to check the GPG signature of signed debs.

Someone said that in addition to non-free drivers I might need to obtain firmware. I have never been able to do this successfully, probably because hardware sites assume Windows users and I don't use Windows at all.

View 10 Replies


ADVERTISEMENT

Debian Multimedia :: Odd Graphical Glitch After Squeeze Upgrade?

Apr 4, 2011

So I've upgraded from Lenny to Squeeze, which has been a tadge more interesting than I would like, but there it is. But I've got one problem that is eluding me still. When I load up, but before login, my second monitor displays what I can only describe as a glitched-up memory of something it was displaying before, unless it has been turned off and turned back on again (as opposed to restarted), in which case it displays a very bizarre tiled image. I can't help but feel this is something obvious I've missed.

View 1 Replies View Related

Debian Installation :: ISO Image For Installing Debian 5.06 On Squeeze Repo

Sep 18, 2010

I want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?

View 6 Replies View Related

Debian Installation :: Power Off While Installing Squeeze?

Apr 5, 2010

When installing squeeze from either a dvd or cd (i've burned loads to see if it was the problem) my computer goes through the installation, until the dreaded step of "selecting and installing software" where the installation stops, and my computer turns itself off because of a kill signal sent to everything. I've tried booting with fb=false, and for some reason acpi=off, and neither of them solved the problem (acpi=off caused my laptop to turn off unexpectedly earlier) (HP 6735s, AMD64 using Turion X2, 4GB Ram)

View 4 Replies View Related

Debian Installation :: Squeeze 6.0.1a Installed Without Any Desktop?

Apr 8, 2011

I have installed Debian Squeeze 6.0.1a i386 via download DVD image from [URL]. Eventhough I specifically selected "Desktop" from installation menu, only basic system is installed.

I have only 1st DVD, which I understand is sufficient for desktop setup. if I have missed any of the steps or any saperate installation is required.

View 5 Replies View Related

Debian Installation :: Installing The Squeeze 64-bit From CD - Stop Without Error

Nov 14, 2010

I tried to install Debian-Squeeze 64-bit from CD [URL] as I thought mistakenly my cpu has 64 bit support. Ofcurse proccess stoped as the kernel wasn't compatible, but only when I removed the 'quiet' parameter I could see the error, when the 'quiet' parameter was passed, process gave no visible error,just stop in the start screen of debian-installer.

View 1 Replies View Related

Debian Installation :: Keyboard Not Identified During Installing Squeeze

Feb 12, 2011

I am running lenny on my PC ( amd 64 / nvidia graphic ) without any problems. Since last week I tried to change to squeeze - without success. First step - update from lenny to squeeze accordingly to the upgrade description from the Debian homepage. After nearly 2 hours without any error message - Result : System dosen't boot after upgrade.

So I went back to lenny and tried the second step to get Squeeze working. I got the DVD "Debian-6.0.0-amd" and started the installation. After the second screen the keyboard is no longer identified and I cannot go on with the installation.

View 2 Replies View Related

Debian Installation :: Upgrade To Squeeze And Lost Desktop

Feb 9, 2011

I've just upgraded to Squeeze from Lenny using the instructions found here URL... After completing the upgrade and re-booting the system informed me that "gnome.desktop is not installed" and throws me into XFCE. Googling suggested trying apt-get install gnome-desktop-environment which I did. On reboot I no longer get the "gnome-desktop is not installed", but the login still throws me into XFCE.How do I get my gnome desktop back?

View 5 Replies View Related

Debian Installation :: Installing Clones Of Squeeze On Multiple Identical Laptops

Oct 24, 2010

I am setting up 4 laptops that are all the same make and model with 64bit squeeze.What is the best way to setup the master laptop? LVM?

Once the master is all configured how we need, what is the best way to clone it to the other laptops? Once all the laptops are cloned what is the best way to refresh or update the other laptops from the master laptop?

View 1 Replies View Related

Debian :: Automatically Start Graphical (SDL) Program As Root On Non-graphical Debian?

Mar 3, 2009

I'm not a Linux noob, but I am far from guru. I'm running a single board computer with a slightly customized Debian Etch (customized by the SBC vendor). No Gnome/KDE/X installed. My application is a control application which uses SDL (Simple DirectMedia Layer) to paint some basic graphics on the VGA. I need to run it as root because the application calls iopl() to access an IO port.If I run my application manually from the command line, life is sweet. From Googling around, I found http://www.debian-administration.org/articles/28, and hence I:1) Created a script in /etc/init.d2) Executed "update-rc.d scriptName defaults" to link the script into the boot sequenceAll very straightforward. My application starts at boot. But when I try to SSH/SFTP into the SBC, I get "Connection refused". So I can't manage the SBC anymore, and this is a big problem. I am not sure if it's relevant, but my application starts before the SSH daemon.My script looked like:

case "$1" in
start)
echo "Starting my application"

[code]...

View 1 Replies View Related

Ubuntu Installation :: Graphical With 11.04 - Desktop Wasn't Able To Load Properly

Apr 30, 2011

I had just upgraded when after the first reboot I noticed that the black Ubuntu screen (with the little red/white dots) is actually white and buggy. It's unreadable and looks trashed.

After the first login, the desktop wasn't able to load properly, leaving me with a blinking, unresponsive icons and no menubars.

The only way to use the desktop environment is to choose Ubuntu Classic (both with and without effects) and Ubuntu Safe Mode.

I do have nvidia drivers installed (173).

View 1 Replies View Related

Ubuntu Installation :: Desktop Environment (gnome) On Server 11.04 - Setup A Graphical App?

Aug 2, 2011

I install ubuntu server 11.04 I select ubuntu server from boot menu then enter username and password and then i see a command line line and a black background How i can setup a graphical app (some thing like genome) for my server I do not know any thing Any body can explain all step of this for me how I connect to internet how download graphical app and install it? (I connect to web with windows 7 and adsl internet)

View 6 Replies View Related

Debian :: Installing Command Line Debian Squeeze System On Eee PC 701

May 29, 2011

I have been trying to install a command line Debian Squeeze system on n Eee PC 701., but have run into a number of problems:

1) All install info I can find assumes that the person wants to install a GUI system of some sort.
2) The Eee PC has a unique 2 MB. partition that needs to be preserved, so no guided install.
3) The Eee PC has an SSD instead of an HD. Most postings I have seen recommend an install without a swap partition, but the install (both live and text) seems to choke and despite a fresh formatting of the existing partition, claims to be overwriting existing files.
4) I can understand from the wiki that the Eee PC wireless driver (Atheros) should be included in Squeeze, but when the wireless connection and password is added, the installer claims that the password is not correct, despite me having checked it a number of times.

I hope someone can help me out. I just want to use the Eee PC for low resource stuff done on the cli like using a text based web browser to access the net through a wireless router and to hook it up to an external USB HD and to my stereo, to play my music collection.

View 14 Replies View Related

Debian :: Installing Latest Nvidia Driver On Debian Squeeze ?

Nov 9, 2010

I installed Debian Squeeze with no issues. I went to install latest Nvidia driver as done previously with Lenny. Used instructions that worked on lenny from "the trooper" [url]

Downloaded th latest driver for my GeForce 7300 GS vidio card, driver package NVIDIA-Linux-x86-260.19.12.run

Used "method # 2 as described in HOW TO,as it worked perfectly in the past on Lenny. Only syntax I changed was instead of gdm I typed gdm3 as it appears that is the new name for gnome in Squeeze.

Did as folows:

Now the trouble showed up, Unfortunatly I can only go off my memory. A question was asked stating that something did not match, it needed a 3 and the driver had a 4 version or somethng of this sort. then it asked if I new what I was doing (and I lied) and selected yes. And whammo, it didn't work. (This question was asked when i did in Lenny and it is working perfectly still on that system). I now can not boot to GUI, I notice when system boots it starts in "S" mode although I select normal boot from grub2.

Not too bad if I got to reinstall as little is on the system. I just want to know what I am missing on the instalation deal or should I be going about this difrently with Squeeze.

View 14 Replies View Related

Debian Multimedia :: Customize Desktop Debian Squeeze Xfce?

May 11, 2011

I just a newbie.i want to try customize my desktop.i found a website shown linux desktop very greatfull, like this :but i don't know how to start it.any expert guys please let me know the guiding for me to start this.

View 1 Replies View Related

Software :: Installing GCC On Debian Squeeze

May 19, 2011

I'm a C/C++ Programmer and i need to write, compile and execute programs. I've heard gcc is good for this. But for the life of me i can't figure out how to download and install it.

View 13 Replies View Related

Debian :: Resolution All Different On Squeeze Desktop

Dec 31, 2010

On my desktop with Squeeze the resolution is all different when I booted up this morning. It used to be something like 1680 x 1050 and now the highest available under system > preferences > monitors is 1360 x 768. I don't believe I have had any xorg.conf file on here since installation. There were a fair number of updates yesterday but I can't figure out what the source of this might be. My system is multiboot, though nothing but Squeeze has been booted for months.

I checked a different old linux distribution and it had the same problem but with even lower resolution. It shares the same home partition which has Gnome settings on it. Then I checked the w vista boot and even it had a similar problem of low resolution, though I was able to fix it by hand, selecting the higher resolution. So I can't figure out if the source of this problem is hardware, software, or what. I've checked all the connections and they seem tight.

View 4 Replies View Related

Debian :: Dump For Squeeze As A Desktop OS?

Feb 2, 2011

I've been using Linux for about 8 years now, including Red Hat, Debian, Fedora, Mandrake (now Mandriva), Libranet (R.I.P.), and an aborted foray into Gentoo (not my cup of tea). A few years ago, I switched to Ubuntu, and now I use it everywhere. It runs my Mythtv dvr at home, powers my laptop, and my desktop at work. I'm now considering with some reluctance to return to Debian. I like the basic principles of Debian, and now don't feel I need the latest and greatest packages. However, Ubuntu has generally "just worked" in a desktop setting. Anyone with Ubuntu experience tried Squeeze as a desktop OS yet? How does it compare to Ubuntu?

View 14 Replies View Related

Debian :: Installing Squeeze/Lenny With WINE?

Jun 13, 2010

I have been asked to install Windows 7 on a computer that groans to even run Windows xp properly. As I know, this is like asking for the impossible, I am posting here to have some opinions about the use of Wine in Debian. In particular, I would like to know whether wine makes Debian less secure and more vulnerable to viral, malware, adware, etc infections.

View 1 Replies View Related

Debian :: Installing Squeeze Ontop Of Ubuntu?

Aug 30, 2010

Is it possible to somehow install Debian on-top of Ubuntu (Lucid Lynx)? I would just install Debian, but I am limited to a wireless connection. And currently a live wire connection is just not an option.

View 13 Replies View Related

Debian :: Installing Oracle Java Jre On Squeeze 64-bit

May 21, 2011

installer: jre-6u25-linux-x64.bin

extracted in /usr/java/

now, how do i make it recognized by iceweasel?

the reason of me using it instead of openjdk is that i need newer jre for IBM bladecenter manager web interface.

View 3 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

Software :: Installing Skype On Debian Squeeze?

Jun 7, 2011

Now I can't install skype:

Code:
dpkg -l | grep skype
root@V-Desk:/home/ventsy#
aptitude install skype
E: Failed to fetch cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 DVD

[Code]....

View 7 Replies View Related

Debian Multimedia :: Cannot Recover Desktop On Squeeze

Jul 28, 2015

After unsuccessfully trying to install some updates on my debian squeeze system, I can no longer login to gnome when I restart the system. I've tried logging in both as root and as user and have typed in 'startx' or 'gnome-session' at the prompt but I get an error message "**(gnome-session:12020): WARNING **: Cannot open display:". I've searched the web for solutions but nothing works. I've had my debian squeeze for over three years now with no issues.

View 14 Replies View Related

Debian :: Icedove Locking Up Desktop In Squeeze?

Feb 4, 2011

I cannot seem to find the keyboard commands to unlock the desktop in Debian Squeeze. What happens, is that when I try to open attachments in Icedove, without fail, the whole desktop locks up. I cannot access the terminal, as the mouse is frozen. In older versions, I used to use Ctrl Alt Backspace, on the keyboard and simply restart the desktop, but that command has no effect when using Squeeze apparently. I am running the amd 64 bit version if that helps at all.

View 3 Replies View Related

Debian :: Installing ATI Radeon HD 5700 Driver On Squeeze 6.0.1

Jul 19, 2011

I've been on numerous websites--with tutorials telling how to install the ATI drivers, I'm running Squeeze 6.0.1 Gnome amd64, the tutorial I am using is located at the ATIProprietary Debian Wiki [URL] when I try the following:
sudo apt-get install fakeroot debhelper build-essential libstdc++5

I get this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fakeroot is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source.

Package debhelper is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'fakeroot' has no installation candidate
E: Package 'debhelper' has no installation candidate
E: Unable to locate package build-essentials
E: Unable to locate package libstdc++5
E: Couldn't find any package by regex 'libstdc++5'

I have a feeling that apt-get is not searching the web, yet searching a CD perhaps? Because when I've tried the apt-get update, I get the following:
Ign cdrom://[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20110324-08:54] squeeze Release.gpg
Media change: please insert the disc labeled
'Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20110324-08:54'
in the drive '/media/cdrom/' and press enter

After doing that, nothing happens, and my apt-get still doesn't work, everything I try and install like build-essential says it's not found. Also when I
su
nano /ect/apt/sources.lst
the list in nano is empty???

I'm currently running a dual boot with windows xp/debian but as soon as I can get everything working, I'm going to turn this into a full linux system. Also my sound doesn't work, but my sound is HD sound that goes via the video card, I have it hooked up HDMI to my LG tv/monitor, sound works fine on xp. I think once I get the video card drivers installed it should possibly fix my sound issues at the same time.

View 14 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 Cinelerra On Squeeze (amd64)?

Apr 25, 2011

I think about editing and compressing some avi files and want to install cinelerra-cv. However there are some dependency problems it seems...

aptitude install cinelerra-cv cinelerra-doc cinelerra-cv-data

The following NEW packages will be installed:

cinelerra-cv cinelerra-cv-data cinelerra-doc libavcore0{a} libavutil50{a} libfaac0{a} libmjpegtools-1.9{a} libmp3lame0{a} libmpeg3-1{a} libmpeg3hv-1.5.0-1{a} libquicktime1{a} libquicktimehv-1.6.0-1{a} libva-x11-1{a} libva1{a} libx264-112{a} libxvidcore4{a} mpeg3-utils{a} ttf-bitstream-vera{a}

The following packages will be upgraded: libavcodec52 libpostproc51 libswscale0 3 packages upgraded, 18 newly installed, 0 to remove and 5 not upgraded. Need to get 16.5 MB of archives. After unpacking 31.5 MB will be used. The following packages have unmet dependencies: libavformat52: Depends: libavcodec52 (< 4:0.5.2-99) but 5:0.6.1+svn20101128-0.2 is to be installed. or  libavcodec-extra-52 (< 4:0.5.2-99) which is a virtual package. The following actions will resolve these dependencies:

[code]....

Normally I say yes and hope for good, but this time... I do not use adobe flash player, but I would still like to watch ..... videos. Would be hard without gnash, right? I use iron portable and iceweasel. Also I use totem a lot, but aptitude seems not being able to resolve this inconsistency automatically. My question is: what would happen, if I just say "y"? gnash is completly away? And is there any way to install newer version of gnash or do whatever to have everything working?

View 2 Replies View Related

Debian Multimedia :: Error Installing Skype 2.2 On Squeeze

Apr 26, 2011

I downloaded skype 2.2 .deb package on the skype website and tried to install it via sudo dpkg -i skype-debian_2.2.0.25-1_i386.deb and got the following errors:

[code]...

What does the error mean? I am guessing I have a faulty package. old skype can't be used due to segmentation fault error, so I am really hoping for the new upgrade to solve my skype problem.

View 14 Replies View Related

Debian :: Installing Squeeze Kernel In Lenny System?

Apr 1, 2010

Was wondering if I can upgrade my kernel to squeeze without affecting or hurting my Lenny system?

I want to upgrade the kernel, but leave the system as stable lenny

I know the more recent kernels have better wireless detection,etc

View 1 Replies View Related







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