Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

02.08.2005, 00:09

[gelöst] Fluxbox - Mit Auflösung ist nicht zu arbeiten

Ich bin heute mit meiner Gentoo installation fertig geworden, und dann hab ich auch gleich mal fluxbox drauf gemacht.

Es lief auch ganz gut, die Auflösung war zwar nicht sehr hoch, doch man konnte noch damit arbeiten.

Nachdem ich Xorg emerged hab und die einstellungen in der xorg.conf über diesen "Assistenten" gemacht hatte und neugestartet hab, ist die Auflösung sowas von niedrig, dass ich beim starten von xterm nurnoch weiß sehe. Sprich, es ist alles zig mal so groß wie es eigentlich sein sollte. Da ich nicht von meinem PC aus über meinen Browser arbeiten kann (komme nicht zu Adresszeile, geschweige denn, dass ich was aus dem Fenster entziffern könnte), kann ich auch keine xorg.conf angeben.

Vllt kann mir jemand eine xorg.conf zeigen, mit der ich dieses Problem behen kann, zumindest bis ich meine nvidia treiber geladen habe.

Was ich aber sagen kann, im moment hab ich 8-bit und VGA treiber.
I bin der Chef \o/

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Deluca« (02.08.2005, 14:18)


2

02.08.2005, 01:17

RE: Fluxbox - Mit Auflösung ist nicht zu arbeiten

hmm so sieht meine Screen Section aus

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
MfG MyD

3

02.08.2005, 01:44

Hallo,
bei mir sieht sie etwas anders aus, da ich es von debian mit modes gewöhnt bin und mir das gefällt (bzw gab es bis jetzt noch keinen Grund es zu ändern).
Vielleicht könntest du ja mal deine posten, damit man sehen kann, was nicht stimmt.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Section "Screen"
        Identifier      "screen"
        Device          "karte"
        Monitor         "mon"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024"  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes          "1280x1024"  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024"  "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
 EndSubSection

4

02.08.2005, 01:53

wenn ich es richtig verstehe willst du meine gesamte xrog.conf ?(
büdde :rolleyes:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
        InputDevice    "USB Mouse" "CorePointer"

        Option  "BlankTime"  "5"  # Blank the screen after 5 minutes (Fake)
        Option  "StandbyTime"  "10"  # Turn off screen after 10 minutes (DPMS)
        Option  "SuspendTime"  "20"  # Full suspend after 20 minutes
        Option  "OffTime"  "30"  # Turn off after half an hour

EndSection

Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
EndSection

Section "Files"
        RgbPath      "/usr/lib/X11/rgb"
        ModulePath   "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "de"
        Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option  "DPMS"  "true"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "BusType"                   # [<str>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "GARTSize"                  # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "DRIReinit"                 # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        #Option     "MonitorLayout"             # [<str>]
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "MergedFB"                  # [<bool>]
        #Option     "CRT2HSync"                 # [<str>]
        #Option     "CRT2VRefresh"              # [<str>]
        #Option     "CRT2Position"              # [<str>]
        #Option     "MetaModes"                 # [<str>]
        #Option     "MergedDPI"                 # [<str>]
        #Option     "NoMergedXinerama"          # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        #Option     "DisplayPriority"           # [<str>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "ForceMinDotClock"          # <freq>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "DynamicClocks"             # [<bool>]
        #Option     "VGAAccess"                 # [<bool>]
        #Option     "LVDSProbePLL"              # [<bool>]
        #Option     "ReverseDDC"                # [<bool>]
        #Option     "BIOSHotkeys"               # [<bool>]

        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon Mobility M7 LW [Radeon Mobility 7500]"
        BusID       "PCI:1:0:0"
        Option      "AGPMode" "4"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "dri"
        Mode 0666
EndSection
MfG MyD

5

02.08.2005, 02:25

ahh nein, ich meinte natürlich die von Deluca.

6

02.08.2005, 02:37

ah so - aber er schreibt ja das er probs hat sie zu posten....
MfG MyD

7

02.08.2005, 13:31

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
        Identifier  "Card"
        Driver      "vga"


Section "Screen"
        Identifier      "Screen0"
        Device          "card"
        Monitor         "monitor"
        DefaultDepth    8
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600"
                Viewport   0 0
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes          "1280x1024"  "1024x768" "800x600"
                Viewport   0 0
        EndSubSection
          SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600"
               Viewport   0 0
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600"  
                Viewport   0 0
        EndSubSection
 EndSubSection


So in etwa sieht der bereich für die Grafikkarte bei mir aus, kann aber auch sein, dass es etwas anders ist, ich habs jetzt ausm Kopf heraus gemacht aber es müsste so stimmen.
I bin der Chef \o/

amielke

unregistriert

8

02.08.2005, 13:36

@MyD

wozu ist das "Viewport 0 0"

Gruß Andreas

9

02.08.2005, 14:12

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Section "Monitor"
    Identifier  "Monitor1"
    HorizSync  68.79
    VertRefresh 85.00
    Modeline "1024x768" 97.40  1024 1072 1192 1416   768  768  771  809
EndSection

Section "Device"
  Identifier "Grafikkarte1"
  Option "NvAGP"                "2"
  Option "HWcursor"             "1"
  Option "CursorShadow"         "1"
  Option "RenderAccel"          "true"
  Driver "nvidia"
EndSection

Section "Screen"
  Identifier "Screen1"
  Device "Grafikkarte1"
  Monitor "Monitor1"
  DefaultDepth 24

  Subsection "Display"
    Depth 24
    Modes "1024x768"
    ViewPort 0 0
  EndSubsection
EndSection


wieso solange Screen sections? stellt ihr eure auflösung imme rum?

10

02.08.2005, 14:18

Problem ist gelöst, ich hab den Treiber einfach vorübergehend auf "vesa" gestellt und schon gings problemlos.

Torztdem danke für eure Bemühungen.

Nun muss ich nurnoch meinen richtigen Treiber drauf machen.
I bin der Chef \o/