Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Driving me nucking futs! 13.37 video.

31 views
Skip to first unread message

cybr...@gmail.com

unread,
Aug 30, 2011, 9:24:17 PM8/30/11
to
I have installed 13.37 twice, Biostar MB w/Nvidea GeForce 7025 onboard video. Even though I chose standard VGA as my video, at a certain point it changes to a hires mode that I don't want and is unreadable to my 65 year old eyes. What gives? I had this problem with 13.1, but solved it. WTF?

Dan C

unread,
Aug 30, 2011, 10:22:34 PM8/30/11
to

This has been discussed *AT* *LENGTH* right here in this newsgroup,
within the past week. No need to repeat it all. Go find the thread, I
believe it was orignated by "notbob".


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
"Bother!" said Pooh, as he tossed the bloody glove behind Kato's house.
Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
Thanks, Obama: http://brandybuck.site40.net/pics/politica/thanks.jpg

Ralph Spitzner

unread,
Aug 31, 2011, 6:42:30 AM8/31/11
to
Dan C wrote:
> On Tue, 30 Aug 2011 18:24:17 -0700, cybr...@gmail.com wrote:
[...]

> within the past week. No need to repeat it all. Go find the thread, I
> believe it was orignated by "notbob".
>

He's probably bored with the repeats on TV :-P

-rasp

--
I didn't do it, it was that way when I got here


Mikhail Zotov

unread,
Aug 31, 2011, 12:10:52 PM8/31/11
to

This is known issue. On my machine, I have (partially) solved it by
adding "vga=0x317" to /etc/lilo.conf. YMMV. Still, the console becomes
unusable after X is started.

--
Mikhail

notbob

unread,
Aug 31, 2011, 12:38:20 PM8/31/11
to

I just went through all this. Everything, including consoles, was
1600x1200 res. In a NUTSHELL:

I fixed the consoles res by adding video=800x600 to the /etc/lilo.conf
file, line 6. It now looks like this:

append="vt.default_utf0 video=800x600"

(NOTE TO Dan C: It doesn't like "vga=")

...change it and then run lilo command as root.

My desktop was still hosed and when I startx'd to fluxbox, all my
consoles went away, and X always crashed when I tried to exit. So, I
ran xorgsetup, as root, and let it generate a new /etx/X11/xorg.conf
file. This still gave me 1600x1200 res desktop, so I added this line
to my xorg.conf file:

Modes "1024x768"

....so it now looks like this:

SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" <--- inserted line
EndSubSection

Insert the line indicating your choice of res mode into whichever
Depth SubSection you've stipulated. You can indicate multiple mode
resolutions if you want to.

That's it. All problems gone, works like a champ.

Install flash and mplayer plug-ins for your browser and you should be
good to go.

nb

notbob

unread,
Aug 31, 2011, 12:39:40 PM8/31/11
to
On 2011-08-31, Mikhail Zotov <invalid...@lenta.ru> wrote:
>> with 13.1, but solved it. WTF?
>
> This is known issue. On my machine, I have (partially) solved it by
> adding "vga=0x317" to /etc/lilo.conf. YMMV. Still, the console becomes
> unusable after X is started.

See my "NUTSHELL" reply to OP for full solution.

nb

cybr...@gmail.com

unread,
Aug 31, 2011, 3:09:40 PM8/31/11
to
Thanx to all who offered help, however, the geek in me wants to know wtf is going on, why the very same lilo.conf on the very same machine with identical hdds don't act the same. (I just change the SATA cable from one hdd to the other. Is it the fault of the nVidia or have changes been made to the stock kernel that break it? Should I just get another video card and disable the onboard?

All I want to do is have plain old VGA console, not FB or X. With a large monitor I don't need glasses to write, and when I want X I can use my notebook or my son's machine. On occasion I will use X on this but rarely. BTW, I tried KDE and XFCE and they were trashed also.

I have been with Slackware since the beginning and will drop it when my face hits the keyboard...

Aaron W. Hsu

unread,
Aug 31, 2011, 10:06:48 PM8/31/11
to
On Wed, 31 Aug 2011 15:09:40 -0400, cybr...@gmail.com
<cybr...@gmail.com> wrote:

> Thanx to all who offered help, however, the geek in me wants to know wtf
> is going on, why the very same lilo.conf on the very same machine with
> identical hdds don't act the same. (I just change the SATA cable from
> one hdd to the other. Is it the fault of the nVidia or have changes
> been made to the stock kernel that break it? Should I just get another
> video card and disable the onboard?

See the CHANGES and HINTS file that comes with 13.37. That explains it
fairly succinctly. Basically, the Linux developers decided it would be a
good idea to require FB to be enabled, more or less. It's possible to
disable it, but then X doesn't work, and so forth. There was some set of
kernel parameters I added that allowed me to disable the framebuffer, but
I don't know where they are now. If you don't use X on that machine, then
you should be able to disable it without any ill effects.

Aaron W. Hsu


--
Programming is just another word for the lost Art of Thinking.

cybr...@gmail.com

unread,
Sep 1, 2011, 12:08:58 AM9/1/11
to
Thanx, Aaron, I should have looked at that changes and hints file to begin with. It sucks to get old. I think it is time to do a derivative of Slack and call it OFLinux for "old fart" Linux. It should have large type and lots of "ARE YOU SURE YOU WANT TO DO THAT?" messages.

notbob

unread,
Sep 1, 2011, 12:24:25 PM9/1/11
to
On 2011-09-01, cybr...@gmail.com <cybr...@gmail.com> wrote:
> It should have [...] "ARE YOU SURE YOU WANT TO DO THAT?" messages.

That would be M$ Windows. Have you tried Ubuntu?

nb

Richard Herbert

unread,
Sep 9, 2011, 7:30:24 PM9/9/11
to
Tsk, tsk. Fer sure, Slackware doesn't hold your hand, but suggesting
Ubuntu is below the belt. ;-)

--
Richard Herbert
Registered Linux user 14329
"If there's nothing wrong with me, then ...
there must be something wrong with the Universe!"

cybr...@gmail.com

unread,
Sep 12, 2011, 10:59:56 PM9/12/11
to
As it turned out, it was an easy thing to add "nomodeset" and get my VGA screen back. Of course, X wouldn't work until I installed the nVidia drivers. Everything is hunky-dory here on Cape Cod. What blindsided me is that after all these years (since slackware 2.1 kernel 1.1.59 installed from floppies) there was a change that I don't like. I have no need for the framebuffer, 75% of what I do is in 24X80 character mode. Framebuffer was a nice option, but now it is the default, and that default is print so small that even my reading glassed don't help, it is an unnecessary complication. I guess I'm one of those "if it ain't broke, don't fix it" guys. Profuse apologies. I'm too damn old to change.

notbob

unread,
Sep 13, 2011, 8:14:24 AM9/13/11
to
On 2011-09-13, cybr...@gmail.com <cybr...@gmail.com> wrote:

> I'm one of those "if it ain't broke, don't fix it" guys. Profuse
> apologies. I'm too damn old to change.

Yer not the only one that got caught flat footed with this new xorg
nonsense. Glad you finally got it straightened out. Now, it's time
to fix your newsreader situation.

Your post, as read by my simple CLI newsreader (slrn), was one huge
long single line, which I had to toggle 'wrap' to even read. It then
became a single 9 line paragraph that I had to spend way too much time
editing to par down and assign proper quote characters. I don't know
what G2 is, but it appears to be an android app, plus yer posting thru
google.groups. In short, your newsreader is waaaay beyond "broke", a
kluge upon another kluge, and damn near useless. Certainly a PIA for
anyone trying to read/reply. Please, "fix it". ;)

nb

Theodore Heise

unread,
Sep 13, 2011, 9:30:07 PM9/13/11
to
On 13 Sep 2011 12:14:24 GMT,
notbob <not...@nothome.com> wrote:
> On 2011-09-13, cybr...@gmail.com <cybr...@gmail.com> wrote:
>
>> I'm one of those "if it ain't broke, don't fix it" guys. Profuse
>> apologies. I'm too damn old to change.

> Your post, as read by my simple CLI newsreader (slrn), was one
> huge long single line, which I had to toggle 'wrap' to even
> read. It then became a single 9 line paragraph that I had to
> spend way too much time editing to par down and assign proper
> quote characters.


What's wrong with "Justify" (^J)? Wraps with quote characters
just fine for me, using 0.9.8.1.

--
Theodore (Ted) Heise <th...@heise.nu> Bloomington, IN, USA

notbob

unread,
Sep 14, 2011, 12:03:33 AM9/14/11
to
On 2011-09-14, Theodore Heise <th...@heise.nu> wrote:

> What's wrong with "Justify" (^J)? Wraps with quote characters
> just fine for me, using 0.9.8.1.

Say what?

