Na een dikke 32 uur compilen, en nog een uurtje installen is mijn X 4.2.0 installatie op redhat 6.2 (sparc - zoot) eindelijk klaar
Na X -configure gedraaid te hebben schijnt hij alles te herkennen. Hij herkent zelfs in een keer mijn dual opstelling (2 videokaarten + monitor)
Na de goede resolutie's enz te hebben ingesteld start ik de x server, deze hangt en crashed na een minuutje. Het gaat om de corepointer: dit is wat er staat:
Ik denk dat ik een ander protocol en device moet instellen. Nu heb ik gezien in /dev dat er een 'sunmouse' is. Deze moet ik denk gebruiken, maar dan lukt het nog steeds niet ok.
Dit is mijn XF86Config
Help
Iemand een idee?
Na X -configure gedraaid te hebben schijnt hij alles te herkennen. Hij herkent zelfs in een keer mijn dual opstelling (2 videokaarten + monitor)
Na de goede resolutie's enz te hebben ingesteld start ik de x server, deze hangt en crashed na een minuutje. Het gaat om de corepointer: dit is wat er staat:
code:
1
2
3
4
5
6
7
8
9
| (...) (EE) Mouse0: cannot open input device (EE) PreInit failed for input device "Mouse0" No core pointer Fatal server error: failed to initialize core devices (...) |
Ik denk dat ik een ander protocol en device moet instellen. Nu heb ik gezien in /dev dat er een 'sunmouse' is. Deze moet ik denk gebruiken, maar dan lukt het nog steeds niet ok.
Dit is mijn XF86Config
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
Identifier "Card0"
Driver "suncg6"
BusID "SBUS:/sbus@1,f8000000/cgsix@1,0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
Identifier "Card1"
Driver "suncg6"
BusID "SBUS:/sbus@1,f8000000/cgsix@3,0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 8
SubSection "Display"
Modes "1152x900"
Depth 8
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 8
SubSection "Display"
Depth 8
Modes "1152x900"
EndSubSection
EndSection |
Help
Iemand een idee?