LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Xserver xorg.conf problem (https://www.linuxquestions.org/questions/linux-newbie-8/xserver-xorg-conf-problem-623868/)

LinuxNewbieFH 02-26-2008 01:58 AM

Xserver xorg.conf problem
 
Hello all

I am a new linux user and decided to try out suse 10.3 64bit a few days ago on an asus P5K-V with intel G33 onboard videocard. (yast recognize it).

When i boot i see first a Suse screen, but after a few seconds i get blue screen with the message no Xserver starting. Then i can only use the console.

The message i get is:
(WW) No matching Device section for instance (BusID PCI:0:2:1) found
(EE) intel(0): no valid modes
(EE) Screens found, but none have a usable configuration

I searched the net for a solution, but it's still not working. I am deperate now.

I tried as root:
- sax(2) with the same result
- yast (display and montor) with the same result
- I can't start Xorgconfig (no such program)
My xorg.conf file:

Code:

# /.../
# SaX generated X11 config file
# Created on: 2008-02-23T23:32:49+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath    "/usr/share/fonts/misc:unscaled"
  FontPath    "/usr/share/fonts/local"
  FontPath    "/usr/share/fonts/75dpi:unscaled"
  FontPath    "/usr/share/fonts/100dpi:unscaled"
  FontPath    "/usr/share/fonts/Type1"
  FontPath    "/usr/share/fonts/URW"
  FontPath    "/usr/share/fonts/Speedo"
  FontPath    "/usr/share/fonts/PEX"
  FontPath    "/usr/share/fonts/cyrillic"
  FontPath    "/usr/share/fonts/latin2/misc:unscaled"
  FontPath    "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath    "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath    "/usr/share/fonts/latin2/Type1"
  FontPath    "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath    "/usr/share/fonts/baekmuk:unscaled"
  FontPath    "/usr/share/fonts/japanese:unscaled"
  FontPath    "/usr/share/fonts/kwintv"
  FontPath    "/usr/share/fonts/truetype"
  FontPath    "/usr/share/fonts/uni:unscaled"
  FontPath    "/usr/share/fonts/CID"
  FontPath    "/usr/share/fonts/ucs/misc:unscaled"
  FontPath    "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath    "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath    "/usr/share/fonts/hellas/misc:unscaled"
  FontPath    "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath    "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath    "/usr/share/fonts/hellas/Type1"
  FontPath    "/usr/share/fonts/misc/sgi:unscaled"
  FontPath    "/usr/share/fonts/xtest"
  FontPath    "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option      "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load        "dbe"
  Load              "dri"
  Load        "drm"
  Load        "type1"
  Load        "freetype"
  Load        "extmod"
  Load        "glx"
EndSection

Section "InputDevice"
  Driver      "kbd"
  Identifier  "Keyboard[0]"
  Option      "Protocol" "Standard"
  Option      "XkbLayout" "us"
  Option      "XkbModel" "microsoftpro"
  Option      "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver      "mouse"
  Identifier  "Mouse[1]"
  Option      "AutoSoft" "on"
  Option      "Device" "/dev/input/mice"
  Option      "Emulate3Buttons" "on"
  Option      "Name" "<undefined>"
  Option      "Protocol" "Auto"
  Option      "Vendor" "Sysp"
EndSection


Section "Monitor"
#  DisplaySize  800 600
  HorizSync    31-64
  Identifier  "Monitor[0]"
  ModelName    "1280X1024@60HZ"
  Option      "DPMS"
  Option      "dri" "true"
  VendorName  "--> VESA"
  VertRefresh  50-60
  UseModes    "Modes[0]"
EndSection


Section "Modes"
  Identifier  "Modes[0]"
#  Modeline        "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060
#  Modeline        "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  Modeline        "1024x60" 64.11 1024 1080 1184 1344 768 769 772 795 -Hsync +Vsync
EndSection


Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  Device      "Card0"
  Identifier  "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "G33"
  BusID        "0:2:0"
  Driver      "intel"
  Identifier  "Card0"
  VendorName  "Intel"
EndSection

Section "Device"
  BoardName        "G33"
  BusID                "0:2:1"
  Driver        "intel"
  Identifier        "Card1"
  VendorName        "intel"
EndSection


Section "ServerLayout"
  Identifier  "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option      "Clone" "off"
  Option      "Xinerama" "off"
  Screen      "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode      0666
EndSection

Section "Extensions"
EndSection


Fred Caro 02-26-2008 03:49 AM

xserver problem
 
This sounds like a hardware problem. Can you start the GUI from the command line, i.e., type 'startx'. If you are trying to dual boot (blue screen suggests Windows) then best of luck as Windows always wants to assume control and it takes some editing in the bootloader to get round this. Easiest way is to have Linux on a separate disk or as a slave drive.

LinuxNewbieFH 02-26-2008 03:59 AM

Thanks for the fast response.

If i startx i get the same error message

PS i don't use windows on this system (no dual boot). the blue screen isn't the famous windows blue screen. It is just a gui screen of linux where i get the message that xserver failed an where i get the option to retry.

Fred Caro 03-05-2008 08:25 AM

xserver
 
If its not a hardware thing then where did you get your version of 10.3? Perhaps it is damaged? Have had problems with that particular distro' myself- early versions were a bit unstable. Try another and see if that helps

berbae 03-05-2008 10:40 AM

I think the parts in red are not correct
Code:

Section "Modes"
  Identifier  "Modes[0]"
#  Modeline        "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060
#  Modeline        "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  Modeline        "1024x60" 64.11 1024 1080 1184 1344 768 769 772 795 -Hsync +Vsync
EndSection


Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection

Try instead
Code:

Section "Modes"
  Identifier  "Modes[0]"
  Modeline        "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
#  Modeline        "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
#  Modeline        "1024x60" 64.11 1024 1080 1184 1344 768 769 772 795 -Hsync +Vsync
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1024x768" "800x600"
  EndSubSection


Emerson 03-05-2008 11:21 AM

http://gentoo-wiki.com/HARDWARE_Inte..._Configuration


All times are GMT -5. The time now is 09:16 AM.