Gentoo Archives: gentoo-user

From: Dale <teendale@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg.conf problem
Date: Sat, 09 Sep 2006 06:11:55
Message-Id: 450259D9.6060005@vista-express.com
In Reply to: [gentoo-user] xorg.conf problem by Colleen Beamer
1 Colleen Beamer wrote:
2 > Okay, I give. I'm having a problem with configuring xorg.
3 >
4 > I *do* have a basic configuration, but can't run some applications in
5 > full screen mode and I surmise this is because something isn't set
6 > properly in xorg.conf I ran Xorg -configure and it did give me a basic
7 > configuration, but the file is nothing like I am used to from before I
8 > had to rebuild my system and I can't find an xorg.conf.example file - I
9 > don't know if I accidentally deleted it or not.
10 >
11 > In particular, this is the stuff that I don't understand and without the
12 > xorg.conf.example file, I have no means of reference.
13 >
14 > Section "Device"
15 > ### Available Driver options are:-
16 > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
17 > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
18 > ### [arg]: arg optional
19 > #Option "NoAccel" # [<bool>]
20 > #Option "SWcursor" # [<bool>]
21 > #Option "Dac6Bit" # [<bool>]
22 > #Option "Dac8Bit" # [<bool>]
23 > #Option "BusType" # [<str>]
24 > #Option "CPPIOMode" # [<bool>]
25 > #Option "CPusecTimeout" # <i>
26 > #Option "AGPMode" # <i>
27 > #Option "AGPFastWrite" # [<bool>]
28 > #Option "AGPSize" # <i>
29 > #Option "GARTSize" # <i>
30 > #Option "RingSize" # <i>
31 > #Option "BufferSize" # <i>
32 > #Option "EnableDepthMoves" # [<bool>]
33 > #Option "EnablePageFlip" # [<bool>]
34 > #Option "NoBackBuffer" # [<bool>]
35 > #Option "DMAForXv" # [<bool>]
36 > #Option "FBTexPercent" # <i>
37 > #Option "PanelOff" # [<bool>]
38 > #Option "DDCMode" # [<bool>]
39 > #Option "MonitorLayout" # [<str>]
40 > #Option "IgnoreEDID" # [<bool>]
41 > #Option "UseFBDev" # [<bool>]
42 > #Option "MergedFB" # [<bool>]
43 > #Option "CRT2HSync" # [<str>]
44 > #Option "CRT2VRefresh" # [<str>]
45 > #Option "CRT2Position" # [<str>]
46 > #Option "MetaModes" # [<str>]
47 > #Option "MergedDPI" # [<str>]
48 > #Option "MergedXinerama" # [<bool>]
49 > #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
50 > #Option "MergedNonRectangular" # [<bool>]
51 > #Option "MergedMouseRestriction" # [<bool>]
52 > #Option "DisplayPriority" # [<str>]
53 > #Option "PanelSize" # [<str>]
54 > #Option "ForceMinDotClock" # <freq>
55 > #Option "ColorTiling" # [<bool>]
56 > #Option "VideoKey" # <i>
57 > #Option "RageTheatreCrystal" # <i>
58 > #Option "RageTheatreTunerPort" # <i>
59 > #Option "RageTheatreCompositePort" # <i>
60 > #Option "RageTheatreSVideoPort" # <i>
61 > #Option "TunerType" # <i>
62 > #Option "RageTheatreMicrocPath" # <str>
63 > #Option "RageTheatreMicrocType" # <str>
64 > #Option "RenderAccel" # [<bool>]
65 > #Option "SubPixelOrder" # [<str>]
66 > #Option "ShowCache" # [<bool>]
67 > #Option "DynamicClocks" # [<bool>]
68 > #Option "BIOSHotkeys" # [<bool>]
69 > #Option "VGAAccess" # [<bool>]
70 > #Option "ReverseDDC" # [<bool>]
71 > #Option "LVDSProbePLL" # [<bool>]
72 > #Option "AccelMethod" # <str>
73 > Identifier "Card0"
74 > Driver "ati"
75 > VendorName "ATI Technologies Inc"
76 > BoardName "Radeon R200 QL [Radeon 8500 LE]"
77 > BusID "PCI:1:0:0"
78 > EndSection
79 >
80 > Section "Screen"
81 > Identifier "Screen0"
82 > Device "Card0"
83 > Monitor "Monitor0"
84 > SubSection "Display"
85 > Viewport 0 0
86 > Depth 1
87 > EndSubSection
88 > SubSection "Display"
89 > Viewport 0 0
90 > Depth 4
91 > EndSubSection
92 > SubSection "Display"
93 > Viewport 0 0
94 > Depth 8
95 > EndSubSection
96 > SubSection "Display"
97 > Viewport 0 0
98 > Depth 15
99 > EndSubSection
100 > SubSection "Display"
101 > Viewport 0 0
102 > Depth 16
103 > EndSubSection
104 > SubSection "Display"
105 > Viewport 0 0
106 > Depth 24
107 > EndSubSection
108 > EndSection
109 >
110 > I also tried using xorgcfg, but I didn't even get a working
111 > configuration with that and I *do* know my monitor settings.
112 >
113 > Also, the man page for xorg.config isn't any help cause it doesn't
114 > mention any of the stuff like "viewport" that I could see.
115 >
116 > I've re-emerged xorg-x11 hoping to get the xorg.conf.example file back,
117 > but that didn't work.
118 >
119 > So, if any of you kind people can lead me by the nose here and/or let me
120 > know how to get the xorg.conf file back I would appreciate it.
121 >
122 > The frustrating part here is the before I screwed up my system, I had
123 > everything related to x working just fine.
124 >
125 > I don't know if it will make any difference to you, but my max monitor
126 > resolution is 1280 X 1024. Horizontal sync is 30 - 81 KHz. Vertical is
127 > 56 - 75 Hz.
128 >
129 >
130 > Regards,
131 >
132 > Colleen
133 >
134 For those on the list, I emailed him a copy of the example file
135 directly. That way it wouldn't be cluttering up the list.
136
137 Since I have a nvidia card, mine may not help or I would have sent it too.
138
139 Dale
140
141 :-) :-)
142 --
143 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] xorg.conf problem Stephen Liu <satimis@×××××.com>