Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-01-2008, 06:22 PM   #1 (permalink)
Pee into the Wind...
 
shady_inc's Avatar
 
Join Date: May 2007
Location: Mumbai
Posts: 782
Default Ubuntu no display after loading screen.


Just yesterday, I was playing around with compiz-config settings manager and did something which I now feel I shouldn't have done.Anyway, I restarted the X-windows [Ctrl-Alt-Backspace] and I haven't been getting any display since then.The loading screen appears but a message "Input Not Supported" flashes across the screen while loading and there is no display after that.Here s my xorg.conf file:
Code:
Section "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"    "/dev/input/mice"
    Option        "Protocol"    "ImPS/2"
    Option        "ZAxisMapping"    "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "stylus"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "eraser"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "cursor"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    Boardname    "Intel 845"
    Busid        "PCI:0:2:0"
    Driver        "i810"
    Screen    0
    Vendorname    "Intel"
EndSection

Section "Monitor"
    Identifier    "HCM510LSA"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1024x768"
    Horizsync    31.5-48.0
    Vertrefresh    56.0 - 65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    Monitor        "HCM510LSA"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    1024    768
        Modes        "1024x768@60"    "800x600@60"    "800x600@56"    "640x480@60"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen 0 "Default Screen" 0 0
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
    
    # Uncomment if you have a wacom tablet
    #    InputDevice     "stylus"    "SendCoreEvents"
    #    InputDevice     "cursor"    "SendCoreEvents"
    #    InputDevice     "eraser"    "SendCoreEvents"
EndSection
Section "Module"
    Load        "glx"
    Load        "GLcore"
    Load        "dri"
    Load        "v4l"
EndSection
Section "ServerFlags"
EndSection
I omitted the lines having # in start here.
Regards,
shady_inc.
__________________
Life is as complicated as you say it is.
shady_inc is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 29-01-2008, 09:57 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Ubuntu no display after loading screen.

Type this command
Code:
 grep EE /var/log/Xorg.0.log >> xorg_errors.txt
It will create a file xorg_errors.txt, upload it here.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 30-01-2008, 01:44 PM   #3 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: Ubuntu no display after loading screen.

remove this wacom sh!t & whenever your X fails, first try
Quote:
sudo dpkg-reconfigure xserver-xorg
gary4gar is offline  
Old 30-01-2008, 02:43 PM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Ubuntu no display after loading screen.

@shady:Isn't gutsy uses driver "intel" rather than "i810"
so,it will be:
Code:
Section "Device"
    Identifier    "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    Boardname    "Intel 845"
    Busid        "PCI:0:2:0"
    Driver        "intel"
    Screen    0
    Vendorname    "Intel"
EndSection
also ur xorg.conf seems a custom one that is not generated by dexconf

still no display?press ctrl+alt+f2 to and login.then run "sudo /etc/init.d/gdm restart"
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 30-01-2008, 03:54 PM   #5 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Ubuntu no display after loading screen.

AFAICR UBUNTU(nearly every distro) will make a backup of the xorg.conf before any changes are made..
search for it it might have extension xorg.conf.bak or something..
once it happened to me and i just backed up the file and then everything was allright..
remember u have to have root privilages...just log in emergency console or enter single user mode and do it..
the backup file will be in the same directory..
just type
Code:
cp backupfilename xorg.conf
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks

Last edited by adi007; 30-01-2008 at 04:07 PM.
adi007 is offline  
Old 30-01-2008, 07:09 PM   #6 (permalink)
Pee into the Wind...
 
shady_inc's Avatar
 
Join Date: May 2007
Location: Mumbai
Posts: 782
Default Re: Ubuntu no display after loading screen.

Hi.!
@ mehulved: Here is the content of that file:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.
(EE) intel(0): ivch: Unable to read register 0x00 from DVOI2C_B:04.
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): tfp410 not detected got VID FFFFFFFF: from DVOI2C_E Slave 112.

