LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-15-2005, 12:07 AM   #1
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
Unhappy gui not working


I finally was able to successfully install Slackware 10.1 on my machine while dual booting windows xp professional. The installation went well without any problems, but now I have absolutely NO GUI when loading linux... it's just text mode. In the installation I installed GNOME, KDE, and Xce desktop environments and they don't load. When I try logging into root and running init 5, nothing happens. does anyone know what's going on?
 
Old 03-15-2005, 12:17 AM   #2
puffinman
Member
 
Registered: Jan 2005
Location: Atlanta, GA
Distribution: Gentoo, Slackware
Posts: 217

Rep: Reputation: 31
By default slackware boots into text mode. You can start the default window manager with "startx". You can change your window manager with the appropriate .xinitrc file in your home directory. Sample .xinitrc files can be found in /etc/X11/xinit. You can change the default runlevel in /etc/inittab, which will start the gui on boot.
 
Old 03-15-2005, 12:19 AM   #3
tavixor
Member
 
Registered: Feb 2004
Distribution: Slackware 10.1
Posts: 32

Rep: Reputation: 16
any error messages when you try to run startx or xdm ?
 
Old 03-15-2005, 12:37 AM   #4
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
forgot

oh, I forgot to mention that when I run the "startx" command, the screen blanks out and nothing happens... for a long period of time. No, I don't see any error messages when the system boots. I'm confuzzled, I never had this problem with FC3
 
Old 03-15-2005, 12:45 AM   #5
tavixor
Member
 
Registered: Feb 2004
Distribution: Slackware 10.1
Posts: 32

Rep: Reputation: 16
maybe the problem is your graphics card (or whatever ). Did you install any drivers or run xorgconf(ig?) as root ?

Last edited by tavixor; 03-15-2005 at 12:48 AM.
 
Old 03-15-2005, 12:48 AM   #6
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
I just realized what's going on. My screen isn't going blank, it's entirely SHUTTING OFF. I'm guessing that my graphics card may not be supported by the Slackware Drivers: GeForce FX5200 Ultra 128 MB. Can I use run level 5 in linux with just VGA so that I may find and download the driver?

tavixor, to tell you the truth, I'm not sure how to install drivers with the installation. I bought the official release (4 disks) and I assumed that the graphics card driver would already be assessed and installed

Last edited by mrchaos; 03-15-2005 at 12:51 AM.
 
Old 03-15-2005, 12:54 AM   #7
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
a) use '/usr/X11R6/bin/xorgconfig' to configure X
b) edit '/etc/X11/xorg.conf' to tweak the settings manually
c) use '/usr/X11R6/bin/xwmconfig' to select the default window manager/desktop
d) use 'startx' to start the gui
e) once you have it working, edit '/etc/inittab' and change: "id:3:initdefault:" to "id:4:initdefault:"
in order to boot into gui
f) reselect your default window manager/desktop using the gdm/kdm/xdm utilities
 
Old 03-15-2005, 12:56 AM   #8
tavixor
Member
 
Registered: Feb 2004
Distribution: Slackware 10.1
Posts: 32

Rep: Reputation: 16
i dont have any experience with nvidia card because i use ati radeon card but maybe someone else can help you. You can try to run xorgconfig if that helps
 
Old 03-15-2005, 12:59 AM   #9
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
nVidia has official Linux drivers. Go to their website, download it and follow their instructions.
 
Old 03-15-2005, 12:59 AM   #10
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
yes you can set xorg.conf to use vga
until you can d/l and install the nvidia drivers

and slackware uses init 4...not 5
 
Old 03-15-2005, 01:02 AM   #11
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Here's the link to the nVidia driver download page:
http://www.nvidia.com/object/linux.html
 
Old 03-15-2005, 01:12 AM   #12
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
there's a lot of lines of code in xorg.conf... what monitor section do I edit to run in VGA? It seems strange that my monitor entirely shuts off, though.
 
Old 03-15-2005, 01:18 AM   #13
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
make sure your synchs are correct for your monitor


for vga you would need:

Section "Device"
Identifier "Standard VGA"
Driver "vga"
EndSection

then under 'Section "Screen"'
Device "Standard VGA"
 
Old 03-15-2005, 10:04 AM   #14
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
I edited my xorg.conf file and inserted VGA and Standard VGA and tried to load the x-window system. However, when I loaded the system, I got a fatal system error saying "VGA not a device. No drivers found for VGA." I did a full install of slackware, and it still doesn't work........ man, slackware is frustrating for n00bs. SOMEONE HELP??
 
Old 03-15-2005, 10:20 AM   #15
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
whatever you set 'Device "<value>"' to in the Screen Section
must match EXACTLY the 'Identifier "<value>"' of the Device Section with the vga driver
 
  


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
GUI on KDE desktop not working satimis Fedora 4 04-01-2006 06:04 PM
GUI not working... just ssh <3Tux SUSE / openSUSE 20 09-21-2005 12:10 AM
BitTorrent GUI not working saravkrish Fedora 10 08-09-2005 07:06 PM
GUI not working in Red hat 9.0 jhelpme1212 Linux - Hardware 1 04-22-2004 03:12 AM
GUI not working!!! gurusmaran Linux - Software 10 08-24-2001 07:01 AM

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

All times are GMT -5. The time now is 02:35 PM.

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