LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 11-01-2009, 06:52 AM   #1
cvrprakash
LQ Newbie
 
Registered: Mar 2007
Posts: 5

Rep: Reputation: 0
Display freezes in Ubuntu 9.10


Hi All,

I am a linux user for past 1 year. I was using Ubuntu 9.04(32bit) and yesterday I updated it to Ubuntu 9.10(64bit).
From that time I am having a problem with display.
My monitor is HP 1740 TFT.
The screen freezes, key board hangs and the only way out from that is to force reboot the system.
I searched for the /etc/X11 directory and not able to locate the xorg.conf file.
I tried reshuffling the screen resolution and that too din't work and Ubuntu is not able to grab my monitor as always it says "Unknown Monitor".

user@ubuntu910X:/etc/X11$ ls -lt
total 68
lrwxrwxrwx 1 root root 13 2009-10-30 23:52 X -> /usr/bin/Xorg
drwxr-xr-x 2 root root 4096 2009-10-27 23:45 Xsession.d
-rw-r--r-- 1 root root 14 2009-10-27 23:45 default-display-manager
drwxr-xr-x 2 root root 4096 2009-10-27 23:44 cursors
drwxr-xr-x 2 root root 4096 2009-10-27 23:44 app-defaults
drwxr-xr-x 3 root root 4096 2009-10-27 23:44 xinit
drwxr-xr-x 6 root root 4096 2009-10-27 23:37 fonts
-rw------- 1 root root 601 2009-10-27 23:29 Xwrapper.config
drwxr-xr-x 2 root root 4096 2009-10-27 23:28 Xresources
drwxr-xr-x 2 root root 4096 2009-10-27 23:27 xkb
-rw-r--r-- 1 root root 13 2009-08-25 06:13 XvMCConfig
-rw-r--r-- 1 root root 17394 2009-06-23 04:27 rgb.txt
-rwxr-xr-x 1 root root 3730 2008-06-25 07:35 Xsession
-rw-r--r-- 1 root root 265 2008-06-25 07:35 Xsession.options
user@ubuntu910X:/etc/X11$

Please suggest me a fix, I don't want to move out of Ubuntu.

Thanks
Prakash R
 
Old 11-01-2009, 01:15 PM   #2
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 66
Boot into single user mode
Type" dpkg-reconfigure xserver-xorg && startx" to test the install. If you are use a proprietary driver, you will need to reinstall and reconfigure the driver for the present kernel.

In the xorg.conf file, you may need to manually enter the values for your monitor. The values for HorizSync and VertRefresh should be easily accessible from google or any search engine. Add the Monitor name and model also.
 
Old 11-01-2009, 11:53 PM   #3
cvrprakash
LQ Newbie
 
Registered: Mar 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Hi Mr-Bisquit,

Thanks for your quick response.
I had already tried out the suggestions that you had mentioned and it giving the same problem again.
Today I faced some more kernal type of issues that automatically reported to ubuntu team.

Here I had taken the out put of some of the linux commands (dmesg,lspci-vvnn,uname-a,version) and provided the link for you to check. Hope this data will be more useful to analyse the issue in a better way.

Download Link:
http://rapidshare.com/files/30122141...01.tar.gz.html
MD5: AB08B74CA00C1FA459D1D96552F1C6C2

Also please suggest me where I can contact to fix this type of kernal.

Regards
Prakash.R
 
Old 11-02-2009, 07:49 AM   #4
arisp
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
Found this in the ubuntu bugs (launchpad):

I found a workaround to this issue for those of you who have an intel graphic card (which is what HP Pavillion PCs come with).
you must revert to an older version of the graphic card driver by following these instructions:
https://wiki.ubuntu.com/ReinhardTart...telDriverTo2.4
The instructions were intended for Jaunty but they also work for 9.10
Of course, since the system hangs, you need to start in recovery mode to run those instruction from the command line.



