Suuria ongelmia Linux vasta-alkajalla. Joka kerta kun koneen buuttaa niin menee reso 640x480 tms. Ja sitä ei saa isommaksi. Löysin sellaisen paketin jolla saa asennettua uusimmat nvidian ajurit ja se meni nätisti läpi ja nyt on nvidia x valikoissa.
Ongelma nr 1 on kun valikko ikkunat on niin isoja, ettei tahdo pystyä käyttämään?
Ongelma 2 reso. Minulla on Nvidia 7500le kortti mutta koneessa ei ole monitoria kiinni vaan käytän sitä vnc vieverillä. En tiedä tekeekö se ongelman, että en saa resoja muutettua. Miten saisin pakotettua ainakin 1024x768 reson päälle niin näkisi edes ikkunat oikein?
Tässä xorg:
# 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 "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
Option "NoLogo" "True"
Driver "nvidia"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
*********************************************
Eli löysin ratkaisun :
A minimal /etc/X11/xorg.conf can solve the problem. Here are the entire contents of my new xorg.conf (formerly an empty file):
Section "Screen"
Identifier "KVM Screen"
Monitor "KVM Host Monitor"
EndSection
Section "Monitor"
Identifier "KVM Host Monitor"
HorizSync 30-70
VertRefresh 50-75
# 'man xorg.conf' says you can set the pixel clock in KHz.
# This is an UNTESTED example for 10-110 MHz clock:
#Option "MinClock" "10000"
#Option "MaxClock" "110000"
EndSection
Replace the HorizSync and VertRefresh ranges with your monitor's actual capabilities. You can also use different identifier names if you want.
Under my new configuration, X starts at 1152x864, which seems to be the maximum 4:3 resolution that the emulated video card supports.
************
Laitoin itsekkin nuo horiz ja vert arvot tämän mukaan ja tuolla resolla aukesi. Sitten voisin itse pienentää nvidia x kautta reson 1024*768. Ja siis monitoria ei ole kiinni koneessa. Tämä on kuitenkin varmaan se tavallisin tapa pyörittää ubuntua tiedosto ja virtuaalipalvelimena.