Debian Multimedia :: Screen Freezing When Launching Flightgear

Apr 7, 2016

Few days ago I did a major update to Jessie and now I can't use Flightgear simulator. The screen freezes and cannot even switch to another terminal using CTRL+ALT+F1. I can SSH from another machine and see that the CPU is stuck and it has to do with X.org. I bet it's a video driver issue that came with the update.

Did some memory, SSD and video card tests from within Windows and it passed. Flightgear can be loaded on Windows without freezing.

The PC has an integrated Radeon HD 4250 graphics card.

Tried dpkg-reconfigure firmware-linux-nonfree. Flightgear can start but it freezes after a short while. Same happens if I reinstall that package. Without the nonfree driver, I have very low FPS but it works.

Also, I put in another Radeon card (almost same generation) and had the same result: computer freezes completely.

Solved it by upgrading to kernel 4.4. This proves that a bug has been introduced with the latest kernel update. And it tastes like Ubuntu when they break drivers...

View 0 Replies


ADVERTISEMENT

Debian Multimedia :: VLC Video Playback Random Freezing

Jul 17, 2010

When I play videos in VLC, the video output seems to randomly freeze while playing the video. This does not effect the audio though. The audio output continues, but with the video frozen on a frame. This is happening in windowed and full-screen mode. I have to use "pkill vlc" each time twice then start VLC again. I have had to resort to mplayer for the time being. I am running squeeze. I was not experiencing this problem before though (started within the past week), so it must be due to some recent upgrade. I have tried "aptitude purge vlc && aptitude install vlc", but I am still experiencing the same problem.

View 1 Replies View Related

Debian Multimedia :: Desktop Freezing On Left Top Corner Of Jessie

Sep 13, 2015

I've been having a problem with debian lately. It seems that sometimes a rectangular corner on the top left of my screen freezes and shows what was previously there. It goes away when I close all open windows but shows up again if I open multiple applications, especially if I open the terminal and another application. It can become very distracting and makes it impossible to see what is on the top left corner of my screen.

I'm including a screenshot of my desktop.

I am running Debian 8.2 Jessie on an Asus Q400A with 8 GB of RAM. I have an Intel Core i7-3632QM CPU @ 3.2GHz and am using XFCE as my Desktop Environment.

View 1 Replies View Related

Debian Multimedia :: Epiphany Generally Slow And Freezing With GMail

Mar 26, 2011

A week ago I installed a completely new Debian Squeeze on a newly LUKS encrypted, etx3-formated notebook Acer Extensa 5220. I used main sources only and the only uncommon thing I did so far was to disable ipv6 according to the Debian guide:

viewtopic.php?f=6&t=61829

I used Epiphany as my main web browser on Debian Lenny on the same Notebook. Before the last weeks before switching to the Squeeze I experianced the problem, that I couldn't display the freemail-webpage of GMX any more without crashing the browser. After installing the new system I can display GMX again, but now Epiphany freezes as soon as I open GMail. And unfortunately the browser is much slower than before on Lenny. Right now Chromium and Iceweasel are working without any problems with the same installation...

View 7 Replies View Related

Debian Multimedia :: MPlayer Video Freezing When Firefox Playing WebM

Aug 7, 2011

i'm using debian wheezy and whenever i'm playing a webm video, typically on videos, totem and mplayer can't play video. the video just freezes. (i assume because they both use gstreamer.) when i try to use vlc when those 2 aren't working, the video does play but there is no sound.

View 3 Replies View Related

General :: Launching ZENITY On A Given Position On The X11 Screen?

Dec 5, 2010

how to pass the position to zenity to be launched specific place of X11? No info are given [URL]

View 3 Replies View Related

Ubuntu :: Stop K-wallet Splash Screen When Launching Amarok?

May 12, 2010

As it says .. I use Amarok on Gnome and have no need for K-Wallet. Is there a way to stop the set up splash screen? (minor annoyance)

View 3 Replies View Related

CentOS 5 Hardware :: Launching X11 Sometimes Crashes Core I5 Clarkdale With Black Screen

Aug 23, 2010

I am having a problem with my Core i5 system running Centos 5.5. The system will lock up with a black screen on occasion when launching X11 - this could happen at any time, from the install CD the first time it's being installed or trying a live CD, or the 3rd-10th time I launch startx from tty1 or sometimes just switching from tty1 to display0 or display1. When the crash occurs, sometimes the systems fans will all turn on loud, and the reset button becomes non-responsive. Other times the screen is black and it just sits there and I have to hard power off. There's nothing in /var/log/messages.

I tried a fix from an old post for 5.4 adding the option for "DDC" "false" in the xorg.conf file, and this did not help. I also ran all the system updates, no help.

The system is totally stable so long as I don't switch between ttys and X11 or launch new X11s (it's also stable under other OSs and has passed Memtest86+ 4).

