Gentoo Archives: gentoo-user

From: C Lee Davis <lists@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xserver on Dell Inspiron M1710
Date: Thu, 03 May 2007 02:05:10
Message-Id: 463940AA.7070801@geographic.net
In Reply to: [gentoo-user] Xserver on Dell Inspiron M1710 by Colleen Beamer
1 Colleen Beamer wrote:
2 > Does anyone have a Dell Inspiron M1710 and will let me take a look at
3 > their xorg.conf file?
4 >
5 This is from my XPS M1710; I'm not sure how similar they are, but I hope it helps.
6
7 Section "ServerLayout"
8 Identifier "X.org Configured"
9 Screen 0 "Screen0" 0 0
10 InputDevice "Mouse0" "CorePointer"
11 InputDevice "Keyboard0" "CoreKeyboard"
12 EndSection
13
14 Section "Files"
15 FontPath "/usr/share/fonts/misc"
16 FontPath "/usr/share/fonts/75dpi"
17 FontPath "/usr/share/fonts/100dpi"
18 FontPath "/usr/share/fonts/TTF"
19 FontPath "/usr/share/fonts/Type1"
20 EndSection
21
22 Section "Module"
23 Load "glx"
24 Load "extmod"
25 Load "xtrap"
26 Load "record"
27 Load "dbe"
28 Load "dri"
29 Load "freetype"
30 Load "type1"
31 EndSection
32
33 Section "InputDevice"
34 Identifier "Keyboard0"
35 Driver "kbd"
36 EndSection
37
38 Section "InputDevice"
39 Identifier "Mouse0"
40 Driver "mouse"
41 Option "Protocol" "auto"
42 Option "Device" "/dev/input/mice"
43 Option "ZAxisMapping" "4 5 6 7"
44 EndSection
45
46 Section "Monitor"
47 Identifier "Monitor0"
48 VendorName "Monitor Vendor"
49 ModelName "Monitor Model"
50 EndSection
51 Section "Monitor"
52 Identifier "Monitor1"
53 VendorName "Monitor Vendor"
54 ModelName "Monitor Model"
55 EndSection
56
57 Section "Device"
58 Identifier "Card0"
59 Driver "nvidia"
60 VendorName "nVidia Corporation"
61 BoardName "Unknown Board"
62 BusID "PCI:1:0:0"
63 Option "NoLogo" "True"
64 Option "AllowGLXWithComposite" "true"
65 Screen 0
66 Option "TwinView"
67 Option "MetaModes" "1920x1200 1280x1024,1920x1200"
68 Option "TwinViewOrientation" "LeftOf"
69 Option "SecondMonitorHorizSync" "UseEdidFreqs"
70 Option "SecondMonitorVertRefresh" "UseEdidFreqs"
71 Option "AddARGBGLXVisuals"
72 Option "NvAGP" "1"
73 EndSection
74
75 Section "Screen"
76 Identifier "Screen0"
77 Device "Card0"
78 Monitor "Monitor0"
79 Option "AddARGBGLXVisuals" "true"
80 SubSection "Display"
81 Viewport 0 0
82 Depth 1
83 EndSubSection
84 SubSection "Display"
85 Viewport 0 0
86 Depth 4
87 EndSubSection
88 SubSection "Display"
89 Viewport 0 0
90 Depth 8
91 EndSubSection
92 SubSection "Display"
93 Viewport 0 0
94 Depth 15
95 EndSubSection
96 SubSection "Display"
97 Viewport 0 0
98 Depth 16
99 EndSubSection
100 SubSection "Display"
101 Viewport 0 0
102 Depth 24
103 EndSubSection
104 EndSection
105
106 Section "Extensions"
107 Option "Composite" "true"
108 EndSection
109
110
111 --
112 C. Lee Davis
113 Fantasy Geographic Society http://fantasy.geographic.net/
114 GCB for GURPS 4e http://fantasy.geographic.net/project/4eGURPS
115 --
116 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Xserver on Dell Inspiron M1710 Colleen Beamer <colleen.beamer@×××××.com>