LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xorg 6.8.2 on RH ES4 2.6.9-22 crashing (https://www.linuxquestions.org/questions/linux-software-2/xorg-6-8-2-on-rh-es4-2-6-9-22-crashing-391602/)

khellrie 12-11-2005 02:41 PM

Xorg 6.8.2 on RH ES4 2.6.9-22 crashing
 
Just installed the 1.0-8174 driver from Nvidia. I run startx and the screen goes blank. Then it flashes back to prompt with no errors messages on the screen. I didn't see any errors in the log either. Any idea what is going on?

khellrie 12-11-2005 02:42 PM

Here is my Xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Nov 22 18:04:42 PST 2005

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
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 "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

khellrie 12-11-2005 02:48 PM

Here is a link to the log (too big to post):

h t t p ://66.23.217.229/Xorg.0.log

Sorry for the spacing. Wont let me post a URL, lol.

foo_bar_foo 12-11-2005 08:59 PM

i don't use these but have been following the banter
both RENDER and COMPOSITE extensions in xorg appear to be unstable or unsupported fully by nvidia yet or something.
try this and then enable stuff slowly from here
composite and GLX canot coexist without AllowGLXWithComposite
but better to leave composite off altogether
Code:



Section "Extensions"
  Option  "Composite" "Disable"
  Option  "RENDER" "Disable" 
EndSection 
 
Section "Device"
  Section "Device"
  Identifier "Videocard0"
  Driver "nvidia"
  VendorName "Videocard vendor"
  BoardName "NVIDIA GeForce 4 MX (generic)"
  Option  "RenderAccel"  "false"
  Option "AllowGLXWithComposite" "false"
End Section


khellrie 12-12-2005 08:48 AM

Thanks for the reply, Foo. I added those lines to my xorg.conf and got the same results (startx, screen flashes, back to prompt, no errors/warnings). I checked the log and it recognized the changes. Maybe a previous version of the driver would work? Or I could take option 3 and downgrade Xorg.


All times are GMT -5. The time now is 03:14 AM.