Is this an instability with the Core i5 driver? The "Video Card" in the display options is set to "intel - Experimental modesetting driver for Intel Integrated Graphics Chipsets" - the "experimental" part is a little scary. Should I try setting the driver to "i810" as the 5.5 release notes recommends (again there's no onboard "chipset" this is an embedded graphics processor on the i5 CPU).

here's the getinfo.sh dump

--glen201
== BEGIN uname -rmi ==
2.6.18-194.11.1.el5 x86_64 x86_64
== END uname -rmi ==

[Code].....

View 2 Replies View Related

Ubuntu :: Flightgear - Can't Get Online

Mar 28, 2011

i used the Script to download/compile Flightgear 2.0 everything works fine, except i cant seem to get online works great on Windows and OSX im using FGRUN and the normal settings DONT WORK im pulling my hair out trying to get online

View 1 Replies View Related

OpenSUSE :: Flightgear Crashes With The Pulseaudio?

Mar 17, 2010

I had to use pulseaudio as nothing else worked. Even now no kde system sounds and:

michael@linux-os4n:~/Dokumente> fgfs --aircraft=b1900d
Assertion 'm->n_waiting_for_accept > 0' failed at pulse/thread-mainloop.c:221, function pa_threaded_mainloop_accept(). Aborting.
Abgebrochen
michael@linux-os4n:~/Dokumente>

View 4 Replies View Related

Ubuntu :: Compiling The OpenSceneGraph For FlightGear?

Mar 19, 2011

I'm following the instructions here, to compile OpenSceneGraph that I got on DVDs purchased from Curtis Olsen. The instruction for this step goes like this.

Quote:

mkdir osg_build
cd osg_build
cmake -D CMAKE_BUILD_TYPE="Release" -D CMAKE_CXX_FLAGS="-O3 -march=native"
CMAKE_C_FLAGS="-O3 -march=native" -D CMAKE_INSTALL_PREFIXATH="/usr" ../src

[code]....

So, I try that, and I get the following.

Quote:

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works

[code]...

View 1 Replies View Related

Debian :: Terminal In GUI Environment Not Launching

Aug 26, 2015

I got a problem with the terminal in GUI Environment after i upgraded it From debian 7 to 8 "it's not launching" ....

Root Terminal is Working....

View 3 Replies View Related

Ubuntu Multimedia :: Brasero Stopped Launching - No Error Messages

Mar 25, 2011

I've been burning a few linux ISOs lately to play around on a desktop I have (archlinux, Fedora, etc) and a few days ago Brasero stopped launching. I tried to uninstall/reinstall Brasero, but it still didn't work. There we no error messages, it would just try to start up, and quit.

I got frustrated and tried to run Brasero from the command line and got this:
Code:
user@computer:~$ brasero
Bus Error
user@computer:~$

View 4 Replies View Related

Fedora :: Screen Started Freezing Under F12

Jul 8, 2010

My screen has started freezing periodically. The mouse still moves the cursor but nothing else responds. Ctrl-Alt -F1 doesn't give me a terminal screen nor does Ctrl-Alt-Backspace restart X I must turn off the computer and turn it on again to reboot. I don't remember having this problem with Fedora 11, but I recently moved to Fedora 12. I am using the kernel

2.6.32.14-127.fc12.i686.PAE
Looking at /var/log/messages,
I find repeated instances of the error message
[drm:radeon_ib_schedule] *ERROR* radeon: couldn't schedule IB(4).
before the reboot.

Google provides many references going back to April for this string, mostly on Ubuntu related sites. I do have an 128 MB ATI Radeon X300 graphics card but it is over four years old, and I didn't have this problem with earlier versions of Fedora. Also, the google references seem to refer to hibernation, which I am not doing, at least not intentionally. Finally, I see that Xorg configuration has changed significantly since I last checked. (I can't find xorg.conf.) Can anyone refer me to a relatively succinct description of how it now works?

View 6 Replies View Related

Ubuntu :: Freezing At Loading Screen?

May 13, 2010

I have the new Ubuntu 10.04, installed through Wubi. It was fine for ages, graphics working fine and sound. Then it asked me to seemingly install my graphics card drivers. I did so, rebooted and not the loading screen is stretched at the wrong ratio and doesn't get past displaying 5 red dots. How can I get it working?

View 3 Replies View Related

Ubuntu :: Parts Of Screen Keep Freezing?

Jan 1, 2011

parts of my screen keep freezing and locking in place so that nothing new can be seen in that section, it happens when i click a menu or close a window, the part that freezes only goes away after i log out and then back in

View 2 Replies View Related

Ubuntu :: Freezing At Login Screen?

Jan 21, 2011

