Sprzęt:
- płyta główna: Gigabyte GA-M55Plus S3G
- karta graficzna: zintegrowana Nvidia GeForce 6100 (chipset nForce 430)
- monitor: LG Flatron L1718S
- procesor: AMD Athlon 64 3500+
- raczej wystarczy... i tak napisałem o procesor za dużo
Po restarcie wita mnie czarny ekran z... paskiem o szerokości 1 piksela przy górnej krawędzi ekranu, który wyświetla się normalnie. Widać ruch "koniuszka" kursora poruszając nim przy górnej krawędzi. Normalnie mogę się zalogować i używać "na pamięć". W oknie sterowników własnościowych przy 173 jest napisane, że inna wersja tego sterownika jest w użyciu. Widzę co jest napisane, ponieważ po usunięciu xorg.conf mogę dalej pracować w 800x600.
Przypuszczam, że nie jest to wina karty graficznej. Co dziwne, ten śmieszny pomagacz "lowres" po zaproponowaniu konfiguracji domyślnej ustawia ją i restartuje GDM w rozdzielczości... 1280x1024, czyli w takiej w jakiej powinien pracować. Nie wiem co jest nie tak i jak ewentualnie zapisać "na twardo" konfigurację uzyskaną w taki sposób. W każdym razie po restarcie rozdzielczość ta ginie i można ją uzyskać właśnie dzięki temu "lowres". Jednak nie rozwiązuje to problemu i nieco niewygodne jest babranie się w tym za każdym uruchomieniem systemu.

Oto xorg.conf wygenerowany przez X -configure na Mincie (jego próbowałem po Ubuntu i dopiero wtedy znalazłem o tym informację) i podrasowany trochę przeze mnie:
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "xtrap"
Load "record"
Load "extmod"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS"
HorizSync 30.0 - 83.0
Vertrefresh 56.0 - 75.0
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
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 "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "C51G [GeForce 6100]"
BusID "PCI:0:5:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Kod: Zaznacz cały
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Wydaje mi się, że różnice między Mintem a Ubuntu są na tyle małe, że można je pominąć. Nie wiem co jeszcze mógłbym zawrzeć w swoim poście, ale myślę, że wystarczająco jasno objaśniłem sprawę. W Linuksie poruszam się swobodnie, więc nie boję się żadnych rozwiązań. Sam się dziwię, dlaczego nie potrafię tego naprawić. Mam nadzieję, że znajdzie się jakiś śmiałek, który podoła temu problemowi.
