Main Page | Report this Page
Linux Forum Index  »  Linux - Slackware Forum  »  KDE 4 problems...
Page 1 of 1    

KDE 4 problems...

Author Message
Paul...
Posted: Wed Oct 28, 2009 5:02 pm
Guest
I have recently installed Slackware 13.0 with KDE 4.24. When I first
tried to load KDE it did not load. Later, for no apparent reason it
loaded, but very slowly. Sometimes it loads quickly.

I have never been able to exit from KDE without rebooting the computer.

Just now I changed some of the visual settings. Nothing that would
appear riske. However, now it crashes just as the disk drive icon on the
splash screen appears. I made no adjustments that would affect how KDE
reads drives.

Can anyone help me?
 
jim dorey...
Posted: Wed Oct 28, 2009 5:29 pm
Guest
Paul wrote:
Quote:
I have recently installed Slackware 13.0 with KDE 4.24. When I first
tried to load KDE it did not load. Later, for no apparent reason it
loaded, but very slowly. Sometimes it loads quickly.

I have never been able to exit from KDE without rebooting the computer.

Just now I changed some of the visual settings. Nothing that would
appear riske. However, now it crashes just as the disk drive icon on the
splash screen appears. I made no adjustments that would affect how KDE
reads drives.

Can anyone help me?

i'm sure the kde specific groups can help better, but post the xorg
config file, just in the strange case it's slackware specific.
 
Paul...
Posted: Wed Oct 28, 2009 6:02 pm
Guest
jim dorey wrote:
Quote:
Paul wrote:
I have recently installed Slackware 13.0 with KDE 4.24. When I first
tried to load KDE it did not load. Later, for no apparent reason it
loaded, but very slowly. Sometimes it loads quickly.

I have never been able to exit from KDE without rebooting the computer.

Just now I changed some of the visual settings. Nothing that would
appear riske. However, now it crashes just as the disk drive icon on
the splash screen appears. I made no adjustments that would affect how
KDE reads drives.

Can anyone help me?

i'm sure the kde specific groups can help better, but post the xorg
config file, just in the strange case it's slackware specific.

Thanks.

Here is the xorg.conf file:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "dri2"
Load "dbe"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize 260 200 # mm
Identifier "Monitor0"
VendorName "ADI"
ModelName "ADI CORP"
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 100.0
Option "DPMS"
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 "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # [<bool>]
#Option "ConnectorTable" # <str>
#Option "DefaultConnectorTable" # [<bool>]
#Option "DefaultTMDSPLL" # [<bool>]
#Option "TVDACLoadDetect" # [<bool>]
#Option "ForceTVOut" # [<bool>]
#Option "TVStandard" # <str>
#Option "IgnoreLidStatus" # [<bool>]
#Option "DefaultTVDACAdj" # [<bool>]
#Option "Int10" # [<bool>]
#Option "EXAVSync" # [<bool>]
#Option "ATOMTVOut" # [<bool>]
#Option "R4xxATOM" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
 
Mikhail Zotov...
Posted: Wed Oct 28, 2009 11:15 pm
Guest
On Wed, 28 Oct 2009 19:02:21 -0400
Paul <pminottawa at (no spam) yahoo.ca> wrote:

Quote:
I have recently installed Slackware 13.0 with KDE 4.24. When I first
tried to load KDE it did not load. Later, for no apparent reason it
loaded, but very slowly. Sometimes it loads quickly.

I have never been able to exit from KDE without rebooting the computer.

Does any other window manager works well for you in Slack-13.0?

--
Mikhail
 
Henrik Carlqvist...
Posted: Thu Oct 29, 2009 1:03 am
Guest
Paul <pminottawa at (no spam) yahoo.ca> wrote:
Quote:
I have never been able to exit from KDE without rebooting the computer.

Did you try any of the following:

ctrl-alt-backspace
killall X (as root from a terminal window)
killall -9 X (as root from a terminal window)
ctrl-alt-f2 (then ctrl-alt-f7 to get back to X and kde)

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root at (no spam) localhost postmaster at (no spam) localhost
 
Aaron W. Hsu...
Posted: Fri Oct 30, 2009 12:07 pm
Guest
On Thu, 29 Oct 2009 03:03:24 -0400, Henrik Carlqvist
<Henrik.Carlqvist at (no spam) deadspam.com> wrote:

Quote:
Paul <pminottawa at (no spam) yahoo.ca> wrote:
I have never been able to exit from KDE without rebooting the computer.

Did you try any of the following:

ctrl-alt-backspace
killall X (as root from a terminal window)
killall -9 X (as root from a terminal window)
ctrl-alt-f2 (then ctrl-alt-f7 to get back to X and kde)

It would also be helpful if Paul could explain how he tries to exit from
KDE. How does he start KDE, and what exact behavior does he experience
when following what path of actions to exit KDE?

Aaron W. Hsu


--
Of all tyrannies, a tyranny sincerely exercised for the good of its
victims may be the most oppressive. -- C. S. Lewis
 
jim dorey...
Posted: Sun Nov 01, 2009 7:41 pm
Guest
Paul wrote:
Quote:

Here is the xorg.conf file:


well, from what i see, dunno if it's required in the xorg included with
slack 13, but.

there should probably be a section to enable direct rendering, besides
loading the module, which you apparently have loaded
Section "DRI"
# Group "video"
mode 0666
EndSection
at the very end.
i dunno if you need mode lines or not, but, maybe add them
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864" "1024x768" "800x600"
EndSubSection
probably won't make any difference.
it's odd that it's listing 'unknown board', and 'unknown vendor', there
probably should be an actual name in there.
looks strange to me, but i've seen it around, this
Option "ZAxisMapping" "4 5 6 7"
probably is ok, but, makes me huh.

i'm not a super nix dude, but changing some of that junk might get
things running better. maybe the configure program you used has failed.
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Mon Nov 30, 2009 11:03 pm