Seems to be a problem that a lot of people with Intel graphics chipsets are having. Will try it this evening when I get home. Hope it helps everyone.


A.

Last edited by arisp; 11-02-2009 at 07:51 AM.
 
Old 11-02-2009, 10:22 AM   #5
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 66
Are you using Xen? Your dmesg output shows a paravirtualized kernel booting.
 
Old 11-02-2009, 11:27 PM   #6
cvrprakash
LQ Newbie
 
Registered: Mar 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Hi arisp, will try you suggestion and update you.
Mr-Bisquit, I am not using Xen.
If nothing works out I am planning to go back to Ubuntu 9.04, 32 bit.
 
Old 11-03-2009, 10:38 AM   #7
villegas_j
LQ Newbie
 
Registered: Nov 2009
Posts: 1

Rep: Reputation: 0
Thank you Arisp!
for copying and pasting my comment from another post (https://bugs.launchpad.net/ubuntu/+bug/461163)

I guess you did it because it solved your issue which is the main point.

regards,

Julien
 
Old 11-03-2009, 12:31 PM   #8
arisp
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
Sorry Julien... can't really tell if your tone is ironic or not

Just to make it very clear though, it wasn't my intention to pass your comment as my own comment. I started my post like this:

"Found this in the ubuntu bugs (launchpad):"

I pasted it here as I had found 2 good threads (this one being the one and the other being one in the ubuntu forum) with loads of people having this problem and no one having the faintest idea about how to solve it! It was only after searching for very long that I came across your comment on launchpad and thought it might be more helpful to post a potential answer to the problem here where more people seem to be looking for the solution. You'll find that I've made exactly the same post in the ubuntu forums.

In any case, I haven't had the chance to try it yet, so I was kind of hoping to get some reaction from someone who has as well. Will try make some time and try it tonight. Will post back if I get any luck.

As mentioned by someone else on launchpad however I can't believe so many people are having the same problem and the ubuntu developer community hasn't come up with a bug fix. It is a shame for people to have to go through hoops to get a linux distro to work. Eventually it will drive people away.

Thanks,
A.
 
Old 11-05-2009, 09:57 PM   #9
pete_bogg
Member
 
Registered: Aug 2003
Location: Kentucky
Distribution: Ubuntu 9.10
Posts: 153

Rep: Reputation: 30
I had two freezes this past weekend while using Firefox and one freeze today while using Gnucash. The only way to escape, was to hold in the power button to re-boot.

I have a fresh install of Karmic with an Intel 82845G/GL integrated video (according to the Xorg.0.log).

---

It may be worth noting that the Xorg.0.log showed an error trying to load the "i810" driver, which it couldn't find. Also, I noticed that Extreme Tux Racer is running somewhat "choppy". I assume this means that graphics acceleration is not active.
 
Old 11-06-2009, 10:26 AM   #10
arisp
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
The procedure described above solved my problem! No more crashes for me.

Hope it works for other people too.

A.
 
Old 02-06-2010, 04:35 AM   #11
lowhand
LQ Newbie
 
Registered: Feb 2010
Posts: 1

Rep: Reputation: 0
Hello,

I also was able to stop the freeze up by reverting to an older version of an intel graphics card driver.

However, now suspend will not work.

Does anyone have a fix for this?

Thanks!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why freezes Ubuntu 8.10 every time after login? (1 month ubuntu worked fine) makrophage Linux - General 8 02-19-2009 11:21 PM
Display freezes installing on Averatec, how to get around? RileyTheWiley Linux - Laptop and Netbook 1 11-15-2008 07:56 PM
Display freezes installing on Averatec laptop RileyTheWiley Linux - Hardware 1 11-15-2008 07:43 PM
Ubuntu freezes? robbbert Ubuntu 6 06-17-2006 09:53 PM
YAST>Hardware info>FREEZES at Braille Display Balarabay1 Suse/Novell 0 05-02-2006 09:37 AM


All times are GMT -5. The time now is 02:12 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration