LinuxQuestions.org
Visit Jeremy's Blog.
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 01-23-2005, 05:50 PM   #1
davemar
Member
 
Registered: Mar 2004
Location: UK
Posts: 62

Rep: Reputation: 15
startx problems with slackware 10.0


I've just installed slackware 10.0 and tried "startx" after attempting the x configuration routine. The main warning I get is:
"(WW) Open APM failed (/dev/apm_bios) (No such device)"
it doesn't start X, so what is going wrong?
When I start "startx" the screen goes blank and I only get anything
visible (i.e the error!) when I do ctrl-alt+backspace.

I've got an ATI Radeon 9600 Atlantis card, with an ancient Viglen Envy 17pe
monitor. I'd just like to get kde up and running from startx, and am not
to concerned at this stage about getting the most from the graphics card.
 
Old 01-23-2005, 06:12 PM   #2
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
Did you configure X?
 
Old 01-23-2005, 08:27 PM   #3
H2O-linux
Member
 
Registered: Sep 2004
Location: Second ring of youranus
Distribution: debian testing
Posts: 153

Rep: Reputation: 30
commandline type " xorconfig "
 
Old 01-24-2005, 04:42 AM   #4
davemar
Member
 
Registered: Mar 2004
Location: UK
Posts: 62

Original Poster
Rep: Reputation: 15
Sorry, forgot to mention I did configure X with xorconfig. I went for
conversative video/monitor settings, to be on the safe.
 
Old 01-24-2005, 06:47 AM   #5
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
post ur monitor and video card specifications and ur xorg.conf here

regards
 
Old 01-24-2005, 01:55 PM   #6
davemar
Member
 
Registered: Mar 2004
Location: UK
Posts: 62

Original Poster
Rep: Reputation: 15
My monitor is an ancient Viglen Envy 17PE. Under Windows it runs at 1024x768 @ 75Hz,
which is the setting I'm aiming for with Xorg.

My video card is an ATI Radeon 9600 Atlantis with 256MB memory (so it says on the box
at least!). Windows seems to list it as "NVIDIA GeForce4 MX440".

Here's my xorg.conf file, I've removed the #ed out lines, so the thing isn't a mile long,
hopefully it'll be cleared to read as a result. I aimed for a very conservate VESA setting
which I hoped would run on pretty much anything (but doesn't it appears!) :-


--------------------------------
Section "Module"
Load "dbe" # Double buffer extension

SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

Load "type1"
Load "speedo"
Load "freetype"

Load "glx"
EndSection


Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"

FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection


Section "ServerFlags"
EndSection


Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"

Option "AutoRepeat" "500 30"

Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "gb"
EndSection


Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"

Option "Emulate3Buttons"
EndSection


Section "Monitor"
Identifier "viglen"

HorizSync 31.5 - 57.0
VertRefresh 50-70
EndSection


Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

Driver "vga"
EndSection


Section "Device"
Identifier "gen vesa"
Driver "vesa"
#VideoRam 16384
EndSection


Section "Screen"
Identifier "Screen 1"
Device "gen vesa"
Monitor "viglen"
DefaultDepth 24

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


Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

-----------------------------------
 
Old 01-24-2005, 02:00 PM   #7
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
try this: redo xorg the sameway you have it now except when it says: "view card database" say: yes, and type: 18 and hit enter then finish the config like normal. startx, does it work?
 
Old 01-24-2005, 02:39 PM   #8
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

what i need is the vertical and horizontal refesh rates of ur monitor
look them up in ur manual

regards

Last edited by masand; 01-24-2005 at 02:41 PM.
 
Old 01-24-2005, 02:43 PM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
the entry no..6 and 18 in the video card database in xorgconfig can be tried upon

regards
 
Old 01-24-2005, 05:33 PM   #10
davemar
Member
 
Registered: Mar 2004
Location: UK
Posts: 62

Original Poster
Rep: Reputation: 15
I tried number 18, and now it works! Thanks for the help, and this posting
has been done via slackware!
 
Old 01-24-2005, 07:59 PM   #11
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by davemar
I tried number 18, and now it works! Thanks for the help, and this posting
has been done via slackware!
awesome!!
 
Old 01-25-2005, 06:47 PM   #12
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
awesome. I don't think windows was lying when it said it was:"NVIDIA GeForce4 MX440". 18 is the generic nvidia driver. I'd have a talk with the person who sold it to you.
 
Old 01-26-2005, 03:05 AM   #13
davemar
Member
 
Registered: Mar 2004
Location: UK
Posts: 62

Original Poster
Rep: Reputation: 15
My dad just gave it to me, as he had changed his; I didn't really check the box
and the card were the same thing! He's probably got the Radeon card...
 
Old 01-26-2005, 04:11 PM   #14
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
Yeah your prolly right. I'd go to nvidia and download the right 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
slackware startx problems U-Toast Linux - Newbie 2 08-28-2004 07:42 PM
slackware startx problems U-Toast Linux - Newbie 1 08-26-2004 09:54 PM
problems with 'startx' on slackware akcom Linux - Newbie 2 06-13-2004 09:36 PM
Slackware 9.0 startx problems echoking Slackware 5 09-01-2003 10:39 PM
slackware install .... startx problems... purpleburple Linux - Distributions 4 07-23-2002 08:05 AM

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

All times are GMT -5. The time now is 08:14 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