Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cg6 xorg 7.1.1 xorg.conf
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
alexbuell
Guru
Guru


Joined: 18 Jul 2002
Posts: 490
Location: "Hemp"shire, UK

PostPosted: Wed Dec 20, 2006 2:28 pm    Post subject: cg6 xorg 7.1.1 xorg.conf Reply with quote

If you've got a working xorg.conf for xorg 7.1.1 for cg6, please post it. I'd be very, very, very grateful.
_________________
Cheers,
Alex.

Linux - the best text adventure game ever.
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Wed Dec 20, 2006 3:29 pm    Post subject: Reply with quote

Section "ServerLayout"
Identifier "Modified2"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "HandleSpecialKeys" "Always"
Option "DontVTSwitch" "off"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb-local"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/TTF"
EndSection

Section "ServerFlags"
Option "StandbyTime" "10"
Option "SuspendTime" "20"
Option "OffTime" "30"
Option "AllowMouseOpenFail" "true"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "drm"
Load "dri"
Load "glx"
Load "freetype"
Load "record"
Load "extmod"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
Option "XkbGeometry" "sun(type5)"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
Option "Buttons" "3"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Sony"
ModelName "GDM-20E20"
Option "DPMS" "on"
EndSection

Section "Device"
Identifier "Card0"
BoardName "Sun|CG6"
VendorName "Sun Microsystems"
Driver "suncg6"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 8
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
Visual "PseudoColor"
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 32
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection
Back to top
View user's profile Send private message
alexbuell
Guru
Guru


Joined: 18 Jul 2002
Posts: 490
Location: "Hemp"shire, UK

PostPosted: Wed Dec 20, 2006 4:22 pm    Post subject: Thanks Reply with quote

Now I'm truly and utterly stumped. Your xorg.conf is pretty much the same as mine yet X11 does not comes up. All I can see is the screeen clearing, and there's a small blue cursor in the top left of the display and that's it. Truly wierd.

I'm 100% sure I do have cg6 compiled in as console framebuffer, that's definitely working correctly.
I have VIDEO_CARDS set to "cgsix". And that's definitely in the xorg.conf. Very strange.

Any further ideas?

Hang on, is your xorg.conf for 2.4? Mine is running on 2.6.17.
_________________
Cheers,
Alex.

Linux - the best text adventure game ever.
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Wed Dec 20, 2006 4:59 pm    Post subject: Reply with quote

xorg.log show any failures or undefined symbols?
Back to top
View user's profile Send private message
alexbuell
Guru
Guru


Joined: 18 Jul 2002
Posts: 490
Location: "Hemp"shire, UK

PostPosted: Wed Dec 20, 2006 8:31 pm    Post subject: Reply with quote

dcoats wrote:
xorg.log show any failures or undefined symbols?


Only stuff about my keyboard and I don't think that's the cause at all. Is yours running on a 2.6.x kernel?
_________________
Cheers,
Alex.

Linux - the best text adventure game ever.
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Wed Dec 20, 2006 8:35 pm    Post subject: Reply with quote

no that box is a 2.4
you may need to hunt down
+ kropelin-breuer-cg6.patch
Adam Kropelin and Bob Breuer's cg6 fixes for 2.6x kernels
Back to top
View user's profile Send private message
alexbuell
Guru
Guru


Joined: 18 Jul 2002
Posts: 490
Location: "Hemp"shire, UK

PostPosted: Wed Dec 20, 2006 8:41 pm    Post subject: Reply with quote

dcoats wrote:
no that box is a 2.4
you may need to hunt down
+ kropelin-breuer-cg6.patch
Adam Kropelin and Bob Breuer's cg6 fixes for 2.6x kernels


Oh damn, I was _right_, it was the cg6 driver at fault. Thanks for that, has a bug report already been submitted? If not, I shall do that later tonight.
_________________
Cheers,
Alex.

Linux - the best text adventure game ever.
Back to top
View user's profile Send private message
alexbuell
Guru
Guru


Joined: 18 Jul 2002
Posts: 490
Location: "Hemp"shire, UK

PostPosted: Wed Dec 20, 2006 8:55 pm    Post subject: Reply with quote

alexbuell wrote:
dcoats wrote:
no that box is a 2.4
you may need to hunt down
+ kropelin-breuer-cg6.patch
Adam Kropelin and Bob Breuer's cg6 fixes for 2.6x kernels


Oh damn, I was _right_, it was the cg6 driver at fault. Thanks for that, has a bug report already been submitted? If not, I shall do that later tonight.


No it's not!! That cg6 fix _is_ for the console, and the cg6 console works absolutely fine, it's just the xorg 7.1.1 that's not working at all. Sorry.
_________________
Cheers,
Alex.

Linux - the best text adventure game ever.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum