Computers |
|
| | #1 (permalink) |
| Monster Techie Join Date: Dec 2004
Posts: 1,149
| Fresh install of Debian 3.1r2, and when i get to the console login, i login as my user (not root, for clarification), type "startx" and it comes up with the error "No screens found." I've done some reading about it, but can't find any answers that i can do without help (ie. answers came up like "post x.xxx log").
__________________ |
| | |
| | #3 (permalink) |
| Monster Techie Join Date: Dec 2004
Posts: 1,149
| I don't know how to do that. I explained that in the last sentence or two of my post. I'll try brute-forcing my way to viewing said file. Edit: I'm 90% sure i installed X server. Either way, i tried "dir /etc/X11" and it did not list xorg.conf file. I typed "/etc/X11/xorg.conf" and it said "-bash: /etc/X11/xorg.conf: No such file or directory.
__________________ |
| | |
| | #4 (permalink) |
| Banned Join Date: Sep 2005
Posts: 5,170
| Code: su apt-get install x-window-system x-window-system-core dpkg-reconfigure xserver-xorg Code: /etc/init.d/gdm start You have to open those text files with a text editor, that is why it is not working. I like vim or vi, so Code: vim /etc/X11/xorg.conf |
| | |
| | #5 (permalink) |
| Ultra Techie Join Date: May 2005 Location: Townsville, QLD
Posts: 624
| Ok, are you root when you try to access the file, you need to be, what distro are you using, what file editor do you use (eg gedit) this is how you get into the Xorg: sudo gedit /etc/X11/xorg.conf if not in Ubuntu just type su as oppose to sudo and & if you don't use gedit try another file editor like Vim. or just go to the Run feature in your menu and type /etc/X11/xorg.conf that will open the folder then click the icon called Xorg.conf hope this Helps, Jake EDIT: reply posted whilst typing |
| | |
| | #7 (permalink) |
| Monster Techie Join Date: Dec 2004
Posts: 1,149
| Jake, for clarification, i'm using the latest (i believe. It's 3.1 r2) version of Debian, and i am unable to get into the GUI. Stuck at the shell log in. General, i'll try that out and get back to you in a few.
__________________ |
| | |
| | #9 (permalink) | ||
| Monster Techie Join Date: Dec 2004
Posts: 1,149
| After entering su and apt-get, i punch in dpkg-reconfigure, and get this; Quote:
Edit: For reference, Code: vim /etc/X11/xorg.conf Also, Code: gedit /etc/X11/xorg.conf Quote:
__________________ | ||
| | |