Gentoo Archives: gentoo-user

From: Daniel da Veiga <danieldaveiga@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Is starting xdm enough to see something in X?
Date: Fri, 22 May 2009 21:39:06
Message-Id: 342e1090905221439r7fcc56fbna11870d211742ab3@mail.gmail.com
In Reply to: Re: [gentoo-user] Is starting xdm enough to see something in X? by Mark Knecht
1 On Fri, May 22, 2009 at 18:12, Mark Knecht <markknecht@×××××.com> wrote:
2 > On Fri, May 22, 2009 at 2:01 PM, Daniel da Veiga
3 > <danieldaveiga@×××××.com> wrote:
4 > <SNIP>
5 >>
6 >> Or you're using an intel card.
7 >> Set your VIDEO_CARDS variable in /etc/make.conf to "vesa" and
8 >> recompile xorg-server, then try again.
9 >>
10 >> --
11 >> Daniel da Veiga
12 >>
13 >>
14 >
15 > Hi Daniel,
16 >   I'm happy to try that, but for the record in case someone comes
17 > along and reads this thread later, lspci shows a Radeon in the system,
18 > so I set VIDEO_CARDS that way:
19 >
20 > MacMini X11 # lspci
21 > 0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 AGP
22 > 0000:00:10.0 VGA compatible controller: ATI Technologies Inc RV280
23 > [Radeon 9200] (rev 01)
24 > 0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 PCI
25 > 0001:10:12.0 Network controller: Broadcom Corporation BCM4318
26 > [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
27 > 0001:10:17.0 Class ff00: Apple Computer Inc. KeyLargo/Intrepid Mac I/O
28 > 0001:10:18.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
29 > 0001:10:19.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
30 > 0001:10:1a.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
31 > 0001:10:1b.0 USB Controller: NEC Corporation USB (rev 43)
32 > 0001:10:1b.1 USB Controller: NEC Corporation USB (rev 43)
33 > 0001:10:1b.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
34 > 0002:20:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 Internal PCI
35 > 0002:20:0d.0 Class ff00: Apple Computer Inc. UniNorth/Intrepid ATA/100
36 > 0002:20:0e.0 FireWire (IEEE 1394): Apple Computer Inc. UniNorth 2
37 > FireWire (rev 81)
38 > 0002:20:0f.0 Ethernet controller: Apple Computer Inc. UniNorth 2 GMAC
39 > (Sun GEM) (rev 80)
40 > MacMini X11 #
41 >
42 > MacMini X11 # cat /etc/make.conf | grep VIDEO
43 > VIDEO_CARDS="fbdev radeon"
44 > MacMini X11 #
45 >
46 > I wasn't sure about the fbdev part. I just duplicated one of my x86 boxes.
47 >
48 > The radeon driver does load and I don't see any complaints in the log file:
49 >
50 > MacMini X11 # lsmod
51 > Module                  Size  Used by
52 > radeon                139784  0
53 > drm                    80732  1 radeon
54 > <SNIP>
55 > agpgart                33344  2 drm,uninorth_agp
56 > MacMini X11 #
57 >
58 >
59
60 I see, you would have something wrong in your dmesg if that was the
61 problem. Anyway, using vesa is still the easy way to get X working
62 plain and simple.
63
64 I just bring that up because some time ago an old machine here at work
65 had similar (almost identical) issues with video, and since it was a
66 simple kiosk machine, I changed it from the original (nvidia) driver
67 to vesa and it worked.
68
69 --
70 Daniel da Veiga