LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-29-2005, 03:06 PM   #16
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46

Only 800x600? Hmm... Try to run (as root)

dpkg-reconfigure xserver-xfree86

There will be a step where it asks for the res you want to use.
 
Old 07-29-2005, 03:36 PM   #17
COKE CAN
Member
 
Registered: Jul 2005
Location: Yorktown, VA
Distribution: debianSARGE
Posts: 100

Original Poster
Rep: Reputation: 15
Code:
# dpkg-reconfigure xserver-xfree86
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process
I get that
 
Old 07-29-2005, 03:50 PM   #18
ToastedToad
Member
 
Registered: Feb 2005
Location: Sequim,WA
Distribution: Debian_sid/Debian_sarge_amd64
Posts: 157

Rep: Reputation: 30
Close all other apps. Seems like you still have KDE screen resize box open or something.
 
Old 07-29-2005, 04:14 PM   #19
COKE CAN
Member
 
Registered: Jul 2005
Location: Yorktown, VA
Distribution: debianSARGE
Posts: 100

Original Poster
Rep: Reputation: 15
I closed the resize tool. It's still giving me that message. I have gdesklets running and gaim also.
 
Old 07-30-2005, 11:20 AM   #20
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian 10 | Kali Linux | Ubuntu 20.04 LTS
Posts: 382

Rep: Reputation: 37
Try closing X altogether. On the task bar above, click on Actions, and select logout. When you get to the text screen, try running it again as root:

#dpkg-reconfigure xserver-xfree86

As you go through and answer the questions, you will be prompted for resolutions you want to run. Using the spacebar, select 1024x768 (if that is the resolution you want), and deselect any resolutions you do not want to run. Also, if you do not necessarily care about running the nVidia drivers, select VESA as the driver. Once that completes, type startx and you should see the new resolution.

Good luck!

 
Old 07-31-2005, 01:52 AM   #21
COKE CAN
Member
 
Registered: Jul 2005
Location: Yorktown, VA
Distribution: debianSARGE
Posts: 100

Original Poster
Rep: Reputation: 15
If I log out (from KDE) I go to a GUI log in box.
 
Old 07-31-2005, 01:56 AM   #22
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Log back in to KDE, open a terminal and as root type, "init 1" without the quotes. That should take you out of X altogether.
 
Old 07-31-2005, 02:07 AM   #23
COKE CAN
Member
 
Registered: Jul 2005
Location: Yorktown, VA
Distribution: debianSARGE
Posts: 100

Original Poster
Rep: Reputation: 15
It's asking for an identifier for my video card. What do I put in?
 
Old 07-31-2005, 02:21 AM   #24
COKE CAN
Member
 
Registered: Jul 2005
Location: Yorktown, VA
Distribution: debianSARGE
Posts: 100

Original Poster
Rep: Reputation: 15
Ok, I typed in "nVidia FX5500"

Now I am at a prompt asking for the bus identifier, my card is AGP
 
Old 07-31-2005, 09:30 AM   #25
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
leave it blank. Do the same for the other bus-stuff it asks.
 
Old 07-31-2005, 12:12 PM   #26
COKE CAN
Member
 
Registered: Jul 2005
Location: Yorktown, VA
Distribution: debianSARGE
Posts: 100

Original Poster
Rep: Reputation: 15
Thanks for all of the help, it's now working properly.
 
Old 08-24-2005, 11:18 AM   #27
Mad Malc
Member
 
Registered: Jun 2004
Location: West Midlands UK
Distribution: Mint 2.1 with Kubuntu Desktop
Posts: 59

Rep: Reputation: 15
Talking

Thanks Guys

I was stuck with 800x600 until I read this.

thanks again

Mad Malc

 
Old 08-24-2005, 12:07 PM   #28
trigggl
Member
 
Registered: Dec 2004
Location: Jacksonville, AR
Distribution: Debian Etch, AIX, Slackware
Posts: 117

Rep: Reputation: 15
Quote:
Originally posted by COKE CAN
I really do appreciate the help. As root, I got it to come up. Now what?
trigggl said to change from nv to nvidia, but there is no nvidia choice. So I guess I would have to open xf86config-4 in an editor, right?
I always use vi in a teminal screen.
 
Old 08-25-2005, 03:24 PM   #29
Biased turkey
Member
 
Registered: Jan 2002
Location: Canada
Distribution: redhat7.2
Posts: 169

Rep: Reputation: 30
Quote:
Originally posted by bruno buys
Hi coke.
The dpkg thing is a script for doing what you can do with an editor, right. The problem is, there's no nvidia listed in it because there's no nvidia module available on your system yet. You have to provide one by compiling it, then you can tell X to use it.


1. Take a look at this page:
http://www.nvidia.com/object/unix.html

2. Download the latest version. Its a binary file, you can run it by doing

sh NVIDIA-Linux-x86-1.0-7667-pkg1.run

If it gives you a permission denied issue, set the exec bit, by doing

chmod +x NVIDIA-Linux-x86-1.0-7667-pkg1.run


Then, cd to the dir and read the installation instructions. It is simple, but a bit laborious.

Ask for help at any time, if you wish.
Good luck!
Didn't you forget to mention that the kernel-headers package must be installed before running sh NVIDIA-Linux... ?
 
  


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
Nvidia driver install emojetplane Linux - Hardware 11 08-19-2005 02:26 PM
nVidia driver install MooCows Linux - Hardware 1 12-30-2004 08:52 AM
Nvidia Driver Install - rivafb driver conflicts rjcmi Debian 5 10-10-2004 11:58 PM
Nvidia Driver Install?! 3r4t!k Linux - Newbie 6 04-18-2004 07:10 PM
nvidia driver wont install (suse 8.2_ftp install) splintah Linux - Newbie 1 10-06-2003 03:03 PM

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

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