Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X fails to load
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bleethob
n00b
n00b


Joined: 11 Dec 2004
Posts: 3

PostPosted: Sat Dec 11, 2004 6:32 pm    Post subject: X fails to load Reply with quote

hello,

I'm having problems loading xorg. Here is the error: Symbol __glXgetActiveScreen from module /usr/X116/lib/modules/extensions/libdir.a

I don't have dri in my xorg.conf.
xorg = 6.8.0-r3
kernel = 2.6.9-gentoo-r9
nvidia-kernel (latest version, module is loaded)
updated xorg to use nvidia-glx
gnome

It was working fine for several days. Then I added a few option to my xorg.conf (changed the number of buttons and added dpms). Now I can't get it to work. I even tried going back to the old config. No go :/

here is my xorg.conf:
Code:

## xorg.conf
#
# ViewSonic P95f+B and Nvidia gf2 Ultra


Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath    "/usr/share/fonts/local/"
   FontPath    "/usr/share/fonts/misc/"
   FontPath    "/usr/share/fonts/75dpi/:unscaled"
   FontPath    "/usr/share/fonts/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection


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


Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option    "CoreKeyboard"
   Option   "XkbModel" "pc104"
EndSection


Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option   "CorePointer"
   Option   "Protocol" "auto"
   Option   "Device" "/dev/mouse"
   #Option   "Buttons" "7"
   Option   "ZAxisMapping" "4 5"
EndSection


Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV15BR [GeForce2 Ultra, Bladerunner]"
   BusID       "PCI:1:0:0"
   Option   "RenderAccel" "True"
   Option   "HWcoursor" "True"
   Option   "NoLogo" "True"
   Option   "CursorShadow" "True"
   Option   "CursorShadowAlpha" "60"
   Option   "CursorShadowXOffset" "4"
   Option   "CursorShadowYOffset" "2"
EndSection


Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "ViewSonic"
   ModelName    "P95f+B"
   HorizSync    30-110
   VertRefresh  50-160
   Option       "DPMS"
EndSection


Section "Screen"
   Identifier     "Screen0"
   Device     "Card0"
   Monitor     "Monitor0"
   DefaultDepth  24

   SubSection "Display"
      Depth    24
      Modes    "1280x1024"
      Viewport 0 0
   EndSubSection

EndSection


Section "ServerLayout"
   Identifier      "DefaultLayout0"
   Screen      "Screen0"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice      "Keyboard0" "CoreKeyboard"
   Option         "OffTime" "15"
EndSection
Back to top
View user's profile Send private message
bleethob
n00b
n00b


Joined: 11 Dec 2004
Posts: 3

PostPosted: Sun Dec 12, 2004 8:06 pm    Post subject: Reply with quote

Fixed

The dri errors came from the xorg.conf in my /root dir (was testing as root). X wouldn't start because of some changes I made trying to get the back and forward buttons working on my mouse. Changes were taken from here. Doesn't look like they work anymore :/
Back to top
View user's profile Send private message
frodoski
n00b
n00b


Joined: 17 Jun 2003
Posts: 9
Location: Out looking for enough acorns to stay happy.

PostPosted: Mon Dec 13, 2004 2:00 am    Post subject: Reply with quote

I have been chasing my tail for several days trying to get kde/x to load with an xorg.conf file in /etc/X11 and every time I put an xorg.conf file in place X or KDE refuses to start. Remove or rename the file and magically X or kde loads and runs....but no open-gl acceleration.

Well after reading your trials and the conflict between the xorg.conf in ypur root folder...I thought may be I'll delete or rename that org.conf.new file also. Suprise it now loads with a normal xorg.conf file present in the /etc/X11/xorg.conf location!

Just as a heads up...there is a perl sciript that builds an xorg.conf for you. It is run when xorg is starting up....it is located in /usr/X11R6/bin/getconfig I was totally bumfuzzled about the fact that x would load without the /etc/X11/xorg.conf file in place!

Here is the piece of the log file for X that showed me what was up:
Code:

xf86AutoConfig: Primary PCI is 1:0:0
Running "/usr/X11R6/bin/getconfig -X 60800000 -I /etc/X11,/usr/X11R6/etc/X11,/usr/X11R6/lib/modules,/usr/X11R6/lib/X11/getconfig -v 0x10de -d 0x0201 -r 0xa3 -s 0x1681 -b 0x0062 -c 0x0300"
New driver is "nv"
(==) Using default built-in configuration (53 lines)
(==) --- Start of built-in configuration ---
 Section "Module"
  Load "extmod"
  Load "dbe"
  Load "glx"
  Load "freetype"
 EndSection
 Section "Monitor"
  Identifier "Builtin Default Monitor"
  Option "TargetRefresh" "75.0"
 EndSection
 Section "Device"
  Identifier "Builtin Default nv Device 0"
  Driver "nv"
 EndSection
 Section "Screen"
  Identifier "Builtin Default nv Screen 0"
  Device "Builtin Default nv Device 0"
  Monitor "Builtin Default Monitor"
 EndSection
 Section "Device"
  Identifier "Builtin Default fbdev Device 0"
  Driver "fbdev"
 EndSection
 Section "Screen"
  Identifier "Builtin Default fbdev Screen 0"
  Device "Builtin Default fbdev Device 0"
  Monitor "Builtin Default Monitor"
 EndSection
 Section "Device"
  Identifier "Builtin Default vesa Device 0"
  Driver "vesa"
 EndSection
 Section "Screen"
  Identifier "Builtin Default vesa Screen 0"
  Device "Builtin Default vesa Device 0"
  Monitor "Builtin Default Monitor"
 EndSection
 Section "Device"
  Identifier "Builtin Default vga Device 0"
  Driver "vga"
 EndSection
 Section "Screen"
  Identifier "Builtin Default vga Screen 0"
  Device "Builtin Default vga Device 0"
  Monitor "Builtin Default Monitor"
 EndSection
 Section "ServerLayout"
  Identifier "Builtin Default Layout"
  Screen "Builtin Default nv Screen 0"
  Screen "Builtin Default fbdev Screen 0"
  Screen "Builtin Default vesa Screen 0"
  Screen "Builtin Default vga Screen 0"
 EndSection
(==) --- End of built-in configuration ---



Apparently this perl script would build a builtin conf file for X that would cause conflict with the xorg.conf in the /root folder and the /etc/X11/org.conf file.

Very strange in deed!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum