Gentoo Archives: gentoo-user

From: Dale <teendale@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OpenGL problem after xorg upgrade
Date: Tue, 04 Jul 2006 05:55:55
Message-Id: 44AA00BA.4030303@vista-express.com
In Reply to: Re: [gentoo-user] OpenGL problem after xorg upgrade by Richard Fish
1 Richard Fish wrote:
2 > On 7/3/06, Dale <teendale@×××××××××××××.com> wrote:
3 >> Any clue? Am I doing something wrong? Is this new xorg that bad?
4 >> Should I unmask the newer xorg? I read the nvidia drivers are not ready
5 >> yet.
6 >
7 > I doubt it is related to the version of x.org. I've been using it as
8 > ~x86 for awhile with the nvidia drivers without these problems...
9 >
10 > You might post your xorg.conf and /var/log/Xorg.0.log file somewhere
11 > so we can take a look at them. I suspect a simple misconfiguration
12 > somewhere, but I don't know what....
13 >
14 > -Richard
15
16 I don't have any way to host them but here is a little one, xorg.conf:
17
18 > Section "ServerLayout"
19 > Identifier "X.org Configured"
20 > Screen 0 "Screen0" 0 0
21 > InputDevice "Mouse0" "CorePointer"
22 > InputDevice "Keyboard0" "CoreKeyboard"
23 > EndSection
24 >
25 > Section "Files"
26 > RgbPath "/usr/share/X11/rgb"
27 > ModulePath "/usr/lib/xorg/modules"
28 > FontPath "/usr/share/fonts/misc"
29 > FontPath "/usr/share/fonts/75dpi"
30 > FontPath "/usr/share/fonts/100dpi"
31 > FontPath "/usr/share/fonts/TTF"
32 > FontPath "/usr/share/fonts/Type1"
33 > EndSection
34 >
35 > Section "Module"
36 > Load "glx"
37 > Load "extmod"
38 > Load "xtrap"
39 > Load "record"
40 > Load "dbe"
41 > Load "dri"
42 > Load "freetype"
43 > Load "type1"
44 > EndSection
45 >
46 > Section "dri"
47 > Group "graphics"
48 > Mode 0660
49 > EndSection
50 >
51 > Section "InputDevice"
52 > Identifier "Keyboard0"
53 > Driver "kbd"
54 > EndSection
55 >
56 > Section "InputDevice"
57 > Identifier "Mouse0"
58 > Driver "mouse"
59 > Option "Protocol" "auto"
60 > Option "Device" "/dev/mouse"
61 > Option "ZAxisMapping" "4 5 6 7"
62 > EndSection
63 >
64 > Section "Monitor"
65 > Identifier "Monitor0"
66 > VendorName "Monitor Vendor"
67 > ModelName "Monitor Model"
68 > Option "dpms"
69 > Option "standby time" "5"
70 > Option "suspend time" "5"
71 > Option "off time" "5"
72 > EndSection
73 >
74 > Section "Device"
75 > Identifier "Card0"
76 > Driver "nvidia"
77 > VendorName "nVidia Corporation"
78 > BoardName "NV34 [GeForce FX 5200]"
79 > BusID "PCI:2:0:0"
80 > EndSection
81 >
82 > Section "Screen"
83 > Identifier "Screen0"
84 > Device "Card0"
85 > Monitor "Monitor0"
86 > SubSection "Display"
87 > < snip >
88 > SubSection "Display"
89 > Modes "1280x1024" "1024x768"
90 > Viewport 0 0
91 > Depth 24
92 > EndSubSection
93 > EndSection
94 >
95
96 Notice anything there?
97
98 Dale
99 :-) :-)
100 --
101 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OpenGL problem after xorg upgrade Dale <teendale@×××××××××××××.com>