Re: change xorg video resolution

2007-03-30 Thread freenity

well this is what xpdyinfo says. Its screen0 section:

screen #0:
 print screen:no
 dimensions:1024x768 pixels (342x271 millimeters)
 resolution:76x72 dots per inch
 depths (7):16, 1, 4, 8, 15, 24, 32
 root window id:0x3e
 depth of root window:16 planes
 number of colormaps:minimum 1, maximum 1
 default colormap:0x20
 default number of colormap cells:64
 preallocated pixels:black 0, white 65535
 options:backing-store NO, save-unders NO
 largest cursor:1024x768
 current input event mask:0xfa4031
   KeyPressMask EnterWindowMask  LeaveWindowMask
   KeymapStateMask  StructureNotifyMask  SubstructureNotifyMask
   SubstructureRedirectMask FocusChangeMask  PropertyChangeMask
   ColormapChangeMask
 number of visuals:4
 default visual id:  0x22
 visual:
   visual id:0x22
   class:TrueColor
   depth:16 planes
   available colormap entries:64 per subfield
   red, green, blue masks:0xf800, 0x7e0, 0x1f
   significant bits in color specification:6 bits
 visual:
   visual id:0x23
   class:TrueColor
   depth:16 planes
   available colormap entries:64 per subfield
   red, green, blue masks:0xf800, 0x7e0, 0x1f
   significant bits in color specification:6 bits
 visual:
   visual id:0x24
   class:TrueColor
   depth:16 planes
   available colormap entries:64 per subfield
   red, green, blue masks:0xf800, 0x7e0, 0x1f
   significant bits in color specification:6 bits
 visual:
   visual id:0x25
   class:TrueColor
   depth:16 planes
   available colormap entries:64 per subfield
   red, green, blue masks:0xf800, 0x7e0, 0x1f
   significant bits in color specification:6 bits


I don't understand well what do you mean by telling that I need a subsection
entry for that depth.
The duplicate section had a 1024x768 configuration before, I changed it for
testing purpose.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: change xorg video resolution

2007-03-29 Thread Greg 'groggy' Lehey
On Thursday, 29 March 2007 at 21:55:58 -0300, freenity wrote:
> Hello. I have a strange problem with my xorg configuration. It only runs at
> 1024x768, but I want to change it to 1280x1024. This is the screen section
> from my /etc/X11/xorg.conf
>
> Section "Screen"
>Identifier "Screen0"
>Device "Card0"
>Monitor"Monitor0"
>SubSection "Display"
>Viewport   0 0
>Depth 16
>Modes"1280x1024"
>EndSubSection
>SubSection "Display"
>Viewport   0 0
>Depth 16
>Modes   "1280x1024"
>EndSubSection

This is a duplicate of the previous subsection (same bit depth).

> But it steal running at 1024x768.

What does xdpyinfo say?  You should see something like

  depth of root window:24 planes

You will need a subsection entry for this depth.

Greg
-- 
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgp8TY1CywPw4.pgp
Description: PGP signature


change xorg video resolution

2007-03-29 Thread freenity

Hello. I have a strange problem with my xorg configuration. It only runs at
1024x768, but I want to change it to 1280x1024. This is the screen section
from my /etc/X11/xorg.conf

Section "Screen"
   Identifier "Screen0"
   Device "Card0"
   Monitor"Monitor0"
   SubSection "Display"
   Viewport   0 0
   Depth 16
   Modes"1280x1024"
   EndSubSection
   SubSection "Display"
   Viewport   0 0
   Depth 16
   Modes   "1280x1024"
   EndSubSection

EndSection

But it steal running at 1024x768.
Thanks fro any ideas.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"