LinuxQuestions.org
Visit Jeremy's Blog.
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 07-18-2005, 04:49 AM   #1
Eux
Member
 
Registered: Apr 2004
Location: Spain
Distribution: Debian (Woody+Sarge)
Posts: 54

Rep: Reputation: 15
Post Debian Screen resolution.....


Sorry guys, I feel ashamed for this silly question.

Recently I have upgraded my distro from Woody to Sarge; everything a-OK eccept that the screen resolution is awfully large. I have run "dpkg-reconfigure
xserver-xfree86" a couple of time and chose the screen resolution to 1278x768 but it does not change.

How can I just adjust the resolution without having to go through all the options of the dpkg-reconfigure?

Also, I have upgraded and installed a new kernel 2.6.12 and I need to install the NVidia drivers.

I have run the command as root: "sh Nvidia-1x-x-x-x blah blah thingy and is says that it cannot complete the installation because it does not find the kernel header.

I remember that before all I needed to do was install the new kernel and run the commmand but now,......I dun'know"!


Thanks for the help"!



Eux
 
Old 07-18-2005, 06:21 AM   #2
mrog
Member
 
Registered: Jul 2003
Location: Ontario, Canada
Distribution: Debian, Ubuntu
Posts: 39

Rep: Reputation: 15
debian display resolution

Eux:

I've had the same problem. I don't know why Debian refuses to use the resolution that was asked for during installation. It's a bit silly.

In the file /etc/X11/XF86-Config-4 you'll find sections on the screen/display settings that look something like this: (there will be multiple lines like this but with different depths)

Depth 24
Modes "800x600" "640x480"

Try adding "1278x768" to the modes lines and reboot.

Modes "1278x768" "800x600" "640x480"

I've read, somewhere, where people have had to install additional modules to get higher resolutions working, but I can't recall what it was at this point. For now, try the above as it would be the easiest fix.
 
Old 07-18-2005, 11:04 AM   #3
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
You also have to install the kernel-headers package then for the nvidia drivers:

"apt-get install linux-kernel-headers"

To make higher resolutions work you have to edit each color depth not only 24. All the lines should be the same.
 
Old 07-18-2005, 01:05 PM   #4
pradeepyamujala
LQ Newbie
 
Registered: Jul 2005
Location: India
Distribution: Debian-Sarge, WinXP, 2003 Server, Longhorn
Posts: 5

Rep: Reputation: 0
Thumbs up I hope this will work

I too got this problem. here my case is

