Gentoo Archives: gentoo-user-cs

From: "Martin Žilka" <mzilka@×××××.cz>
To: gentoo-user-cs@l.g.o
Subject: Re: [gentoo-user-cs] xorg
Date: Fri, 14 Apr 2006 12:41:16
Message-Id: 1145018502.15262.52.camel@localhost.localdomain
In Reply to: Re: [gentoo-user-cs] xorg by "Honza Macháček"
1 Honza Macháček píše v Pá 14. 04. 2006 v 14:18 +0200
2
3 Hm nenabehne to cokolvek urobim, vypis xorg.conf
4
5 Section "ServerLayout"
6 Identifier "X.org Configured"
7 Screen 0 "Screen0" 0 0
8 InputDevice "Mouse0" "CorePointer"
9 InputDevice "Keyboard0" "CoreKeyboard"
10 EndSection
11
12 Section "Files"
13 RgbPath "/usr/lib/X11/rgb"
14 ModulePath "/usr/lib/modules"
15 FontPath "/usr/share/fonts/misc/"
16 FontPath "/usr/share/fonts/TTF/"
17 FontPath "/usr/share/fonts/Type1/"
18 FontPath "/usr/share/fonts/CID/"
19 FontPath "/usr/share/fonts/75dpi/"
20 FontPath "/usr/share/fonts/100dpi/"
21 EndSection
22
23 Section "Module"
24 Load "extmod"
25 Load "dri"
26 Load "dbe"
27 Load "record"
28 Load "xtrap"
29 Load "glx"
30 Load "type1"
31 Load "freetype"
32 EndSection
33
34 Section "InputDevice"
35 Identifier "Keyboard0"
36 Driver "kbd"
37 EndSection
38
39 Section "InputDevice"
40 Identifier "Mouse0"
41 Driver "mouse"
42 Option "Protocol" "auto"
43 Option "Device" "/dev/psaux"
44 EndSection
45
46 Section "Monitor"
47 #DisplaySize 340 270 # mm
48 Identifier "Monitor0"
49 VendorName "GSM"
50 ModelName ""
51 HorizSync 30.0 - 83.0
52 VertRefresh 56.0 - 75.0
53 Option "DPMS"
54 EndSection
55
56 Section "Device"
57 ### Available Driver options are:-
58 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
59 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
60 ### [arg]: arg optional
61 #Option "NoAccel" # [<bool>]
62 #Option "SWcursor" # [<bool>]
63 #Option "Dac6Bit" # [<bool>]
64 #Option "Dac8Bit" # [<bool>]
65 #Option "BusType" # [<str>]
66 #Option "CPPIOMode" # [<bool>]
67 #Option "CPusecTimeout" # <i>
68 #Option "AGPMode" # <i>
69 #Option "AGPFastWrite" # [<bool>]
70 #Option "AGPSize" # <i>
71 #Option "GARTSize" # <i>
72 #Option "RingSize" # <i>
73 #Option "BufferSize" # <i>
74 #Option "EnableDepthMoves" # [<bool>]
75 #Option "EnablePageFlip" # [<bool>]
76 #Option "NoBackBuffer" # [<bool>]
77 #Option "DRIReinit" # [<bool>]
78 #Option "PanelOff" # [<bool>]
79 #Option "DDCMode" # [<bool>]
80 #Option "MonitorLayout" # [<str>]
81 #Option "IgnoreEDID" # [<bool>]
82 #Option "UseFBDev" # [<bool>]
83 #Option "VideoKey" # <i>
84 #Option "MergedFB" # [<bool>]
85 #Option "CRT2HSync" # [<str>]
86 #Option "CRT2VRefresh" # [<str>]
87 #Option "CRT2Position" # [<str>]
88 #Option "MetaModes" # [<str>]
89 #Option "MergedDPI" # [<str>]
90 #Option "NoMergedXinerama" # [<bool>]
91 #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
92 #Option "DisplayPriority" # [<str>]
93 #Option "PanelSize" # [<str>]
94 #Option "ForceMinDotClock" # <freq>
95 #Option "RenderAccel" # [<bool>]
96 #Option "SubPixelOrder" # [<str>]
97 #Option "ShowCache" # [<bool>]
98 #Option "DynamicClocks" # [<bool>]
99 #Option "VGAAccess" # [<bool>]
100 #Option "LVDSProbePLL" # [<bool>]
101 #Option "ReverseDDC" # [<bool>]
102 #Option "BIOSHotkeys" # [<bool>]
103 Identifier "Card0"
104 Driver "ati"
105 VendorName "ATI Technologies Inc"
106 BoardName "Unknown Board"
107 BusID "PCI:1:0:0"
108 EndSection
109
110 Section "Screen"
111 Identifier "Screen0"
112 Device "Card0"
113 Monitor "Monitor0"
114 SubSection "Display"
115 Viewport 0 0
116 Depth 1
117 EndSubSection
118 SubSection "Display"
119 Viewport 0 0
120 Depth 4
121 EndSubSection
122 SubSection "Display"
123 Viewport 0 0
124 Depth 8
125 EndSubSection
126 SubSection "Display"
127 Viewport 0 0
128 Depth 15
129 EndSubSection
130 SubSection "Display"
131 Viewport 0 0
132 Depth 16
133 EndSubSection
134 SubSection "Display"
135 Viewport 0 0
136 Depth 24
137 EndSubSection
138 EndSection
139
140
141
142
143 > Martin Žilka píše:
144 >
145 > > Problem s mysou je asi vyrieseny ale po spusteni startx to aj tak
146 > > nenabehne, prikladam log:
147 >
148 > Vzhledem k tomu, že v přiloženém logu nevidím nic obzvlášť
149 > podezřelého, navrhoval bych dvě možná řešení:
150 >
151 > 1) Vytvořte si link /dev/mouse (ln -s psaux /dev/mouse) a zkuste přece
152 > jen X -configure
153 > 2) Pošlete do konference svůj xorg.conf, třeba v něm někdo najde něco,
154 > co je třeba změnit, doplnit či opravit.
155 >
156 > Mějte se krásně.
157 > Honza Macháček
158 >
159
160
161 --
162 gentoo-user-cs@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-cs] xorg "Honza Macháček" <Hloupy.Honza@×××××××.cz>