From: Dale <teendale@vista-express.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] xorg server and monitor power management
Date: Sat, 19 Aug 2006 03:43:23 -0500 [thread overview]
Message-ID: <44E6CF2B.3020202@vista-express.com> (raw)
In-Reply-To: <1155971825.12938.6.camel@orpheus>
Iain Buchanan wrote:
> On Thu, 2006-08-17 at 15:45 -0500, Dale wrote:
>
>>
>> I didn't have one so I copied it from the example file. For some reason
>> my man xorg.conf will not come up. No error, doesn't say it is not
>> there, just gives me a blank look. I dunno.
>>
>> This better??
>>
>>
>>> Section "ServerLayout"
>>> Identifier "X.org Configured"
>>> Screen 0 "Screen0" 0 0
>>> InputDevice "Mouse0" "CorePointer"
>>> InputDevice "Keyboard0" "CoreKeyboard"
>>>
>>>
>>> EndSection
>>>
>>>
>>> # **********************************************************************
>>> # Server flags section. This contains various server-wide Options.
>>> # **********************************************************************
>>>
>>> Section "ServerFlags"
>>>
>>> Option "BlankTime" "2"
>>> Option "standby time" "5"
>>> Option "suspend time" "5"
>>> Option "off time" "5"
>>>
>>>
>>> Section "Files"
>>>
> [snip]
>
> don't forget the EndSection (for ServerFlags) before you open Section
> "Files".
>
> cya,
>
I did, forget that is. Guess what, later on it crashed and would not
restart. After a puzzled look and checking the log file, I figured
that out. Sure had me wondering for a bit though.
Sort of funny now though. LOL Here is the current file:
> Section "ServerLayout"
> Identifier "X.org Configured"
> Screen 0 "Screen0" 0 0
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
>
>
> EndSection
>
>
> # **********************************************************************
> # Server flags section. This contains various server-wide Options.
> # **********************************************************************
>
> Section "ServerFlags"
>
> Option "BlankTime" "2"
> Option "StandbyTime" "5"
> Option "SuspendTime" "5"
> Option "OffTime" "5"
> EndSection
>
> Section "Files"
> FontPath "/usr/share/fonts/misc"
> FontPath "/usr/share/fonts/75dpi"
> FontPath "/usr/share/fonts/100dpi"
> FontPath "/usr/share/fonts/TTF"
> FontPath "/usr/share/fonts/Type1"
> EndSection
>
> Section "Module"
> Load "glx"
> Load "extmod"
> Load "xtrap"
> Load "record"
> Load "dbe"
> Load "dri"
> Load "freetype"
> Load "type1"
> EndSection
>
> #Section "dri"
> # Group "graphics"
> # Mode 0660
> #EndSection
>
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "kbd"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "auto"
> Option "Device" "/dev/input/mouse0"
> Option "ZAxisMapping" "4 5 6 7"
> EndSection
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Monitor Vendor"
> ModelName "Monitor Model"
>
> Option "dpms"
>
>
> EndSection
>
> Section "Device"
> Identifier "Card0"
> Driver "nvidia"
> VendorName "nVidia Corporation"
> BoardName "NV34 [GeForce FX 5200]"
> BusID "PCI:2:0:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> SubSection "Display"
> Modes "1280x1024" "1024x768"
> Viewport 0 0
> Depth 1
> EndSubSection
> SubSection "Display"
> Modes "1280x1024" "1024x768"
> Viewport 0 0
> Depth 4
> EndSubSection
> SubSection "Display"
> Modes "1280x1024" "1024x768"
> Viewport 0 0
> Depth 8
> EndSubSection
> SubSection "Display"
> Modes "1280x1024" "1024x768"
> Viewport 0 0
> Depth 15
> EndSubSection
> SubSection "Display"
> Modes "1280x1024" "1024x768"
> Viewport 0 0
> Depth 16
> EndSubSection
> SubSection "Display"
> Modes "1280x1024" "1024x768"
> Viewport 0 0
> Depth 24
> EndSubSection
> EndSection
>
Works better now.
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
prev parent reply other threads:[~2006-08-19 8:47 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-14 7:33 [gentoo-user] xorg server and monitor power management Dale
2006-08-14 9:05 ` Thomas Kear
2006-08-14 9:24 ` Dale
2006-08-14 9:58 ` Uwe Thiem
2006-08-14 12:10 ` Dale
2006-08-14 17:03 ` Richard Fish
2006-08-14 21:17 ` Dale
2006-08-17 17:53 ` Dale
2006-08-17 20:13 ` Peter Ruskin
2006-08-17 20:45 ` Dale
2006-08-17 21:08 ` Peter Ruskin
2006-08-19 7:17 ` Iain Buchanan
2006-08-19 8:43 ` Dale [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44E6CF2B.3020202@vista-express.com \
--to=teendale@vista-express.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox