Announcement

Collapse
No announcement yet.

Xorg black screen after update

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Xorg black screen after update

    Not sure if this belongs in the hw section.

    Updated using auto update last night. One of the new packages was xorg something or other IIRC. Now when X is run, I only see a cursor on a black background instead of the login screen. I can enter my pwd and it will go into KDM (I can tell because I hear the startup noise). So it's purely a problem with X. I've tried dpkg-reconfigure xserver-xorg with no results. I've tried Xorg -configure also with no results.

    I can get graphics if I set vga=ask on the GRUB menu, and then choose 311 (640x480x16 VESA). I've messed around with my xorg.conf file with no results, but I'll keep trying.

    My graphics chip is an Intel G41. I am using the xorg intel driver. If I can figure out a way, I will post my xorg.conf file and my xorg log.

    #2
    Re: Xorg black screen after update

    Here is my xorg.conf:
    Code:
    Section "ServerLayout"
    	Identifier   "X.org Configured"
    	Screen   0 "Screen0" 0 0
    	InputDevice  "Mouse0" "CorePointer"
    	InputDevice  "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    	ModulePath  "/usr/lib/xorg/modules"
    	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"
    	FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    	FontPath   "built-ins"
    EndSection
    
    Section "Module"
    	Load "extmod"
    	Load "record"
    	Load "dri"
    	Load "glx"
    	Load "dbe"
    	Load "dri2"
    EndSection
    
    Section "InputDevice"
    	Identifier "Keyboard0"
    	Driver   "kbd"
    EndSection
    
    Section "InputDevice"
    	Identifier "Mouse0"
    	Driver   "mouse"
    	Option	  "Protocol" "auto"
    	Option	  "Device" "/dev/input/mice"
    	Option	  "ZAxisMapping" "4 5 6 7"
    EndSection
    
    Section "Monitor"
    	Identifier  "Monitor0"
    	VendorName  "Monitor Vendor"
    	ModelName  "Monitor Model"
    EndSection
    
    Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option   "NoAccel"      	# [<bool>]
        #Option   "SWcursor"      	# [<bool>]
        #Option   "ColorKey"      	# <i>
        #Option   "CacheLines"     	# <i>
        #Option   "Dac6Bit"      	# [<bool>]
        #Option   "DRI"        	# [<bool>]
        #Option   "NoDDC"       	# [<bool>]
        #Option   "ShowCache"     	# [<bool>]
        #Option   "XvMCSurfaces"    	# <i>
        #Option   "PageFlip"      	# [<bool>]
    	Identifier "Card0"
    	Driver   "intel"
    	VendorName "Intel Corporation"
    	BoardName  "4 Series Chipset Integrated Graphics Controller"
    	BusID    "PCI:0:2:0"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device   "Card0"
    	Monitor  "Monitor0"
    	SubSection "Display"
    		Viewport  0 0
    		Depth   1
    	EndSubSection
    	SubSection "Display"
    		Viewport  0 0
    		Depth   4
    	EndSubSection
    	SubSection "Display"
    		Viewport  0 0
    		Depth   8
    	EndSubSection
    	SubSection "Display"
    		Viewport  0 0
    		Depth   15
    	EndSubSection
    	SubSection "Display"
    		Viewport  0 0
    		Depth   16
    	EndSubSection
    	SubSection "Display"
    		Viewport  0 0
    		Depth   24
    	EndSubSection
    EndSection

    Comment


      #3
      Re: Xorg black screen after update

      Got it fixed :
      added "nosplash vga=795" to kernel options in GRUB
      also added "Modes "1280x1024" "1024x768" "800x600" "640x480"" to display 16 and 24 bit color depths under the screen section of xorg.conf

      Comment


        #4
        Re: Xorg black screen after update

        wish I'd read this earlier, I just got done reinstalling, configuring my 9.10 install because of this. Not that I had a chance in hell of fixing much less finding what you did. Thought it was something I did. I have another 9.10 install on a CRT which was problem free, which further confused me. Now I'll be ready when it happens again

        Comment

        Working...
        X