@gary4gar: I tried that command, but it asked for several things like:
Rather than communicating directly with the video hardware, the X server
may be configured to perform some operations, such as video mode switching, via the kernel's framebuffer driver.
In theory, either approach should work, but in practice, sometimes one
does and the other does not. Enabling this option is the safe bet, but
feel free to turn it off if it appears to cause problems
I have no idea what to select here.So I just shut down the terminal at this point.

@praka123: I have selected intel i845 under Screen & Graphics.It still shows the driver as 810.
That's how it has always been.[checked in earlier backups too.It was i810 rather than Intel.]

@adi007 .There are 7 backups of xorg.conf under /etc/X11.!
BTW, I am able to boot into ubuntu,like, say every 1 out of 5 times.I managed to get Ubuntu display today morning.But when I check back in the evening,it's back to blank screen.;(.It's not the LCD getting old or anything since both Vista and Ubuntu LiveCD work fine.
__________________
Life is as complicated as you say it is.
shady_inc is offline  
Old 31-01-2008, 06:22 AM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: Ubuntu no display after loading screen.

@shady:do a
Code:
sudo dpkg-reconfigure `uname -r`
and may be a
Code:
depmod -ae
Make sure ur /etc/apt/sources.list repos are uncommented for universe,multiverse,for reference,below is my /etc/apt/sources.list
Code:
localhost:~# cat /media/sdb12/etc/apt/sources.list
# 
# deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071017)]/ gutsy main restricted

deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071017)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
#Repository List based on standard gutsy with many extra packages
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number):
#  gpg --keyserver subkeys.pgp.net --recv KEY
#  gpg --export --armor KEY | sudo apt-key add -
#
# If you have a gpg key URL use (replace URL with the key address):
#
#  wget -q URL -O- | sudo apt-key add -
#
# If you have a gpg key file use (replace FILE with the key file):
#
#  sudo apt-key add FILE

deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://archive.ubuntu.com/ubuntu/ gutsy universe
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse

# Seveas’ packages (GPG key: 1135D466)
# GPG key-file: http://mirror.ubuntulinux.nl/1135D466.gpg
deb http://mirror.ubuntulinux.nl gutsy-seveas all
deb-src http://mirror.ubuntulinux.nl gutsy-seveas all

# Medibuntu - Ubuntu 7.10 "gutsy gibbon"
# GPG key-file: http://packages.medibuntu.org/medibuntu-key.gpg
deb http://packages.medibuntu.org/ gutsy free non-free
#deb-src http://packages.medibuntu.org/ gutsy free non-free

# Debuntu Ubuntu gutsy packages
# GPG Key: http://repository.debuntu.org/GPG-Key-chantra.txt
deb  http://repository.debuntu.org/ gutsy multiverse
#deb-src http://repository.debuntu.org/ gutsy multiverse
also when internet is connected,do a :

Code:
sudo apt-get update && sudo apt-get upgrade
then,
Code:
sudo apt-get install libgl1-mesa-glx libgl1-mesa-dri mesa-utils  xserver-xorg-video-intel

the xorg.conf generated by gutsy seems similar to the ones from fedora and other rpm distros

I think the display fails may be due to the resolution which the monitor/LCD cannot handle due to the modesetting options given by xorg.conf you used in ubuntu.So,
use the below /etc/X11/xorg.conf as it is :

remember,use "intel" driver must be used instead of old "i810" drivers for support.Just installed Gutsy Ubuntu on an intel machine 2 days back,so knows the thing
Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    Fontpath    "/usr/share/fonts/X11/misc"
    Fontpath    "/usr/share/fonts/X11/cyrillic"
    Fontpath    "/usr/share/fonts/X11/100dpi/:unscaled"
    Fontpath    "/usr/share/fonts/X11/75dpi/:unscaled"
    Fontpath    "/usr/share/fonts/X11/Type1"
    Fontpath    "/usr/share/fonts/X11/100dpi"
    Fontpath    "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    Fontpath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load        "dbe"
    Load        "dri"
    Load        "glx"
    Load        "ddc"
    Load        "extmod"
    Load        "type1"
    Load        "freetype"
    Load        "bitmap"
    Load        "int10"
    Load        "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"    "/dev/input/mice"
    Option        "Protocol"    "ImPS/2"
    Option        "ZAxisMapping"    "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "Device"
    Identifier    "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    Boardname    "Intel 845"
    Busid        "PCI:0:2:0"
    Driver        "intel"
