You are not logged in.

#1 2008-06-06 07:30:17

trotos
Member
Registered: 2008-05-29
Posts: 28

[Solved] KDE dosn't start, xorg.conf rc.conf problem?

I can't get to kde log on screen, only terminal, without GUI.

Any idea why?

I'm working on an AMD X2, ATI x1800 (s939), 1GB RAM, MSI NEO4 (nforce4)

I include rc.conf and xorg.conf

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Athens"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

#
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=()
#
# Modules to load at boot-up (in this order)
#   - prefix a module with a ! to blacklist it
#
MODULES=(powernow-k8 fuse !acpi-cpufreq !cpufreq_ondemand !cpufreq_powersave !fglrx forcedeth r8169 slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 soundcore button thermal loop)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="StupidArch"
#
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
# interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.1.1"
ROUTES=(gateway)
#
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
#NET_PROFILES=(main)

#
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng hal !ntfs-3g cpufreq network hwd portmap netfs fam @crond @samba !acpid sensors !dbus @alsa @cups @smartd @openntpd @sshd @kdm)

# End of file
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option        "AIGLX" "on"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/shaticonfig --input=/etc/X11/xorg.conf --tls=1 are/fonts/75dpi"
    FontPath     "/usr/share/fonts/TTF"
EndSection

#Section "Module"

#    Load  "ddc"
    Load  "dbe"
    Load  "type1"
    Load  "freetype"
    Load  "glx"
    Load  "dri"
    SubSection "extmod"
        Option        "omit xfree86-dga"
    EndSubSection
#    Load  "xtrap"
#    Load  "GLcore"
#    Load  "record"
#    Load  "GLESX"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us,gr"
    Option        "XkbOptions" "grp:ctrl_shift_toggle,lv3:ralt_switch,eurosign:e"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option        "CorePointer"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "ExplorerPS/2"
    Option        "ZAxisMapping" "4 5"
    Option        "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier   "My Monitor"
    Option        "DPMS" "True"
    Option        "DPI" "96 x 96"
EndSection

Section "Device"
    Identifier    "ATI RADEON"
    BusID    "PCI:5:0:0"
    Driver    "fglrx"
# Option "PseudoColorVisuals" "off"
# Option "Stereo" "off"
# Option "StereoSyncEnable" "1"
# Option "FSAACustomizeMSPos" "no"
# Option "FSAAMSPosX0" "0.000000"
# Option "FSAAMSPosY0" "0.000000"
# Option "FSAAMSPosX1" "0.000000"
# Option "FSAAMSPosY1" "0.000000"
# Option "FSAAMSPosX2" "0.000000" 
# Option "FSAAMSPosY2" "0.000000"
# Option "FSAAMSPosX3" "0.000000"
# Option "FSAAMSPosY3" "0.000000"
# Option "FSAAMSPosX4" "0.000000"
# Option "FSAAMSPosY4" "0.000000"
# Option "FSAAMSPosX5" "0.000000"
# Option "FSAAMSPosY5" "0.000000"
# Option "ForceGenericCPU" "no"
# Option "TVFormat" "PAL-G"
# Option "OverlayOnCRTC1" "1"
#    Option        "no_accel" "no"
#    Option        "DRI" "true"
    Option        "mtrr" "on"
    Option        "DesktopSetup" "single"
#    Option        "ScreenOverlap" "0"
#    Option        "Capabilities" "0x00000800"
#    Option        "CapabilitiesEx" "0x00000000"
# Option "CenterMode" "off"
    Option        "FSAAEnable" "on"
    Option        "FSAAScale" "2"
# Option "FSAADisableGamma" "no"
#    Option        "BlockSignalsOnLock" "on"
# Option "UseInternalAGPGART" "no"
    Option        "TexturedVideo" "on"
    Option        "TexturedVideoSync" "True"
    Option        "Textured2D" "on"
    Option        "TexturedXrender" "off"
    Option        "MaxGARTSize" "256"
    Option        "BackingStore" "off"
    Option    "XAANoOffscreenPixmaps" "on"
    Option        "VideoOverlay" "on"
    Option        "OpenGLOverlay" "off"
    Option        "UseFastTLS" "1"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device     "My Graphics Card"
    Monitor    "My Monitor"
    DefaultDepth     24
    Option        "UseEvents" "true"
    Option        "AddARGBGLXVisuals" "true"
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050"
    EndSubSection
EndSection

Section "DRI"
    Group       "Video"
    Mode         0666
EndSection

Section "Extensions"
    Option        "Composite" "Enable"
    Option        "RENDER" "Enable"
    Option        "DAMAGE" "Enable"
    Option        "XVideo" "Enable"
EndSection

Last edited by trotos (2008-06-06 15:15:44)

Offline

#2 2008-06-06 07:32:39

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Solved] KDE dosn't start, xorg.conf rc.conf problem?

anything in /var/log/Xorg.0.log ?

Offline

#3 2008-06-06 07:45:03

trotos
Member
Registered: 2008-05-29
Posts: 28

Re: [Solved] KDE dosn't start, xorg.conf rc.conf problem?

sorry forgot that one

from /var/log right?

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.25-ARCH x86_64 
Current Operating System: Linux StupidArch 2.6.25-ARCH #1 SMP PREEMPT Fri May 16 14:29:57 CEST 2008 x86_64
Build Date: 15 May 2008  07:43:02PM
 
    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: Fri Jun  6 10:09:13 2008
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 26 of section Files in file /etc/X11/xorg.conf
    "Load" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
(WW) xf86OpenConsole: VT_GETSTATE failed: Bad file descriptor

Offline

#4 2008-06-06 07:50:26

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Solved] KDE dosn't start, xorg.conf rc.conf problem?

change in /etc/X11/xorg.conf

#Section "Module"

to

Section "Module"

and if it still does not work post the new Xorg.0.log

Last edited by pressh (2008-06-06 07:50:46)

Offline

#5 2008-06-06 07:53:15

robmaloy
Member
From: Germany
Registered: 2008-05-14
Posts: 263

Re: [Solved] KDE dosn't start, xorg.conf rc.conf problem?

Line 22:

#Section "Module"

needs to be uncommented



edit: argh too slow lol

Last edited by robmaloy (2008-06-06 07:53:42)


☃ Snowman ☃

Offline

#6 2008-06-06 07:55:42

trotos
Member
Registered: 2008-05-29
Posts: 28

Re: [Solved] KDE dosn't start, xorg.conf rc.conf problem?

OMG
I'm blind....

Thank You

P.S. I got some other errors from various logs I should get a new threat right?

Offline

#7 2008-06-06 08:05:39

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Solved] KDE dosn't start, xorg.conf rc.conf problem?

trotos wrote:

P.S. I got some other errors from various logs I should get a new threat right?

yes that makes it easier for other people with the same problem to find it wink

Offline

#8 2008-06-06 08:06:39

trotos
Member
Registered: 2008-05-29
Posts: 28

Re: [Solved] KDE dosn't start, xorg.conf rc.conf problem?

OK now how do I tag it as solved? the topic

Offline

#9 2008-06-06 08:12:14

droog
Member
Registered: 2004-11-18
Posts: 877

Re: [Solved] KDE dosn't start, xorg.conf rc.conf problem?

trotos wrote:

OK now how do I tag it as solved? the topic

click edit on  your first post and you can change the title.

Offline

Board footer

Powered by FluxBB