Re: increasing screen resolution, nvidia xconf.org

2009-12-07 Thread Tomislav Butkovic
Hey everyone,

I've realized that while the graphics card supports up to 1500x*, the actual
LCD screen in the laptop only supports 1024x768. A Seiko screen.

Thanks to everyone for the help!

tomislav

2009/12/5 Alexander Kaphuk sashaandta...@gmail.com

 Please see an email below for a solution to a similar problem I had with
 the screen resolution not being detected properly on a HP Compaq Presario
 laptop.

  Original Message 
 Subject:re: setting screen resolution to 1366x768 [SOLVED]
 Date:   Sun, 15 Nov 2009 18:14:54 +0200
 From:   Alexander Kaphuk sashaandta...@gmail.com
 To: debian-user@lists.debian.org



 Hi,

 I'd like to once again thank those of you who have responded to my earlier
 emails on the subject in question.

 The solution to my problem turned out to be an easy one. I upgraded to
 Squeeze which uses 'xserver-xorg-video-nv' version '1:2.1.14-2', which
 automatically sets the screen resolution to '1366x768'.

 So I thought I'd report back to the community just in case someone else
 find themselves in a similar situation and might find this post useful.

 Regards,

 Alexander Kapshuk.





Re: increasing screen resolution, nvidia xconf.org

2009-12-05 Thread Camaleón
On Fri, 04 Dec 2009 23:07:42 -0500, Tomislav Butkovic wrote:

 Hello,

 I have been for the last few months trying to figure out how to increase
 the screen resolution on my Dell Inspiron 5150 running Debian Lenny 
with a
 GeForce FX Go5200 64mb.

 The maximum screen resolution is currently 1024x768.

How about using xrandr to set the desired screen resolution? 

You have some use samples in its wiki:

http://www.x.org/wiki/Projects/XRandR

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



re: increasing screen resolution, nvidia xconf.org

2009-12-05 Thread Alexander Kaphuk
Please see an email below for a solution to a similar problem I had with 
the screen resolution not being detected properly on a HP Compaq 
Presario laptop.


 Original Message 
Subject:re: setting screen resolution to 1366x768 [SOLVED]
Date:   Sun, 15 Nov 2009 18:14:54 +0200
From:   Alexander Kaphuk sashaandta...@gmail.com
To: debian-user@lists.debian.org



Hi,

I'd like to once again thank those of you who have responded to my 
earlier emails on the subject in question.


The solution to my problem turned out to be an easy one. I upgraded to 
Squeeze which uses 'xserver-xorg-video-nv' version '1:2.1.14-2', which 
automatically sets the screen resolution to '1366x768'.


So I thought I'd report back to the community just in case someone else 
find themselves in a similar situation and might find this post useful.


Regards,

Alexander Kapshuk.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: increasing screen resolution, nvidia xconf.org

2009-12-05 Thread Tony Nelson
On 09-12-04 23:07:42, Tomislav Butkovic wrote:
 Hello,
 
 I have been for the last few months trying to figure out how to
 increase the screen resolution on my Dell Inspiron 5150 running 
 Debian Lenny with a GeForce FX Go5200 64mb.
 
 The maximum screen resolution is currently 1024x768.
 
 I have entered '1280x1024' into the xorg.conf file under Screen 
 Modes:
 
 
 *
 
 Section Screen
 Identifier Screen0
 Device Device0
 MonitorMonitor0
 DefaultDepth24
 Option AllowGLXWithComposite True
 SubSection Display
 Depth   24
 Modes  1280x1024
 EndSubSection
 EndSection
 
 *
 
 
 This does not work, and gives me the following result in the xconf
 log:
 
 *
 
 (--) NVIDIA(0): Connected display device(s) on GeForce FX Go5200 at
 (--) NVIDIA(0): PCI:1:0:0:
 (--) NVIDIA(0): Seiko (DFP-0)
 (--) NVIDIA(0): Seiko (DFP-0): 270.0 MHz maximum pixel clock
 (--) NVIDIA(0): Seiko (DFP-0): Internal Dual Link LVDS
 (II) NVIDIA(0): Assigned Display Device: DFP-0
 (WW) NVIDIA(0): No valid modes for 1280x1024; removing.
 (WW) NVIDIA(0):
 (WW) NVIDIA(0): Unable to validate any modes; falling back to the
 default mode
 (WW) NVIDIA(0): nvidia-auto-select.
 (WW) NVIDIA(0):
 (II) NVIDIA(0): Validated modes:
 (II) NVIDIA(0): nvidia-auto-select
 (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
 (--) NVIDIA(0): DPI set to (86, 84); computed from UseEdidDpi X
 config
 
 
 *
 
 I am not sure how to proceed, ...
 ...

The rest of the Xorg log would help -- certainly the parts about probed 
and available resolutions are relevant -- and if you are using KMS 
(Kernel Mode-Setting), parts of dmesg.

-- 

TonyN.:'   mailto:tonynel...@georgeanelson.com
  '  http://www.georgeanelson.com/


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



increasing screen resolution, nvidia xconf.org

2009-12-04 Thread Tomislav Butkovic
Hello,

I have been for the last few months trying to figure out how to increase the
screen resolution on my Dell Inspiron 5150 running Debian Lenny with a
GeForce FX Go5200 64mb.

The maximum screen resolution is currently 1024x768.

I have entered '1280x1024' into the xorg.conf file under Screen  Modes:


*

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
Option AllowGLXWithComposite True
SubSection Display
Depth   24
Modes  1280x1024
EndSubSection
EndSection

*


This does not work, and gives me the following result in the xconf log:

*

(--) NVIDIA(0): Connected display device(s) on GeForce FX Go5200 at
(--) NVIDIA(0): PCI:1:0:0:
(--) NVIDIA(0): Seiko (DFP-0)
(--) NVIDIA(0): Seiko (DFP-0): 270.0 MHz maximum pixel clock
(--) NVIDIA(0): Seiko (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(WW) NVIDIA(0): No valid modes for 1280x1024; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default
mode
(WW) NVIDIA(0): nvidia-auto-select.
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): nvidia-auto-select
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): DPI set to (86, 84); computed from UseEdidDpi X config


