Hallo Herr Wiegand.
Vielen Dank für die Info.
Ich habe auf der Text-Konsole für univentionXResolution den Wert 1280x1024 stehen. In der
/var/lib/univention-client-root/etc/univention/templates/files/etc/X11/xorg.conf
habe ich die Optionen entsprechend Ihren Angaben eingetragen:
[code]Section “Device”
### Available Driver options are:-
# SWCursor is needed for some ati and radeon cards
#Option “SWcursor”
#Option “HWcursor”
#Option “NoAccel”
#Option “ShowCache”
#Option “ShadowFB”
#Option “UseFBDev”
#Option “Rotate”
@!@
if (baseConfig.has_key(‘univentionXVNCExportType’) and baseConfig[‘univentionXVNCExportType’] == ‘1’) or
(baseConfig.has_key(‘X/VNC/ExportType’) and baseConfig[‘X/VNC/ExportType’] == ‘1’):
print ’ Option “usevnc”’
print ’ Option “rfbport” “5900”’
print ’ Option “useraccept”’
if (baseConfig.has_key('univentionXVNCExportViewonly') and baseConfig['univentionXVNCExportViewonly'] == '1') or \
(baseConfig.has_key('X/VNC/ExportViewonly') and baseConfig['X/VNC/ExportViewonly'] == '1'):
print ' Option "viewonly"'
if baseConfig[‘univentionXModule’]==“trident”:
print ‘\tOption “SWcursor”’
if baseConfig[‘univentionXVideoRam’]:
print ‘\tOption “VideoRam” “%s”’ % baseConfig[‘univentionXVideoRam’]
@!@
Identifier “Card0”
@!@
xmodule = baseConfig[‘univentionXModule’]
if xmodule.lower() in [‘atimisc’, ‘r128’,‘radeon’]:
xmodule = ‘ati’
print ‘Driver “%s”’%xmodule
@!@
VendorName “All”
BoardName “All”
BusID “PCI:1:0:0”
Option "DisplayInfo" "FALSE"
Option "NoDDC"
Option "IgnoreEDID"
EndSection
[/code]
Doch leider keine Änderung.
Auch im kcontrol habe ich weiterhin nur die max. Auflösung von 1024x768.
Kann ich in einer Log-Datei noch nach Fehlern suchen?
Gruß Andreas Querl