Results 1 to 10 of 12
hi i just installed this the other day onto my compaq laptop using the text installation method(it wouldn't let me do the graphical or livecd O_o).when the installation was finally ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-07-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
Sabayon 3.4e login problem
hi i just installed this the other day onto my compaq laptop using the text installation method(it wouldn't let me do the graphical or livecd O_o).when the installation was finally complete and the computer rebooted it brings me automatically to the black screen terminal instead of giving me my login screen. i've logged into my account via the terminal and tried startx and kdm. nothing seems to happen. have a solution? i'm guessing it might be a graphics driver problem. i am new to all of this. @_@
- 09-07-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
I don't know that this will work, but you could try booting the Sabayon LiveCD (GUI version), then copy and paste the /etc/X11/xorg.conf file that we know works into your Sabayon hard drive installation. This is assuming that the graphical version will at least allow you to boot it on your machine.
oz
- 09-08-2007 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
You could also try running xorgconfig as root to see if building a new xorg.conf file helps. I also just noticed that Sabayon 3.4f was released earlier today in case you want to try it.
oz
- 09-08-2007 #4Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
it wont even allow me to boot the live cd.as far as i can get to gui is the boot screen.
not quite sure how to do this.You could also try running xorgconfig as root to see if building a new xorg.conf file helps. I also just noticed that Sabayon 3.4f was released earlier today in case you want to try it.
at any rate i used to run ubuntu with no problems on this laptop, but i just tried open suse and debian to no avail, same not showing video after installation thing. i will try ubuntu just to see what happens now...
as for sabayon 3.4f i'm downloading it, hopefully it will fix it. ^^;;;
- 09-08-2007 #5
Next time you get to the black login screen, login as root and edit your /etc/X11/xorg.conf file with this command
nano /etc/X11/xorg.conf
In the section "Device" Change whatever is listed to vesa
like this
BecomesCode:section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation"
Use Ctrl X, to exit, Y to save, now you should be able to reboot and see a login screenCode:Section "Device" Identifier "Device0" Driver "vesa" VendorName "NVIDIA Corporation"I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 09-08-2007 #6Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
alright i did this and it seemed to fix a yellow error message i saw with the ok s at the startup. however, nothing has changed with this problem. i am still getting the black screen with text. i tried startx and kdm as well.Next time you get to the black login screen, login as root and edit your /etc/X11/xorg.conf file with this command
nano /etc/X11/xorg.conf
In the section "Device" Change whatever is listed to vesa
like this
Code:
section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Becomes
Code:
Section "Device"
Identifier "Device0"
Driver "vesa"
VendorName "NVIDIA Corporation"
Use Ctrl X, to exit, Y to save, now you should be able to reboot and see a login screen
- 09-08-2007 #7
It could be the monitor settings in the same file /etc/X11/xorg.conf, do you have the manual that came with your monitor? It should list the Hsync and Vsync settings, which you can enter under the "Screen Section". I would give this a try and if it fails then try using the xorgconfig command from the terminal as root. (As suggested by ozar)
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 09-08-2007 #8Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
okay i couldn't find the manual in my house, but i did find the pdf version on some archive site. i didn't know where to look. here is the file:
http://www.sendspace.com/file/c4u25v
at the moment i will try to xorgconfig
- 09-08-2007 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Note that you'll need the information about your monitor, video card, keyboard, mouse, etc, before you run xorgconfig because it's a script that runs and sets up a working (hopefully) xorg.conf file. It will ask questions about each of those things, then create the file for you.
oz
- 09-08-2007 #10Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
successful. i just sort of winged it and looked at the general computer specs from an online store and got it up and running, thanks a lot for your help guys.


Reply With Quote

