LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zenwalk
User Name
Password
Zenwalk This forum is for the discussion of Zenwalk Linux.

Notices


Reply
  Search this Thread
Old 10-08-2006, 06:44 PM   #1
missmoondog
Member
 
Registered: Oct 2005
Distribution: Zenwalk 3.0
Posts: 34

Rep: Reputation: 15
startx


i suddenly can't get x to start when starting the computer. just happened for the first time. don't know what i did to get it to start this time except start smacking every button on the keyboard as it was loading. i've gone through gdmsetup and videoconfig. did a startx -- -config /etc/X11/xorg.conf.svga once. nothing has made it start right. actually, this is the second time i've gotten it to load xserver after smacking all the key at boot. here's my xorg.cong file if that helps.


# **********************************************************************
# This file was generated by videoconfig (Zenwalk Xorg configuration tool)
# If you changed your video card or monitor, please run videoconfig again
# from runlevel 3. Don't modify this file yourself until you know what you do Wink
# **********************************************************************


# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

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

# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************

Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontVTSwitch"
# Option "DontZap"
# Option "DontZoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
# Option "blank time" "10" # 10 minutes
# Option "standby time" "20"
# Option "suspend time" "30"
# Option "off time" "60"

# Option "EstimateSizesAggresively" "0"

EndSection

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# Option "Protocol" "Xqueue"
# Option "AutoRepeat" "500 5"
# Option "Xleds" "1 2 3"
# Option "XkbDisable"

Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
# Option "XkbVariant" "us"
# Option "XkbOptions" ""
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
Option "ZAxisMapping" "4 5"
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
Identifier "Monitor1"
VendorName "DPC"
ModelName "3770"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0

Option "DPMS"
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "Videocard1"
VendorName "ATI Technologies Inc"
BoardName "Radeon RV100 QY [Radeon 7000/VE]"
Driver "ati"
BusID "PCI:0:9:0"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
Identifier "Videoconfig"
Device "Videocard1"
Monitor "Monitor1"

DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Videoconfig"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
 
Old 10-08-2006, 07:06 PM   #2
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Ok, you want Xwindows to start automatically after boot, right? This is the job of the gdm/kdm/xdm program (depending on which you have installed). I assume you have gdm installed because you mention gdmsetup.

If that program is working properly, then Xwindows may have a problem loading. In that case, we would need to see the errors that it was outputing.
 
Old 10-08-2006, 07:45 PM   #3
missmoondog
Member
 
Registered: Oct 2005
Distribution: Zenwalk 3.0
Posts: 34

Original Poster
Rep: Reputation: 15
yes, i want xwindows to start all the time (as it did up until today) and yes, i have gdm installed. where would i get the errors from? i see none at startup. of course, i see NOTHING at startup!!

i am getting a little closer. it is loading fully to the desktop now whether i have vesa or ati drivers loaded, but the fonts seem very small. have screen size set at 1024x768, i think, it goes to default after setting it.

i'm giving up on this for tonight. going to go downstairs and see if this is maybe related to those last updates or not. have another very similar machine that has always worked good. so far!
 
Old 10-08-2006, 07:58 PM   #4
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
If you desktop is able to load then I would assume the problem is with gdm. I wish I could tell you more, but I know nothing about setting up gdm. What distro are you using?
 
Old 10-08-2006, 08:04 PM   #5
missmoondog
Member
 
Registered: Oct 2005
Distribution: Zenwalk 3.0
Posts: 34

Original Poster
Rep: Reputation: 15
well, heck yeah and hallelujah!! i got it!!

somehow /etc/X11/xorg.conf was set for vesa, which i did do once, but thought i had set it back to ati (a couple/few times even). this time i edited the file manually and changed vesa to ati, rebooted, and poof!! even have desktop is back at 1024x768. the small fonts was due to it being set at next higher settings and i couldn't change it.

i'm outta here before something else screws up on this thing.

thanks for the help!!
 
Old 10-08-2006, 10:01 PM   #6
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Quote:
Originally Posted by missmoondog
well, heck yeah and hallelujah!!
Definitely a feminine quote there.
Nice to see more females on these Linux forums. This is a a pretty good sign that Linux is becoming more popular in the desktop zone.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
(nvidia) First startx = blank screen, second startx = works ?!? BuckRogers01 Linux - Hardware 2 04-07-2006 05:26 PM
WHY should I type startx twice to startx? hiux Debian 6 09-09-2005 09:12 AM
startx doesn't startx for user vdemuth Mandriva 10 11-08-2004 07:41 PM
Bug / Xwindows / startx : xinit works but startx crash www.rzr.free.fr Linux - Software 4 10-17-2004 08:06 AM
startx vs startx -- :2 (font dimension is different!!) moly82 Linux - General 7 09-15-2003 12:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zenwalk

All times are GMT -5. The time now is 07:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration