LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-01-2006, 11:25 PM   #1
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Rep: Reputation: 85
low res crap picture


I have trouble after installing Debian 3.1r0. My resolution is very low and picture is poor. Is there a way to fix that? Why would the settings not have been configured properly the first time? The blue and black Debian swirl background looks like it is made up of big dots.
 
Old 01-02-2006, 06:52 AM   #2
anti.corp
Member
 
Registered: Nov 2005
Location: Copenhagen
Distribution: Debian E, Vectorlinux 5.1std, Arch, Gentoo 2006.0
Posts: 576

Rep: Reputation: 30
Try posting your XF86Config or Xorg.conf file here.

Sounds like it didn't recognize your graphic card. What type of card are you using?
 
Old 01-02-2006, 06:56 AM   #3
juanjavier_xxx
Member
 
Registered: Aug 2004
Location: Madrid, Spain
Distribution: Debian stable.
Posts: 186

Rep: Reputation: 31
As root, try
Code:
dpkg-reconfigure xserver-xfree86
or
Code:
dpkg-reconfigure xserver-xorg
depending on what video server have you got installed....and follow carefully the steps thru it...

As a rule of thumb, I could suggest you to try with lower values and increasing them up until a good screen configuration can be reached....

Keep posting your progresses so that we could help you (or at least try to....)

Cheers!!
 
Old 01-02-2006, 12:13 PM   #4
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
Where is the x config file that you are asking about? Is it in my home? What is the name of it, so I know I will be getting the correct one? I'm not sure how to change the settings in it. Maybe it will be easy to do.
 
Old 01-02-2006, 12:30 PM   #5
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
Look in /etc/X11/XF86Config-4. That is the file to edit after running,as root, dpkg-reconfigure xserver-xfree86 is completed. But knowing ur video card and monitor u use wd help most. At top of the forum there is post-install configuration article with great guide. Good luck.
 
Old 01-02-2006, 02:50 PM   #6
coyopil
Member
 
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139

Rep: Reputation: 14
If you don't know what an X config file is but still want debian I suggest you try MEPIS, an easy to setup 100 % Debian compliant distro. It installs from a LiveCD.
 
Old 01-02-2006, 02:57 PM   #7
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
It's been so long since I manually configured x that I forgot where the config file is. Right now I just want to get Debian working before I move to something else. I have Ubuntu 5.10 on my best computer.
 
Old 01-06-2006, 02:46 PM   #8
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
http://www.geocities.com/fakie_flip2000/Debian.JPG

http://www.geocities.com/fakie_flip2000/Synaptic.JPG

There is my screen on my computer with Debian. Sometimes I am unable to click on buttons.

Here is my /etc/X11/XF86Config-4:

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "vga"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 4
SubSection "Display"
Depth 1
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 01-06-2006, 03:51 PM   #9
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
My graphics card is:

VGA compatible controller: nVidia Corporation NV6 [Vanta/Vanta LT] (rev 15)

My monitor just says "TOUCH" underneath the screen. I do not know what it is or how to find out.

When I installed Ubuntu 5.10 on the same computer, the graphics were fine. The screens resolution was high too.
In Gnome on Debian, if I goto Applications/Debian Menu/Screen Resolution, there are no other choices to set the resolution different than what it is on, 640x480 and the refresh rate also can not be changed. It is set to 60 Hz. Installing Debian gave me some choices. I choose vga for my video card. I did not do the autodetection because the instructions said not to if I had an nvidia card. I did not know how to set up my monitor. I had a choice between low, medium, and advanced. I choose advanced and pushed enter to accept the values that were already put in there.

Last edited by fakie_flip; 01-06-2006 at 03:54 PM.
 
Old 01-06-2006, 03:56 PM   #10
dastrike
Member
 
Registered: Apr 2004
Location: Stockholm, Sweden
Distribution: Debian 'sid'
Posts: 250

Rep: Reputation: 30
You are using the vga driver. That is not exactly optimal for any situation really.
  • What graphics card do you have? The manufacturer and model of the graphics chip more specifically.
  • Show us the output of the lspci command while you are at it
  • What monitor do you have, what are the horizontal sync and vertical refresh ranges for it? If you don't know, look them up in the manual of your monitor, if you don't have the manual for your monitor, look on the website of the monitor manufacturer, if you can't find them there, use some prominent web search engine to find them.

Once you provide that, (well the two first ones), we can tell you what driver you should specify in the X configuration
And after that you can just reconfigure the X Window System by
Code:
dpkg-reconfigure xserver-xfree86 --priority=medium
and supply the correct values to these things.


//edit: gah, you posted the graphics card above now...
Anyways, you should use the nv driver with that for now, and put in some more effort into identifying your monitor and finding out the ranges for the horizontal sync and vertical refresh that it can handle. You can let dpkg-reconfigure to detect the monitor too but in my opinion it is not always that reliable.

Last edited by dastrike; 01-06-2006 at 03:58 PM.
 
Old 01-06-2006, 04:03 PM   #11
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
Where I said:

"My graphics card is:

VGA compatible controller: nVidia Corporation NV6 [Vanta/Vanta LT] (rev 15)"

was output from lspci. I am not sure how to find out about my monitor. The only words I can find on it is TOUCH, select, and degauss in caps. I got the computer used, so I do not have the manual. Can this monitor still be used?
 
Old 01-06-2006, 04:24 PM   #12
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
The nv driver should improve the situation a lot.

On the other hand you should note the the Vanta is an old card, 16MB RAM if I remember correctly. I'm not sure if the NVIDIA driver still supports it, if it does than you can download the driver from nvidia.com. If it doesn't you may be able to find an old version of the driver that does but you'll probably have a problem when the installer comes to compile the driver.

With regards to the monitor, you could always "cheat" by plugging it into a Windows box and seeing what it is detected as. You might want to set the Windows display to not more than 800x600, 60Hz as, if the monitor is the same vintage as the card, it may have limited capabilities.
 
Old 01-06-2006, 10:43 PM   #13
efi360
Member
 
Registered: Feb 2004
Location: San Antonio, TX.
Distribution: Debian
Posts: 71

Rep: Reputation: 15
Nvidia Vanta still supported

I am using that same card nvidia vanta lt with Mepis linux and it works great I run it at 1024x768 resolution and no problems it will do even higher but then again I have a good monitor. And by the way davcefai you do remember right it does have only 16MB ram and yes nvidia driver does still support it I can run tuxracer and tuxkart it has good 3D.
 
Old 01-09-2006, 08:00 AM   #14
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
I changed the driver from "vga" to "nv" after my friend suggested to me. I hit control + alt + backspace to restart x. X would not come up anymore, so I had to change "nv" back to "vga" to get x to run again. Then I installed Fedora Core release 4 with KDE on the computer and the graphics are fine again.
 
Old 01-09-2006, 11:41 AM   #15
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
Did you kill the graphics server as well? I suggest you try rebooting after changing the driver.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
agpgart suddenly missing - stuck to low-res morrolan Linux - Hardware 2 05-01-2005 07:04 PM
Presentation failor - black screen, low res projector, no input etc etc linuxfond Linux - General 4 02-02-2005 06:39 AM
low res command, for morphix Matt Yellow Dar Linux - Newbie 2 11-07-2003 11:31 AM
Low Screen Res KB1JIJ Linux - Newbie 5 09-13-2003 03:01 PM
X-Windows runs only in low res ldann Linux - Software 2 07-16-2003 09:26 PM

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

All times are GMT -5. The time now is 09:43 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