| Slackware - Installation This forum is for the discussion of installation issues with Slackware. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-10-2008, 03:15 PM
|
#1
|
|
LQ Newbie
Registered: Apr 2008
Posts: 7
Rep:
|
Error while quitting X in Slackware 12.1
I've installed slackware 12.1 yesterday and it worked as expected. After some tests everything was working. When I tried to exit X with Ctrl-Alt-Backspace to change my WM, the system crashed and I could only see a totally black screen ( no it isn't bash, it is totally black ). Anything else do not show any problem. The same computer with Slackware 11 didn't have this error. Any ideas?
|
|
|
|
07-10-2008, 04:13 PM
|
#2
|
|
LQ Newbie
Registered: Feb 2008
Location: Antwerp, Belgium
Distribution: Slackware 12.2, slamd64 12.1
Posts: 18
Rep:
|
Hi,
Assuming your hardware is identical with both versions of slackware (11 & 12.1) , and it is still functioning correctly;
the only thing that comes to mind is a modified/different X configuration, or perhaps a change in video drivers (ATI/nVidia/...) you installed/configured.
What do your system and X logs write about the crash ?
|
|
|
|
07-10-2008, 04:25 PM
|
#3
|
|
LQ Newbie
Registered: Apr 2008
Posts: 7
Original Poster
Rep:
|
It is the same hardware, the same xorg.conf and the same driver with the same video. The X server logs the same as it logged in 11, too. The only difference is the crash. Maybe it is about software versions.
EDIT: Now I can't shutdown it by software on X. Only by pulling the energy cable from the PC. Everything is allright in console, so I can't see what's happening.
Last edited by Tkdrg; 07-10-2008 at 06:23 PM.
|
|
|
|
07-11-2008, 12:26 PM
|
#4
|
|
LQ Newbie
Registered: Feb 2008
Location: Antwerp, Belgium
Distribution: Slackware 12.2, slamd64 12.1
Posts: 18
Rep:
|
I think it's time for someone with more experience/knowledge to step in here, as I'm somewhat out of suggestions.
Only thing that comes to mind is perhaps running X with extra debug/verbosity flags and checking that output,
or perhaps modifying your xorg.conf to try and find the offending module/driver/option.
Hope this helps , and best of luck
Ben
|
|
|
|
07-11-2008, 01:06 PM
|
#5
|
|
LQ Newbie
Registered: Apr 2008
Posts: 7
Original Poster
Rep:
|
Well, here's my xorg.conf:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
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/"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "ddc"
Load "GLcore"
Load "dbe"
Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
Option "XkbOptions" "abnt2"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
VendorName "_[_"
ModelName "_[_7f7f"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseBIOS" # [<bool>]
#Option "LCDClock" # <freq>
#Option "ShadowStatus" # [<bool>]
#Option "CrtOnly" # [<bool>]
#Option "TvOn" # [<bool>]
#Option "PAL" # [<bool>]
#Option "ForceInit" # [<bool>]
#Option "Overlay" # [<str>]
#Option "TransparencyKey" # [<str>]
#Option "ForceInit" # [<bool>]
#Option "DisableXVMC" # [<bool>]
#Option "DisableTile" # [<bool>]
#Option "DisableCOB" # [<bool>]
#Option "BCIforXv" # [<bool>]
#Option "DVI" # [<bool>]
#Option "BusType" # [<str>]
#Option "DmaType" # [<str>]
#Option "DmaMode" # [<str>]
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
Identifier "Card0"
Driver "vesa"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
|
|
|
|
07-11-2008, 04:16 PM
|
#6
|
|
LQ Newbie
Registered: Dec 2006
Posts: 5
Rep:
|
I have the same problem when I try to use drivers from ATI. My vesa drivers work ok. Have you tried to disable DRI? Possibly glx too and see what happens.
|
|
|
|
07-11-2008, 04:42 PM
|
#7
|
|
LQ Newbie
Registered: Jul 2008
Posts: 4
Rep:
|
Disable Ctrl+Alt+Backspace from Restarting X Windows and use GDM
Quote:
Originally Posted by Tkdrg
When I tried to exit X with Ctrl-Alt-Backspace to change my WM, the system crashed and I could only see a totally black screen ( no it isn't bash, it is totally black ). Anything else do not show any problem. The same computer with Slackware 11 didn't have this error. Any ideas?
|
Disable Ctrl+Alt+Backspace from Restarting X Windows and use GDM to select windowmanagers, by logout and login with gdm you can select an other wm.
And this line to your xorg.conf in the section "ServerFlags":
Option "DontZap" "yes"
and issue the command gdm on the commandline
(Slackware 11 was still using a very stable 2.4 kernel )
|
|
|
|
07-11-2008, 04:51 PM
|
#8
|
|
LQ Newbie
Registered: Apr 2008
Posts: 7
Original Poster
Rep:
|
Well, I've tried removing DRI and GLX, but nothing changed. I do not want to use login managers, I prefer using the console. Actually, I only use X for a few things, like playing some games or using Firefox (for flash, etc). I spend most of the time on the console. I'm testing the DontZap now.
EDIT: Now Ctrl-Alt-Backspace do not work, nothing happens. That was the idea?
Last edited by Tkdrg; 07-11-2008 at 04:56 PM.
|
|
|
|
07-20-2008, 10:18 AM
|
#9
|
|
Member
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 157
Rep:
|
Quote:
Originally Posted by Tkdrg
EDIT: Now Ctrl-Alt-Backspace do not work, nothing happens. That was the idea?
|
That's what he meant.
But it sounds more like a console driver prob.
Can you boot into rl2 without anyprobs ?
Maybe add vga=normal to lilo.conf
|
|
|
|
07-21-2008, 09:28 AM
|
#10
|
|
LQ Newbie
Registered: Apr 2008
Posts: 7
Original Poster
Rep:
|
Well, I'm already using vga=normal. I think that it may have something to do with those drivers, since nethack, aalib, libcaca and svgalib are messing up my console.
|
|
|
|
07-22-2008, 03:43 PM
|
#11
|
|
Member
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 157
Rep:
|
But what happens when you boot into rl2, without having any X started?
|
|
|
|
07-23-2008, 08:27 AM
|
#12
|
|
Member
Registered: May 2007
Distribution: Slackware
Posts: 242
Rep:
|
This may not apply, but in -current they have a updated mesa driver 7.0.3 I would give that a try and see what happens. It does sound like a framebuffer issue, but like you said you do not use that. This is about all the advice I can give. Why are you using alt+ctrl+backspace?
Slackware does not use gdm, does not have gnome.
|
|
|
|
07-23-2008, 12:24 PM
|
#13
|
|
LQ Newbie
Registered: Apr 2008
Posts: 7
Original Poster
Rep:
|
Without X, the system works without any error. I only use X for playing a few games, most of time I use only the console, so I start and close X many times.
|
|
|
|
07-23-2008, 11:21 PM
|
#14
|
|
Member
Registered: May 2004
Location: France
Distribution: Slackware Gentoo
Posts: 157
Rep:
|
I had a similar prob when i used the open source ati driver. Everytime i switched back to console, the screen was black or sometimes scrambled.
I was gone with the closed-source ati driver .
What kind of Gpu do you have ?
If you use a ati or nvidia card maybe try another driver ,.
|
|
|
|
07-26-2008, 11:15 AM
|
#15
|
|
LQ Newbie
Registered: Apr 2008
Posts: 7
Original Poster
Rep:
|
I'm using an onboard SiS gpu.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:28 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|