Diagnosis: I'm running Ubuntun 10.04. It has been running smoothly for pleny of time (8~9 months). I've done the clean install (not upgrading).

One day I left the screen locked and when I returned it was frozen. I restarted and it froze in the login screen (sometimes when I restart it actually log in my account, but freezes right after some minutes). The mouse pointer still moves.

I still can log in remotely through SSH, even though the system is frozen. So I suspect it has to do with the GUI.

Here's the output of my /var/log/Xorg.0.log

I think the error started in here:

Code:
(WW) Jan 21 11:29:46 NVIDIA(0): WAIT
(2, 6, 0x8000, 0x00007b6c, 0x0000aa04)

[Code]....

View 4 Replies View Related

Ubuntu :: Various Web Browsers Crashing / Screen Freezing

Oct 22, 2010

Firefox 3.6.11, Chromium 6, Google Chrome 7, they all crash or freeze on me and I can't figure out what is going on. I'm on a fresh/clean install of 10.10 with all updates installed. I've tried reviewing all the logs in /var/logs/ but didn't find anything unusual although I might have missed something. I'm using the proprietary nVidia driver for my video card (GeForce FX 5500 - 173.x drivers) so I'm not sure if that may have something to do with it or that it may be my NIC card? I've gone to the NIC card manufacturers website (Realtek) for updated drivers, but the site says the drivers are built in to the kernel and there is no download available. It seems as though the only time it crashes or the screen freezes (sometimes with the lights blinking on my keyboard) is when I'm browsing the internet.

View 7 Replies View Related

Debian Hardware :: Launching Blender Makes The Sound Cut Out?

Jun 7, 2010

After becoming somewhat disillusioned with a number of other distro's I decided to turn to debian and I must say I like it! Install was a breeze, I even did my own partitioning instead of letting the installer handle it ... I've since come across one of the same problems that I encountered on all the other distro's I've tried so far.I'm using:

Squeeze 2.6.32-trunk-amd64,
Intel Core2 Quad (Q9550)
Asus Pro Turbo main board,

[code]....

