FreeBSD6, FSC Lifebook E8010, Xorg

Rainer Duffner rainer at ultra-secure.de
Sat Jul 23 14:50:34 GMT 2005


Marcin Jessa wrote:

>On Fri, 22 Jul 2005 15:23:23 +0200
>Rainer Duffner <rainer at 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


-------------- next part --------------
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



More information about the freebsd-mobile mailing list