Peter Øgaard Meyland wrote:
Jeg har en IBM S50 hvor jeg har installeret en Fedora 9 og jeg kan
ikke få Gnome op at køre.
Subsystem: IBM Unknown device 0287
(II) Primary Device is: PCI 00@00:02:0
(EE) No devices detected.
Fatal server error:
no screens found
Poster du også lige din xorg.conf?
Hvis din xorg.conf er autogenereret, så tror jeg der er gået noget
galt i den forbindelse.
Der er et eller andet meget grundlæggende der går galt, men præcis
hvad kan jeg ikke se ud fra loggen.
Jeg kan overhovedet ikke genkende X.org versionen, hos mig hedder den
7.1.0 (for pakken xserver-xorg).
Jeg har et lidt nyere bundkort med i945G integreret grafik, og bruger
Debian.
Det var heller ikke helt ligetil at få grafikken op at køre.
Det nok største problem var at finde ud af, at man skulle installere
915resolution for at få den opløsning jeg ville bruge.
Der er forøvrigt to drivere til i8xx og i9xx integreret grafik:
xserver-xorg-video-i810
xserver-xorg-video-intel
Det er i810-driveren jeg bruger.
Min xorg.conf ser sådan ud:
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
Option "XkbOptions" "ctrl:nocaps,altwin:meta_win"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
EndSection
Section "Device"
Identifier "I945G"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "VX2025wm"
Option "DPMS"
HorizSync 30-90
VertRefresh 50-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "I945G"
Monitor "VX2025wm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection