Gentoo Archives: gentoo-user

From: Luigi Pinna <mailing-gentoo@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lost deadkeys layout
Date: Wed, 16 Aug 2006 16:47:07
Message-Id: 200608161837.21770.mailing-gentoo@sailorferris.com
In Reply to: Re: [gentoo-user] lost deadkeys layout by Benno Schulenberg
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Hi all!
5 Ok, I open the thread again... I'm so sorry!
6 So, I update my gentoo from xorg-6.8.2-r8 to xorg-7.0-r1 with a lot of
7 problems.
8 I solved almost all of them thanks to you (and especially Benno who had
9 enough patience with me).
10 I found a very annoience problem in new xorg: if I enable the glx module
11 on /etc/X11/xorg.conf, my computer chashes (blank on monitor, no
12 keyboard and mouse), without it, xorg starts with all my possible
13 configuration files.
14 Now, I need glx (to use opengl for jahshaka).
15 I found no uswful info in /var/log/Xorg.0.log no errors!
16 I use xorg drivers on my ati radeon card.
17 I post my xorg.conf : I hope that it can be useful.
18 I generate it with Xorg -configure command.
19
20 # cat /etc/X11/xorg.conf
21 Section "ServerLayout"
22 Identifier "X.org Configured"
23 Screen 0 "Screen0" 0 0
24 InputDevice "Mouse0" "CorePointer"
25 InputDevice "Keyboard0" "CoreKeyboard"
26 EndSection
27
28 Section "Files"
29 RgbPath "/usr/share/X11/rgb"
30 ModulePath "/usr/lib64/xorg/modules"
31 FontPath "/usr/share/fonts/misc"
32 FontPath "/usr/share/fonts/75dpi"
33 FontPath "/usr/share/fonts/100dpi"
34 FontPath "/usr/share/fonts/Type1"
35 EndSection
36
37 Section "Module"
38 Load "extmod"
39 Load "dbe"
40 Load "record"
41 Load "xtrap"
42 Load "dri"
43 # Load "glx"
44 Load "freetype"
45 Load "type1"
46 EndSection
47
48 Section "InputDevice"
49 Identifier "Keyboard0"
50 Driver "kbd"
51 Option "XkbLayout" "de"
52 EndSection
53
54 Section "InputDevice"
55 Identifier "Mouse0"
56 Driver "mouse"
57 Option "Protocol" "auto"
58 Option "Device" "/dev/input/mice"
59 Option "ZAxisMapping" "4 5 6 7"
60 EndSection
61
62 Section "Monitor"
63 #DisplaySize 360 260 # mm
64 Identifier "Monitor0"
65 VendorName "PTS"
66 ModelName "miro P1998F"
67 HorizSync 30.0 - 98.0
68 VertRefresh 50.0 - 160.0
69 Option "DPMS"
70 EndSection
71
72 Section "Device"
73 Identifier "Card0"
74 Driver "radeon"
75 VendorName "ATI Technologies Inc"
76 BoardName "RV280 [Radeon 9200 SE]"
77 BusID "PCI:1:0:0"
78 Option "EnablePageFlip" "true"
79 Option "AGPFastWrite" "true"
80 Option "AGPMode" "4"
81 EndSection
82
83 Section "Screen"
84 Identifier "Screen0"
85 Device "Card0"
86 Monitor "Monitor0"
87 DefaultDepth 24
88 SubSection "Display"
89 Viewport 0 0
90 Modes "1600x1200" "1280x1024" "1024x768" "800x600"
91 Depth 24
92 EndSubSection
93 EndSection
94
95 Section "DRI"
96 Mode 0666
97 EndSection
98
99 Thanks a lot,
100 Luigi
101 - --
102 Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
103 -----BEGIN PGP SIGNATURE-----
104 Version: GnuPG v1.4.5 (GNU/Linux)
105
106 iD8DBQFE40nBHmkkjmM/hrcRAr8XAJ4/5lHwuyIdfK95Q7L6mnk5f87GQgCfYNXe
107 Eq1yHDt9nNfsM+tgOKFfaf0=
108 =bhoh
109 -----END PGP SIGNATURE-----
110 --
111 gentoo-user@g.o mailing list