*

I am not sure how to proceed, but it would really be nice to have a larger
screen resolution to work with. Would anyone be able to assist me? I have
installed the nvidia drivers the 'debian way' rather than using the nvidia
installer. I believe that is the reason I don't have access to
'nvidia-settings' like some people do. I'm not too familiar with working in
a terminal or with debian linux.

If anyone can assist, I would appreciate it.

Thank You,

Tomislav


Re: increasing screen resolution, nvidia xconf.org

2009-12-04 Thread Alan Ianson
On Fri December 4 2009 08:07:42 pm Tomislav Butkovic wrote:
 Hello,

 I have been for the last few months trying to figure out how to increase
 the screen resolution on my Dell Inspiron 5150 running Debian Lenny with a
 GeForce FX Go5200 64mb.

 The maximum screen resolution is currently 1024x768.

 I have entered '1280x1024' into the xorg.conf file under Screen  Modes:


 *

 Section Screen
 Identifier Screen0
 Device Device0
 MonitorMonitor0
 DefaultDepth24
 Option AllowGLXWithComposite True
 SubSection Display
 Depth   24
 Modes  1280x1024
 EndSubSection
 EndSection

 *


 This does not work, and gives me the following result in the xconf log:

 *

 (--) NVIDIA(0): Connected display device(s) on GeForce FX Go5200 at
 (--) NVIDIA(0): PCI:1:0:0:
 (--) NVIDIA(0): Seiko (DFP-0)
 (--) NVIDIA(0): Seiko (DFP-0): 270.0 MHz maximum pixel clock
 (--) NVIDIA(0): Seiko (DFP-0): Internal Dual Link LVDS
 (II) NVIDIA(0): Assigned Display Device: DFP-0
 (WW) NVIDIA(0): No valid modes for 1280x1024; removing.
 (WW) NVIDIA(0):
 (WW) NVIDIA(0): Unable to validate any modes; falling back to the default
 mode
 (WW) NVIDIA(0): nvidia-auto-select.
 (WW) NVIDIA(0):
 (II) NVIDIA(0): Validated modes:
 (II) NVIDIA(0): nvidia-auto-select
 (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
 (--) NVIDIA(0): DPI set to (86, 84); computed from UseEdidDpi X config


 *

 I am not sure how to proceed, but it would really be nice to have a larger
 screen resolution to work with. Would anyone be able to assist me? I have
 installed the nvidia drivers the 'debian way' rather than using the nvidia
 installer. I believe that is the reason I don't have access to
 'nvidia-settings' like some people do. I'm not too familiar with working in
 a terminal or with debian linux.

 If anyone can assist, I would appreciate it.

nvidia-xconfig is in a separate package called nvidia-xconfig. I ran it and 
it created a simple config with no resolutions listed. My max resolution is 
1024x768 also (with a number of smaller resolutions) but so far that hasn't 
bothered me.

I'll be following this thread to see what can be done to increase that.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: increasing screen resolution, nvidia xconf.org

2009-12-04 Thread Jimmy Johnson

Tomislav Butkovic wrote:

Hello,

I have been for the last few months trying to figure out how to increase 
the screen resolution on my Dell Inspiron 5150 running Debian Lenny with 
a GeForce FX Go5200 64mb.


The maximum screen resolution is currently 1024x768. 


I have entered '1280x1024' into the xorg.conf file under Screen  Mode


I am not sure how to proceed, but it would really be nice to have a 
larger screen resolution to work with. Would anyone be able to assist 
me? I have installed the nvidia drivers the 'debian way' rather than 
using the nvidia installer. I believe that is the reason I don't have 
access to 'nvidia-settings' like some people do. I'm not too familiar 
with working in a terminal or with debian linux.



If you have not installed nvidia-settings do so, nvidia-settings will 
only run in X mode, so open your console and type: nvidia-settings and 
that will start nvidia-settings, make what ever changes you need, these 
changes will only be in effect until you reboot, so after you make the 
changes, in the console type: su and then the root password now you can 
save the settings to x-config and the changes will stick.

--
Jimmy Johnson

Bakersfield, CA. U.S.A.
Registered Linux User #380263
K.I.S.S. (Keep it simple stupid)


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: increasing screen resolution, nvidia xconf.org

2009-12-04 Thread Jimmy Johnson

Tomislav Butkovic wrote:

Hello,

I have been for the last few months trying to figure out how to increase 
the screen resolution on my Dell Inspiron 5150 running Debian Lenny with 
a GeForce FX Go5200 64mb.


The maximum screen resolution is currently 1024x768. 


I have entered '1280x1024' into the xorg.conf file under Screen  Mode


I am not sure how to proceed, but it would really be nice to have a 
larger screen resolution to work with. Would anyone be able to assist 
me? I have installed the nvidia drivers the 'debian way' rather than 
using the nvidia installer. I believe that is the reason I don't have 
access to 'nvidia-settings' like some people do. I'm not too familiar 
with working in a terminal or with debian linux.



If you have not installed nvidia-settings do so, nvidia-settings will
only run in X mode, so open your console and type: nvidia-settings and
that will start nvidia-settings, make what ever changes you need, these
changes will only be in effect until you reboot, so after you make the
changes click apply and close nvidia-settings, in the console type: su 
and then the root password and restart nvidia-settings and double check 
your settings and apply them, now you can save the settings to x-config 
and the changes will stick.

--
Jimmy Johnson

Bakersfield, CA. U.S.A.
Registered Linux User #380263
K.I.S.S. (Keep it simple stupid)



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Increasing screen resolution

2008-08-23 Thread Nuno Magalhães
 In the snipped section above commenting out vert and horz refresh
 lines and adding a modeline for resolution should work.
And what's the least painful way of producing such a modeline for a
given monitor? My 22 is still not running at full res.

TIA

-- 
Nuno Magalhães


Re: Increasing screen resolution

2008-08-23 Thread Sudev Barar
2008/8/24 Nuno Magalhães [EMAIL PROTECTED]:
 In the snipped section above commenting out vert and horz refresh
 lines and adding a modeline for resolution should work.
 And what's the least painful way of producing such a modeline for a
 given monitor? My 22 is still not running at full res.

Google for modeline generator. There is online utility for generating
specific modeline. BUT if you are using a recent monitor just
specifying
mode = 1024x800 or similar should be sufficient with out having to
give horizontal or vertical refresh rates.


-- 
Regards,
Sudev Barar
Read http://blog.sudev.in for topics ranging from here to there.

PS: I know most of people do not follow email niceties (mostly they
are not aware) but if you follow bottom post/in-line post style of
email conversations it becomes a whole lot easier to carry on
meaningful dialogue and you can snip out what is not meaningful too.
Most people just hit reply button and top post leaving prior message
appended uselessly at bottom. See if you can adopt this style and
persuade others. In case you are already doing this . great,
spread the message.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Increasing screen resolution

2008-08-21 Thread andy

Hi

I have started a new thread on this to avoid hijacking a similar thread 
from someone else.


My current screen resolution is 1400x1050 with a refresh rate of 50Hz.

This is my xorg.conf file:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Thu Feb 14 
18:20:37 PST 2008


Section ServerLayout
   Identifier Layout0
   Screen  0  Screen0
   InputDeviceKeyboard0 CoreKeyboard
   InputDeviceMouse0 CorePointer
EndSection

Section Files
   RgbPath /usr/X11R6/lib/X11/rgb
EndSection

Section Module
   Load   nvidia
   Load   dbe
   Load   extmod
   Load   type1
   Load   freetype
   Loadglx
EndSection

Section InputDevice
   # generated from default
   Identifier Mouse0
   Driver mouse
   Option Protocol auto
   Option Device /dev/psaux
   Option Emulate3Buttons no
   Option ZAxisMapping 4 5
EndSection

Section InputDevice
   # generated from default
   Identifier Keyboard0
   Driver kbd
   Option  XkbRules  xorg
   Option  XkbModel  pc105
   Option  XkbLayout gb
EndSection

Section Monitor
   Identifier Monitor0
   VendorName Unknown
   ModelName  Unknown
   HorizSync   30.0 - 110.0
   VertRefresh 50.0 - 150.0
   Option DPMS
EndSection

Section Device
   Identifier Device0
   Drivernvidia
   OptionIgnoreDisplayDevicesTV
   Option  Coolbits1
   Option  RandRRotation1
   Option  AddARGBGLXVisuals1
   Option  TripleBuffer0
   Option  DynamicTwinView1
   VendorName NVIDIA Corporation
EndSection

Section Screen
   Identifier Screen0
   Device Device0
   MonitorMonitor0
   DefaultDepth24
   SubSection Display
   Depth   24
   EndSubSection
EndSection


Section Extensions
   Option  Composite1
#Option  RENDER0
EndSection

I'd like to increase the resolution up to 1600x1200 with a higher 
refresh rate as well if possible. My monitor can take it, but my 
xorg.conf file no longer seems to have the section wherein one can tweak 
those settings.


I am using an Nvidia GeForce 8500GT card on a Lenny machine.

How would I go about increasing the resolution?

Thanks

Andy

--

If they can get you asking the wrong questions, they don't have to worry about the 
answers. - Thomas Pynchon, Gravity's Rainbow


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Increasing screen resolution

2008-08-21 Thread Sudev Barar
2008/8/21 andy [EMAIL PROTECTED]:

[SNIP]

 Section Monitor
   Identifier Monitor0
   VendorName Unknown
   ModelName  Unknown
   HorizSync   30.0 - 110.0
   VertRefresh 50.0 - 150.0
   Option DPMS
 EndSection


 I'd like to increase the resolution up to 1600x1200 with a higher refresh
 rate as well if possible. My monitor can take it, but my xorg.conf file no
 longer seems to have the section wherein one can tweak those settings.


In the snipped section above commenting out vert and horz refresh
lines and adding a modeline for resolution should work.

-- 
Regards,
Sudev Barar
Read http://blog.sudev.in for topics ranging from here to there.

PS: Sorry Andy earlier I just replied back to you instead of the list.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Increasing Screen Resolution

2004-06-07 Thread Robert Tilley
My screen resolution is currently 1024x768.  The desired resolution is 
1280x1024.

I have dpkg-reconfigure'd xserver-xfree86, edited /etc/X11/XF86Config, 
edited /etc/X11/XF86Config-4, and experimented with KRandR.  The only mode 
that is still present is 1280x1024, however 1024x768 is still used.  Nothing 
I have done has changed this.

Needless to say, I need help.  What can I do to increase 
my screen resolution to 1280x1024?

Bob, thanks!
-- 
It is better to kiss an avocado than to get in a fight with an aardvark.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Increasing Screen Resolution

2004-06-07 Thread Kent West
Robert Tilley wrote:
My screen resolution is currently 1024x768.  The desired resolution is 
1280x1024.

I have dpkg-reconfigure'd xserver-xfree86, edited /etc/X11/XF86Config, 
edited /etc/X11/XF86Config-4, and experimented with KRandR.  The only mode 
that is still present is 1280x1024, however 1024x768 is still used.  Nothing 
I have done has changed this.

Needless to say, I need help.  What can I do to increase 
my screen resolution to 1280x1024?

Bob, thanks!
 

I vaguely remember earlier in this thread you saying you had better 
resolution in RH or S.u.S.E. or something. I don't recall you mentioning 
what video chipset you have. It may be that you have something like an 
nVidia, and you're using the Free nv driver, when those other distros 
were using the proprietary nVidia driver. Or perhaps they were set to a 
lower color depth, allowing higher resolution?

--
Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Increasing Screen Resolution

2004-06-07 Thread Lee Braiden
On Monday 07 Jun 2004 22:56, Robert Tilley wrote:
 I have dpkg-reconfigure'd xserver-xfree86, edited /etc/X11/XF86Config,
 edited /etc/X11/XF86Config-4, and experimented with KRandR.  The only mode
 that is still present is 1280x1024, however 1024x768 is still used. 
 Nothing I have done has changed this.

 Needless to say, I need help.  What can I do to increase
 my screen resolution to 1280x1024?

Bob,

You may need to check your monitor specifications, and set the monitor 
frequencies accordingly using dpkg-reconfigure xserver-xfree86.  
dpkg-reconfigure asks you how simple you want questions about your monitor to 
be.  If you choose a more complex option, you'll get to alter frequencies, 
etc.

Sorry if this is badly explained.  I'm tired.  But I hope it helps :)

-- 
Lee Braiden
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: increasing screen resolution

2004-03-25 Thread Brian Brazil
On Wed, Mar 24, 2004 at 03:20:57PM -0700, Brad Camroux wrote:
 Hello,
 
 I wonder how to increase the screen resolution in X.  I'm currently at 
 1024x768, but would like to go to 1280x1024.  I love having the 
 larger desktop space so I can get everything I need on one screen if 
 possible.

These will change between the resoultions in XF86Config:
Crtl-Alt-Plus
Crtl-Alt-Minus

Of course you need those resolutions in XF86Config, your monitor must support
them. Its also advised but not nessecary to have sufficeint memory for
that resolution and color depth. If you have a PowerMAC 4400 to hand try
anything higher than a color depth of '8'. Funky.

Brian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: increasing screen resolution

2004-03-25 Thread Brad Camroux
On March 25, 2004 06:54 am, Brian Brazil scribed:
BB These will change between the resoultions in XF86Config:
BB Crtl-Alt-Plus
BB Crtl-Alt-Minus
BB

That's cool.  I never knew that, and is handy to know.  The problem 
was actually that I didn't have the horizontal sync rate set high 
enough.  Monitor supports upto 65kHz, but I had the upper limit at 
60kHz, hence it would jump up to the higher resolution.

Thanks for all the help :O)

