Dell D630 network and graphics problems
Posted: 15. Oct 2008, 16:33
Hello
I am a bit of a newbie to this, sorry.
I have a Dell D630 running Windows XP.
It has the Intel Mobile 965 Express chipset for graphics and it is running over a home WiFi network using an Intel PROSet/Wireless 3945ABG card and software.
This setup has worked well previously with VMWare applications running Ubuntu.
I installed virtualbox and installed Ubuntu 8.04.1 which installed very easily.
The first problem is graphics.
I can only get 800x600 at 16 bit. I have allocated 32MB for graphics memory and followed the instructions here:
http://www.linuxformat.co.uk/index.php? ... pic&t=6438
I had to modify things a little because the file names in my version are slightly different. However the terminal window said that everything had installed correctly.
However I can still only get 800 x 600.
I have had a look at xorg.conf which I have posted below. There are no entries for screen resolution or bit depth.
What am I doing wrong?
The second problem is networking.
I cannot seem to to get ubuntu to work with the network. I have tried the various combinations of network adapter in virtualbox set up but I think I am blundering about in the dark.
Is there a simple solution I am missing.
Many thanks
Ronan
# 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" "gb"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
I am a bit of a newbie to this, sorry.
I have a Dell D630 running Windows XP.
It has the Intel Mobile 965 Express chipset for graphics and it is running over a home WiFi network using an Intel PROSet/Wireless 3945ABG card and software.
This setup has worked well previously with VMWare applications running Ubuntu.
I installed virtualbox and installed Ubuntu 8.04.1 which installed very easily.
The first problem is graphics.
I can only get 800x600 at 16 bit. I have allocated 32MB for graphics memory and followed the instructions here:
http://www.linuxformat.co.uk/index.php? ... pic&t=6438
I had to modify things a little because the file names in my version are slightly different. However the terminal window said that everything had installed correctly.
However I can still only get 800 x 600.
I have had a look at xorg.conf which I have posted below. There are no entries for screen resolution or bit depth.
What am I doing wrong?
The second problem is networking.
I cannot seem to to get ubuntu to work with the network. I have tried the various combinations of network adapter in virtualbox set up but I think I am blundering about in the dark.
Is there a simple solution I am missing.
Many thanks
Ronan
# 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" "gb"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection