Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Cc: volkerarmin@××××××××××.com
Subject: Re: [gentoo-user] Xorg upgrade problem
Date: Tue, 06 Oct 2009 00:30:25
Message-Id: 20091005203022.2d96297a@osage.osagesoftware.com
In Reply to: Re: [gentoo-user] Xorg upgrade problem by Volker Armin Hemmann
1 On Sun, 4 Oct 2009 18:43:07 +0200
2 Volker Armin Hemmann wrote:
3
4 ...[snip]...
5
6 > (EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version
7 > mismatch.
8 > [dri] radeon kernel module version is 8.55.2 but version 1.17.0 or
9 > newer is needed.
10 > [dri] Disabling DRI.
11 >
12 >
13 > sweet. You once upon a time installed the ati-driver package - maybe
14 > without using portage. And that is still hurting you. Step one:
15 > remove it. Step two: remove all related orphaned files.
16
17 True. I definitely had the ati-driver package. It was installed with
18 portage and removed with portage.
19
20
21 > and a bit down:
22 > (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
23 > (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
24 > (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
25 >
26 > (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered
27 > at address 0x60.
28 > (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
29 > Dac detection success
30 > (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
31 >
32 >
33 > you see the difference?
34
35 I see it, but don't understand it ...
36
37 > (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
38 > (II) RADEON(0): I2C device "DVI-0:ddc2" removed.
39 > (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
40 > invalid output device for dac detection
41 > finished output detect: 2
42 > finished all detect
43 >
44 > I) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered
45 > at address 0x60.
46 > (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
47 > (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
48 > finished output detect: 2
49 > finished all detect
50 >
51 > and more of that 1.6.3.901 and 1.5.3 detect different monitors
52 > attached it seems.
53
54 Interesting that they think there are different monitors. The only
55 monitor I've had for the past 5 years is a Viewsonic PF790. It is
56 connected via a KVM, but that hasn't changed for 10 years...
57
58 >
59 > And both complain about missing monitor sections.
60 >
61 > how about setting up a nice xorg.conf?
62
63 Define "nice" :->
64
65 It is often said that with the new X11 it is no longer necessarey to
66 have xorg.conf. Experience indicates that isn't quite true. My
67 present xorg.conf is pretty small and has neither video nor monitor
68 information (see the end of this message). I can always add the
69 monitor section from my last working full featured xorg.conf. As it
70 happens, I logged out yesterday and logged back in and now have the
71 higher resolution I wanted. 'Tis all very peculiar.
72
73 Regards,
74
75 David
76
77 ---- begin /etc/X11/xorg.con ----
78
79 Section "ServerFlags"
80 Option "AllowMouseOpenFail" "true"
81 EndSection
82
83 Section "Files"
84 FontPath "/usr/share/fonts/util"
85 FontPath "/usr/share/fonts/encodings"
86 FontPath "/usr/share/fonts/misc"
87 FontPath "/usr/share/fonts/corefonts"
88 FontPath "/usr/local/share/fonts"
89 FontPath "/usr/share/fonts/default"
90 FontPath "/usr/share/fonts/Type1"
91 FontPath "/usr/share/fonts/100dpi"
92 FontPath "/usr/share/fonts/75dpi"
93 EndSection
94
95 ---- end /etc/X11/xorg.con ----

Replies

Subject Author
[gentoo-user] Re: Xorg upgrade problem walt <w41ter@×××××.com>