LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-26-2006, 06:00 PM   #1
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Rep: Reputation: 30
Resolution problem on Debian 3.1 with Nvidia GeForce FX5200.


I ran my screen resolution on 1280 x 1024 at an 60hz refresh rate, but Linux only give me up to 800 x 600 at an 72hz refresh rate. I'm pretty sure I chose the 1280 x 1024 resolution during installation. How do I fix this? I am running Debian 3.1.

Thanks for any help.
 
Old 08-26-2006, 06:38 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
I ran my screen resolution on 1280 x 1024 at an 60hz refresh rate, but Linux only give me up to 800 x 600 at an 72hz refresh rate. I'm pretty sure I chose the 1280 x 1024 resolution during installation. How do I fix this? I am running Debian 3.1.

Thanks for any help.

Get out the manual for your monitor or google on the make/model number to get the correct horizontal and vertical refresh rates then as root user dpkg-reconfigure xserver-xfree86 use the up/down arrows to select Advanced from the dialog that comes up and continue saying yes to the dialogs that come up until you get to the two that ask you for the rates enter these in. Once completed if running graphically logout and use the three combination I suggested in the other thread to kill off/restart the X server if command line then use restart in the kdm command I also used in that thread to restart X with the new settings.
 
Old 08-26-2006, 06:56 PM   #3
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Thanks. Does this apply to and laptop monitor too? Sorry. I guess I should have mentioned that.
 
Old 08-26-2006, 07:18 PM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
Thanks. Does this apply to and laptop monitor too? Sorry. I guess I should have mentioned that.
Sure X uses the rates to determine the Max resolution/refresh rate supported by the screen Debian always set these rates too low on install.
 
Old 08-26-2006, 08:37 PM   #5
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
It asks me for an X server driver. Must I choose nv? This sounds closest to Nvidia.
 
Old 08-26-2006, 08:39 PM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
It asks me for an X server driver. Must I choose nv? This sounds closest to Nvidia.
Yes that would be the correct one.
 
Old 08-27-2006, 09:11 AM   #7
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Thanks. Now its asking me to enter the video card's bus identifier? What is that?

Sorry I'm asking so many questions about this. I just don't want to mess it up and then be stuck with a garbled display.
 
Old 08-27-2006, 11:44 AM   #8
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
Thanks. Now its asking me to enter the video card's bus identifier? What is that?

Sorry I'm asking so many questions about this. I just don't want to mess it up and then be stuck with a garbled display.

Most likely don't even need to put that in as it is already working so X is finding it easy enough but if you want to put it there look into the /var/log/XFree86.0.log file for a line looking like this.

Code:
(--) PCI:*(1:0:0) nVidia Corporation NV35 [GeForce FX 5900XT] rev 161, Mem @ 0xf8000000/24, 0xf0000000/27
Then the numbers you see right after (--) PCI:* are what you need in my case 1:0:0 is what I would put in.
 
Old 08-27-2006, 12:03 PM   #9
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Dell told me that my horizontal and vertical sync range is 60. Does this sound right?
 
Old 08-27-2006, 12:10 PM   #10
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Nevermind. I went ahead and used the 60hz and it worked. Thanks a lot.
 
Old 08-27-2006, 12:12 PM   #11
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
Dell told me that my horizontal and vertical sync range is 60. Does this sound right?
For a LCD screen sounds reasonable if anyone would know it would be them since I presume this who made the screen so they should know.
 
Old 08-27-2006, 06:56 PM   #12
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
The "nv" driver isn't very responsive, I'd recommend using the proprietary nvidia driver. You'll get 3d acceleration to boot.
 
Old 08-28-2006, 06:20 PM   #13
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Thanks. I'm trying to download the driver but it is asking me if I have Linux IA32 or IA64. How do I know which one I have?

By the way HappyTux, my video card's bus identifier is also 1:0:0 but when entering this it told me that the I put it in in the wrong format, so i just left it blank.
 
Old 08-28-2006, 06:42 PM   #14
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
Thanks. I'm trying to download the driver but it is asking me if I have Linux IA32 or IA64. How do I know which one I have?

By the way HappyTux, my video card's bus identifier is also 1:0:0 but when entering this it told me that the I put it in in the wrong format, so i just left it blank.
That is ok you do not need the busid with only one monitor on the card/one card in the system. Try apt-cache search nvidia to see if there are modules already built for your kernel your better off using those as downloading the nvidia ones if necessary you can build your own from the Debian source.
 
Old 08-28-2006, 06:48 PM   #15
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by HappyTux
Try apt-cache search nvidia to see if there are modules already built for your kernel your better off using those as downloading the nvidia ones if necessary you can build your own from the Debian source.
Code:
conradtheart@Conrad:~$ apt-cache search nvidia
nvidia-cg-toolkit - NVIDIA Cg Toolkit installer
nvtv - tool to control TV chips on NVidia cards under Linux
nvidia-settings - Tool of configuring the NVIDIA graphics driver
nvidia-kernel-common - NVIDIA binary kernel module common files
Thanks. The above is the return I get.
 
  


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
distro suggestion that supports nvidia geforce fx5200 snip128 Linux - Newbie 19 10-18-2006 01:58 PM
which x server to use with nvidia geforce fx5200 on debian new install? aerostarlegacy Linux - Hardware 4 07-25-2006 01:29 PM
Using S-Video output on nVidia GeForce FX5200 in FC5 Icy Linux - Hardware 2 06-04-2006 04:20 PM
mandrake 10.2LE nvidia geforce fx5200 krnl2.6.111-12mdk r0ssar00 Linux - Software 3 08-30-2005 02:54 PM
Nvidia GeForce FX5200 Xserver not starting pinkyponky Linux - Hardware 3 03-17-2005 05:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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