Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 16:50:24 +0200
From:      Rainer Duffner <rainer@ultra-secure.de>
To:        Marcin Jessa <lists@yazzy.org>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: FreeBSD6, FSC Lifebook E8010, Xorg
Message-ID:  <42E25930.3050203@ultra-secure.de>
In-Reply-To: <20050722162306.62e86a5c.lists@yazzy.org>
References:  <42D92471.20408@ultra-secure.de>	<98702c705071723143943b2a6@mail.gmail.com>	<42DCB6C8.8080201@ultra-secure.de>	<008201c58c48$1ce830c0$b001a8c0@nasioncom.com.my>	<42DE414C.3070905@ultra-secure.de>	<001501c58d9a$acb8f650$b001a8c0@nasioncom.com.my>	<42DF4D86.5000802@ultra-secure.de>	<20050721095548.14373958.lists@yazzy.org>	<42E0D4ED.20507@ultra-secure.de>	<20050722134534.63a84faf.lists@yazzy.org>	<42E0F34B.309@ultra-secure.de> <20050722162306.62e86a5c.lists@yazzy.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040704090808010800060808
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Marcin Jessa wrote:

>On Fri, 22 Jul 2005 15:23:23 +0200
>Rainer Duffner <rainer@ultra-secure.de> wrote:
>
>  
>
>>No, I mean I can't get 1400x1050 - the native resolution of my display.
>>I only get 1280x1024, which looks awful.
>>http://www.freshports.org/sysutils/i855vidctl10/
>>and/or
>>http://www.freshports.org/sysutils/915resolution/
>>are supposed to take care of this, but they don't work.
>>
>>    
>>
>
>Sounds like a misconfigured Xorg to me.
>What are the X logs saying about it?
>
>  
>




See attachement one.


For xorg.conf, see 2nd attachment.




cheers,
Rainer



--------------040704090808010800060808
Content-Type: text/plain;
 name="xorg.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="xorg.conf"

Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
	Load "freetype"
	# Load "xtt"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "type1"
	Load  "speedo"
	Load  "vesa"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Emulate3Buttons"
	Option	    "Device" "/dev/psm0"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
 ### Uncomment if you don't want to default to DDC:
#	HorizSync    31.5 - 108.0
#	VertRefresh  50.0 - 70.0
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "i810"
	ChipSet     "852GM/855GM"
	Card        "i810 852GM/855GM"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     16
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768"
	EndSubSection
EndSection


--------------040704090808010800060808--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42E25930.3050203>