Paul Rogers wrote:
I'll have to get back to the automount thing.
Right now I've built X-7.7, and I have to figure out how to do the
configure file(s). It runs without one of course, but it presumes I
want the monitor's "optimum" screen resolution. I don't! I always have
modes of 1024x768 and 800x600 in the Screen Section. I've tried "X -
configure", but that probes the onboard Intel G33 chipset graphics as
four video cards, then fails when that's not right. So far I haven't
been able to hack the mess it leaves into something that works.
I'm trying to Google for more info, especially using xorg.conf.d, but
apparently most developers figure the automagic config is perfectly
fine. "man xorg.conf" seems to be a few versions out of date.
I'm looking at 9 boxes in this room, a "dozen" more in my work-room. I
want to set it up without being too precise about different monitors and
video cards/chipsets, but with screen resolutions I can actually use.
Seems like a combination of one or two sections in xorg.conf.d and
pulling the rest automatically ought to work, if'n I could find more
documentation. ;-( Suggestions welcomed.
You need /etc/X11/xorg.conf
You only need to have the sections that won't work as defaults.
For instance we have in the Xorg Drivers ATI driver we have:
cat >> /etc/X11/xorg.conf << "EOF"
Section "Module"
Load "dri2"
Load "glamoregl"
EndSection
Section "Device"
Identifier "radeon"
Driver "radeon"
Option "AccelMethod" "glamor"
EndSection
EOF
I have something a bit more complex:
Section "Monitor"
Identifier "DELL 2407WFP"
Option "DPMS"
Option "LeftOf" "DELL 2410"
EndSection
Section "Monitor"
Identifier "DELL 2410"
Option "DPMS"
Option "Position" "1920 0"
EndSection
Section "Device"
Identifier "GeForce 9800 GTX"
Driver "nvidia"
EndSection
Section "Screen"
#Option "Monitor-DVI-I-2" "DELL 2407WFP"
#Option "Monitor-DVI-I-1" "DELL 2410"
Identifier "Default Screen"
Device "GeForce 9800 GTX"
Monitor "DELL 2407WFP"
DefaultDepth 24
Option "TwinView" "True"
Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
Option "TwinViewOrientation" "LeftOf"
SubSection "Display"
Virtual 3840 1200
Depth 24
EndSubSection
EndSection
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
Do not top post on this list.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
http://en.wikipedia.org/wiki/Posting_style