Re: FreeBSD6, FSC Lifebook E8010, Xorg
Rainer Duffner <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Marcin Jessa wrote: >On Fri, 22 Jul 2005 15:23:23 +0200 >Rainer Duffner <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"
xorg.conf
(text/plain, 1.2 KB)
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