Valhalla Legends Forums Archive | General Discussion | [Slackware] startx Problem

AuthorMessageTime
NicoQwertyu
I know there are some Linux fanatics on these boards, so maybe you can help me out.  I decided to make this terrible, old computer next to me 100% Linux (Win95 is a waste of time :().  Install went fine, network, sexy tux in the upper-lefthand corner on boot, ect...

However, `startx' just doesn't do anything.  Not that I can see anyway.

Slackware 10.0 <2.4.26>

[quote]
kyle@Beast:~$ startx
kyle@Beast:~$
[/quote]

xorg.conf (generated by xorgsetup)

[quote]
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
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/Speedo/"
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  "record"
Load  "extmod"
Load  "dbe"
Load  "dri"
Load  "glx"
Load  "xtrap"
Load  "freetype"
Load  "type1"
Load  "freetype"
Load  "speedo"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/mouse"
EndSection

Section "Monitor"
#DisplaySize   250   180 # mm
Identifier   "Monitor0"
VendorName   "HWP"
ModelName    "14b2"
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     "accel"              # [<bool>]
#Option     "crt_display"        # [<bool>]
#Option     "composite_sync"      # [<bool>]
#Option     "hw_cursor"          # [<bool>]
#Option     "linear"              # [<bool>]
#Option     "mmio_cache"          # [<bool>]
#Option     "test_mmio_cache"    # [<bool>]
#Option     "panel_display"      # [<bool>]
#Option     "probe_clocks"        # [<bool>]
#Option     "reference_clock"    # <freq>
#Option     "shadow_fb"          # [<bool>]
#Option     "sw_cursor"          # [<bool>]
Identifier  "Card0"
Driver      "ati"
VendorName  "ATI"
BoardName   "264VT [Mach64 VT]"
ChipSet     "ati"
ChipId      0x5654
ChipRev     0x40
BusID       "PCI:0:13:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 8
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
[/quote]

Any help will be appreciated.   :-[


Edit:

Many other commands are doing this, besides startx.

root@Beast:~$ alsaconf
root@Beast:~$

root@Beast:~$ alsamixer
root@Beast:~$

root@Beast:~$ xorgconfig
root@Beast:~$

Only things I can think of that I did differently between this installation and the last are: changed to a custom font, and included more packages during the setup.
May 9, 2005, 7:35 PM
NicoQwertyu
The fact that /usr is 100% full may have something to do with this.

/dev/hda2        1.4 G        96 M         1.2G       8%        /      
/dev/hda5        1.2 G        45M          1.1G       4%        /home
/dev/hda6        658M        658M        0        100%        /usr


Edit:

Maybe I was an idiot when I installed linux, and assigned the partitions wrong.  I'm just gonna start from scratch.  :-\
May 9, 2005, 8:44 PM
iago
For a drive that site, I recommend just one partition (besides swap).  Otherwise you're going to run out of space fast.

Also, be choosy about what you install.  Don't install KDE or Gnome or the Kernel Source, because they're all quite big and you probably won't be able to use them anyways.
May 9, 2005, 9:12 PM
NicoQwertyu
As far as X goes, I only installed windowmaker and fluxbox.  :P
May 9, 2005, 9:13 PM
iago
Me too.  I have 2 account, one of WindowMaker, one is Fluxbox.  I don't know which one I like better :-/
May 9, 2005, 10:39 PM

Search