View previous topic :: View next topic |
Author |
Message |
paulb787 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 14 Nov 2005 Posts: 250
|
Posted: Tue Nov 15, 2005 6:03 am Post subject: Fglrxconfig writes incomplete config |
|
|
i am missing a screen section completly in my conf which was written by
fglrxconfig? i have no idea what 2 put?? and cant really post my file because i dont have an enviroment
what would a screen section look like for an x700 pci express |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
moosh Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/205533894848a1fefb54d14.jpg)
Joined: 17 Sep 2004 Posts: 148
|
Posted: Tue Nov 15, 2005 8:20 am Post subject: |
|
|
That's strange, because my fglrxconfig does write a screen section. Anyway, here's my screen section:
Code: | # **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1680x1050"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
|
Make sure the Identifier matches the one in the server layout section, and the Monitor matches the one in the monitor section. Change the resolution to fit your screen. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|