Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fglrxconfig writes incomplete config
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
paulb787
Apprentice
Apprentice


Joined: 14 Nov 2005
Posts: 250

PostPosted: Tue Nov 15, 2005 6:03 am    Post subject: Fglrxconfig writes incomplete config Reply with quote

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
View user's profile Send private message
moosh
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2004
Posts: 148

PostPosted: Tue Nov 15, 2005 8:20 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
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