Toon posts:

[rh8] xinerama

Pagina: 1
Acties:

Verwijderd

Topicstarter
Heb net rh 8 eens geinstalleerd, maar nou wil me xinerama niet echt. Ik heb me XF86config netjes gekopieerd van m'n slackware partitie, waar ie wel goed werkte.
Het probleem is dat als ik startx -- +xinerama doe dan krijg ik wel een het splash screen van redhat/gnome te zien maar icoontjes ed laad ie niet. Dit splash screen staat overigeens in het midden van de 2 schermen bij elkaar.... ertussenin dus eigenlijk. Ik zie dus alleen het splash, maar ik zie ook me muis pointer, die wel gewoon kan blijven bewegen, geen freeze dus. Ook gek is dat ik niet naar een andere console kan.

Zie de config:

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
Section "ServerLayout"
        Identifier      "Xinerama"
        Screen          "Screen0"
#       Screen          "Screen1" Rightof "Screen0"
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        FontPath        "unix/:7100"
EndSection

Section "Module"
        Load            "dbe"
        Load            "extmod"
        Load            "fbdevhw"
        Load            "glx"
        Load            "record"
        Load            "freetype"
        Load            "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc105"
        Option  "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        HorizSync       30-95
        VertRefresh     50-160
        Option          "dpms"
EndSection
Section "Monitor"
        Identifier      "Monitor1"
        HorizSync       30-54
        VertRefresh     55-90
        Option          "dpms"
EndSection

Section "Device"
        Identifier   "GEFORCE"
        Driver       "nvidia"
        BusID        "PCI:1:0:0"
EndSection

Section "Device"
        Identifier   "TNT"
        Driver       "nvidia"
        BusID        "PCI:0:9:0"
EndSection
Section "Screen"
        Identifier   "Screen0"
        Device       "GEFORCE"
        Monitor      "Monitor0"
        DefaultDepth    24
        Subsection "Display"
                Depth       24
                Modes       "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubsection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "TNT"
        Monitor         "monitor1"
        DefaultDepth    24
        Subsection "Display"
                Depth   24
                Modes   "1024x768" "800x600"
        EndSubsection
EndSection

Section "DRI"
        Mode 0666
EndSection


Zoals gezegd werkt ie op slack 8.1 icm kde 3.1 rc5 wel. Nu probeer ik em onder gnome 2. Er stonden geen vreemde dingen in de logs. Anyone?

Verwijderd

Topicstarter
bescheiden schopje...

  • XTerm
  • Registratie: Juli 2001
  • Laatst online: 10-06-2025
Ik vermoed dat je xinerama setup wel werkt, maar dat Gnome crasht.
Probeer eens een simpele wm (fluxbox ofzo) te installen, en controleer even of het daar werkt zoals het moet.