It seems that simply unplugging all USB devices and rebooting was all I needed to do.The other sound issue I have (that also occurs on a number of other distro's) happens when I launch Blender. If I have music playing when blender is launched the sound cuts out. If I kill the music player and restart it the sound is back.Below is my audio controller;

lspci -v | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller

View 13 Replies View Related

Ubuntu :: Forced Shutdown, Now Freezing On Startup Screen?

Sep 9, 2010

I have a Toshiba Laptop Satellite L355-S7905 Intel Celeron Processor 585 @ 2.16 Ghz, Mobile Intel GL40 Express Chipset. 4GB of Memory, 160 GB HD. Tri-boot: Windows 7, Unbutu 10.04 and Fedora 12.

Here is what happened: I had a hard/forced shutdown while using Ubuntu 10.04. Some warning text flashed on the screen before it went blank and I could not read it. Now when I turn on my laptop it freezes on the Toshiba set up screen. I can not go to the F2 setup, I can not go to the F12 boot seqence and I can not use F8 safe mode. Also the ESC button had no effect.

I have tried turning it on with the Win 7 cd in the drive but nothing. The same when I put my Ubuntu 10.04 cd in the drive, nothing. My guess is that the forced shutdown messed up the bootfile/grub order. The harddrive runs for a few seconds then stops. Should I attack the problem from a Windows view point or a Ubuntu view point?

View 8 Replies View Related

Ubuntu :: Flash Video With Full Screen Freezing

May 19, 2011

This bug is strange because it doesn't happen for me in Ubuntu (Gnome). Whenever I try to watch a Flash video in full screen, the picture always freezes after a few seconds of play, and the only way for me to unfreeze it is to get out of full screen using the escape key. I can put it back into full screen, but it always just freezes up again after a few seconds.

I figured out a strange work around for it though, but it's certainly not ideal. I figured out that if I get the time pop-up (see attachment to see what I mean) to stay up, it doesn't freeze. This happens in both Firefox and Chrome. I was going to try this in Rekonq, but I can't seem to get Flash working in Rekonq.

View 9 Replies View Related

Fedora :: 11 Freezing - Stuck At The Screen For A Long Time And Doesn't Reboot

Sep 4, 2009

After installation of Fedora 11, I click reboot, it ejects out the disk, but is stuck at the screen for a long time and doesn't reboot so I manually had to reboot it. Today, surfing on firefox, it got frozen, and the touchpad worked, but everything was frozen nothing moved so I had to manually shut the laptop down. On bootup everything was ok. Im worried about corrupted files.Should I just reinstall Fedora 11? m using a dell studio 1555 laptop

View 4 Replies View Related

Ubuntu :: Random Crashes (black Screen And Freezing) On 9.10 On Lenovo T500?

Jan 23, 2010

Got a new Lenovo T500, slapped 9.10 on it. Set of programmes is exactly as on my previous IBM T42, but every so often I get a random crash. No errors, just a complete freeze with a "underscore" cursor in the top-left of the screen.I think / suspect it may have something to do with Transmission running, or perhaps the recent kernel update to 2.6.31-17.Anyone else had anything similar? Maybe on a T400 or R60 / R61 / T60 / T61?

View 9 Replies View Related

Ubuntu Installation :: Missing Dock Icons, Flashing Screen, Freezing?

Dec 27, 2010

became immediate to me is that the docks on the top and left sides of the screen lack icons.On top of that, when you hover over where I suppose icons should be, the black tooltip that comes up is labeled with a white rectangular block instead of telling me what the icon represents. It looks as if the applications function fine regardless of this phenomena; I can click on different parts on the dock and the icons' links still pull up the program with no issue.

Opening up Firefox, however, led to the screen flashing a colorful pixelated pattern that looks like what happens to an image when you take it into Photoshop and run it through a coarse mezzotint filter. It flashes occasionally while using Firefox, both around the window, on top of the window, and on the entire screen. I've also found that I can't run Firefox for more than five-ten minutes without the system freezing on me (mouse won't move, screen doesn't change).

View 2 Replies View Related

OpenSUSE Install :: 11.2 Keeps Freezing - Getting Black Screen And After 30 Seconds The DVD Player Stops Running

Jan 17, 2010

I am trying to install 11.2 but it keeps freezing. I press install and the Linux kernal loads and afterwards I get a black screen and after 30 seconds the DVD player stops running. I have also tried to the online network install and the exact same thing happens. I also tried a DVD I have of 11.1 which I know is good since I have successfully installed it on other machines and the result is also the same. My computer currently has a dual boot of XP and Kubuntu 9.10.

I am returning to Suse after experimenting with Kubuntu but thought I would leave the Kubuntu on the machine (prefer Suse but Kubuntu installed very easily on my computer). Could the Kubuntu be causing this problem or is the difficulty something else? I have also tried the safe install and the other options to no success.

View 9 Replies View Related

Debian Multimedia :: Debian Wheezy / Screen Blinking

Mar 30, 2011

I am giving Wheezy a whirl and am having with screen blinking ever 30 seconds.

View 5 Replies View Related

Ubuntu Multimedia :: Asunder Keeps Freezing On All Of CDs / Go About Doing This?

Jul 21, 2010

Asunder keeps freezing on all of my CDs. I'm trying to rip them all to my computer with the .ogg format. I know my CDs aren't that scratched, they play in all my players just fine without skips. The first one froze at 24% and the second one froze at 85% (so close!).

Is there a better way to go about doing this?

View 2 Replies View Related

Debian Configuration :: The 'freezing' System Of Debian

Nov 15, 2010

How does the 'testing' version of Debian stabilize? I mean, the updates from upstream are very frequent, so if the Debian maintainers upgrade a package till the very end (for e.g if they just upgrade to 2.6.36), when will they get time to test it (so as to freeze it)?

View 7 Replies View Related

Ubuntu :: Constant Freezing - Runs Fine For About 3 Hours Then It Will Randomly Stop Working - Screen Goes White

Aug 7, 2010

I am running Ubuntu 10.04 on an AMD64 computer with an ATI Raedon x1250 graphics card.

Everything runs fine for about 3 hours, then it will randomly stop working.

Symptoms:
Mouse stops moving for 10 seconds.
Screen goes white.
Speakers start repeating last 10 seconds of whatever was playing.
Screen goes orange or purple with lines across it and random symbols...

At that point I hardware restart my computer and all is fine again

dmesg yields the following after every crash

Quote:

Quote:

View 9 Replies View Related

Ubuntu :: Freezing With Flash - Screen Randomly Whited Out Fading In Splotches To Black And Then Back To White

Dec 18, 2010

I am having a problem. I am running Ubuntu 10.04 on a Sony Vaio FW series. It has Nvidia graphics that I don't think the OS is taking advantage of, whatever. It also came with 64-bit Windows, it's a 32-bit OS, and again, as far as I have been concerned, whatever. It's been functioning fine for the half a year since I installed it.

Until recently. My computer has been freezing. What happened first is that the screen randomly whited out, fading in splotches to black and then back to white. This freaked me out, but restarting seemed to smooth things out. Then windows in the OS wouldn't resize, then Flash videos would freeze the OS up, repeating the 2 seconds of sound it last played. Over and over again. In a loop. On a white screen. Sometimes with vertical stripes.

This all happens inconsistently, and whenever I restart it's fine again. I just want to know if there's a deeper issue so that I can resolve it. Otherwise I have been completely satisfied, as a previous Windows and OSX user who is computer-competent within a GUI.

View 4 Replies View Related







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