LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-26-2008, 01:58 AM   #1
LinuxNewbieFH
LQ Newbie
 
Registered: Feb 2008
Posts: 2

Rep: Reputation: 0
Red face 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

Last edited by LinuxNewbieFH; 02-26-2008 at 01:08 PM. Reason: aditioneel info
 
Old 02-26-2008, 03:49 AM   #2
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
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.
 
Old 02-26-2008, 03:59 AM   #3
LinuxNewbieFH
LQ Newbie
 
Registered: Feb 2008
Posts: 2

Original Poster
Rep: Reputation: 0
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.
 
Old 03-05-2008, 08:25 AM   #4
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
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
 
Old 03-05-2008, 10:40 AM   #5
berbae
Member
 
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540

Rep: Reputation: Disabled
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
 
Old 03-05-2008, 11:21 AM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
http://gentoo-wiki.com/HARDWARE_Inte..._Configuration
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem on xorg.conf mickeyboa Ubuntu 3 02-21-2008 07:14 PM
Xorg.conf problem lost toy Linux - Newbie 3 02-11-2008 02:19 PM
Sid Users - Beware of Xorg 7.3 (xserver-xorg-input-evdev) bug rickh Debian 4 10-24-2007 03:30 AM
xorg.conf file problem fatra2 Linux - General 2 09-28-2007 02:11 AM
xserver-xorg config warning: migrating xserver-xfree86 templates doctorwebbox Debian 9 07-27-2005 07:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration