Debian Multimedia :: Unable To Get TV OUT In Squeeze

Jul 10, 2011

Recently I installed Debian Squeeze - 2.6.32-5-686 but I found problem with my TV OUT again. Before I had the same problem but I found decision here with this patch and everything was OK. Now I have the same problem with new NVIDIA driver (275.09.07) and Debian Squeeze. I tried older drivers but nothing. My video card i NVIDIA - 9500GT.

View 2 Replies


ADVERTISEMENT

Debian Multimedia :: Unable To Use Screensavers With Intel 945GM/Squeeze?

Jun 10, 2011

I have a Dell D620 and I can't use any screensavers. Rather, no screensavers work. Just for giggles, I booted a Kubuntu 11.04 CD, updated the sources.list, installed rss-glx and was able to use the rss-glx and other opengl screensavers. The reason I say opengl is because those are the ones that I use but no screensavers work.

View 2 Replies View Related

Debian :: Unable To Watch Any Video In Squeeze?

May 14, 2011

Recently I moved to Debian Squeeze from Ubuntu 10.10. I've a bunch of avi, wmv and flv files. I use VLC media player and I'm unable to the see the video on them. w64codecs is already installed. Yet, I could only hear the audio and the VLC screen is pitch black. How do I get the video to work ?

View 7 Replies View Related

Debian Installation :: Unable To Use Grub2 In Squeeze AMD64

Feb 7, 2011

The way I usually boot Linux distros, and this has worked for every distro I have tried up to Kubuntu 10.10, was to install Grub2 on an extended partition, run "dd if=/dev/sda5 of=linux.bin bs=512 count=1", and then adding that bin file to my Windows boot.ini. What usually happens after is that I get the Grub2 menu after selecting it from the Windows Bootloader.

The problem is, with the latest Squeeze AMD64, all I get when I do this is a static cursor and the computer is frozen and I have to hit the reset button.I mounted the Linux partition with Ext2IFS (mkfs.ext3 -I128 /dev/sda5 to get 128KB inodes), and I can see that the Squeeze installer did indeed install Grub2, because I can see the files in their respective directories.

View 10 Replies View Related

Debian Installation :: Squeeze - On MacBook Pro - Unable To Boot

Mar 10, 2011

I tried installing a live version of Debian Squeeze 6.0.0 for the i386 architecture. I am using a first generation MacBook Pro (Intel Core Duo, not Core 2 Duo).

