antiX-forum Forum Index antiX-forum
Forum for users of antiX linux. "Mean and Lean"
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups    RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Welcome
Welcome to antiX-forum.

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!

Monitor Shutdown

 
Post new topic   Reply to topic    antiX-forum Forum Index -> Hardware
View previous topic :: View next topic  
Author Message
xToeCutter



Joined: 04 Dec 2007
Posts: 133
Location: Humble, Texas

PostPosted: Sun Jun 15, 2008 5:47 pm    Post subject: Monitor Shutdown Reply with quote

How do you keep the monitor from shutting off? The problem is, when the system goes idle, my monitor shuts off the starts flashing a warning about being out-of-range. My display is the correct resolution and size 1024x768@60Hz..

and I am running antiX-kdelite - upgraded to sid + full KDE.
_________________
-MADNESS COMES FROM FAIRYTALES-
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
eriefisher



Joined: 07 Oct 2007
Posts: 681
Location: Canada's South Coast

PostPosted: Sun Jun 15, 2008 9:14 pm    Post subject: Reply with quote

Take a look in a terminal with man xset. I believe the command would be

Code:
xset -dpms -off


I thought kde had the functionality built in?
_________________
eriefisher
------------------------------------------------------------
If I knew It was this good I would have been "Anti" everything long ago.

The first thing a I met was a fly with a buzz......America
Back to top
View user's profile Send private message Send e-mail
xToeCutter



Joined: 04 Dec 2007
Posts: 133
Location: Humble, Texas

PostPosted: Sun Jun 15, 2008 10:28 pm    Post subject: Reply with quote

Thanks Erie.
It says -off invalid option

I tried xset -dpms. Just went back to a command prompt. Was that what it was supposed to do?.

Now another question:
My xorg has correct settings..
1024x768_60Hz...
But the KDE/Control Center/Peripherals/Display has my refresh rate listed as 50Hz. Where does it get the info?
_________________
-MADNESS COMES FROM FAIRYTALES-
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
xToeCutter



Joined: 04 Dec 2007
Posts: 133
Location: Humble, Texas

PostPosted: Sun Jun 15, 2008 10:30 pm    Post subject: Reply with quote

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Mon May 19 00:34:28 PDT 2008

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# **********************************************************************
# Screen sections.
# **********************************************************************

Section "ServerLayout"

# The Identifier line must be present
    #InputDevice "Synaptics1" "SendCoreEvents"
    Identifier     "Main Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Module"
    Load           "i2c"
    Load           "ddc"
    Load           "synaptics"
    Load           "vbe"
#   Load        "dri"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

    #Option      "MaxSpeed"      "0.7"
    #Option      "MinSpeed"      "0.18"
    #Option      "AccelFactor"      "0.08"
    #Option      "TopEdge"      "120"
    #Option      "LeftEdge"      "120"
    #Option      "BottomEdge"      "830"
    #Option      "RightEdge"      "650"
    #Option      "FingerLow"      "25"
    #Option      "FingerHigh"      "30"
    # MacBook touchpad
    #Option      "MaxTapTime"      "180"
    #Option      "MaxTapMove"      "220"
    #Option      "MaxDoubleTapTime"   "180"
    #Option      "VertScrollDelta"   "20"
    #Option      "HorizScrollDelta"   "50"
    #Option      "TapButton2"      "3"
    #Option      "TapButton3"      "2"
    #Option      "VertTwoFingerScroll"   "1"
    # Do you keep moving the mouse while typing? Try this trick.
    #synclient TouchpadOff=1 disable your synaptics touchpad
    #synclient TouchpadOff=0 enable your synaptics touchpad
    Identifier     "Synaptics1"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
    Option         "SHMConfig" "on"
    # For ALPS/MacBook TouchPads
EndSection

Section "InputDevice"

    #Option   "XkbOptions"   "lv3:rwin_switch"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 5"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
    Option         "XkbRules" "xorg"
    # Macintosh keyboard
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Device" "/dev/psaux"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 80.0
    VertRefresh     60.0 - 60.0
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       28.0 - 80.0
    VertRefresh     60.0 - 60.0
EndSection

Section "Device"

    #Option "RenderAccel" "on"
    Identifier     "VESA"
    Driver         "nvidia"
    Option         "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600 GT"
EndSection

Section "Screen"

# The Identifier, Device and Monitor lines must be present
    Identifier     "Screen 1"
    Device         "VESA"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "true"
# The favoured Depth and/or Bpp may be specified here
    SubSection     "Display"

        #Modes      "1024x768" "800x600" "640x480"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"

        #Modes      "1024x768" "800x600" "640x480"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"

        #Modes      "1024x768" "800x600" "640x480"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1024x768_60 +0+0"
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection


_________________
-MADNESS COMES FROM FAIRYTALES-
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
eriefisher



