Results 1 to 4 of 4
Hello all,
I'm getting 2 errors when I try to run `X` or `xinit`...
Code:
root@bayX:~# xinit
xinit: Server error.
and
Code:
root@bayX:~# xinit
giving up.
xinit: Connection refused (errno ...
- 09-06-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 11
X doesnt start or blinks at 1024x768 and 800x600
Hello all,
I'm getting 2 errors when I try to run `X` or `xinit`...
andCode:root@bayX:~# xinit xinit: Server error.
I try to do `nmap localhost` but the server isnt running (port 6000). These things started happening when I put kernel 2.6.13 on it. The only one way to run desktop is by `xdm` and only with 16bits 640x480, but its configured for 800x600, and when I run as 1024x768 the X doesnt answer and start blinking... no one of these errors happened when Ive installed my distro.Code:root@bayX:~# xinit giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error.
Someone knows whats happening with my `X`? and, its necessary to recompile it again?
- 09-06-2005 #2Just Joined!
- Join Date
- Aug 2005
- Posts
- 11
Slackware 10.1, kernel 2.6.13 with AGP and DRM support built-in, all drivers in modules. Trident 9440 PCI with Sansung SyncMaster 15GLe.
- 09-06-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 11
My xorg.conf is:
Code:Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" # Load "speedo" Load "freetype" # Load "xtt" Load "glx" # Load "dri" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" # ModulePath "/usr/X11R6/lib/modules" EndSection Section "ServerFlags" # Option "NoTrapSignals" Option "DontVTSwitch" # Option "DontZap" # Option "Dont Zoom" # Option "DisableModInDev" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "microsoft" Option "XkbLayout" "us" Option "XkbVariant" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Monitor" Identifier "Sync15GLe" HorizSync 31.5 - 48.5 VertRefresh 50-100 EndSection Section "Device" Identifier "Trident" Driver "trident" VideoRam 1024 BusID "PCI:0:15:0" EndSection Section "Screen" Identifier "Screen 1" Device "Trident" Monitor "Sync15GLe" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1024x768" "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "800x600" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection # Section "DRI" # Mode 0666 # EndSection
- 09-06-2005 #4Just Joined!
- Join Date
- Aug 2005
- Posts
- 11
Here is my /var/log/xdm.log
And this goes on, on 1024x768 8bpp =/Code:_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/bayX:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X Window System Version 6.8.1 Release Date: 17 September 2004 X Protocol Version 11, Revision 0, Release 6.8.1 Build Operating System: Linux 2.4.29 i686 [ELF] Current Operating System: Linux bayX 2.6.13 #1 Tue Sep 6 18:10:23 BRT 2005 i686 Build Date: 23 January 2005 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 6 19:29:27 2005 (==) Using config file: "/etc/X11/xorg.conf" X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 14 (X_GetGeometry) Resource id in failed request: 0x0 Serial number of failed request: 489 Current serial number in output stream: 489 X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 14 (X_GetGeometry) Resource id in failed request: 0x0 Serial number of failed request: 489 Current serial number in output stream: 489 (...) xdm error (pid 6123): Display :0 is being disabled Trident: BitBLT engine time-out. Trident: BitBLT engine time-out. (...)


Reply With Quote