No such animal in slrn. Are you referring to an editor function and
are you using the default jed editor or perhaps you've changed it to
vi(m). I use emacs and have no such function (that I know of). Emacs
will usually automatically reset quote marks when reformating a
paragraph, but not when the original article has a single unwrapped
line like I'm seeing. BTW, not the only time. I jes ran across
another incidence of this long unwrapped line from another poster in
another group and it too was G2 client thru google groups. I'd
certainly LIKE to have such a function to deal with this unwrapped
line. Otherwise I'm jes gonna hafta go back to KFing everything from
GGs, again. ;)

nb

Ivan Shmakov

unread,
Sep 14, 2011, 1:04:00 AM9/14/11
to
>>>>> notbob <not...@nothome.com> writes:
>>>>> On 2011-09-14, Theodore Heise <th...@heise.nu> wrote:

>> What's wrong with "Justify" (^J)? Wraps with quote characters
>> just fine for me, using 0.9.8.1.

> Say what?

> No such animal in slrn. Are you referring to an editor function and
> are you using the default jed editor or perhaps you've changed it to
> vi(m). I use emacs and have no such function (that I know of).

Gnus/Emacs has W w (in Summary buffer) to reformat the
paragraphs of the article being viewed. I've used SLRN way too
long ago, and don't remember whether it has (or had) anything
like this.

> Emacs will usually automatically reset quote marks when reformating a
> paragraph, but not when the original article has a single unwrapped
> line like I'm seeing.

Huh? Before M-q:

> evhapha ghirki myfsi lybju disash gikvek mongiv weki iokavsu foyhen awyo thwa whie oijo yifjep omdeynu nupiphy sywyit

After M-q:

> evhapha ghirki myfsi lybju disash gikvek mongiv weki iokavsu foyhen
> awyo thwa whie oijo yifjep omdeynu nupiphy sywyit

Anywhere with (setq comment-start "> ") (as in
M-x message-mode.)

[…]

--
FSF associate member #7257 3 days left to Software Freedom Day
http://sf-day.org/ Event at Altai State University: http://sfd.am-1.org/

Ivan Shmakov

unread,
Sep 14, 2011, 1:05:36 AM9/14/11
to
>>>>> cybrinjn@gmail com <cybr...@gmail.com> writes:

> As it turned out, it was an easy thing to add "nomodeset" and get my
> VGA screen back.

I haven't tried it, but thanks anyway! Doesn't it look like a
worthwhile addition to the FAQ?

Theodore Heise

unread,
Sep 14, 2011, 9:49:45 PM9/14/11
to
On 14 Sep 2011 04:03:33 GMT,
notbob <not...@nothome.com> wrote:
> On 2011-09-14, Theodore Heise <th...@heise.nu> wrote:
>
>> What's wrong with "Justify" (^J)? Wraps with quote characters
>> just fine for me, using 0.9.8.1.
>
> Say what?
>
> No such animal in slrn. Are you referring to an editor function
> and are you using the default jed editor or perhaps you've
> changed it to vi(m).

Oh, good point.

I'm using pico (editor for Pine), with the following line in my
.slrnrc:

set editor_command "pico -z -t -r66 -Q \"> \" %s"

The built-in function to re-wrap quoted text is one of the things
I really like about pico/Pine.

notbob

unread,
Sep 15, 2011, 9:59:23 AM9/15/11
to
On 2011-09-14, Ivan Shmakov <iv...@gray.siamics.net> wrote:

> Anywhere with (setq comment-start "> ") (as in
> M-x message-mode.)

Hot damn!! Thank you, Ivan.

I added that setq line to my ~/.emacs file and it works like a champ.
I knew emacs could do it, it was jes a case of learning how.

nb

Chick Tower

unread,
Sep 15, 2011, 12:32:33 PM9/15/11
to
On 2011-09-14, notbob <not...@nothome.com> wrote:
> I jes ran across another incidence of this long unwrapped line
> from another poster in another group and it too was G2 client thru
> google groups. I'd certainly LIKE to have such a function to deal
> with this unwrapped line.

Try "w". It toggles word wrap on and off in slrn-0.9.9p1-i486-2 in
Slackware 13.0.
--
Chick Tower

For e-mail: aols2 DOT sent DOT towerboy AT xoxy DOT net

notbob

