openSUSE Forums > Archives > SF Archives > ARCHIVES - 64-bit » Xen / Nvidia / X86_64 / 10.3

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - 64-bit
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - 64-bit Questions specific to 64-bit systems running SUSE Linux
(Questions that apply to both 32-bit and 64-bit systems should be posted in the appropriate mixed architecture forums)

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-Feb-2008, 12:22
Dsnider
Guest
 
Posts: n/a
Default

I just installed SuSE 10.3 x86_64 onto a box with a dual core AMD Athlon 64 X2 5000+, and an onboard NVIDIA GeForce 6150 SE. It seems to work fine with the default kernel, but if I boot up the Xen kernel, the graphics driver does not work, and X will not start.

Is this a known issue? How can I get Xen working on this box?

Thanks in advance

-Derek
  #2 (permalink)  
Old 12-Mar-2008, 18:19
wannabee
Guest
 
Posts: n/a
Default

I installed Xen on a similar configuration and had the same problem.
Messages suggested "error in X system configuration" so I reinstating a previous backup copy of the /etc/X11/xorg.conf file and that did it for me.

The only notable difference between the 2 files are:
-hsync and +vsync in "Modes"
Driver "nv" vs. "Nvidia" and BusID in "Devices".

If you have an older version of the file, try it.
If you dont have a backup ... MAKE ONE
Then try making changes manually.

Extract from the /etc/X11/xorg.conf-files
Working file:
Section "Modes"
Identifier "Modes[0]"
Modeline "1920x1200" 154.00 1920 1968 2000 2080 1200 1203 1209 1235
EndSection
Section "Device"
BoardName "GeForce 7800 GTX"
BusID "1:0:0"
Driver "nv"
Identifier "Device[0]"
Screen 0
Option "Rotate" "CCW"
VendorName "NVidia"
EndSection

Non working file:
Section "Modes"
Identifier "Modes[0]"
Modeline "1920x1200" 154 1920 1968 2000 2080 1200 1203 1209 1235 -hsync +vsync
EndSection
Section "Device"
BoardName "GeForce 7800 GTX"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection
  #3 (permalink)  
Old 14-Mar-2008, 11:41
vamper
Guest
 
Posts: n/a
Default

If you are using OpenSuse 10.3 ? un-install XEN it does not work at all start using VirtualBox OSE it is great you can install it from http://software.opensuse.org/search
just put in virtualbox as you search string.



Quote:
I installed Xen on a similar configuration and had the same problem.
Messages suggested "error in X system configuration" so I reinstating a previous backup copy of the /etc/X11/xorg.conf file and that did it for me.

The only notable difference between the 2 files are:
-hsync and +vsync in "Modes"
Driver "nv" vs. "Nvidia" and BusID in "Devices".

If you have an older version of the file, try it.
If you dont have a backup ... MAKE ONE
Then try making changes manually.

Extract from the /etc/X11/xorg.conf-files
Working file:
Section "Modes"
Identifier "Modes[0]"
Modeline "1920x1200" 154.00 1920 1968 2000 2080 1200 1203 1209 1235
EndSection
Section "Device"
BoardName "GeForce 7800 GTX"
BusID "1:0:0"
Driver "nv"
Identifier "Device[0]"
Screen 0
Option "Rotate" "CCW"
VendorName "NVidia"
EndSection

Non working file:
Section "Modes"
Identifier "Modes[0]"
Modeline "1920x1200" 154 1920 1968 2000 2080 1200 1203 1209 1235 -hsync +vsync
EndSection
Section "Device"
BoardName "GeForce 7800 GTX"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection
[/b]
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2