LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-06-2007, 02:50 PM   #1
RedEyez
Member
 
Registered: Nov 2006
Location: Wenatchee, Washington
Distribution: Slackware, Gentoo's and Funtoo's, Roll your Own (LFS, not doobies)
Posts: 67

Rep: Reputation: 15
cant seem to get x up and running


my problem is that when i log in to my fresh slack 12 install and type startx it starts to load up but i dont see anything and the little green light on my monitor flicks on and off, no biggy i think to myself must just have the refresh rates wrong or something... so a quick reconfigure of xorg.conf and try it again same thing. upon looking over the xorg.0.log i find three errors...
Code:
Unable to read from DVOI2C_E slave 112
Unable to read from DVOI2C_E slave 236
I830 vblank pipe setup failed
i also remember it spitting out another error upon trying to load x the very first time... something like "screens found but none usable" or something cant seem to get that one to come back. it definitely wants to load x because i have to ctl-alt-bckspc to get back to console, it doesnt stop itself and spit me back there. here is my xorg.conf file minus the sections that i deemed irrelevant:
Code:
section "module"
load "dbe"
subsection "extmod"
option "omite xfree86-dga"
endsubsection
load "freetype"
load "glx"
#load "dri"
#load "xtt"
#load "type1"
endsection

Section "monitor"
identifier "my monitor"
horizsync 30-62
vertrefresh 50-75
endsection

Section "device"
identifier "mycard"
driver "i810"
#videoram "65536"
endsection

section "screen"
identifier "screen1"
device "mycard"
monitor "my monitor"
defaultdepth 24
.
.
.
.
.
endsection

section "serverlayout"
identifier "simplelayout"
screen "screen1"
P.S. i can get x to work in backtrack 2.0 by just running xconf at login, but it only lets me have 640x480 resolution.

Last edited by RedEyez; 11-06-2007 at 03:26 PM. Reason: forgot to add the line about backtrack
 
Old 11-06-2007, 04:03 PM   #2
XGizzmo
Member
 
Registered: Mar 2007
Distribution: Slackware
Posts: 264

Rep: Reputation: 69
It sounds like the monitor is going out of sync do to incorrect horizsync and/or vertrefresh settings. Does it work with the vesa driver?

Last edited by XGizzmo; 11-06-2007 at 04:04 PM.
 
Old 11-06-2007, 04:15 PM   #3
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
did you run xorgconfig before starting x?
 
Old 11-06-2007, 04:29 PM   #4
RedEyez
Member
 
Registered: Nov 2006
Location: Wenatchee, Washington
Distribution: Slackware, Gentoo's and Funtoo's, Roll your Own (LFS, not doobies)
Posts: 67

Original Poster
Rep: Reputation: 15
the vert refresh and horiz sync for my monitor an impression 5ls took me about 2 hours to find on the net, and im pretty sure that they are correct; but i could be wrong. and for xconfig before starting x yes, i did that. upon trying to use vesa i get the error
Code:
vesa(0) no matching modes
screens found, but none have a usable configuration
thanks for the replies greatly appreciated.

Last edited by RedEyez; 11-06-2007 at 04:47 PM.
 
Old 11-07-2007, 09:55 PM   #5
RedEyez
Member
 
Registered: Nov 2006
Location: Wenatchee, Washington
Distribution: Slackware, Gentoo's and Funtoo's, Roll your Own (LFS, not doobies)
Posts: 67

Original Poster
Rep: Reputation: 15
well after everything ive tried still nothing... but it is not my graphics card or anything like that it is definitely the monitor and its sync ranges; because i plugged in a monitor from my other box and it worked just fine. the only problem is i cant switch the 2 because the other machine uses slack as well. think im just going to buy a new monitor, not too fond of this one anyway.
 
Old 11-08-2007, 04:25 AM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Try running 'xorgsetup', it might help. It usually auto-detects those sync ranges.
 
Old 11-08-2007, 05:21 AM   #7
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
It might give a clue in /var/log/Xorg.0.log

Any lines beginning EE or WW are errors.
 
Old 11-08-2007, 05:21 AM   #8
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
Sorry, didn't read the first post properly.
 
Old 11-08-2007, 03:56 PM   #9
RedEyez
Member
 
Registered: Nov 2006
Location: Wenatchee, Washington
Distribution: Slackware, Gentoo's and Funtoo's, Roll your Own (LFS, not doobies)
Posts: 67

Original Poster
Rep: Reputation: 15
thanks H_TeXMeX_H, i feel like a real newb right now; totally forgot about xorgsetup... anyways that worked. thanks alot
 
Old 11-09-2007, 06:02 AM   #10
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Good to hear it worked.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
CPU running at 100% usage while no applications are running mike_morley Linux - Desktop 14 05-17-2007 09:39 PM
Getting Smart running on Suse 10.1 on IBM T22 laptop running KDE 3.5.1 headdeball Linux - Desktop 2 01-20-2007 05:44 AM
network my PC running Puppy with laptop running WinXP slowmovingman Linux - Networking 1 11-03-2006 06:07 PM
running SuSE 9.1 having troubble with running Enemy territory grifter239 Linux - Games 1 06-06-2006 08:34 AM
any linux distro can running in RAM , not need CD_ROM reading when running. wangcity Linux - General 3 09-18-2003 05:45 AM

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

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