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 any hardware tips, help here.

Monitor Shutdown

Postby xToeCutter on Sun Jun 15, 2008 5:47 pm

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-
User avatar
xToeCutter
 
Posts: 133
Joined: Tue Dec 04, 2007 5:46 am
Location: Humble, Texas

Postby eriefisher on Sun Jun 15, 2008 9:14 pm

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

Code: Select all
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
User avatar
eriefisher
 
Posts: 701
Joined: Sun Oct 07, 2007 6:16 pm
Location: Canada's South Coast

Postby xToeCutter on Sun Jun 15, 2008 10:28 pm

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-
User avatar
xToeCutter
 
Posts: 133
Joined: Tue Dec 04, 2007 5:46 am
Location: Humble, Texas

Postby xToeCutter on Sun Jun 15, 2008 10:30 pm

Code: Select all
# 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-
User avatar
xToeCutter
 
Posts: 133
Joined: Tue Dec 04, 2007 5:46 am
Location: Humble, Texas

Postby eriefisher on Sun Jun 15, 2008 10:59 pm

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
User avatar
eriefisher
 
Posts: 701
Joined: Sun Oct 07, 2007 6:16 pm
Location: Canada's South Coast

Postby xToeCutter on Mon Jun 16, 2008 1:13 am

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.
Last edited by xToeCutter on Mon Jun 16, 2008 1:18 am, edited 1 time in total.
-MADNESS COMES FROM FAIRYTALES-
User avatar
xToeCutter
 
Posts: 133
Joined: Tue Dec 04, 2007 5:46 am
Location: Humble, Texas

Postby xToeCutter on Mon Jun 16, 2008 1:15 am

If I try and run
Code: Select all
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-
User avatar
xToeCutter
 
Posts: 133
Joined: Tue Dec 04, 2007 5:46 am
Location: Humble, Texas

Postby eriefisher on Mon Jun 16, 2008 2:39 am

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
User avatar
eriefisher
 
Posts: 701
Joined: Sun Oct 07, 2007 6:16 pm
Location: Canada's South Coast

Postby xToeCutter on Mon Jun 16, 2008 2:47 am

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: Select all
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-
User avatar
xToeCutter
 
Posts: 133
Joined: Tue Dec 04, 2007 5:46 am
Location: Humble, Texas

Postby xToeCutter on Mon Jun 16, 2008 2:52 am

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-
User avatar
xToeCutter
 
Posts: 133
Joined: Tue Dec 04, 2007 5:46 am
Location: Humble, Texas

Postby eriefisher on Mon Jun 16, 2008 3:39 am

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
User avatar
eriefisher
 
Posts: 701
Joined: Sun Oct 07, 2007 6:16 pm
Location: Canada's South Coast

Postby xToeCutter on Mon Jun 16, 2008 4:49 am

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-
User avatar
xToeCutter
 
Posts: 133
Joined: Tue Dec 04, 2007 5:46 am
Location: Humble, Texas


Return to Hardware

Who is online

Users browsing this forum: ICE-M and 0 guests