ich hab ein Problem mit meiner xorg.conf bzw. das ich bei X (KDE) eine max. Auflösung von 1024x768 fahren kann.
Ich hatte des Problem vor ca. einer Woche bei den restricted modulen.
Nvidia Treiber : NVIDIA-Linux-x86-1.0-9755-pkg1
Xserver : 6.08
TFT : Samsung 940BF (kann 75Hz)
GFX : 6600 GT
Die installation verlief bis auf einen API Missmatch (gelöst!) reibungslos.
Das nvidia Logo wird beim starten angezeigt und die nvidia x server settings zeigen ihre Informationen an.
Problem : Ich kann keine höhere Auflösung als 1024x768 fahren, anbei meine xorg.conf bzw. die eine die ich mit reconfigure erstellt habe und meine individuelle. Unter beiden keine 1280x1024 möglich und ich bin mir sicher das dass geht
xorg.conf (reconfig)
- Code: Alles auswählen
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "RazerCopperhead"
EndSection
Section "Files"
# paths to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "RazerCopperhead"
Driver "mouse"
# Driver "evdev"
Option "CorePointer"
Option "Emulate3Buttons" "false"
#Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
# Option "Device" "/dev/input/event2"
# Option "Protocol" "ExplorerPS/2"
Option "Protocol" "Auto"
Option "SampleRate" "1000"
Option "Resolution" "400"
# Option "Buttons" "9"
Option "ZAxisMapping" "4 5"
# Option "ZAxisMapping" "6 7"
# Option "ZAxisMapping" "10 11"
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "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
EndSection
Die andere Config ist zu lang, deshalb bei nopaste :
xorg.conf (die ist aktuell nicht in benutzung, da auch nur 1024x768 )