Results 1 to 10 of 14

Thread: Can't install Lucid (monitor switches to standby)

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Beans
    9

    Re: Can't install Lucid (monitor switches to standby)

    OK, here's what I did...

    (These steps assume you have a working copy of Karmic, with your ATI graphics card already set up on it. If you haven't, then see note below.)

    1. Removed graphics card, then installed Lucid alongside my previous installation of Karmic.
    2. Put graphics card back in. If you boot, then choose the new (Lucid) installation at startup, the monitor switches off. So restart and boot into Karmic.
    3. Open a Nautilus window as root (press Alt+F2, then enter gksudo nautilus ). Find the new (Lucid) partition, and mount it.
    4. Now, you can copy the file /etc/X11/xorg.conf from your Karmic to your Lucid.
    5. Restart. This time, at the boot menu, choose Lucid. If all went well, then hopefully the screen will not turn off this time, and instead you'll get a dialogue warning that your graphics drivers aren't configured properly (or something like that). I chose the option to run in low graphics for "this session only".
    6. Hopefully you're now able to log in. The graphics look pretty awful, but that's OK for now. Now you could probably just skip to the next step, but if you want to do exactly what I did (it worked for me), then you should run the automatic Update Manager (in the system menu) to install general updates. And then restart when it asks you to, and boot into Lucid again (same warning about graphics; give the same answer, "this session only").
    7. Now, I went to System > Administration > Hardware drivers, and used this to automatically install the proprietary ATI drivers. Restart.
    8. If it worked, then Lucid will now boot up with perfect graphics. (Incidentally, when I installed Karmic last year, the automatic hardware driver installer thing didn't work, and I had to manually download and run files from ATI, plus a load of manual configuring. But this time the automatic thing worked perfectly.)


    What if you don't have a working copy of Karmic? In this case, you could manually create the /etc/X11/xorg.conf file, using the content from my one. I don't know if it varies from system to system, so I've given instructions above for copying your own one over from Karmic to Lucid. But if you want to give this a try, here is the content of my file:
    Code:
    Section "ServerLayout"
    	Identifier     "aticonfig Layout"
    	Screen      0  "aticonfig-Screen[0]-0" 0 0
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
    EndSection
    
    Section "Monitor"
    	Identifier   "aticonfig-Monitor[0]-0"
    	Option	    "VendorName" "ATI Proprietary Driver"
    	Option	    "ModelName" "Generic Autodetecting Monitor"
    	Option	    "DPMS" "true"
    EndSection
    
    Section "Device"
    	Identifier  "aticonfig-Device[0]-0"
    	Driver      "fglrx"
    	BusID       "PCI:1:0:0"
    EndSection
    
    Section "Screen"
    	Identifier "aticonfig-Screen[0]-0"
    	Device     "aticonfig-Device[0]-0"
    	Monitor    "aticonfig-Monitor[0]-0"
    	DefaultDepth     24
    	SubSection "Display"
    		Viewport   0 0
    		Depth     24
    	EndSubSection
    EndSection
    I guess the simplest thing would be to boot into the Karmic live CD (or any previous version of Ubuntu, or any Linux), mount the Lucid partition that you've just installed, create the file /etc/X11/xorg.conf , and paste the above content into it. Then proceed from step 5 above.

    And let me know if this works or not. Good luck.

  2. #2
    Join Date
    May 2010
    Beans
    4

    Re: Can't install Lucid (monitor switches to standby)

    Thanks for your very quick answer!

    I installed Lucid on my Win partition. I got a perfect working Karmic and the Lucid.
    But in the Lucid there is no xorg.conf, so that would be the problem. But I'm not able to copy it from Karmic
    Maybe it's because I choose to crypt the my home-folder

    So I will have to reinstall Lucid....
    I will post the result

    moe

  3. #3
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Can't install Lucid (monitor switches to standby)

    Quote Originally Posted by o0moe0o View Post
    Thanks for your very quick answer!

    I installed Lucid on my Win partition. I got a perfect working Karmic and the Lucid.
    But in the Lucid there is no xorg.conf, so that would be the problem. But I'm not able to copy it from Karmic
    Maybe it's because I choose to crypt the my home-folder

    So I will have to reinstall Lucid....
    I will post the result

    moe
    What graphics card/chip do you have?

  4. #4
    Join Date
    May 2010
    Beans
    4

    Re: Can't install Lucid (monitor switches to standby)

    Quote Originally Posted by wojox View Post
    What graphics card/chip do you have?
    NVidia Geforce 9500 GT

  5. #5
    Join Date
    Jan 2008
    Beans
    9

    Re: Can't install Lucid (monitor switches to standby)

    My problem was with an ATI graphics card, so I'm not sure my solution is going to work for you.

  6. #6
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Can't install Lucid (monitor switches to standby)

    Quote Originally Posted by o0moe0o View Post
    NVidia Geforce 9500 GT
    So run

    Code:
    sudo nvidia-xconfig
    That will install a xorg.conf in /etc/X11/

  7. #7
    Join Date
    May 2010
    Beans
    4

    Re: Can't install Lucid (monitor switches to standby)

    Quote Originally Posted by denBosch View Post
    My problem was with an ATI graphics card, so I'm not sure my solution is going to work for you.
    Yes, but on that way I found out, that there is no xorg.conf what causes the issue

    Quote Originally Posted by wojox View Post
    That will install a xorg.conf in /etc/X11/
    but I'm not able to do anything because the Monitor is in standby

  8. #8
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Can't install Lucid (monitor switches to standby)

    Quote Originally Posted by o0moe0o View Post

    but I'm not able to do anything because the Monitor is in standby

    #Boot Live cd
    #Open a terminal:
    sudo fdisk -l
    #Determine what partition
    sudo mount /dev/sda1 /mnt
    #Open nautilus as root
    gksudo nautilus
    #Navigate to /etc/default/grub
    #Change this to
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash"

  9. #9
    Join Date
    Nov 2009
    Beans
    2

    Re: Can't install Lucid (monitor switches to standby)

    I have the same problem with 11.04 and gforce 8500.

    Monitor goes to standby and cannot use Ubuntu!

    Oh well, theres always windows....!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •