IAmNotAUser
January 10th, 2010, 06:58 PM
I have a Ubuntu Server running 9.10 that I wish to use remotely using VNC.
I have installed GNOME and everything else I need to use VNC to log in remotely. GDM is set up to automatically log into the account on boot, and then lock.
However, when I try to boot without the monitor, to begin with I was getting a 'Ubuntu is using low graphics' error. I've established this is Bulletproof-X kicking in and forcing it to this dialogue.
I've tried deleting the xorg.conf.filesafe, I've tried creating a xorg.conf file containing this
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
Option "DDC" "False"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSectionI've tried to do
sudo dpkg-reconfigure -plow xserver-xorgwhich was apparently meant to ask me questions about auto-detection, but just goes back to the terminal input with no output.
Now when I try reboot without the monitor, it boots back to the CLI logon, no error, but no X either. I have both xorg.conf and xorg.conf.failsafe deleted still, and I cannot restore the failsafe as I did not make a backup and I cannot find it online.
What else can I do to fix this? My only option now is to reboot with a monitor attached and then remove the monitor, but this is not practical moving the monitor between rooms.
I have installed GNOME and everything else I need to use VNC to log in remotely. GDM is set up to automatically log into the account on boot, and then lock.
However, when I try to boot without the monitor, to begin with I was getting a 'Ubuntu is using low graphics' error. I've established this is Bulletproof-X kicking in and forcing it to this dialogue.
I've tried deleting the xorg.conf.filesafe, I've tried creating a xorg.conf file containing this
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
Option "DDC" "False"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSectionI've tried to do
sudo dpkg-reconfigure -plow xserver-xorgwhich was apparently meant to ask me questions about auto-detection, but just goes back to the terminal input with no output.
Now when I try reboot without the monitor, it boots back to the CLI logon, no error, but no X either. I have both xorg.conf and xorg.conf.failsafe deleted still, and I cannot restore the failsafe as I did not make a backup and I cannot find it online.
What else can I do to fix this? My only option now is to reboot with a monitor attached and then remove the monitor, but this is not practical moving the monitor between rooms.