LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Disabling 'frame-buffer' on Slackware 9.1 ?? (https://www.linuxquestions.org/questions/linux-general-1/disabling-frame-buffer-on-slackware-9-1-a-102768/)

GloVe 10-11-2003 09:49 AM

Disabling 'frame-buffer' on Slackware 9.1 ??
 
this thing causes me lots of problems, especially with NVidia's binary drivers.
how can i disable it?
thanks.

320mb 10-11-2003 11:27 AM

my guess would be to edit the XF86config file in /etc/X11 or recompile a new kernel and take out FB support.

GloVe 10-11-2003 12:31 PM

well i guess now i need to detail my problem.
i have set the init default level to graphic login screen, and i can't write there in english, only in my other language.
and i can't switch.
so now i need to disable the graphical init level, back to level 3, so i try Ctrl+Alt+F1 to get to the console, but i see only blank black. why? because i use the frame buffer with the NVidia drivers.
which means i cant login and use graphical editor, and i can't use CLI one too.

Shade 10-11-2003 02:28 PM

Ouch.
Alright then.

I'm assuming you're using Lilo to boot.
It's actually lilo that passes the framebuffer configuration to the kernel at boot time. You need to find a way to change lilo.conf so that the line that says
vga=normal
instead of vga=746(or some other number)

Rethinking this, I think it might be possible to pass vga=normal at boot time. So, reboot and at the lilo prompt, enter the name of the linux boot selection (mine is labeled with the kernel version)

Code:

2.4.22 vga=normal
Should get you into normal vga mode from the lilo boot prompt.
Again, be sure to replace 2.4.22 with whatever label lilo uses for slackware.

That will get rid of the framebuffer console, and you'll be able to log in with ctrl-alt-F1-F6

Another way to do it, if that doesn't work is to use ssh (that's secure shell ) to connect to your box.
If you're on a network, you can either use another linux box:
ssh your.ip.address
or a windows box.
Download PuTTy for windows to ssh from there.

Hope some of this helped;)
-Shade

GloVe 10-12-2003 05:43 AM

thanks! you've been a really great help !
it works fine now, the only problem i've got is to switch properly from my language to english.
but that's another story :)
10x again !

Shade 10-12-2003 09:58 PM

Glad to see it :)

Sorry I can't help with the language problem ;)

-Shade


All times are GMT -5. The time now is 03:37 AM.