unread,
Sep 15, 2011, 11:47:29 AM9/15/11
to
On 2011-09-15, Chick Tower <c.t...@deadspam.com> wrote:
> On 2011-09-14, notbob <not...@nothome.com> wrote:
>> I jes ran across another incidence of this long unwrapped line
>> from another poster in another group and it too was G2 client thru
>> google groups. I'd certainly LIKE to have such a function to deal
>> with this unwrapped line.
>
> Try "w". It toggles word wrap on and off in slrn-0.9.9p1-i486-2 in
> Slackware 13.0.

Yes. That will toggle wrap when reading in slrn, but I was unable to
get proper wrap/quotes when replying (followup) to said post via my
emacs editor. Ivan's tip for a lisp entry in my ~/.emacs file did the
trick.

I'm still tweaking my new leet install. You'll notice I jes
re-established my sig file. ;)

nb

--
vi ....the heart of evil!

N1ALD

unread,
Sep 16, 2011, 4:47:26 PM9/16/11
to

Hey, it's ME. I set up PAN here and checked out my posts. Yeah, the
text does not wrap in PAN either. Google news sux, but I like that it
has posts archived back many years. SLRN is being quite obstinate, but
hopefully online soon, since I don't really like to use X too much.

notbob

unread,
Sep 17, 2011, 1:54:45 PM9/17/11
to
On 2011-09-16, N1ALD <n1...@dogstar.invalid> wrote:

> has posts archived back many years. SLRN is being quite obstinate, but
> hopefully online soon, since I don't really like to use X too much.

How so? It only requires a couple edits to your ~/.slrnrc file. If
you don't have an ~/.slrnrc file, copy/rename the longer /etc/slrn.rc
file to your home dir and make a few edits. I find putting this line
in ~/bash_profile to work better for setting your news server:

export NNTPSERVER="your.newsserver"

Then edit you preferred editor line and names lines. If you need
password, etc, to connect with your server, edit the nnrpaccess line:

nnrpaccess "your.newsserver" "username" "password"

Don't forget to remove the comment characters (%).

N1ALD

unread,
Sep 18, 2011, 1:17:28 AM9/18/11
to
Yeah, I've done all this, but to no avail. I think it has more to do
with the the free news server I am using (teranews.com). I'm sure I'll
figure it out. I am an old SLRN fan, in fact a John Davis fan, I use JED
for all my writing. At 65 years old, I figure I am lucky to be able to
deal with Linux at all! I will go back to manual typewriters, card
files, and legal pads before I go back to windoze
.

notbob

unread,
Sep 18, 2011, 9:07:04 AM9/18/11
to
On 2011-09-18, N1ALD <n1...@dogstar.invalid> wrote:

> Yeah, I've done all this, but to no avail. I think it has more to do
> with the the free news server I am using (teranews.com). I'm sure I'll
> figure it out. I am an old SLRN fan, in fact a John Davis fan, I use JED
> for all my writing. At 65 years old, I figure I am lucky to be able to
> deal with Linux at all! I will go back to manual typewriters, card
> files, and legal pads before I go back to windoze.

Amen.

I can relate, being only a couple years younger, myself. I find when
I'm having probs like yours ...and I have.... it pays to go back over
what you've edited and take a detailed look. One spelling error or
barely noticeable quotation mark omission will hose the entire effort.
For example, did you remove the dot in ~/slrn.rc? Sounds like just
such a minor oversight might be the case, if you've succeeded in
getting pan working. pan is so much like slrn, pan actually puts its
own score entries in slrn's ~/News/Score file, if one exists.

It's morning! Hava cuppa joe and take a fresh look. ;)

N1ALD

unread,
Sep 18, 2011, 12:20:59 PM9/18/11
to
I can't see a problem with any of the files. I think maybe I'll try
another news server for comparison. Anyway, I have an old GF driving up
from NYC (I'm divorced and live on Cape Cod) and the cuppa joe will
probably be a pint of Guiness or IPA, along with tapas.

HAND %^)

notbob

unread,
Sep 18, 2011, 12:41:31 PM9/18/11
to
On 2011-09-18, N1ALD <n1...@dogstar.invalid> wrote:

> I can't see a problem with any of the files. I think maybe I'll try
> another news server for comparison.

Might I unreservedly recommend:

http://www.individual.net/

A miserly buck per month and flawlessly impeccable service.

> Anyway, I have an old GF driving up from NYC (I'm divorced and live
> on Cape Cod)

Who says old age is a bummer!? ;)

> and the cuppa joe will
> probably be a pint of Guiness or IPA, along with tapas.

Cheers!..... a cuppa monsoon malabar joe w/ dbl shot of Wild Turkey
on this glorious sunny Sunday morning. Good luck.
0 new messages