Problem: fejl i X11 - kan kun køre lav opløsning

Få hjælp til at sætte programmer eller funktioner op.
scaarup
Indlæg: 17
Tilmeldt: 7. maj 2008, 14:44
Geografisk sted: Valby, København

Problem: fejl i X11 - kan kun køre lav opløsning

Indlæg af scaarup »

Hej alle.

Jeg har lige installeret AWN-panel og virtualbox. Det virkede fint og så genstartede jeg min PC hvorefter min skærmopløsning pludselig var meget lav. Den skulle bruge mine restricted nvidia drivere, men det kan den ikke mere.

Her har jeg noget fra en log-fil:

/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=en_DK.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default.
SESSION_MANAGER=local/cph008:/tmp/.ICE-unix/5558
** Message: another SSH agent is running at: /tmp/ssh-FcQFZS5558/agent.5558
Shutdown failed or nothing to shut down.
xrdb: "*Label.background" on line 220 overrides entry on line 150
xrdb: "*Text.background" on line 226 overrides entry on line 191
xrdb: "*Label.foreground" on line 232 overrides entry on line 151
xrdb: "*Text.foreground" on line 238 overrides entry on line 192
Window manager warning: Failed to read saved session file /home/sorena/.metacity/sessions/default0.ms: Failed to open file '/home/sorena/.metacity/sessions/default0.ms': No such file or directory


Tracker version 0.6.6 Copyright (c) 2005-2007 by Jamie McCracken (jamiemcc@gnome.org)

This program is free software and comes without any warranty.
It is licensed under version 2 or later of the General Public License which can be viewed at http://www.gnu.org/licenses/gpl.txt

Initialising tracker...
9
Could not set idle IO priority...attempting best effort 7 priority
starting HAL detection for ac adaptors...none found
Throttle level is 0
evolution-alarm-notify-Message: Setting timeout for 25774 1210197600 1210171826
evolution-alarm-notify-Message: Thu May 8 00:00:00 2008

evolution-alarm-notify-Message: Wed May 7 16:50:26 2008

seahorse nautilus module initialized
Initializing nautilus-share extension

** (nautilus:5661): WARNING **: Unable to add monitor: Not supported

(evolution-alarm-notify:5687): libecal-WARNING **: e-cal.c:318: Unexpected response

(evolution-alarm-notify:5687): libecal-WARNING **: e-cal.c:318: Unexpected response

(evolution-alarm-notify:5687): libecal-WARNING **: e-cal.c:318: Unexpected response

(evolution-alarm-notify:5687): libecal-WARNING **: e-cal.c:318: Unexpected response

(evolution-alarm-notify:5687): libecal-WARNING **: e-cal.c:318: Unexpected response
PID TTY TIME CMD
5637 ? 00:00:00 pulseaudio
WARNING: modinfo for module fglrx failed: modinfo: could not find module fglrx

ERROR: could not open /proc/asound/cards: [Errno 2] No such file or directory: '/proc/asound/cards'
WARNING: modinfo for module nvidia_new failed: modinfo: could not find module nvidia_new

WARNING: modinfo for module nvidia failed: modinfo: could not find module nvidia

WARNING: modinfo for module nvidia_legacy failed: modinfo: could not find module nvidia_legacy
--------------------------------


Nogen, der kan pege på problemet her?

Mange tak for hjælpen.
Regards / Med venlig hilsen

Søren Aarup
Brugeravatar
Christian.Arvai
Admin
Indlæg: 10725
Tilmeldt: 26. apr 2008, 19:27
IRC nickname: Christian_Arvai
Geografisk sted: Holeby - Lolland

Re: Problem: fejl i X11 - kan kun køre lav opløsning

Indlæg af Christian.Arvai »

fik du awn panelet op at kører? , jeg har også hentet det , men jeg har ikke haft tid til at afprøve det , derfor vil
jeg gerne lige vide lidt om hvordan det gik

graffik problemet kan jeg desværre ikke hjælpe med , men bare roligt , det er der nok andre der kan :wink:
Med venlig hilsen Christian

"We can only see a short distance ahead, but we can see plenty there that needs to be done." -- Alan Turing
Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

Re: Problem: fejl i X11 - kan kun køre lav opløsning

Indlæg af Artificial Intelligence »

Kode: Vælg alt

cat /etc/X11/xorg.conf

Hvad siger den?
scaarup
Indlæg: 17
Tilmeldt: 7. maj 2008, 14:44
Geografisk sted: Valby, København

Re: Problem: fejl i X11 - kan kun køre lav opløsning

Indlæg af scaarup »

Hej, ja jeg fik awn til at virke - helt uden problemer endda :)

min xorg.conf er således:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
Option "XkbOptions" "dk"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "TwinView" "True"
Option "TwinViewOrientation" "RightOf"
Option "UseEdidFreqs" "True"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
Option "UseDisplayDevice" "string" #replace 'string' with either 'DFP' (Digital flat panel connected via DVI port), 'CRT' (any monitor that is connected via VGA ports), or 'TV'
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection


Bemærk, at jeg bruger to skærme. Da det virkede var mit desktop extended til den ene skærm. Nu er de bare cloned.
Brugeravatar
Christian.Arvai
Admin
Indlæg: 10725
Tilmeldt: 26. apr 2008, 19:27
IRC nickname: Christian_Arvai
Geografisk sted: Holeby - Lolland

Re: Problem: fejl i X11 - kan kun køre lav opløsning

Indlæg af Christian.Arvai »

nu har jeg prøvet at installere awn 3 gange , uden at det startet :x
jeg tror jeg prøver kiba , som blev nævnt tidligere , du ved hvor :wink:
Med venlig hilsen Christian

"We can only see a short distance ahead, but we can see plenty there that needs to be done." -- Alan Turing