LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   X11 xorg.conf issue (https://www.linuxquestions.org/questions/suse-opensuse-60/x11-xorg-conf-issue-706349/)

darkstar01 02-20-2009 11:45 PM

X11 xorg.conf issue
 
Hi. I'm relatively new to openSuSe and for some odd reason my on board VGA isn't recognized by openSuSe but is by Gobuntu 8.10.

I'm curious as to how to get my X11 up and running again. I've already installed lynx so I can read simple websites, but I need a full GUI for IDE programming work for university. I'll post my lspci results as soon as I get a free moment.

Thanks in advance

cheftec 02-21-2009 12:16 AM

actually, its better to post your xorg.conf.

knudfl 02-21-2009 02:55 AM

*
'lspci | grep VGA' and 'cat /etc/X11/xorg.conf' will be fine.

darkstar01 02-21-2009 11:04 AM

my cat /etc/X11/xorg.conf as shown by Backtrack 3
Code:

cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier    "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/usr/share/X11/rgb"
ModulePath  "/usr/lib/xorg/modules"
FontPath    "/usr/share/fonts/TTF"
FontPath    "/usr/share/fonts/OTF"
FontPath    "/usr/share/fonts/Type1"
FontPath    "/usr/share/fonts/misc"
FontPath    "/usr/share/fonts/75dpi/:unscaled"
EndSection

Section "Module"
Load  "GLcore"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "freetype"
Load  "type1"
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 6 7"
EndSection

Section "Monitor"
Identifier  "Monitor0"
VendorName  "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
Identifier  "Card0"
Driver      "via"
VendorName  "Unknown Vendor"
BoardName  "Unknown Board"
BusID      "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device    "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport  0 0
Depth    1
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    4
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    8
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    15
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    16
EndSubSection
SubSection "Display"
Viewport  0 0
Depth    24
EndSubSection
EndSection

and my lspci
Code:

VGA: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter
Hope this will give some insight.

cheftec 02-21-2009 01:29 PM

eh, just under Device change "via" to "vesa". That should get you X11.


Just sudo nano xorg.conf (/etc/X11) or run it as root (su)

change that, hit ctrl+o, ctrl+x, reboot. You may have to startx when you login.


All times are GMT -5. The time now is 04:24 AM.