Gentoo Archives: gentoo-user

From: Willie Wong <wwong@××××××××××××××.EDU>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] X Windows setup questions on my new machine
Date: Sun, 27 Jun 2010 12:27:21
Message-Id: 20100627122625.GA28319@math.princeton.edu
In Reply to: Re: [gentoo-user] X Windows setup questions on my new machine by Mick
1 On Sun, Jun 27, 2010 at 12:13:13AM +0100, Mick wrote:
2 > > > However, my new machine's Intel integrated graphics chip doesn't agree.
3 > > > X will *NOT* work unless I enable i915 DRM driver in make menuconfig,
4 > > > like so...
5 > > >
6 > > > <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->
7 > > >
8 > > > This results in framebuffer being *FORCED* on.
9 > > >
10 > > > <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support
11 > > > -*- Lowlevel video output switch controls
12 > > > -*- Support for frame buffer devices --->
13
14 > Walter, have you tried to find the vga modes that your card supports using
15 > vbetools (you'll need vbetest) or running 'hwinfo --vbe' ?
16
17 With the intel driver and X, he needs to have kernel mode setting
18 enabled. I seem to remember that it doesn't play well with the vga
19 mode setting for framebuffers.
20
21 But Walter: you should be able to add a line on your lilo/grub prompt
22 for the Intel KMS to set the display resolution at boot time. See the
23 Kernel documentation in /usr/src/linux for the Intel GMA driver for
24 more info on that. (Technically you should be able to rung the console
25 at a different resolution than X; there may require another tweak at
26 the kernel level to make the switch to VT after starting X play nice.
27 See the gentoo-wiki article on Kernel Mode Setting.)
28
29 Also, have you tried just using larger fonts on the console? If you
30 emerge sys-apps/kbd, there should be some fonts in
31 /usr/share/consolefonts. You can use "setfont <name>" to test which
32 one you want to use (some of them are bigger fonts). You may also want
33 to try media-fonts/terminus-font (what I use), it claims to have a
34 16x32 variant which is twice as large as the default console fonts.
35
36 After finding a font you like you can set it in
37 /etc/conf.d/consolefont to automatically load at boot time.
38
39 Cheers,
40
41 W
42 --
43 Willie W. Wong wwong@××××××××××××××.edu
44 Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire
45 et vice versa ~~~ I. Newton

Replies

Subject Author
Re: [gentoo-user] X Windows setup questions on my new machine waltdnes@××××××××.org