Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - GLSlideshow and nvidia (I think) (no it is sis)
Date: Mon, 17 Jul 2006 14:22:38
Message-Id: 1153145788.4277.38.camel@camille.espersunited.com
In Reply to: Re: [gentoo-user] OT - GLSlideshow and nvidia (I think) (no it is sis) by "Hemmann
1 On Sun, 2006-07-16 at 18:38 +0200, Hemmann, Volker Armin wrote:
2 > On Sunday 16 July 2006 17:36, Michael Sullivan wrote:
3 > > On Sun, 2006-07-16 at 16:43 +0200, Hemmann, Volker Armin wrote:
4 > > > On Sunday 16 July 2006 16:24, Michael Sullivan wrote:
5 > > > > Since the upgrade to modular X my wife has not been able to view her
6 > > > > favourite screesaver (our cats.) Whenever she runs the GLSlideshow
7 > > > > screensaver, she gets the following error:
8 > > > >
9 > > > >
10 > > > > Xlib extension GLX missing on display ":0.0"
11 > > > >
12 > > > > glslideshow display :0.0 does not support the GLX extension
13 > > >
14 > > > glxinfo
15 > > > /etc/X11/xorg.conf
16 > > > dmesg
17 > > > eselect opengl list
18 > > > is usually the minimum information needed. Because the vendor recalled
19 > > > the magic crystal balls some weeks ago.
20 > > >
21 > > > You don't have any nvidia stuff.
22 > > >
23 > > > You have sis integrated graphic. So you need sis support in the kernel.
24 > > >
25 > > > make menuconfig
26 > > >
27 > > > --->Device Drivers
28 > > >
29 > > > ---->Character Devices
30 > > >
31 > > > Turn on AGP for sis chipsets. Turn on dri support. Install
32 > > > x11-drivers/xf86-video-sis
33 > > > install
34 > > > x11-misc/sisctrl
35 > > >
36 > > > use google. Search for sis integrated graphics and xorg. There are lots
37 > > > of examples (can't help here, don't have sis integrated graphics.
38 > >
39 > > I searched google for "sis integrated graphics, xorg" and it pulled up a
40 > > lot of information, but I don't know exactly what I'm looking for. I
41 > > turned on /dev/agpgart for SIS and DRI in the kernel and rebooted with
42 > > it. I installed xf86-video-sis and sisctrl. sisctrl didn't work the
43 > > way I expected:
44 > >
45 > > catherine ~ # modprobe --list | grep 'sis'
46 > > /lib/modules/2.6.16-gentoo-r13/kernel/drivers/scsi/sata_sis.ko
47 > > /lib/modules/2.6.16-gentoo-r13/kernel/drivers/net/sis900.ko
48 > > catherine ~ # modprobe sata_sis
49 > > catherine ~ # modprobe sis900
50 > > catherine ~ # modprobe glx
51 >
52 > you don't modprobe glx. It is a Xorg module, not a kernel module.
53 >
54 > > FATAL: Module glx not found.
55 >
56 > that is correct.
57 >
58 > > catherine ~ # modprobe --list | grep 'glx'
59 >
60 > this too ;)
61 >
62 > > catherine ~ # sisctrl
63 > > SiS video adaptor not found
64 > > This program is for SiS 300, 315 and 330 series only
65 > > and requires the Xv (XVideo) extension.
66 >
67 > do you have libXv installed?
68 >
69 catherine ~ # emerge -pv libXv
70
71 These are the packages that would be merged, in order:
72
73 Calculating dependencies... done!
74 [ebuild R ] x11-libs/libXv-1.0.1 USE="-debug" 0 kB
75
76 Total size of downloads: 0 kB
77 catherine ~ #
78
79 > >
80 >
81 > > Identifier "Card0"
82 > > Driver "sis"
83 > > VendorName "Silicon Integrated Systems [SiS]"
84 > > BoardName "Unknown Board"
85 > > BusID "PCI:1:0:0"
86 >
87 > did you create that entry or a config app?
88
89 Most of catherine's /etc/X11/xorg.conf was created by running X
90 -configure when I first installed Gentoo (a long time ago)
91 > do you have the dri-useflag set?
92 >
93 I didn't have the dri USE flag set, but I added it to /etc/make.conf and
94 ran emerge -pvND world. None of the packages scheduled for rebuild used
95 the dri use flag, but I rebuilt them anyway.
96 > maybe this helps you:
97 > http://www.winischhofer.eu/linuxsisvga.shtml
98 >
99 > (the 6XX chipsets and the 7XX chipsets are more or less identical. 6=intel,
100 > 7=amd)
101
102 --
103 gentoo-user@g.o mailing list