http://bugs.freedesktop.org/show_bug.cgi?id=13245


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Comment #1 from [EMAIL PROTECTED]  2007-11-14 21:51 PST -------
Please refer to bug #13253

You can check the virtual(maximum) screen size by typing:
$xrandr -q
it will output like:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1680 x 1680

And you can set virtual screen size in xorg.conf:

       SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "800x600" "640x480"
                Virtual 2048 2048   #########this line
        EndSubSection


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to