From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RFAkl-0001p3-Qe for garchives@archives.gentoo.org; Sat, 15 Oct 2011 20:22:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7974921C135; Sat, 15 Oct 2011 20:22:33 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pigeon.gentoo.org (Postfix) with SMTP id BA57521C045 for ; Sat, 15 Oct 2011 20:21:39 +0000 (UTC) Received: (qmail invoked by alias); 15 Oct 2011 20:21:38 -0000 Received: from p5B085C58.dip.t-dialin.net (EHLO pc.localnet) [91.8.92.88] by mail.gmx.net (mp025) with SMTP; 15 Oct 2011 22:21:38 +0200 X-Authenticated: #13997268 X-Provags-ID: V01U2FsdGVkX1+xwYkK2cCxKY28ljBEjaDuUMlCVDUdMjM4xCoQ4M Bv4HNslQfvQUo+ From: Michael Schreckenbauer To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Gentoo Install Issue Date: Sat, 15 Oct 2011 22:21:38 +0200 Message-ID: <1662567.MLaeLFogCY@pc> User-Agent: KMail/4.7.2 (Linux/2.6.38-gentoo; KDE/4.7.2; x86_64; ; ) In-Reply-To: <4E99E80E.3020505@gmail.com> References: <4E93504A.8090402@gmail.com> <4E99E80E.3020505@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Y-GMX-Trusted: 0 X-Archives-Salt: X-Archives-Hash: 0d22b5bf733ee57597cbfdf929abfdf7 On Saturday, 15. October 2011 16:07:42 CJoeB wrote: > Hi guys, > > I'm still struggling with this. Gave up last weekend and haven't had > time until now. Thought I had it going when I got a command prompt and > then, networking wasn't working. Anyway, more details ..... > > On 10/10/11 16:43, David Abbott wrote: > > On Mon, Oct 10, 2011 at 4:31 PM, CJoeB wrote: > >> On 10/10/11 16:17, Michael Mol wrote: > >>> On Mon, Oct 10, 2011 at 4:06 PM, CJoeB wrote: > >>>> Today, I went through the install process, had a couple of issues, > >>>> but > >>>> was able to figure them out and got to the point where I was > >>>> supposed to boot into my new system. I got the boot menu, the > >>>> boot process seemed to be okay, but when I got to the point where > >>>> I assumed I should get a command prompt to finish up, all I got > >>>> was a weird screen that was half black and half fuzzy with a > >>>> bunch of colours (sorry, I can describe this any better). I > >>>> tried recompiling the kernel thinking it was a problem that I had > >>>> created during the initial compilation, but that ended with the > >>>> same result. > > > > I would enable kms; > > http://en.gentoo-wiki.com/wiki/Radeon#Kernel_Modesetting_.28KMS.29 > > http://forums-web2.gentoo.org/viewtopic-t-831521-start-0.html > > I booted to the Gentoo install CD, went through all the steps to make > sure I hadn't missed anything. I followed the directions on the above > link for my Radeon card. When I existed the 'chroot'd' environment and > rebooted, the system seemed to hang - the last few lines that appear on > the screen are: > > [drm] Loading CAICOS Microcode > Refined TSC clocksource calibration: 3392.289 MHz > Switching to clocksource tsc > > I took someone else's advice who responded to my original post and got > the output from dmesg after the install CD booted. Below is the entire > listing related to the video section: > > vesafb: mode is 1024x768x16, linelength=2048, pages=9 > vesafb:scrolling:redraw > vesafb:Truecolor:size=0;5:6:5, shift=0:11:5:0 > vesafb:framebuffer at 0xd0000000, mapped to 0xffffc90010100000, using > 3072k, total 16384k > console: switching to colour framebuffer device 128x48 > fb0: VESA VGA framebuffer device you are using vesafb. > I really understand very little of what this is telling me except for > the screen resolution and I get that there are hex code references > > in my grub.conf file the video line is as follows: > > vga=-0X31B video=vesafb:mtrr,ywrap > > I read somewhere that for radeon card you use the above statement as > opposed to: > > video=uvesafb:mtrr:ywrap,1920x1080@60 > > Documentation for my monitor states that the max resolution is > 1920x1080@60 Hz To get this resolution that early you need kms. Check your kernel-config: CONFIG_DRM_RADEON=m CONFIG_DRM_RADEON_KMS=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FB_RADEON is not set Then you need radeon.modeset=1 instead of the vga=... stuff in your grub.conf. Also, see: http://www.x.org/wiki/radeonBuildHowTo#Kernel-basedModeSetting > Can anyone help me out here? > > Thanks in advance, > Colleen Hth, Michael