Page 119 of 139 FirstFirst ... 1969109117118119120121129 ... LastLast
Results 1,181 to 1,190 of 1386

Thread: Graphics Resolution- Upgrade /Blank Screen after reboot

  1. #1181
    Join Date
    Jul 2012
    Beans
    5

    Re: Graphics Resolution- Upgrade /Blank Screen after reboot

    Hi MAFoElffen

    so I tried your xorg.conf file, placing it in the /etc/X11/ directory. unfortunately it didnt work out. problem appears to be even worse now. cannot start ubuntu, even with the "recovery boot -> resume boot -> manual shutdown -> manual restart" trick. deleted the file using the Ubuntu live usb, but problem persists.

    ...
    any other idea?

  2. #1182
    Join Date
    Nov 2010
    Location
    Mautitius
    Beans
    19
    Distro
    Ubuntu

    Re: Graphics Resolution- Upgrade /Blank Screen after reboot

    You may try to start with safe graphics mode and restore your current xorg configuration or reconfigure. I had this problem with my onboard graphics, but when insert back my nVidia graphics card back, all worked.

  3. #1183
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Graphics Resolution- Upgrade /Blank Screen after reboot

    Quote Originally Posted by klausrob View Post
    Hi MAFoElffen

    so I tried your xorg.conf file, placing it in the /etc/X11/ directory. unfortunately it didnt work out. problem appears to be even worse now. cannot start ubuntu, even with the "recovery boot -> resume boot -> manual shutdown -> manual restart" trick. deleted the file using the Ubuntu live usb, but problem persists.

    ...
    any other idea?
    All you did was add the xorg.conf file right? Getting rid of it should have got you back to where you were before... That was the only change. Pull the battery to ensure nothing is hanging around resident.

    I simplified and cut them down. Try one of these.
    Code:
    # Xorg.conf for Lenova w/ Intel Mobile 4 GPU
    # MAFoElffen 2013.03.09
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    
    Section "Files"
    EndSection
    
    
    Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    
    Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "CRT-0"
    EndSection
    
    
    Section "Device"
        Identifier     "Device0"
        Driver         "intel"
    EndSection
    
    
    Section "Screen"
    
    
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    Code:
    Section "Monitor"
        Identifier     "Monitor0"
    EndSection
    
    
    Section "Device"
        Identifier     "Device0"
        Driver         "intel"
    EndSection
    
    
    Section "Screen"
    
    
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  4. #1184
    Join Date
    Sep 2005
    Location
    Atlanta, GA
    Beans
    20
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: Graphics Resolution- Upgrade /Blank Screen after reboot

    Quote Originally Posted by klausrob View Post
    Hi MAFoElffen

    so I tried your xorg.conf file, placing it in the /etc/X11/ directory. unfortunately it didnt work out. problem appears to be even worse now. cannot start ubuntu, even with the "recovery boot -> resume boot -> manual shutdown -> manual restart" trick. deleted the file using the Ubuntu live usb, but problem persists.

    ...
    any other idea?
    Honestly, I don't know if this will help you or not.
    I had lots of boot / black screen / lockup problems with my HP laptop and Ubuntu 12.10
    Finally got it sorted out.

    I do not have a file: /etc/X11/xorg.conf and I am running fine.
    If you have Intel graphics, that seems to be a big problem with laptops.
    I am using boot arguments: "nomodereset nosplash i915.blacklist=1"

    Good luck. You can fix the problem.

  5. #1185
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Graphics Resolution- Upgrade /Blank Screen after reboot

    Yes... Usually Intel chipsets are not a problem. Sometimes with older laptops, then some 915 issues. A couple years ago, they introduced the Sandybridge CPU w/ an Intel APU, then there was issues again on those early chips. But usually... and more often on the laptops than on onboard desktop mobo's. On intel, since intel does opensource and shares their code with Xorg, if there is an Intel GPU, then it usually defaults to that driver with little problems.

    But heck.... have to still get you going somehow. Anyway of sharing an /var/log/Xorg.o.log on it?

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  6. #1186
    Join Date
    Apr 2013
    Beans
    14

    Re: Graphics Resolution- Upgrade /Blank Screen. easy way to fix

    hi guys im a noob at this stuff with them commands i didn't understand a word of it., but i found an easy way to sort it out and iv not a clue how. iv installed it on a netbook of a usb boot, i get a purple screen then it froze on a black screen. on the purple screen hold Fn and keep pressing F5 and F6 (i think there for the brightness)it boots up, it boots up first time now. not a clue what its done but its sorted it out

  7. #1187
    Join Date
    Feb 2010
    Location
    Nr BrandsHatch, S'oaks UK
    Beans
    1,241
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Graphics Resolution- Upgrade /Blank Screen after reboot

    Hi!, ozz1234,

    Welcome to the Forum.

    Sounds like you had a monitor screen backlighting problem.

    If it is still "sorted out" after rebooting, please confirm you do not need anything more.

    Chao!, bogan.
    "Better Solutions may bring Worsened Problems": After Lao Tse, b. circa 405BC. a contemporary of Confucius, who died circa 600BC.
    They did things differently in those days, apparently!!

  8. #1188
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Graphics Resolution- Upgrade /Blank Screen. easy way to fix

    Hold a light (flashlight or such) at an angle to the screen to see if it is displaying, but not backlit...

    If so, then try hitting <Fn><Down-Arrow> or <Fn><Up-Arrow> a few times to see if it alters the brightness setting at all. Sometimes the brightness setting is reversed on some devices, so it come up as dark, then needs the <Fn><Down-Arrow> to get brighter... even though that hot-key combo is usually to get darker (reversed meaning). One of mine is like this.

    On some devices without a <Fn> key (like some Dells), the key-code gets sent for that by holding down the left <Cntrl><Alt> keys. So then the combo would be <Left-Cntrl><Left-Alt><Down-Arrow>...
    Last edited by MAFoElffen; April 7th, 2013 at 03:51 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  9. #1189
    Join Date
    Apr 2013
    Beans
    14

    Re: Graphics Resolution- Upgrade /Blank Screen. easy way to fix

    it was the back light. if i change the the brightnes up to full the screen goes dark turn if i turn it half way it goes off and on a quarter its bright. i think the graphic driver needs updating, iv put a post on here how to do that as well i cant find it under setting

  10. #1190
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Graphics Resolution- Upgrade /Blank Screen after reboot

    The video driver is currently under System Settings > System > Software Sources ... last tab is Additional Drivers. But changing that should not affect that subsystem.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Page 119 of 139 FirstFirst ... 1969109117118119120121129 ... LastLast

Tags for this Thread

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
  •