LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-12-2005, 08:54 PM   #1
apostle5406
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian Sarge
Posts: 4

Rep: Reputation: 0
static lines in bottom third of screen


I'm moving from an all-win98 to a dual boot with debian-sarge. Right away I ran into problems getting video resolution set to 1024x768 like i'm accustomed to in windows instead of the default 800x600.

After some google time I found out that dpkg-reconfigure xserver-xfree86 was what I needed in order to get this done. It worked and I had the resolution that I needed. Then In my complete n00bness, I managed to mangle the /etc/init.d directory so bad that the best solution was to format the whole thing, re-install and start over.

I made NO hardware changes, only re-ran the install CD. (I did do one thing different, I used "linux26" instead of "linux" to start the install, but I can't imagine why a more recent kernal would have anything to do with this.)

Everything proceeded as it did the last time. I answered everything the same as before. But when it reached the part where it starts gdm and allows me to log in for the first time, the video is plagued with horizontal lines that look like t.v. static appearing randomly all over the screen rendering it VERY difficult to read. Again, I ran dpkg-reconfigure xserver-xfree86 and gave it full details on monitor h-sync and v-sync frequencies and supported resolutions, along with the 'PCI:00:12:0" bus-id for the S3 ViRGE video card. This helped some, and allowed me to use the 1024x768 i'm used to in windows (with this same hardware). However the lines of 'static' are still there, across the bottom third of the screen.

I've put a screenshot and some other info on my website at:

h t t p[colon][slash][slash]peculiar[dot]wcw[dot]net[slash]debian[slash]

If anyone can help me with this I'd really appreciate it. I really don't want to re-install a fourth time if I can avoid it.

Thanks
 
Old 11-12-2005, 09:42 PM   #2
dastrike
Member
 
Registered: Apr 2004
Location: Stockholm, Sweden
Distribution: Debian 'sid'
Posts: 250

Rep: Reputation: 30
I assume you are using the s3virge driver as provided by XFree86.
There seem to be some driver options you may want to try in the /etc/X11/XF86Config-4 file in the section device

http://www.xfree86.org/current/s3virge.4.html

E.g. the Option "slow_edodram" and the Option "NoAccel" seem in the first hand worth of trying out as they mention to try them in the case of image corruption.
 
Old 11-13-2005, 10:35 PM   #3
apostle5406
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian Sarge
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by dastrike
I assume you are using the s3virge driver as provided by XFree86.
Yes, At this point I wouldnt know how to use anything that wasn't provided stock.

Quote:
There seem to be some driver options you may want to try in the /etc/X11/XF86Config-4 file in the section device
Quote:
E.g. the Option "slow_edodram" and the Option "NoAccel" seem in the first hand worth of trying out as they mention to try them in the case of image corruption.
[/B]
I tried both of those, along with another one that looked like it might help "shadowFB"...


Code:
Section "Device"
	Identifier	"Generic Video Card"
	Driver		"s3virge"
	BusID		"PCI:00:12:0"
	Option		"slow_edoram"	"true"
	Option		"NoAccel"		"true"
	Option		"ShadowFB"	"true"
EndSection
I tried each of these options, separately and in combination, both with and without the explicit 'true', restarting gdm each time to insure that it's reading the updated configuration file and trying all screen resolutions and refresh freqs... so far, nothing has made any difference.
 
Old 11-14-2005, 11:43 AM   #4
apostle5406
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian Sarge
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
I made NO hardware changes, only re-ran the install CD. (I did do one thing different, I used "linux26" instead of "linux" to start the install, but I can't imagine why a more recent kernal would have anything to do with this.)
I'm probably reaching here, but is it at all possible that my problem is simply that the 2.6 kernal just doesn't like my admitedly aincient video card?
If so, How would I go about changing to the 2.4 kernal? Can I get that done without a fifth re-install?
 
Old 11-14-2005, 11:56 AM   #5
dastrike
Member
 
Registered: Apr 2004
Location: Stockholm, Sweden
Distribution: Debian 'sid'
Posts: 250

Rep: Reputation: 30
You may also want to try with the more generic vesa driver, I don't know if that card has good enough VESA capabilities though.



If you want to try with a 2.4 kernel, you can install such by
Code:
apt-get install kernel-image-2.4-yourhardwaretype
To determine the most suitable kernel image package for your hardware, pick from this list:
Quote:
# apt-cache search kernel-image-2.4- --names-only
kernel-image-2.4-386 - Linux kernel image for version 2.4 on 386
kernel-image-2.4-586tsc - Linux kernel image for version 2.4 on Pentium-Classic
kernel-image-2.4-686 - Linux kernel image for version 2.4 on PPro/Celeron/PII/PIII/P4
kernel-image-2.4-686-smp - Linux kernel image for version 2.4 on PPro/Celeron/PII/PIII/P4 SMP
kernel-image-2.4-k6 - Linux kernel image for version 2.4 on AMD K6/K6-II/K6-III
kernel-image-2.4-k7 - Linux kernel image for version 2.4 on AMD K7
kernel-image-2.4-k7-smp - Linux kernel image for version 2.4 on AMD K7 SMP
 
Old 11-14-2005, 12:36 PM   #6
apostle5406
LQ Newbie
 
Registered: Nov 2005
Distribution: Debian Sarge
Posts: 4

Original Poster
Rep: Reputation: 0
Thumbs up

Quote:
Originally posted by dastrike
You may also want to try with the more generic vesa driver, I don't know if that card has good enough VESA capabilities though.
It turns out that using the VESA driver did the trick and I can forget about trying to fallback to the 2.4 kernal

*note to self, S3 ViRGE on older mobo = VESA video driver*
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
messed up my bottom screen pannel mjm70 Mandriva 2 07-04-2005 09:05 AM
Getting multi-colour lines from top to bottom djeanveau Fedora - Installation 3 01-30-2005 08:58 PM
Getting multi-colour lines from top to bottom djeanveau Linux - Newbie 1 01-30-2005 12:02 PM
cant see the bottom of the screen in command prompt simpletoker Slackware 6 04-14-2004 08:16 PM
How do I get the Mac toolbar at the bottom of the screen? Kramer Linux - General 1 11-12-2003 12:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration