You are not logged in.

#1 2009-10-01 20:20:50

cautha
Member
From: Kingston, Ontario
Registered: 2008-06-02
Posts: 115
Website

Adding "terminate" option to Xorg builtin config throws error

I'm sure it's because I've done something wrong, but at least I went to the wiki first big_smile

Xorg starts without xorg.conf, so I copied it out of Xorg.0.log, which gives me the following (which doesn't make sense, because I use nvidia, not nv, and nvidia isn't in one of the screens... but anyway):

Section "Device"
        Identifier    "Builtin Default nv Device 0"
        Driver    "nv"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default nv Screen 0"
        Device    "Builtin Default nv Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default vesa Device 0"
        Driver    "vesa"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default vesa Screen 0"
        Device    "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
        Identifier    "Builtin Default fbdev Device 0"
        Driver    "fbdev"
    EndSection
    Section "Screen"
        Identifier    "Builtin Default fbdev Screen 0"
        Device    "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
        Identifier    "Builtin Default Layout"
        Screen    "Builtin Default nv Screen 0"
        Screen    "Builtin Default vesa Screen 0"
        Screen    "Builtin Default fbdev Screen 0"
    EndSection

Where do I add the appropriate line? I had tried making an InputDevice section for the keyboard, and that didn't work out so well tongue

Thanks in advance.

Last edited by cautha (2009-10-01 20:21:55)

Offline

#2 2009-10-01 23:47:50

neddie_seagoon
Member
Registered: 2009-08-23
Posts: 121

Re: Adding "terminate" option to Xorg builtin config throws error

Is your X config working fine otherwise? As for the nv vs nvidia, you may want to use the nvidia-xconfig tool to generate an xorg.conf for you:
http://wiki.archlinux.org/index.php/Beg … hics_Cards

And for the terminate, do you mean using ctrl+alt+backspace to exit X? If you are using HAL, try editing the policy:
http://wiki.archlinux.org/index.php/Xor … 27t_exit_X

Offline

#3 2009-10-01 23:51:35

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: Adding "terminate" option to Xorg builtin config throws error

This is the most fscked up xorg.conf I have ever seen.


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#4 2009-10-02 00:07:15

cautha
Member
From: Kingston, Ontario
Registered: 2008-06-02
Posts: 115
Website

Re: Adding "terminate" option to Xorg builtin config throws error

neddie_seagoon wrote:

Is your X config working fine otherwise? As for the nv vs nvidia, you may want to use the nvidia-xconfig tool to generate an xorg.conf for you:
http://wiki.archlinux.org/index.php/Beg … hics_Cards

Tried that. I've tried hwd, too (worked before, but I forgot to save my xorg.conf when I reloaded Arch. *is sad*).

neddie_seagoon wrote:

And for the terminate, do you mean using ctrl+alt+backspace to exit X? If you are using HAL, try editing the policy:
http://wiki.archlinux.org/index.php/Xor … 27t_exit_X

Tried that before I came here, no luck sad Wiki says I can put the setxkbmap line in a script that is timed to work with KDM, but I don't know how to do that.

arkham wrote:

This is the most fscked up xorg.conf I have ever seen.

I agree smile

Thanks for the suggestions, guys. Take care big_smile

Offline

Board footer

Powered by FluxBB