Find the answer to your Linux question:
Results 1 to 10 of 10
hey everyone, I have got a new video card for graduation. It is an Gforce 8800 gts. I have just set up my system with linux and windows but after ...
  1. #1
    Just Joined! abierstedt's Avatar
    Join Date
    Aug 2006
    Location
    South Dakota
    Posts
    53

    Debian has blank screen

    hey everyone,

    I have got a new video card for graduation. It is an Gforce 8800 gts.
    I have just set up my system with linux and windows but after Debian loads i dont have text of a gui, its just blank. I never had any notifications about X being configured improplerly either. I couldnt find much on googe.com/linux so i decided to check for a solution here. the card did work with ubuntu and open suse 10.2. I installed using the debian amd64 dvd 1. Im downloading the other ones now but i dont know what they will do and if they could fix the problem.

    please post if you have a solution.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    press Alt+Ctrl+F1. it will drop you at command line login prompt. log in and execute this
    Code:
    su
    dpkg-reconfigure xserver-xorg
    accept default options and select "vesa" Driver in Video Driver section. reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! abierstedt's Avatar
    Join Date
    Aug 2006
    Location
    South Dakota
    Posts
    53
    thanks for the reply, that does not work but i think its only because the card is not supported yet (maybe, just making an educated guess).

    there are beta drivers available but i don't understand how to install it. Can i install this via USB stick? Or if im completely wrong, what are my other options?


    Beta Driver - Linux Display Driver - x64 (AMD64/EM64T)

    thanks

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    post the contents of /etc/X11/xorg.conf file. ( Section Monitor, Video Driver and Screen only )
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined! abierstedt's Avatar
    Join Date
    Aug 2006
    Location
    South Dakota
    Posts
    53
    is that shown through


    nano ect/X11/xorg.conf ?


    because it is just a blank editor, how else can i get to it?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    which version of Debian do you have? cd to /etc/X11 and check what conf files do you have.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined! abierstedt's Avatar
    Join Date
    Aug 2006
    Location
    South Dakota
    Posts
    53
    i think that im doing something wrong when i reconfigure x for the vesa driver. Because it goes through the video keyboard mouse and monitor section and when i get to the end to select the screen depth ( after i select 24 and hit ok )
    the reconfigure interface has my command line under it and says-

    xserver-org postinst warning overwriting possibly customized configuration at ect/X11/xorg.conf


    something to that extent.

    Anyway what im tring to say is that there is no option to save the configuration and since it says POSTINST warning. Im assuming there is something i need to type manually in order to get it to work. Am i correct in that? I say this because there is nothing saved to ect/X11/xorg.conf ( respomding back with no such file or directory )


    And I am using Debian amd64

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    post the output of this
    Code:
    ls /etc/X11
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined! abierstedt's Avatar
    Join Date
    Aug 2006
    Location
    South Dakota
    Posts
    53
    ls /etc/X11: no such file or directory


    also i noticed that i typed ect in all of my posts. Sorry i didn't mean to to that, thats not what i have been tying in the console as i write all your replies down anyway.

  10. #10
    Just Joined! abierstedt's Avatar
    Join Date
    Aug 2006
    Location
    South Dakota
    Posts
    53
    hey i just got it working


    i installed the nvidia driver and the linux headers. Thanks for helping me

Posting Permissions

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