CPU : AMD 64bit (Does't matter)
Graphics: S3 UniChormeII (Matters)
Monitor: Samsung Samtron 56v

Solution:
Reinstal ur distro. when it ask for "AUTODETECTION for ur MONITOR" say so then its next page is What type of setup u want to instal monitor, say ADVANCED.
Now UR VGA driver will be "VESA" and enter ur monitor Sync Range is as follows
Vertical : 50-75
Horizantal: 28-96

now go through remaining setup. and hopefully u get u desired screen.

All the best
Enjoy Debian - The Ultimate
 
Old 07-18-2005, 01:39 PM   #5
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
You don't need to reinstall for that. Simply edit your /etc/X11/XF86Config (maybe XF86Config-4) file.
 
Old 07-19-2005, 02:21 AM   #6
Eux
Member
 
Registered: Apr 2004
Location: Spain
Distribution: Debian (Woody+Sarge)
Posts: 54

Original Poster
Rep: Reputation: 15
Thank you all for your help, you guys"!


I will let you know how it goes"!


Thnx again.



May the Tux be with you!
 
Old 07-19-2005, 06:33 AM   #7
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Rep: Reputation: 37
I never got the nvidea drivers working, but don't need them as my LCD monitor does just fine with the VESA drivers (I am not a gamer, so this is OK). But when running dpkg-reconfigure xserver-xfree86, I not only chose 1024 x 768, but I removed the other pre-chosen resolutions. This only gives Debian one choice to choose from and it worked.

Good Luck!

 
Old 07-19-2005, 07:24 AM   #8
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Tons of Fun did the installation stop with an erro? It might be that your video card isn't supported anymore by the official nvidia installer. It works however with the nvidia-glx in the debian repositories.

Here's a link to how you can install it:
http://home.comcast.net/~andrex/Debi...tallation.html
 
Old 07-19-2005, 08:02 AM   #9
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Rep: Reputation: 37
I don't remember what the error code was. It is an old card, a Riva TNT 16 MB card, so it is possible that it's too old. Thanks for the link, I will give it a try and see what happens. If for no other reason, to accomplish another configuration challange.

Thanks,

 
Old 07-19-2005, 10:55 AM   #10
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Yep that's too old. I have a riva 32mb and it was too old too.
 
Old 07-19-2005, 12:39 PM   #11
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Rep: Reputation: 37
Talking

Darkleaf,
Thank you very much for the link in your previous post to me. I followed the instructions on that page, and I now have the nVidia drivers loaded. I was definitely wrong when I said that the VESA drivers were as good. With the nVidia drivers loaded, the screen is much clearer, the text more sharp, and the lines tighter. It looked good before, but this is excellent.

Thanks!

 
Old 07-19-2005, 12:42 PM   #12
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Rep: Reputation: 37
Oh yea, one more question; now that the drivers are loaded, do I need to comment out the new address I added to my /etc/apt/sources.list, or do I leave it for updates?

 
Old 07-19-2005, 01:23 PM   #13
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Which address did you add? Cause you could have got it from the testing directory (as I see you're using etch as well). If you added the sid repository for it and you don't want all your packages to go to sid but only nvidia:

Leave the sources.list as it is. Open /etc/apt/preferences and do this nvidia-glx add the nvidia packages to pinning in sid. I don't know which packages you installed but i have these:
Quote:
root@debian:~# dpkg -l | grep nvidia | awk '{print $2}'
nvidia-glx
nvidia-kernel-2.6.11.6
nvidia-kernel-common
nvidia-kernel-source
nvidia-settings
So you can use them with apt-pinning: (under point 3.10)
http://www.debian.org/doc/manuals/ap...pt-get.en.html

I'm not sure if these are upgraded though could be that it's only once when you compile a new kernel.

If you don't want sid at all remove the sid line.
 
Old 07-19-2005, 01:36 PM   #14
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Rep: Reputation: 37
I added "deb http://http.us.debian.org/debian testing main contrib non-free"

Here are the packages

neuromancer:~# dpkg -l|grep nvidia|awk '{print $2}'
nvidia-glx
nvidia-kernel-
nvidia-kernel-
nvidia-kernel-
neuromancer:~#

It didn't print anything after the -, don't know why. I am running listbugs, so I believe that I will leave it as is. Thanks again for the help.

 
Old 07-19-2005, 01:39 PM   #15
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
So from your distro in your profile it says sarge/etch. Did you already have that line but only had to add nonfree? Nonfree is for everything that doesn't fit in debian's policy. It's a closed source part of the driver so the license is wrong to have it in another repository.

If you keep it like this you'll upgrade packages into testing.
edit: unless you pinned everything on sarge but then adding this line wouldn't have had any difference.
 
  


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
[Debian 3.1]-Gnome Screen Resolution and USB flashdisks... paralias2005 Linux - Newbie 4 10-16-2005 04:06 AM
Debian 3.1 Low Screen Resolution. excidy Linux - Hardware 1 09-04-2005 10:05 PM
Debian Sarge: screen resolution daenney Linux - Hardware 4 06-12-2005 01:39 AM
screen/resolution problems with games on my debian OrganicOrange84 Linux - Games 0 01-19-2005 12:57 AM
Screen resolution of X in debian orange400 Linux - General 4 04-21-2004 08:07 AM

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

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