Results 1 to 4 of 4

Thread: nVdia Driver blank screen please help !!! :(

  1. #1
    Join Date
    2013-Apr
    Posts
    2

    Unhappy nVdia Driver blank screen please help !!! :(

    hii
    i tried to install nvidia driver on Kali with every possible way i found over the internet , but i still get a blank screen with flashing cursor after rebooting the system everytime...
    i ctrl-alt-f1 then removed the xorg.conf file to be able to run into GUI mode again but still without the xorg.file iam not using the nvidia driver...
    and my xorg.conf look like this:
    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 304.48  (pbuilder@cake)  Wed Sep 12 10:54:51 UTC 2012
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "Files"
    EndSectionEndSection
    
    Section "Screen"
    	Identifier     "CentreScreen"
    	Device         "Left nVidia 8600GT"
    	Monitor        "VG2021m"
    	# Compositing manager
    	Option         "RenderAccel" "true"
    	Option         "TripleBuffer" "true"
    # Not needed on modern X servers	Option         "AllowGLXWithComposite"
    	Option         "DPMS" "true"
    	DefaultDepth    24
    	SubSection     "Display"
    		Depth       24
    		Modes      "1400x1050"
    	EndSubSection
    EndSection
    
    
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       28.0 - 33.0
        VertRefresh     43.0 - 72.0
        Option         "DPMS"
    EndSection
    
    Section "Device"
      BusID        "1:0:0"
      Driver       "nvidia"
      Identifier   "Device[0]"
      VendorName   "NVidia"
      Screen          0
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    if this might help iam running an Dell 5110-inspiron with nvidia geforce gt525m graph
    and pre-thanks for any help

  2. #2
    did you try /etc/init.d/gdm3 stop before you install nvidia? try that if you didn't then after that reboot

  3. #3
    Join Date
    2013-Apr
    Posts
    2
    i downloaded the .run file from the official site then fixed the headers >>> # apt-get install linux-headers-`uname -r`
    then /etc/init.d/gdm3 stop
    sh nvidia-driver.run
    then nvidia-xconfig
    then reboot and stuck in the blanking screen thing
    any solutions to the blank screen problem !!?

  4. #4
    lol it is brightness issues I think, like mine.

    you need to modify a file called "brightness" at /sys/class/backlight/acpi_video0/
    read my post it might help you check this

    http://synapse.wordpress.com/2012/05...queeze-wheezy/ this link was given to me by charonsecurity

Similar Threads

  1. Kali Linux black screen or blank screen fixed!!!
    By nohackypanky in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2019-09-24, 18:27
  2. Kali Not Booting after Nvdia driver install
    By mmuk2002 in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2018-08-26, 01:58
  3. After Nvidia driver installs, system reboot's to blank screen.
    By Spider in forum TroubleShooting Archive
    Replies: 11
    Last Post: 2018-02-21, 06:53
  4. Troubel with installing nvdia driver on MacBook Pro Late 2013
    By DirtDiver in forum Installing Archive
    Replies: 0
    Last Post: 2014-11-17, 15:39

Tags for this Thread

Posting Permissions

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