Option       "XAANoOffscreenPixmaps"   "true"
Option       "AccelMethod"    "EXA"
EndSection

Section "Monitor"
    Identifier    "HCM510LSA"
    Option      "DPMS"
    Horizsync    30.0-60.0
    Vertrefresh  55.0 - 75.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    Monitor        "HCM510LSA"
    Defaultdepth   24
    SubSection "Display"
           Modes    "1024x768" "800x600" 
EndSubSection
    
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    screen          "Default Screen"
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
EndSection
^ur vertical and Horizontal resolution also is wrong.So,I used the correct frequencies as per Hcl website.

http://www.hclinfosystems.in/HCM510L...20rev%2001.Doc

restart gdm(sudo /etc/init.d/gdm restart or "telinit 1+ CTRL+D in runlevel 1") for the X to set correctly.

Now,In GNOME,go to menu System>Preferences>Screen Resolution to 1024x768@60Hz(recommended Resolution as per HCL site) or 1024x768@75Hz for ur 15" LCD Monitor
If u have enough RAM there,try enabling compiz also in Ubuntu
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 31-01-2008 at 06:43 AM.
praka123 is offline  
Old 31-01-2008, 10:14 AM   #8 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Ubuntu no display after loading screen.

Quote:
Originally Posted by shady_inc View Post
@adi007 .There are 7 backups of xorg.conf under /etc/X11.!
there is nothing to shock as i said everytime u change some display settings the backup file will be created..
if there is some number in the name of the backupfile then restore the file with higgest number in it's name..
else if u are confused,restore any file u like..I am sure it will work...
to restore file use root authentication and issue
Code:
cp backupfilename xorg.conf
I strongly believe this will work ..try it...
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 31-01-2008, 10:18 AM   #9 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Ubuntu no display after loading screen.

Quote:
Originally Posted by shady_inc View Post
It's not the LCD getting old or anything since both Vista and Ubuntu LiveCD work fine.
If Ubuntu Live cd works fine , then just copy the xorg.conf from the live cd to ur original xorg.conf.

Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 31-01-2008, 09:29 PM   #10 (permalink)
Pee into the Wind...
 
shady_inc's Avatar
 
Join Date: May 2007
Location: Mumbai
Posts: 782
Default Re: Ubuntu no display after loading screen.

Hi.!
Now I can boot into Ubuntu alright.!
Did almost everything mentioned here.Not quite sure what worked and what didn't.But everything looks to be fine for now.I might as well re-install Ubuntu to undo any harmful changes I might have made.
Quote:
Originally Posted by praka123
If u have enough RAM there,try enabling compiz also in Ubuntu
I already run it without any problems, even when the driver was set to older "i810" And I have also managed to convince two of my friends to install Ubuntu after a little "Compiz Fusion Showdown"
__________________
Life is as complicated as you say it is.
shady_inc is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ubuntu 7.10 loading time is slow saurabh kakkar Open Source 6 31-01-2008 09:06 PM
!! Ubuntu 7.04 Loading Problem.. Dipen01 Open Source 24 29-04-2007 12:51 PM
Display going blank after the xp loading screen soumya Hardware Q&A 5 26-02-2007 04:24 PM
how to change loading screen of XP? saurav_nolakha Software Q&A 1 09-10-2006 01:01 PM
Ubuntu Help: Loading Problem speedyguy Software Q&A 14 11-06-2006 01:52 AM

 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:36 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2