-- 
+--+---+
|Brad Camroux  | === http://www.debian.org === |
|Student   | = |
|Geophysics  Applied Math | Proud admin and user of Debian|
|University of Calgary | since 2003... because Red Hat |
|Calgary, AB, Canada   | just didn't cut it|
+--+---+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



increasing screen resolution

2004-03-24 Thread Brad Camroux
Hello,

I wonder how to increase the screen resolution in X.  I'm currently at 
1024x768, but would like to go to 1280x1024.  I love having the 
larger desktop space so I can get everything I need on one screen if 
possible.

Thanks,
-- 
+--+---+
|Brad Camroux  | === http://www.debian.org === |
|Student   | = |
|Geophysics  Applied Math | Proud admin and user of Debian|
|University of Calgary | since 2003... because Red Hat |
|Calgary, AB, Canada   | just didn't cut it|
+--+---+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: increasing screen resolution

2004-03-24 Thread Mark C
On Wed, 2004-03-24 at 22:20, Brad Camroux wrote:
 Hello,
 
 I wonder how to increase the screen resolution in X.  I'm currently at 
 1024x768, but would like to go to 1280x1024.  I love having the 
 larger desktop space so I can get everything I need on one screen if 

Just edit your /etc/X11/XF86Config or XF86Config-4, and near the bottom
of that file, you can add the resolutions, separated by , at the bottom
of the ' Section Screen', so whatever your  DefaultDepth is set at,
thats the one to alter.

i.e
Below, this allows X to run at the following resolutions (providing the
monitor/video card can support it):

1280x1024 1280x960 1152x864 1024x768 800x600 640x480

Then just restart X, by CTRL + ALT and Backspace.

Mark



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: increasing screen resolution

2004-03-24 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Brad Camroux [EMAIL PROTECTED] writes:

 I wonder how to increase the screen resolution in X.  I'm currently at 
 1024x768, but would like to go to 1280x1024.  I love having the 
 larger desktop space so I can get everything I need on one screen if 
 possible.

dpkg-reconfigure -plow xserver-xfree86

- -- 
 .''`. Paul Johnson [EMAIL PROTECTED]
: :'  :
`. `'` proud Debian admin and user
  `-   Debian.  Because it *must* work.  debian.org   aboutdebian.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAYj2xUzgNqloQMwcRAp68AJwIGE9ieKx6rv7zHREguv7/wHSmdwCgr6Nq
7Wf/FwyCf/sxUjQF+nsnjNs=
=EdwJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]