I managed to boot the live cd and install everything using the "guided installation" option, using the whole drive for Debian (I don't have the Mac OS X Snow Leopard disc so I just wanted to install a strictly Debian system). I installed GRUB to the master boot-record, but after finishing the installation and rebooting I was confronted with the dreaded "question mark". After doing a bit of reading, I found that I should have installed the EFI LILO bootloader to the MBR instead of GRUB, so I reinstalled everything, choosing this option instead. But that didn't work either. More question marks. I imagine I must have to configure either of these bootloaders in the shell, but I don't know how to go about doing this.

How to do this without using a Mac OS X installation disc.

View 7 Replies View Related

Debian Multimedia :: XF86Audio Multimedia Keys Not Working In Squeeze

Jun 23, 2011

I finally installed Squeeze on my laptop and found out that the XF86Audio multimedia keys do not work.

When I press them, they're correctly identified by xev but they do not produce the desired effect (raise/lower/mute volume, play/pause/stop/prev/next song in media players like Sonata).

Funnily enough though, they do work in Audacious, which has its own plugin to manage XF86Audio media keys.

So it's like the action of pressing these keys is not intercepted by the system and no event is triggered.

I think this might be due to a missing package or configuration but I have no idea where to look...

View 1 Replies View Related

Debian Multimedia :: Squeeze Compiling Dwm From Debian Source / Reality Check

Aug 18, 2011

Below is the recipe I've used to compile dwm from source on Squeeze

su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit

It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!

View 6 Replies View Related

Debian Configuration :: Unable To Use RAID On Lenny To Squeeze Update

Mar 29, 2010

Have my proxy running on Lenny and tried to upgrade to squeeze. Originally the system was installed on Etch and upgrading to Lenny was no problem. In the system i have two RAID1 volumes, md0 for / and md1 for /home. For upgrading i added the sources to my apt.conf and startet dist-upgrade. During the installation procedure, when installing udev I was advised to install the new kernel first and continue upgrade after booting the kernel. so I installed the kernel by "apt-get install linux-image-2.6-686. When generating initramfs there was a message, that there are no arrays defined in /etc/mdadm/mdadm.conf I took a look and there were none. mdadm seems to have been update before.

I then added the lines for RAID definition and added the data for UUID The UUID I got from the output of "mdadm --detail /dev/md0"
What I don't understand: blkid gives the same UUIDs for the first partitions of the RAID and a different UUID for /dev/md0 and /dev/md1 than mdadm --detail The update of initramfs for kernel 2.6.32 then gives this result:

update-initramfs -u -k 2.6.32-3-686
update-initramfs: Generating /boot/initrd.img-2.6.32-3-686
W: Possible missing firmware /lib/firmware/e100/d102e_ucode.bin for module e100
W: Possible missing firmware /lib/firmware/e100/d101s_ucode.bin for module e100

[code].....

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

Debian Multimedia :: 'Startup Disk Creator' For Debian Squeeze?

Jun 14, 2011

Found this 'Startup Disk Creator' in Ubuntu,it is useful,how we get it install in Debian Squeeze? There's a Unetbootin for Debian,but it pull in lots of qt stuff,I don't like it.

View 2 Replies View Related

Debian Multimedia :: No Synaptic Package Manager In Debian Squeeze?

Aug 22, 2011

I have installed Debian Squeeze 6.0.2.1 amd64 from DVD-1.iso (4.4 GB) and I cannot install Synaptic Package Manager or Wine because they are not in the repos.

[Code]...

View 5 Replies View Related

Debian Multimedia :: Install VGA Driver On Debian Squeeze

May 22, 2010

I want to install VGA driver on debian squeeze. my VGA is "Intel Corporation 82G33/G31 Express Integrated Graphics Controller".I do not know which driver I must install for this VGA.Does Linux recognize related driver ?

View 3 Replies View Related

Debian Multimedia :: Multimedia Crashes On Squeeze ?

May 13, 2011

I've just installed Squeeze 6.01a from the xfce iso image on an old PIII which has been running Lenny with xfce without any problems. It's a fresh install after a reformat.

Sounds and multimedia apps like gxine and mplayer all worked fine on Lenny and other older versions. Now they don't - not gxine, not mplayer not even VLC. Run from the menu they all abort - and if run in an xterm they all crash with the following message -

Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting.

View 3 Replies View Related

Debian Multimedia :: Squeeze And No Sound?

Dec 21, 2010

i insalled Squeeze recently but i dont have aby sound in my system, in preference>sound> my speaker volum is up too

and alsa-pase also installed ,

what i could install or check for having sound ?

View 14 Replies View Related

Debian Multimedia :: VLC On Squeeze Don't Work

Feb 15, 2011

I have successful installed debian squeeze 32bit on my pc. I like very much The vlc i have installed via software but After install vlc don't start don't appear don't do nothing any one know there is a problem with Vlc On squeeze?

View 10 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 Multimedia :: Beep With Squeeze / Disabl?e It

Feb 20, 2010

I blacklisted the pcspkr module on my system(rebooted and confirmed it no longer loads). The majority of annoying beeps are now gone. I have 2 instances where it still beeps though. Whenever GNOME first starts(before I login though) and if i am in GNOME at a terminal and type reboot. Any thoughts on disabling this?

View 11 Replies View Related

Debian Multimedia :: AIM Error With Pidgin 2.6.5-2 From Squeeze?

Mar 1, 2010

On a fresh install of squeeze, I can't log in to an AIM account with being immediately disconnected and given this error: You have been connecting and disconnecting too frequently. Wait ten minutes and try again. If you continue to try, you will need to wait even longer.

I waited for several hours before trying to reconnect, but got the same message. Searching for the error led me to some bug reports from upwards of three years ago.

Strangely, this error hasn't occurred on any of my other squeeze systems.

I can ping login.oscar.aol.com as well as login.messaging.aol.com; both resolve to 205.188.251.43 for me. I tried changing the "Server" under "Advanced" to this address, but again I got the same error.

View 8 Replies View Related

Debian Multimedia :: Install XMMS On Squeeze?

Mar 18, 2010

I'm a Linux User since 2007. Later, i was an Ubuntu Fanatic User. But my computer is old, and Ubuntu is more slow in every version.

I'm from Valencian Contry, and I speak "Valencian" or "Catalan"

How I install XMMS on Debian Squeeze???

View 14 Replies View Related

Debian Multimedia :: X.Org Infinite Loop Bug In Squeeze?

Mar 25, 2010

I think i came across a bug in X server in squeeze. I would report it to the bug tracking system in debian packages but the think is I am not entierly sure about it.When i start X (whether it is through startx or service gdm start or auto startup through init when the pc boots) the computer PC seems to lock up.The screen goes black right after X initializes and before anything is show in the screen and if i wait a about 10 minutes the monitor either goes in standby or out of range. PC seems unresponsive to both keyboard commands and mouse but my LCD screen in my G15shows the time skips 1 sec every 2 sec (from 19:22:22 goes straight to 19:22:24).

I have a custom 2.6.33 kernel which i build but it happens with both 2.6.32-trunk and 2.6.32-3 offical kernels from the squeeze repository so i dont think that this is the problem.My PC is a P4 3.75Ghz with 2Gb RAM and an NVidia 6800GT with the binary drivers from nvidia. I have tried diffrent versions from my grapgics drivers (NVIDIA-Linux-x86-173.14.25-pkg1.run & NVIDIA-Linux-x86-195.36.15-pkg1.run) with no change in the behaviouThis is the syslog from the time my pc started and then "stuck". I left it for some time before i hard reset it

View 14 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 :: MSN Client That Works On Squeeze?

May 16, 2010

Tried to install aMSN using Sid package... can't do it because no TK8.5. Installed TK8.5 and aMSN, now I get another strange message ...

Error in startup script:

OK ...

Let's check out 'Empathy IM Client' , no longer any support for MSN because ...?

Tried to setup Mercury which needs Java. Go to run Mercury, no java!

Had to set up Pidgin so that I could go on msn!

View 3 Replies View Related

Debian Multimedia :: Squeeze Cannot Play Videos

May 17, 2010

I recently did a fresh Debian Squeeze install.The problem I have is that I cannot play any video. I tried opening mpg, flv and mov files with totem and vlc and they crash instantly.I think I have installed the packages (codecs, players, etc) required for playing videos.

View 13 Replies View Related

Debian Multimedia :: Squeeze Xfce No Panel?

May 21, 2010

I have just installed Squeeze and my xfce works, but I don't get a panel, unless I start it manually withxfce4-panel &As this worked,ded it to the automatically started applications. I logged-out and then back in but no panel. I did a ps -ef | grep -i paneland the panel doesn't appear to be running.

View 4 Replies View Related

Debian Multimedia :: AWN Giving Errors In Squeeze 64 Bit

May 24, 2010

I have AWN installed on Squeeze (AMD64 bit). Many of the applets for it show as a white line so I have run it from a terminal to catch any error messages and get these:

If I then add one of the failing applets that show as a white line it says:

View 3 Replies View Related

Debian Multimedia :: No Sound In Squeeze ALC889A?

Jun 21, 2010

been using squeeze on my primary system for some time, I decided to install it on my media center PC.After doing a clean install I lost sound and my maximum video resolution dropped to 1280x1024 (another post). This system has the same MB as my primary system, i.e. same sound chip. I have no issues with sound on that box. So it's a mystery to me why I don't have any sound on this one. As you can see, the sound modules are loading correctly:

# lsmod | grep snd
snd_hda_codec_realtek 162603 1
snd_hda_intel 16541 0

[code]....

View 8 Replies View Related

Debian Multimedia :: No Sound In Squeeze ALC272?

Jul 3, 2010

Just installed squeeze on my Samsung NC10 netbook and lost sound. Sound under lenny worked. Driver is loading as shown by lsmod:

lsmod | grep snd
snd_hda_codec_realtek 162583 1
snd_hda_intel 15219 1

[code]....

View 9 Replies View Related

Debian Multimedia :: Running Squeeze - Give KDE A Try?

Jul 28, 2010

For many years I used KDE and loved it. After Ubuntu appeared and got popular I decided to give Gnome a try as I figured that it must be OK if they used it in Ubuntu (and selected as the default desktop in Debian). I missed out on all the wailing and gnashing that accompanied the release of early versions of KDE 4. I've been using Gnome ever since and I have a really nice setup on squeeze - Chrome for browsing, Geany for development, Gnote for notes, Evolution for offline Gmail and Google calendars.

In fact, it's probably because Gnome is working so well for me right now that the geek in me fancies having a bit of a tinker with KDE. I keep reading that version 4 has now matured enough for production use. The only thing that puts me off is the sheer number of packages I need to install. I'm going to end up with a right mess in my menus etc, but still it might be worth it. What do you reckon - should I just stick with my nice Gnome desktop or should I dip my toe back into KDE? (or go for l33t status and install Xfce) I've got a thinkpad T400 with integrated intel graphics.

View 14 Replies View Related

Debian Multimedia :: Nvidia 260.19.12 Work With Squeeze?

Oct 28, 2010

Does this latest nVidia driver (version 260.19.12) work with the default Linux kernel in Debian Squeeze? And does it require any additional packages before installation?

(I cannot test it myself, since it's my brother who recently bought a new nVidia card)

View 2 Replies View Related

Debian Multimedia :: No Sound After Upgrading To Squeeze?

Nov 26, 2010

since I'm new to the the forum and this is my first post I'd like to discuss a quite weird issue. Specifically, after upgrading my Debian system to Squeeze a few days ago, sound is completely lost. This means that I cannot hear any sound from anywhere (mp3, streming videos or anything else) except the system bell . I've done a research on the Internet, looking in other forums and discussions but still, nothing works for me. To begin with, I'm running Squeeze in an HP laptop with HDA Intel soundcard and chipset ALC268. When I'm running aplay -l I get this message:

Darkstar:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]

[code]...

View 7 Replies View Related







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