[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xorg video modes question



Hello,
I thought my xorg problems were solved but there is still a problem. Please see below.

Hi Hartwig, Mark,

The xorg.conf file fixed the problem. I commented out the sections for the keyboard and mouse since the Sun keyboard and mouse worked ok. I changed the other sections to suit the Sun LCD.

Thanks for the help!

Best regards,
Fred


On 02/03/2013 10:04 AM, Hartwig Atrops wrote:
Hi.

On Sunday 03 February 2013 00:23:35 Fred wrote:
Hello,

I am running Debian 6.0 on a Sun Ultra 5 with a Sun 7205a LCD.  The
video mode defaults to 800x600 which is causing problems with the
openbox window manager.  The video mode probably needs to be set to
1280x1024 but I have been unable to determine how to do this.  There is
no longer an xorg command to run with -configure to give an xorg.conf
file to edit and I have not been able to generate one that X will
accept.  I know the major timing numbers for the LCD but do not know
what to use for "Video Card".  What should I do to change the video mode?

Best regards,
Fred
/etc/X11/xorg.conf, taken from my Ultra 5, running Debian 6.0.6, onboard
graphics, Fujitsu Siemens 17 inch monitor.

Color depth is 16 bit, 24 bit does not work with 1280x1024 pixels (Xorg.0.log:
insufficient memory).

Regards,

    Hartwig

-------------------------------------------------------------------------------------------------------------------------

# xorg.conf (X.Org X Window System server configuration file)

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
         Driver          "ati"
	Option		"UseFBDev"	"true"
EndSection

Section "Monitor"
	Identifier	"Scenicview A17-2"
	HorizSync	31-75
	VertRefresh	56-81
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Scenicview A17-2"
	DefaultDepth	16
	SubSection	"Display"
		Depth	16	
		Modes	"1280x1024" "1024x768"
		Depth	24
		Modes	"1280x1024" "1024x768"
	EndSubSection
EndSection


The monitor is now running at 1280x1024. I am using the openbox window manager. The display is way bigger that the LCD and when an application is minimized the icon goes way off the screen and I can't get it back. Respondents on the openbox mailing list say this is an xorg problem. Openbox supposedly just uses whatever X tells it. I added the "Virtual" line to the xorg.conf file but it didn't appear to have any effect and I don't see another option that might.
Here is the video portion of my xorg.conf:

# xorg.conf (X.Org X Window System server configuration file)

Section "Device"
	Identifier	"Configured Video Device"
        Driver          "ati"
	Option		"UseFBDev"	"true"
EndSection

Section "Monitor"
	Identifier	"Sun-x7205a"
	HorizSync	35-80
	VertRefresh	56-75.1
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Sun-x7205a"
	DefaultDepth	16
	SubSection	"Display"
		Depth	16	
		Modes	"1280x1024" "1024x768"
#		Depth	24
#		Modes	"1280x1024" "1024x768"
		Virtual	1280 1024
#xdm won't run if depth is set to 24
	EndSubSection
EndSection

Best regards,
Fred


Reply to: