Gnome 2.24 verringert die Bildschirmauflösung nicht richtig?

cabriofahrer

Well-Known Member
Seit Gnome 2.24 erlebe ich dieses Phänomen: Die Standartauflösung meines Desktops ist 1680x1050. Wenn ich eine 3D-Anwendung starte (Spiel), sollte die Auflösung automatisch auf die des Spiels (natürlich Fullscreen) heruntergesetzt werden. Das war bisher auch immer so und ist eigentlich selbsverständlich. Dies geschieht jetzt jedoch nur scheinbar, denn je nach Bewegung im Spiel scrollt das ganze Bild des Spiels zur Seite oder nach oben, will wohl heißen, daß in Wirklichkeit das Spiel ein "Fenster" (ohne Ränder) auf einer schwarzen Unterlage mit der Standartauflösung (1680x1050) erzeugt.
Meine Vermutung: Das hängt irgendwie mit dem "tollen" neuen Gnome 2.24 Feature zur Ansteuerung von Bildschiren zusammen. Links unten auf der Taskleiste ist auch ein Symbol, das beim Öffnen ein Fenster mit einem Monitorsymbol zeigt.
Da steht jedoch "Unknown", obwohl er in der xorg.conf richtig bezeichnet ist. Auch ein "Update information" in dem Fenster bringt nichts. Wo will dieses Gnome-Tool diese Infornation für den Monitor denn herbeziehen, wenn nicht aus der xorg.conf?
 
Xorg wird immer komplizierter. Das "neue Feature" ist, denke ich randr. Wenn der Bilschirm nicht richtig erkannt wird und den richtigen Outputs an der Grafikkarte zugeordnet wird, dann gibt es Probleme.

Um sicher zu sein gehört in die Device-Section eine Monitor-Deklaration, die eindeutig einen Output der Grafikkarte zuordnet.

So sieht es dann aus:
Code:
        Option          "monitor-DVI-I_2/analog"        "Monitor0"

Hierbei ist "DVI-I_2/analog" der Output-Name ("monitor-" bleibt immer fix) und "Monitor0" verweist auf die Monitordeklaration in der xorg.conf. Den findest Du für Deine Grafikkarte in Deiner Xorg.0.log. Hier ein Sample von meinem xorg.0.log:

Code:
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_2/analog for Output DAC A

Seit neuestem braucht auch Xorg zum Arbeiten ein funktionierendes hald. Sonst wird randr nicht richtig erkannt.
 
Mir ist leider nicht ganz klar, was ich eintragen muss, bzw., ob ich es richtig gemacht habe.
Hier meine xorg.conf:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (root@elvis69.netcologne.de) Sun Mar 8 16:23:59 CET 2009

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (root@elvis69.netcologne.de) Sun Mar 15 19:45:33 CET 2009

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/local/lib/X11/rgb"
FontPath "/usr/local/lib/X11/fonts/misc/:unscaled"
FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600"
Option "monitor-DFP-0" "Monitor0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


Und hier meine Xorg.0.log:


X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.1-PRERELEASE i386
Current Operating System: FreeBSD elvis69.netcologne.de 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 08 September 2008 12:37:00PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 15 21:00:14 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) Option "Xinerama" "0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/.
(**) FontPath set to:
/usr/local/lib/X11/fonts/misc/:unscaled,
/usr/local/lib/X11/fonts/100dpi/:unscaled,
/usr/local/lib/X11/fonts/75dpi/:unscaled,
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/,
/usr/local/lib/X11/fonts/cyrillic/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/
(**) RgbPath set to "/usr/local/lib/X11/rgb"
(==) ModulePath set to "/usr/local/lib/xorg/modules"
(II) Loader magic: 0x81ced80
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: "pcidata"
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(--) Using syscons driver with X support (version 2.0)
(++) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(WW) OS did not count PCI devices, guessing wildly
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1043,815a rev f2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1043,815a rev f3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 1043,815a rev f3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0141 card 1458,3124 rev a2 class 03,00,00 hdr 00
(II) PCI: 05:0a:0: chip 1095,3114 card 1043,8167 rev 02 class 01,04,00 hdr 00
(II) PCI: 05:0b:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x00009000 - 0x0000afff (0x2000) IX
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xd0000000 - 0xd1ffffff (0x2000000) MX
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600] rev 162, Mem @ 0xc8000000/26, 0xc0000000/27, 0xcc000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX
(II) Active PCI resource ranges:
[0] -1 0 0xd1000000 - 0xd1ffffff (0x1000000) MXE
[1] -1 0 0xd1004000 - 0xd1007fff (0x4000) MXE
[2] -1 0 0xd1005000 - 0xd1005fff (0x1000) MXE
[3] -1 0 0xd2000000 - 0xd3ffffff (0x2000000) MXE
[4] -1 0 0xd2001000 - 0xd2001fff (0x1000) MXE
[5] -1 0 0xd2002000 - 0xd2003fff (0x2000) MXE
[6] -1 0 0xd2003000 - 0xd2003fff (0x1000) MXE
[7] -1 0 0xd2005000 - 0xd2005fff (0x1000) MXE
[8] -1 0 0xd2004000 - 0xd2007fff (0x4000) MXE
[9] -1 0 0xcc000000 - 0xccffffff (0x1000000) MX(B)
[10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
[11] -1 0 0xc8000000 - 0xcbffffff (0x4000000) MX(B)
[12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IXE
[13] -1 0 0x00009c00 - 0x00009cff (0x100) IXE
[14] -1 0 0x00009800 - 0x000098ff (0x100) IXE
[15] -1 0 0x00009400 - 0x000094ff (0x100) IXE
[16] -1 0 0x00009000 - 0x000090ff (0x100) IXE
[17] -1 0 0x0000b000 - 0x0000b0ff (0x100) IXE
[18] -1 0 0x0000c400 - 0x0000c4ff (0x100) IXE
[19] -1 0 0x00000b60 - 0x00000b7f (0x20) IXE
[20] -1 0 0x00000960 - 0x0000097f (0x20) IXE
[21] -1 0 0x00000be0 - 0x00000bff (0x20) IXE
[22] -1 0 0x000009e0 - 0x000009ff (0x20) IXE
[23] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[24] -1 0 0x00000b70 - 0x00000b7f (0x10) IXE
[25] -1 0 0x00000970 - 0x0000097f (0x10) IXE
[26] -1 0 0x00000bf0 - 0x00000bff (0x10) IXE
[27] -1 0 0x000009f0 - 0x000009ff (0x10) IXE
[28] -1 0 0x0000f000 - 0x0000f0ff (0x100) IXE
[29] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[30] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[31] -1 0 0x00004c40 - 0x00004c7f (0x40) IXE
[32] -1 0 0x00004c00 - 0x00004cff (0x100) IXE
[33] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
(II) PCI Memory resource overlap reduced 0xd1000000 from 0xd1ffffff to 0xd1003fff
(II) PCI Memory resource overlap reduced 0xd1004000 from 0xd1007fff to 0xd1004fff
(II) PCI Memory resource overlap reduced 0xd2000000 from 0xd3ffffff to 0xd2000fff
(II) PCI I/O resource overlap reduced 0x00000b60 from 0x00000b7f to 0x00000b6f
(II) PCI I/O resource overlap reduced 0x00000960 from 0x0000097f to 0x0000096f
(II) PCI I/O resource overlap reduced 0x00000be0 from 0x00000bff to 0x00000bef
(II) PCI I/O resource overlap reduced 0x000009e0 from 0x000009ff to 0x000009ef
(II) PCI Memory resource overlap reduced 0xd2002000 from 0xd2003fff to 0xd2002fff
(II) PCI Memory resource overlap reduced 0xd2004000 from 0xd2007fff to 0xd2004fff
(II) PCI I/O resource overlap reduced 0x00004c00 from 0x00004cff to 0x00004c3f
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xd1000000 - 0xd1003fff (0x4000) MXE
[1] -1 0 0xd1004000 - 0xd1004fff (0x1000) MXE
[2] -1 0 0xd1005000 - 0xd1005fff (0x1000) MXE
[3] -1 0 0xd2000000 - 0xd2000fff (0x1000) MXE
[4] -1 0 0xd2001000 - 0xd2001fff (0x1000) MXE
[5] -1 0 0xd2002000 - 0xd2002fff (0x1000) MXE
[6] -1 0 0xd2003000 - 0xd2003fff (0x1000) MXE
[7] -1 0 0xd2005000 - 0xd2005fff (0x1000) MXE
[8] -1 0 0xd2004000 - 0xd2004fff (0x1000) MXE
[9] -1 0 0xcc000000 - 0xccffffff (0x1000000) MX(B)
[10] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
[11] -1 0 0xc8000000 - 0xcbffffff (0x4000000) MX(B)
[12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IXE
[13] -1 0 0x00009c00 - 0x00009cff (0x100) IXE
[14] -1 0 0x00009800 - 0x000098ff (0x100) IXE
[15] -1 0 0x00009400 - 0x000094ff (0x100) IXE
[16] -1 0 0x00009000 - 0x000090ff (0x100) IXE
[17] -1 0 0x0000b000 - 0x0000b0ff (0x100) IXE
[18] -1 0 0x0000c400 - 0x0000c4ff (0x100) IXE
[19] -1 0 0x00000b60 - 0x00000b6f (0x10) IXE
[20] -1 0 0x00000960 - 0x0000096f (0x10) IXE
[21] -1 0 0x00000be0 - 0x00000bef (0x10) IXE
[22] -1 0 0x000009e0 - 0x000009ef (0x10) IXE
[23] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[24] -1 0 0x00000b70 - 0x00000b7f (0x10) IXE
[25] -1 0 0x00000970 - 0x0000097f (0x10) IXE
[26] -1 0 0x00000bf0 - 0x00000bff (0x10) IXE
[27] -1 0 0x000009f0 - 0x000009ff (0x10) IXE
[28] -1 0 0x0000f000 - 0x0000f0ff (0x100) IXE
[29] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[30] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[31] -1 0 0x00004c40 - 0x00004c7f (0x40) IXE
[32] -1 0 0x00004c00 - 0x00004c3f (0x40) IXE
[33] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xd1000000 - 0xd1003fff (0x4000) MXE
[5] -1 0 0xd1004000 - 0xd1004fff (0x1000) MXE
[6] -1 0 0xd1005000 - 0xd1005fff (0x1000) MXE
[7] -1 0 0xd2000000 - 0xd2000fff (0x1000) MXE
[8] -1 0 0xd2001000 - 0xd2001fff (0x1000) MXE
[9] -1 0 0xd2002000 - 0xd2002fff (0x1000) MXE
[10] -1 0 0xd2003000 - 0xd2003fff (0x1000) MXE
[11] -1 0 0xd2005000 - 0xd2005fff (0x1000) MXE
[12] -1 0 0xd2004000 - 0xd2004fff (0x1000) MXE
[13] -1 0 0xcc000000 - 0xccffffff (0x1000000) MX(B)
[14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
[15] -1 0 0xc8000000 - 0xcbffffff (0x4000000) MX(B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX
[18] -1 0 0x0000a000 - 0x0000a0ff (0x100) IXE
[19] -1 0 0x00009c00 - 0x00009cff (0x100) IXE
[20] -1 0 0x00009800 - 0x000098ff (0x100) IXE
[21] -1 0 0x00009400 - 0x000094ff (0x100) IXE
[22] -1 0 0x00009000 - 0x000090ff (0x100) IXE
[23] -1 0 0x0000b000 - 0x0000b0ff (0x100) IXE
[24] -1 0 0x0000c400 - 0x0000c4ff (0x100) IXE
[25] -1 0 0x00000b60 - 0x00000b6f (0x10) IXE
[26] -1 0 0x00000960 - 0x0000096f (0x10) IXE
[27] -1 0 0x00000be0 - 0x00000bef (0x10) IXE
[28] -1 0 0x000009e0 - 0x000009ef (0x10) IXE
[29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[30] -1 0 0x00000b70 - 0x00000b7f (0x10) IXE
[31] -1 0 0x00000970 - 0x0000097f (0x10) IXE
[32] -1 0 0x00000bf0 - 0x00000bff (0x10) IXE
[33] -1 0 0x000009f0 - 0x000009ff (0x10) IXE
[34] -1 0 0x0000f000 - 0x0000f0ff (0x100) IXE
[35] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[36] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[37] -1 0 0x00004c40 - 0x00004c7f (0x40) IXE
[38] -1 0 0x00004c00 - 0x00004c3f (0x40) IXE
[39] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.4.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 180.29 Tue Feb 3 10:31:29 PST 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/local/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver 180.29 Tue Feb 3 10:12:46 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/local/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xd1000000 - 0xd1003fff (0x4000) MXE
[5] -1 0 0xd1004000 - 0xd1004fff (0x1000) MXE
[6] -1 0 0xd1005000 - 0xd1005fff (0x1000) MXE
[7] -1 0 0xd2000000 - 0xd2000fff (0x1000) MXE
[8] -1 0 0xd2001000 - 0xd2001fff (0x1000) MXE
[9] -1 0 0xd2002000 - 0xd2002fff (0x1000) MXE
[10] -1 0 0xd2003000 - 0xd2003fff (0x1000) MXE
[11] -1 0 0xd2005000 - 0xd2005fff (0x1000) MXE
[12] -1 0 0xd2004000 - 0xd2004fff (0x1000) MXE
[13] -1 0 0xcc000000 - 0xccffffff (0x1000000) MX(B)
[14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
[15] -1 0 0xc8000000 - 0xcbffffff (0x4000000) MX(B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX
[18] -1 0 0x0000a000 - 0x0000a0ff (0x100) IXE
[19] -1 0 0x00009c00 - 0x00009cff (0x100) IXE
[20] -1 0 0x00009800 - 0x000098ff (0x100) IXE
[21] -1 0 0x00009400 - 0x000094ff (0x100) IXE
[22] -1 0 0x00009000 - 0x000090ff (0x100) IXE
[23] -1 0 0x0000b000 - 0x0000b0ff (0x100) IXE
[24] -1 0 0x0000c400 - 0x0000c4ff (0x100) IXE
[25] -1 0 0x00000b60 - 0x00000b6f (0x10) IXE
[26] -1 0 0x00000960 - 0x0000096f (0x10) IXE
[27] -1 0 0x00000be0 - 0x00000bef (0x10) IXE
[28] -1 0 0x000009e0 - 0x000009ef (0x10) IXE
[29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[30] -1 0 0x00000b70 - 0x00000b7f (0x10) IXE
[31] -1 0 0x00000970 - 0x0000097f (0x10) IXE
[32] -1 0 0x00000bf0 - 0x00000bff (0x10) IXE
[33] -1 0 0x000009f0 - 0x000009ff (0x10) IXE
[34] -1 0 0x0000f000 - 0x0000f0ff (0x100) IXE
[35] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[36] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[37] -1 0 0x00004c40 - 0x00004c7f (0x40) IXE
[38] -1 0 0x00004c00 - 0x00004c3f (0x40) IXE
[39] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xd1000000 - 0xd1003fff (0x4000) MXE
[5] -1 0 0xd1004000 - 0xd1004fff (0x1000) MXE
[6] -1 0 0xd1005000 - 0xd1005fff (0x1000) MXE
[7] -1 0 0xd2000000 - 0xd2000fff (0x1000) MXE
[8] -1 0 0xd2001000 - 0xd2001fff (0x1000) MXE
[9] -1 0 0xd2002000 - 0xd2002fff (0x1000) MXE
[10] -1 0 0xd2003000 - 0xd2003fff (0x1000) MXE
[11] -1 0 0xd2005000 - 0xd2005fff (0x1000) MXE
[12] -1 0 0xd2004000 - 0xd2004fff (0x1000) MXE
[13] -1 0 0xcc000000 - 0xccffffff (0x1000000) MX(B)
[14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
[15] -1 0 0xc8000000 - 0xcbffffff (0x4000000) MX(B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX
[21] -1 0 0x0000a000 - 0x0000a0ff (0x100) IXE
[22] -1 0 0x00009c00 - 0x00009cff (0x100) IXE
[23] -1 0 0x00009800 - 0x000098ff (0x100) IXE
[24] -1 0 0x00009400 - 0x000094ff (0x100) IXE
[25] -1 0 0x00009000 - 0x000090ff (0x100) IXE
[26] -1 0 0x0000b000 - 0x0000b0ff (0x100) IXE
[27] -1 0 0x0000c400 - 0x0000c4ff (0x100) IXE
[28] -1 0 0x00000b60 - 0x00000b6f (0x10) IXE
[29] -1 0 0x00000960 - 0x0000096f (0x10) IXE
[30] -1 0 0x00000be0 - 0x00000bef (0x10) IXE
[31] -1 0 0x000009e0 - 0x000009ef (0x10) IXE
[32] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[33] -1 0 0x00000b70 - 0x00000b7f (0x10) IXE
[34] -1 0 0x00000970 - 0x0000097f (0x10) IXE
[35] -1 0 0x00000bf0 - 0x00000bff (0x10) IXE
[36] -1 0 0x000009f0 - 0x000009ff (0x10) IXE
[37] -1 0 0x0000f000 - 0x0000f0ff (0x100) IXE
[38] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[39] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[40] -1 0 0x00004c40 - 0x00004c7f (0x40) IXE
[41] -1 0 0x00004c00 - 0x00004c3f (0x40) IXE
[42] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
[43] 0 0 0x000003b0 - 0x000003bb (0xc) IS
[44] 0 0 0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "TwinView" "0"
(**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6600 (NV43) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.16.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6600 at PCI:1:0:0:
(--) NVIDIA(0): Samsung SyncMaster (DFP-0)
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
(--) NVIDIA(0): option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX
[4] -1 0 0xd1000000 - 0xd1003fff (0x4000) MXE
[5] -1 0 0xd1004000 - 0xd1004fff (0x1000) MXE
[6] -1 0 0xd1005000 - 0xd1005fff (0x1000) MXE
[7] -1 0 0xd2000000 - 0xd2000fff (0x1000) MXE
[8] -1 0 0xd2001000 - 0xd2001fff (0x1000) MXE
[9] -1 0 0xd2002000 - 0xd2002fff (0x1000) MXE
[10] -1 0 0xd2003000 - 0xd2003fff (0x1000) MXE
[11] -1 0 0xd2005000 - 0xd2005fff (0x1000) MXE
[12] -1 0 0xd2004000 - 0xd2004fff (0x1000) MXE
[13] -1 0 0xcc000000 - 0xccffffff (0x1000000) MX(B)
[14] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
[15] -1 0 0xc8000000 - 0xcbffffff (0x4000000) MX(B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX
[21] -1 0 0x0000a000 - 0x0000a0ff (0x100) IXE
[22] -1 0 0x00009c00 - 0x00009cff (0x100) IXE
[23] -1 0 0x00009800 - 0x000098ff (0x100) IXE
[24] -1 0 0x00009400 - 0x000094ff (0x100) IXE
[25] -1 0 0x00009000 - 0x000090ff (0x100) IXE
[26] -1 0 0x0000b000 - 0x0000b0ff (0x100) IXE
[27] -1 0 0x0000c400 - 0x0000c4ff (0x100) IXE
[28] -1 0 0x00000b60 - 0x00000b6f (0x10) IXE
[29] -1 0 0x00000960 - 0x0000096f (0x10) IXE
[30] -1 0 0x00000be0 - 0x00000bef (0x10) IXE
[31] -1 0 0x000009e0 - 0x000009ef (0x10) IXE
[32] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXE
[33] -1 0 0x00000b70 - 0x00000b7f (0x10) IXE
[34] -1 0 0x00000970 - 0x0000097f (0x10) IXE
[35] -1 0 0x00000bf0 - 0x00000bff (0x10) IXE
[36] -1 0 0x000009f0 - 0x000009ff (0x10) IXE
[37] -1 0 0x0000f000 - 0x0000f0ff (0x100) IXE
[38] -1 0 0x0000e000 - 0x0000e0ff (0x100) IXE
[39] -1 0 0x0000dc00 - 0x0000dcff (0x100) IXE
[40] -1 0 0x00004c40 - 0x00004c7f (0x40) IXE
[41] -1 0 0x00004c00 - 0x00004c3f (0x40) IXE
[42] -1 0 0x0000e400 - 0x0000e4ff (0x100) IXE
[43] 0 0 0x000003b0 - 0x000003bb (0xc) IS
[44] 0 0 0x000003c0 - 0x000003df (0x20) IS
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(WW) NVIDIA(0): Option "monitor-DFP-0" is not used
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/sysmouse"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: Sensitivity: 1
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
 
Scheint, dass nVidia es nicht kann:
Code:
(WW) NVIDIA(0): Option "monitor-DFP-0" is not used

Da muss ich passen. Keine Ahnung. Aber der Output wurde korrekt erkannt. Was zeigt denn xrandr als Ausgabe? Sind da andere Modi verfügbar?
 
Ja, diese Meldung ist mir auch aufgefallen, aber das hat glaube ich nichts zu sagen, denn das erste Mal hatte ich

"Option "monitor-DVI-I_2/analog" "Monitor0"

eingetragen, obwohl das bei mir wohl gar nicht zutrifft und es kam auch die Meldung "monitor-DVI-I_2/analog" is not used.

Klar, hier die Ausgabe von xrandr:

$ xrandr
Screen 0: minimum 320 x 240, current 1680 x 1050, maximum 1680 x 1050
default connected 1680x1050+0+0 0mm x 0mm
1680x1050 50.0*
1600x1024 51.0
1400x1050 52.0
1280x1024 53.0 54.0
1280x960 55.0
1152x864 56.0
1024x768 57.0 58.0 59.0
832x624 60.0
800x600 61.0 62.0 63.0 64.0 65.0 66.0
800x512 67.0
640x512 68.0 69.0
640x480 70.0 71.0 72.0 73.0
576x432 74.0
512x384 75.0 76.0 77.0
416x312 78.0
400x300 79.0 80.0 81.0 82.0
320x240 83.0 84.0 85.0


Langsam gehen mir diese ganzen Neuerungen echt auf den Senkel.
Anstatt daß alles einfacher wird, oder zumindest so bleibt, wird es immer schwieriger...
 
Kann auch natürlich am Spiel selbst liegen, das das Wechseln der Auflösung nicht unterstützt im neuen Xorg.

Kannst Du denn die Auflösung per xrandr wechseln?

Bsp.:
Code:
> xrandr --output DFP-0 --mode 1024x768
 
Ihr seid hier auf dem Holzweg. Erstmal ist es "Monitor-..." und zweitens wird xrandr 1.2 wahrscheinlich gar nicht von NVidia unterstützt. Yamagi hat mal einen Artikel ins Wiki geschrieben, wie es mit nv geht.
 
Man kann "Monitor-" auch klein schreiben. Steht auch in den xorg-HowTos so. Außerdem klappt es ja auch bei mir.

Das mit dem Holzweg hat sich auch erst ergeben, wo nVidia ins Spiel gekommen ist. Ich hatte nämlich ein ähnliches Problem mit ATI. Randr wird nur teilweise von nVidia unterstützt. Ich nehme trotzdem mal an, dass man die Modi problemlos wechseln kann, da xrandr offensichtlich korrekt funktioniert.
 
Last edited:
Jau, nv kann randr nicht und Multimonitor nur über dem im Wiki beschriebenen Hack. Wer auf Schmerz steht, kann mal nouveau ausprobieren. Der ist mangels DRI unbeschleunigt (sowohl 2d als auch 3d), hatte hier Stabilitätsprobleme und neigte zu Artfekaten. Aber das randr und richtiger Multimonitorkrams liefen sehr gut. Aber das ist nun Offtopic, da es hier ja um den Blob geht.
 
Oh je Leute, ich war hier teilweise auf dem Holzweg, tut mir leid.
Ich hatte ursprünglich mein System (7.1) frisch aufgesetzt, wollte jedoch gnome2.24, was ich als Packages von der marcuscom-tb bezogen habe. Gnome bringt ja so einiges als Abhängigkeiten von Xorg mit. Ich wußte dabei nicht, daß es sich dabei um Pakete der 7.4-Version handelte.
Den Rest von Xorg installierte ich mir dann von der 7.1-Release DVD, so daß ich wohl ein Mischmasch von Xorg7.3/7.4 bekam...
Nach dem ich das erkannt hatte und dann mühsam versucht habe, Xorg komplett mittels Stable-Packages upzudaten und dies nach drei Stunden noch nicht mal richtig geklappt hat (siehe meinen anderen Thread hier: http://www.bsdforen.de/showthread.php?p=196293#post196293),
beschloß ich, alle Pakete komplett wegzuhauen und das System wieder mit den Packages von der 7.1-Release-DVD aufzusetzen, also Xorg7.3 und Gnome2.22.
Auch wenn alles jetzt wieder prima läuft, hatte ich zu meinem Entsetzen mit dem Spiel wieder das gleiche Problem. Doch die Lösung desselben lag wo ganz anders und war viel einfacher, auch wenn mir das früher nie passiert war: Es handelte sich um Quake2 unter wine.
Das Wegklicken der Optionen "Allow the window manager to decorate the windows" und "Allow the window manager to control the windows" im Reiter "Graphics" von winecfg brachte die ersehnte Lösung.
 
Back
Top