LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   Slackware 9.1 Having trouble starting X (https://www.linuxquestions.org/questions/slackware-installation-40/slackware-9-1-having-trouble-starting-x-144628/)

Sideshow 02-10-2004 07:40 PM

Slackware 9.1 Having trouble starting X
 
I install Slackware and I can get to a prompt but when I type startx it starts to load but then my monitor turns off... like if its in sleep mode. Im thinking its a video driver problem.... i have a geforce 4 mx can someone help me.

benjithegreat98 02-10-2004 07:45 PM

Sounds like your refresh rate is too high. Many monitors sold today will shut off when the refresh rate is too high for it to handle. They used to would just get damaged. The way to change your refresh rate is to edit your /etc/X11/XF86Config file

Sideshow 02-10-2004 07:53 PM

thansk
 
Whats a safe rate to set it at?

benjithegreat98 02-10-2004 08:08 PM

Well you need to check you documentation that came with the monitor or from the makers website. Every monitor is different.

Here is a cut from my config to let you know what you need to look for.
Code:

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "PHILIPS 107T"
        DisplaySize  310        230
        HorizSync    30.0 - 71.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
EndSection

I think the things you'll need most are the HorizSync and VertRefresh. You may wanna check this out too:
http://www.linuxquestions.org/questi...03/11/3/116705

Sideshow 02-10-2004 08:45 PM

Thanks
 
I did some looking around and found out that I had to run xf86config and that asked me to change the refreshrate and things


thanks for your help


Sideshow


All times are GMT -5. The time now is 04:46 PM.