display resolution under Debian

Thread Solved

Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: display resolution under Debian

 
1
  #21
Nov 20th, 2007
Originally Posted by KF4SQB View Post
"dpkg: error processing xserver-xorg (--configure):package xserver-xorg is already installed and configured
Errors were encountered while processing: xserver-xorg"
You just might want to use sudo:
$ sudo dpkg --configure xserver-xorg
Last edited by John A; Nov 20th, 2007 at 10:25 pm.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 88
Reputation: KF4SQB is an unknown quantity at this point 
Solved Threads: 0
KF4SQB KF4SQB is offline Offline
Junior Poster in Training

Re: display resolution under Debian

 
0
  #22
Nov 21st, 2007
Joe, I tried adding the "sudo" to the command, and got the same results as without it.

Sturm, I'd be glad to, if I had any clue how to retrieve it. I currently have no xserver support, so no GUI, and I still have a lot to learn about using Linux that way. I'm logged in as root, and the only thing I can currently access is the root of the drive, and the "desktop" folder. I have no idea how to get to anything else. I'm pretty fluent with DOS, but, as I already said, very new to Linux.
Brett Kitchens
KF4SQB

kf4sqb "at" wetsnet "dot" com

To err is human, to really foul things up takes a computer! :cool:
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 1,066
Reputation: Sturm is on a distinguished road 
Solved Threads: 24
Sturm's Avatar
Sturm Sturm is offline Offline
Veteran Poster

Re: display resolution under Debian

 
0
  #23
Nov 21st, 2007
cat /etc/X11/xorg.conf
A really lame method of generating a usable xorg.conf is booting up w/ Ubuntu and stealing it. ;-)
Last edited by Sturm; Nov 21st, 2007 at 3:31 pm.
"Hey ass, don't hijack my thread. This is serious." -JoshSCH
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,242
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 541
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: display resolution under Debian

 
0
  #24
Nov 21st, 2007
are you logging in as root?

try it as him, not the user you made
Last edited by jbennet; Nov 21st, 2007 at 4:21 pm.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: display resolution under Debian

 
0
  #25
Nov 22nd, 2007
You might want to try X --configure . I can't remember if xorgconfig or xorgcfg is installed on Debian by default, but you may want to try those as well.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,242
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 541
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: display resolution under Debian

 
0
  #26
Nov 22nd, 2007
if not then there is a sure-fire but very complex way of doing it:

login as ROOT
cd /
cd etc
cd X11 (case sensitive!)
nano xorg.conf

Nano is a text editor like EDIT for DOS. You can edit the file yousrelf (its easy e.g just change driver=xxxxx) and then hit control+x to exit and then push Y to save
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 88
Reputation: KF4SQB is an unknown quantity at this point 
Solved Threads: 0
KF4SQB KF4SQB is offline Offline
Junior Poster in Training

Re: display resolution under Debian

 
0
  #27
Nov 23rd, 2007
SUCCESS!!!

I am now posting with Debian, and my screen resolution is 1024 X 768! Thanks to all for advice and suggestions, but credit for the "kill" has to go to jbennet, as I used his final suggestion to manually edit my xorg.conf file with nano. Learning Linux is fun, but alas, I have so much (so very much!) farther to go! Thanks so much for everyone's help, and expect more problems from me as I embark into the wonderful world of Debian Linux!
Brett Kitchens
KF4SQB

kf4sqb "at" wetsnet "dot" com

To err is human, to really foul things up takes a computer! :cool:
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,242
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 541
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: display resolution under Debian

 
0
  #28
Nov 23rd, 2007
Sturm sort of suggested this earlier, so he deserves credit too

yeah nano is a good tool, if you ever want to network with windows, you will probably use it to edit a file called smb.conf
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 88
Reputation: KF4SQB is an unknown quantity at this point 
Solved Threads: 0
KF4SQB KF4SQB is offline Offline
Junior Poster in Training

Re: display resolution under Debian

 
0
  #29
Nov 24th, 2007
Originally Posted by jbennet View Post
Sturm sort of suggested this earlier, so he deserves credit too

Ah, but he didn't suggest how to do it ! However, I did acknowledge and thank everyone who helped. Modesty's a good quality, but take credit where its due, James!
Brett Kitchens
KF4SQB

kf4sqb "at" wetsnet "dot" com

To err is human, to really foul things up takes a computer! :cool:
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Window and Desktop Managers Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC