Results 1 to 10 of 23
ok so the first off i have debian etch installed on a 320gb sata. everything installed great except for this error it gives me when it tries to start the ...
- 01-25-2008 #1Just Joined!
- Join Date
- Jan 2008
- Location
- 127.0.0.1
- Posts
- 29
Etch Xserver no screens found
ok so the first off i have debian etch installed on a 320gb sata. everything installed great except for this error it gives me when it tries to start the xserver, it says that no screens were found. i figured it to be something with my graphics card which is a nvidia 8600. soo to try and fix that i used "nv" and i followed the steps in this guide to install the proprietary kernel. then i installed the nvidia-glx driver. you would think that it would work after this but noooooo. so then i changed "nv" to "nvidia" and i guess i made some improvement because now it gives me a black screen but nothing else.
heres my xorg.conf
this is all the further i have gotten with debian. any help in getting my debian install to work would be very very greatly appreciated!!!Code:# /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "nVidia Corporation NVIDIA Default Card" Driver "nvidia" BusID "PCI:1:0:0" Option "UseFBDev" "true" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 28-64 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NVIDIA Default Card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection
thanks in advance!
- 01-25-2008 #2
Hi and Welcome !
First of all, try vesa driver instead of Nvidia. Once you get working GUI, we'll try to fix Nvidia problem.Code:Section "Device" Identifier "nVidia Corporation NVIDIA Default Card" Driver "vesa" BusID "PCI:1:0:0" Option "UseFBDev" "true" EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-25-2008 #3Just Joined!
- Join Date
- Jan 2008
- Location
- 127.0.0.1
- Posts
- 29
when i change nvidia to vesa it doesnt give me an error it just gives me a black screen with white letters that says this video mode cannot be displayed.
- 01-25-2008 #4
Okk ! Try Envy to install Driver again.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-25-2008 #5
envy isn't supported by him really anymore, its legacy and it doesn't work, i tried it, what is your motherboard chipset? If you have an nforce4 chipset on your motherboard well then I'm afraid you're out of luck with that geforce 8600 because I had both of those and they will NOT work together.
- 01-26-2008 #6Just Joined!
- Join Date
- Jan 2008
- Location
- 127.0.0.1
- Posts
- 29
this is my motherboard. its an older one and i think they stopped making it. i also tried "vga" as a driver after i tried vesa and that gave me the same no screens error.
- 01-26-2008 #7Just Joined!
- Join Date
- Jan 2008
- Posts
- 17
Best way to install nvidia drivers is to download the driver from nvidia.com
Then installing it when GDM has stopped running. (No gui)
- 01-28-2008 #8Just Joined!
- Join Date
- Jan 2008
- Location
- 127.0.0.1
- Posts
- 29
how would i do that with no gui in the first place?
- 01-28-2008 #9Just Joined!
- Join Date
- Jan 2008
- Posts
- 17
First prepare your system by downloading your sources.
Login on the root terminal
Code:# uname -r copy the kernel version. # apt-get install linux-image-<paste>
Download your nvidia drivers to desktop.Code:# apt-get install nvidia-kernel-common module-assistant # m-a -i prepare
NOTE: After doing this gnome will be killed!Code:# /etc/init.d/gdm stop
Login on root
If the install was an success (no errors or fails)Code:# cd /home/username/Desktop # chmod +x NVIDIA*.run # sh NVIDIA*.run
Change "nv" to "nvidia"Code:# cp /etc/X11/xorg.conf /etc/X11/xorg.conf-NVIDIA # nano -w /etc/X11/xorg.conf
And it should work.Code:/etc/init.d/gdm start
- 01-30-2008 #10Just Joined!
- Join Date
- Jan 2008
- Location
- 127.0.0.1
- Posts
- 29
wow thanks for all the help everyone. i finally got my desktop to work. i think this described my mood yesterday when i got it to work


!
for the drivers that i had to download i just used wget and then the url for the 8600 driver. i installed it and everything works fine if i dont turn my computer off .now i just have to figure out how to keep nvidia running the way it is.
thank you very much!!


Reply With Quote
