Re: New install - boot, 'startx', freeze.
Mark Filipak <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
On 03/25/2015 08:43 PM, Lucas C. Villa Real wrote: -snip- > Sorry for the late reply, ... Are you late? (Shame on you :-) Hahahahaha.... > ... but I didn't have the ISO next to me. Please > replace your current /System/Settings/X11/xorg.conf file with the > following contents, then let us know if 'startx' works: 'startx' works when booting the live CD. So just to confirm that I understand what you suggest, you want me to open the '.iso' image and use the text below to replace the existing '/System/Settings/X11/xorg.conf'. Then boot the live CD and install Gobo and see if booting the newly installed version, see if 'startx' works. Do I have this right? > Section "ServerLayout" > Identifier "Xorg Configured" > Screen 0 "Screen0" 0 0 > EndSection > > Section "Module" > Load "glx" > Load "extmod" > Load "dbe" > Load "dri" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > Option "DPMS" > EndSection > > Section "Device" > Identifier "Card0" > Driver "vesa" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > EndSection