Joined: 07 Oct 2007
Posts: 681
Location: Canada's South Coast

PostPosted: Sun Jun 15, 2008 10:59 pm    Post subject: Reply with quote

Can you select your monitor or something close in kde control center? It looks like it's being seen as generic-vesa???? Try using the mepis xconfig.

The xset command you used should do it.
_________________
eriefisher
------------------------------------------------------------
If I knew It was this good I would have been "Anti" everything long ago.

The first thing a I met was a fly with a buzz......America
Back to top
View user's profile Send private message Send e-mail
xToeCutter



Joined: 04 Dec 2007
Posts: 133
Location: Humble, Texas

PostPosted: Mon Jun 16, 2008 1:13 am    Post subject: Reply with quote

That xorg is actually a copy of the xorg generated by using the Nvidia-Settings manager and one generated from the Sabayon live CD. I was having trouble with antiX & Mepis after installing the Nvidia Driver. Both Mepis & antiX would boot up to only a black screen. I could not fix the xorg with mxconfig except to return it to xdrvr=fbdev. But the Sabayon live CD, you could enable the Nvidia driver and use Compiz-Fusion. So I got the idea to boot Sabayon live CD and enable the Nvidia driver, then make a copy of the xorg it generated to use with Mepis & antiX. That worked brilliantly at getting both Mepis antiX up on this PC and Compiz-Fusion working.

Except for the little problem as described with the different refresh rates. I just don't know where the system is getting that 50Hz refresh rate if the xorg says 60hz.
_________________
-MADNESS COMES FROM FAIRYTALES-


Last edited by xToeCutter on Mon Jun 16, 2008 1:18 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
xToeCutter



Joined: 04 Dec 2007
Posts: 133
Location: Humble, Texas

PostPosted: Mon Jun 16, 2008 1:15 am    Post subject: Reply with quote

If I try and run
Code:
 dpkg-reconfigure xserver-xorg

that command seems to have been degraded as now it will not set up video or monitor, only the mouse.
_________________
-MADNESS COMES FROM FAIRYTALES-
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
eriefisher



Joined: 07 Oct 2007
Posts: 681
Location: Canada's South Coast

PostPosted: Mon Jun 16, 2008 2:39 am    Post subject: Reply with quote

Did you install the driver with mepis xconfig or manually? I have not had good luck with mepis installing nvidia driver but when I install then manually no problem.
_________________
eriefisher
------------------------------------------------------------
If I knew It was this good I would have been "Anti" everything long ago.

The first thing a I met was a fly with a buzz......America
Back to top
View user's profile Send private message Send e-mail
xToeCutter



Joined: 04 Dec 2007
Posts: 133
Location: Humble, Texas

PostPosted: Mon Jun 16, 2008 2:47 am    Post subject: Reply with quote

I tried both ways. No luck either way getting to a gui. I had to go a round-bout way to get it up. I think it sets my resolution & refresh rates wrong. When I originally installed the driver, it booted me to a black screen, but since I have my system setup to auto-login, I could here KDE starting up, but the screen was black.

I tried to run the dpkg-reconfigure but it results in a VERY limited xorg.

Code:

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
EndSection

_________________
-MADNESS COMES FROM FAIRYTALES-
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
xToeCutter



Joined: 04 Dec 2007
Posts: 133
Location: Humble, Texas

PostPosted: Mon Jun 16, 2008 2:52 am    Post subject: Reply with quote

Oh and that xset command seems to have fixed the screen from shutting off. Now I just have to remember to manually turn off my monitor before I get hit the hay. Thanks for that.
_________________
-MADNESS COMES FROM FAIRYTALES-
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
eriefisher



Joined: 07 Oct 2007
Posts: 681
Location: Canada's South Coast

PostPosted: Mon Jun 16, 2008 3:39 am    Post subject: Reply with quote

Still puzzled by that xorg though.
_________________
eriefisher
------------------------------------------------------------
If I knew It was this good I would have been "Anti" everything long ago.

The first thing a I met was a fly with a buzz......America
Back to top
View user's profile Send private message Send e-mail
xToeCutter



Joined: 04 Dec 2007
Posts: 133
Location: Humble, Texas

PostPosted: Mon Jun 16, 2008 4:49 am    Post subject: Reply with quote

Quote:
Can you select your monitor or something close in kde control center?


Well, its a Coretronics monitor I got from Dell like 4 years ago. I ordered a Dell system with a free upgrade to a 15' Flat Panel monitor and they sent me this one. Its not listed in the KDE control center. I have tried the generic LCD and generic 1024x768.
_________________
-MADNESS COMES FROM FAIRYTALES-
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    antiX-forum Forum Index -> Hardware All times are GMT + 3 Hours
Page 1 of 1   

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Community Chest


Powered by phpBB
Hosted by FreeForums.org